View Single Post
  #23  
Old 07-19-2013, 04:13 AM
cadiz cadiz is offline
Kobold

cadiz's Avatar

Join Date: Nov 2009
Location: Dublin, Ireland
Posts: 101
Default

Hey folks, as an update - Fedora 19 which is recently released works out of the box for this. It also contains the latest Wine-1.6.x

The only issue I ran into was this error:
Code:
fixme:service:scmdatabase_autostart_services Auto-start service L"vpnagent" failed to start: 2
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
libGL error: failed to load driver: i965
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
libGL error: failed to load driver: swrast
libGL error: Try again with LIBGL_DEBUG=verbose for more details.
err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly (using GL renderer "Mesa DRI Intel(R) Sandybridge Mobile ", version "1.4 (3.0 Mesa 9.2.0-devel)").
err:d3d:test_arb_vs_offset_limit Failed to create an ARB offset limit test program
err:d3d:test_arb_vs_offset_limit >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from ARB vp offset limit test cleanup @ directx.c / 478
err:d3d:match_fbo_tex_update >>>>>>>>>>>>>>>>> GL_INVALID_OPERATION (0x502) from glFramebufferTexture2D @ directx.c / 725
err:d3d:match_fbo_tex_update FBO status 0
-- snip--

To solve this simply install the mesa 32bit library:

yum install mesa-dri-drivers.i686
__________________
Prexus: (00-04) <Clan nan Dreolan>
Cadiz (70 NEC) epic 1.0
Grumplescratch (65 WAR) epic 1.0
Tzartole (62 MNK) epic 1.0
Reply With Quote