help request directx/dc universe online

Questions about Wine on Linux
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

help request directx/dc universe online

Post by sjyeager »

Hi, im new to using wine and i just joined this forum. I was hoping to recieve some help in installing directx, so i can play dc universe online which reportedly plays flawless on the forum. i downloaded DCUO (DC universe online) and opened the executable with wine. as expected the installer ran well, and it opened the directx installer, but when i run this it gives me this error message:
An internal system error occurred
Please refer to DXError.log and DirectX.log in your windows folder to
determine the problem.

This probably isnt enough information for you to help me with, but if you could help me in getting you the information and determining my problem it would be well appreciated, thnks in advance,
Scott Yeager
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

http://appdb.winehq.org/objectManager.p ... &iId=25468
suggests you need to do 'winetricks corefonts' before installing,
does that help?

Also, where'd you download the game from?
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

that does help, thank you, but i do not know how to find xact through the wine tricks gui, and i havent taken the time to learn the commands for wine yet. could you tell me how to do it?-

wait, never mind i should have looked at it before asking. i installed all those components and now im starting up the installer
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

having xact, dinput8, and corefonts installed doesnt help. i canceled the directx installer, and it claims that nothing fails, yet once i get to the login screen (small windowed version) the install bar finishes without any further problems. but still when i click play, nothing happens
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

What version of wine are you using?

With wine-1.4, the launchpad starts for me.
With wine-1.5.8, it hangs, http://bugs.winehq.org/show_bug.cgi?id=31180
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

i am using wine 1.4
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

are you using Ubuntu 12.04 and/or a 64 bit linux? Which graphics card and drivers (open source or proprietary)? Ubuntu 12.04 has several issues, see sticky post, 64 bit usually needs some 32bit libs and 32 bit graphics drivers installed, and proprietary graphics drivers are recommended for wine.

Please start with a new wineprefix (.wine folder), install the game again, run from command line and post terminal output.
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

im sorry, but what would the command for that be? ./DCUniverseOnline (what i named it) from cd Desktop/ is not working
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

see http://wiki.winehq.org/FAQ/#wineprefix

I'm assuming you created a .DCUniverseOnline folder in your Desktop folder (better put it in your home directory), so you should cd to the directory first, where the DC Universe Online .exe file lies, then issue a command to start the game by something like

Code: Select all

WINEPREFIX="$HOME/Desktop/.DCUniverseOnline" wine yourapp.exe
where "yourapp.exe" is to be replaced with the actual name of your exe file.
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

here we go, on a new prefix with none of the suggested installs, correct?

Code: Select all

fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:time:GetSystemTimes (0x32f4bc,0x32f4ac,0x32f4b4): Stub!
fixme:time:GetSystemTimes (0x32f144,0x32f134,0x32f13c): Stub!
fixme:browseui:ProgressDialog_SetAnimation (0x140c68, 0xf7270000, 161) - stub
fixme:browseui:ProgressDialog_StartProgressDialog Flags PROGDLG_AUTOTIME not supported
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:iphlpapi:NotifyAddrChange (Handle 0x4fde7cc, overlapped 0x493fa60): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
p11-kit: couldn't load module: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: /usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared object file: No such file or directory
fixme:gdi:GdiInitializeLanguagePack stub
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
fixme:win:EnumDisplayDevicesW ((null),0,0x701a2f8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x7019a9c,0x00000000), stub!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:file:ReplaceFileW Ignoring flags 2
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

for the pkcs issue you need to install the 32 bit version of gnome-keyring lib, see http://askubuntu.com/questions/127848/w ... -pkcs11-so .
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

according to the page i was to install wine 1.5, i did so, and i can no longer get past the soe logo screen and onto the launchpad
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

sorry, can you try the fix from that link with wine 1.4, i.e. install 32bit gnome-keyring lib and create the symlink if necessary?
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

okay, with this fix, this is now the output i get from the xterm when opening the launchpad

Code: Select all

fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
fixme:time:GetSystemTimes (0x32f4bc,0x32f4ac,0x32f4b4): Stub!
fixme:time:GetSystemTimes (0x32f144,0x32f134,0x32f13c): Stub!
fixme:browseui:ProgressDialog_SetAnimation (0x140cd8, 0xf71f0000, 161) - stub
fixme:browseui:ProgressDialog_StartProgressDialog Flags PROGDLG_AUTOTIME not supported
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:iphlpapi:NotifyAddrChange (Handle 0x4fde7cc, overlapped 0x493fa60): stub
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:gdi:GdiInitializeLanguagePack stub
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
fixme:win:EnumDisplayDevicesW ((null),0,0x701a2f8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x7019a9c,0x00000000), stub!
fixme:file:ReplaceFileW Ignoring flags 2
err:ntdll:NtQueryInformationToken Unhandled Token Information class 25!
fixme:secur32:schan_imp_create_session Using hardcoded "NORMAL" priority
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  140 (ATIFGLEXTENSION)
  Minor opcode of failed request:  74 ()
  Value in failed request:  0x4800002
  Serial number of failed request:  8065
  Current serial number in output stream:  8065
it does that thing were the screen makes a copy of anything passing it
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

the last few lines in the log indicate a problem with your graphics drivers. Which drivers do you have installed? If you are on a 64bit linux, you'll have to install 32bit drivers for wine. Maybe reinstalling latest drivers might help.
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

ok... what are the names of these?
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

That depends on your linux distribution and hardware, for most linuxes there is a repository that hosts graphics drivers, google for it and/or search in your package manager for something like xorg, x11, nvidia/radeon/etc. The point is that you should install latest closed source graphics drivers and maybe remove remnants of opensource graphics drivers (it may be possible to have both installed at the same time). If you are on x64 Linux, you'll also need 32bit libGL for wine, which usually is in the 32 bit graphics driver package.
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

forgive my lack of knowledge on the matter, but i am a beginner, and i am bound to ask a barrage of questions. but in the case of the 32 bit package, will it automatically work with wine if i install through the package manager?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Sometimes these things are hard to diagnose. It's not really fair
to ask a newbie to diagnose things remotely when we're not even
sure if the game works on our own machine.

sjyeager, you might consider trying the free trial of codeweavers
crossover, supposedly DCUO is bronze there,
http://www.codeweavers.com/compatibilit ... pp_id=8408
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

ive tried before, but i had the same problem i had in the first place. and to be fair, i realy should no more than i do considering the amount of time ive been tinkering around on it. at this point, and with the problems ive been having in starting to think it would be simpler to switch over to something like xubuntu, or merely find a mirror link to like ubuntu 10.4 or 11. hopefully something before this unity crap. it took me a bit before i found out about the gnome desktop i could install, and run without any special effects, so whats the more experienced verdict here? should i just chang to a different linux distro? i dont mind going through all the trouble as long as i dont have to use windows.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

please tell us, which graphics card, linux distribution (64bit?) and which drivers do you have installed? For the graphics driver version either search in your package manager, software center, etc and run "glxinfo".

If you are unhappy with Unity, you should try the Gnome classic shell.
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

okay, here goes it. im running 64 bit 12.4 ubuntu linux and as for my graphics card, im using the on board card on my AMD Phenom(tm) II X6 1100T Processor × 6, in the system info part of my system settings it says: graphics is VESA: RS880, but im not sure if that is the drivers, because now (post test with all including crossover) i am using the FGLRX proprietary driver for AMD/ATI. and btw, i am using the gnome classic shell. and when i ran "glxinfo"

Code: Select all

 name of display: :0.0 
display: :0  screen: 0 
direct rendering: Yes 
server glx vendor string: ATI 
server glx version string: 1.4 
server glx extensions: 
    GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group 
client glx vendor string: ATI 
client glx version string: 1.4 
client glx extensions: 
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_swap_control, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_MESA_allocate_memory, GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control, 
    GLX_MESA_swap_frame_usage, GLX_NV_swap_group, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_swap_barrier, GLX_SGIX_swap_group, GLX_SGIX_visual_select_group, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_framebuffer_sRGB, 
    GLX_ARB_fbconfig_float, GLX_AMD_gpu_association 
GLX version: 1.4 
GLX extensions: 
    GLX_ARB_create_context, GLX_ARB_create_context_profile, 
    GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context, 
    GLX_EXT_swap_control, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_MESA_swap_control, GLX_NV_swap_group, GLX_OML_swap_method, 
    GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_swap_barrier, GLX_SGIX_swap_group, GLX_SGIX_visual_select_group, 
    GLX_EXT_texture_from_pixmap 
OpenGL vendor string: Advanced Micro Devices, Inc. 
OpenGL renderer string: ATI Radeon HD 4250 
OpenGL version string: 3.3.11627 Compatibility Profile Context 
OpenGL shading language version string: 3.30 
OpenGL extensions: 
    GL_AMDX_debug_output, GL_AMD_conservative_depth, GL_AMD_debug_output, 
    GL_AMD_depth_clamp_separate, GL_AMD_draw_buffers_blend, 
    GL_AMD_name_gen_delete, GL_AMD_performance_monitor, GL_AMD_pinned_memory, 
    GL_AMD_sample_positions, GL_AMD_shader_stencil_export, 
    GL_ARB_ES2_compatibility, GL_ARB_base_instance, 
    GL_ARB_blend_func_extended, GL_ARB_color_buffer_float, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_depth_texture, GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_instanced, 
    GL_ARB_explicit_attrib_location, GL_ARB_fragment_coord_conventions, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_object, 
    GL_ARB_framebuffer_sRGB, GL_ARB_geometry_shader4, 
    GL_ARB_get_program_binary, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_imaging, GL_ARB_instanced_arrays, 
    GL_ARB_internalformat_query, GL_ARB_map_buffer_alignment, 
    GL_ARB_map_buffer_range, GL_ARB_multisample, GL_ARB_multitexture, 
    GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_provoking_vertex, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_separate_shader_objects, GL_ARB_shader_bit_encoding, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_stencil_export, GL_ARB_shader_texture_lod, 
  GL_ARB_shading_language_100, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_shadow_ambient, 
    GL_ARB_sync, GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_rgtc, GL_ARB_texture_cube_map, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_float, GL_ARB_texture_mirrored_repeat, 
    GL_ARB_texture_multisample, GL_ARB_texture_non_power_of_two, 
    GL_ARB_texture_rectangle, GL_ARB_texture_rg, GL_ARB_texture_rgb10_a2ui, 
    GL_ARB_texture_snorm, GL_ARB_texture_storage, GL_ARB_timer_query, 
    GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, 
    GL_ARB_transform_feedback_instanced, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_2_10_10_10_rev, GL_ARB_viewport_array, 
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap, 
    GL_ATI_fragment_shader, GL_ATI_meminfo, GL_ATI_separate_stencil, 
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_bindable_uniform, GL_EXT_blend_color, 
    GL_EXT_blend_equation_separate, GL_EXT_blend_func_separate, 
    GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_compiled_vertex_array, 
    GL_EXT_copy_buffer, GL_EXT_copy_texture, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, 
    GL_EXT_geometry_shader4, GL_EXT_gpu_program_parameters, 
    GL_EXT_gpu_shader4, GL_EXT_histogram, GL_EXT_multi_draw_arrays, 
    GL_EXT_packed_depth_stencil, GL_EXT_packed_float, GL_EXT_packed_pixels, 
    GL_EXT_pixel_buffer_object, GL_EXT_point_parameters, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_separate_specular_color, GL_EXT_shadow_funcs, GL_EXT_stencil_wrap, 
    GL_EXT_subtexture, GL_EXT_texgen_reflection, GL_EXT_texture3D, 
    GL_EXT_texture_array, GL_EXT_texture_buffer_object, 
    GL_EXT_texture_compression_latc, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_cube_map, 
    GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add, 
    GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3, 
    GL_EXT_texture_filter_anisotropic, GL_EXT_texture_integer, 
    GL_EXT_texture_lod, GL_EXT_texture_lod_bias, GL_EXT_texture_mirror_clamp, 
    GL_EXT_texture_object, GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_IBM_texture_mirrored_repeat, GL_KTX_buffer_region, GL_NV_blend_square, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_explicit_multisample, GL_NV_float_buffer, GL_NV_half_float, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_SGIS_generate_mipmap, GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod, 
    GL_SUN_multi_draw_arrays, GL_WIN_swap_hint, WGL_EXT_swap_control 

65 GLX Visuals 
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  cav 
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b eat 
---------------------------------------------------------------------------- 
0x023 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x024 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x025 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x02b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x02c 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x02d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x02e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x02f 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  2 1 None 
0x030 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  2 1 None 
0x031 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  2 1 None 
0x032 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  2 1 None 
0x033 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x034 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x035 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x036 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x037 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None 
0x038 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 None 
0x039 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 None 
0x03a 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 None 
0x03b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x03c 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x03d 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x03e 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x043 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x044 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x045 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x046 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x04b 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x04c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x04d 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x04e 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x04f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None 
0x050 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 None 
0x051 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None 
0x052 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 None 
0x053 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x054 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x055 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x056 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0 16 16 16 16  0 0 None 
0x057 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  2 1 None 
0x058 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  2 1 None 
0x059 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  2 1 None 
0x05a 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  2 1 None 
0x05b 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None 
0x05c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8 16 16 16 16  0 0 None
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

your card should be able to run DCUO, I'm pretty sure, that there's an issue with your drivers. Can you look up in softwarecenter, which graphics drivers are installed (32bit aka i386 or 64bit aka amd64) ? The names of the open source drivers are "xserver-xorg-video-radeon", the closed source ones should be something like "fglrx". Do you have some packages with "mesa" (that would be software rendering) in its name installed?

There was a bug in Ubuntu 12.04 with a wrong symlink to opengl lib, see https://bugs.launchpad.net/ubuntu/+sour ... bug/852811 , a command like "sudo dir /usr/lib32/libGL.so*" should give you the necessary information.
sjyeager
Level 2
Level 2
Posts: 15
Joined: Sun Jul 08, 2012 9:56 pm

Post by sjyeager »

i am using x.org
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Post by lahmbi5678 »

Hi,

you are always using xorg (in a certain sense), I wanted to know which radeon packages (version number and 32/64bit) you had installed.

Really, I'm sorry, but as Dan said, I'm probably a bit too technical, not even using Ubuntu and Ubuntu 12.04 64bit has some (lots of) issues with wine, so I'm thinking it might be better for you to create another partition and install a 32bit opensuse (their wine packages are imo better than fedora ones), then make sure, that you've got closed source radeon (fglrx) drivers installed (if necessary, ask in a suse forum how to do that).
Locked