You are not logged in.
Pages: 1
Now i can't run any game, it brings me this output
err:module:load_builtin_dll failed to load .so lib for builtin L"opengl32.dll": libGL.so.1.2: cannot open shared object file: No such file or directory
glxgears show me 66000~ fps so hardware 3d acceleration opengl is working
Last edited by leo2501 (2007-11-16 22:20:40)
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery
Offline
Do you have libGL installed?
Hint : pacman -Sy libgl
If you have... and there is a libGL.so well simply create a symlink :
ln -s libGL.so libGL.so.1.2
Last edited by FizDev (2007-11-16 21:32:59)
Offline
Solved that!!! wow that's fast!, but now HL2 portal displays menu pic, but before the menu apear it closes saying the game needs a minimum of directx 8.0 to run :S it works okay with 0.9.48
i have a geforce 8600gt 256mb and latest nvidia drivers
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1169b538) : pBox=0x33e1c8 stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1169b538) : pBox=0x33e1c8 stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1169b538) : pBox=0x33e1c8 stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1169b538) : pBox=0x33e1c8 stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1169b538) : pBox=0x33e1c8 stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1169b538) : pBox=0x33e1c8 stub
fixme:d3d:IWineD3DVolumeImpl_LockBox (0x1169b538) : pBox=0x33e1c8 stub
fixme:d3d:IWineD3DDeviceImpl_EvictManagedResources (0x1567b8) : stub
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:shdocvw:ViewObject_SetAdvise (0x1d1408)->(1 00000002 0x99c870)
fixme:shdocvw:PersistStreamInit_InitNew (0x1d1408)
fixme:shdocvw:WebBrowser_put_RegisterAsBrowser (0x1d1408)->(ffffffff)
fixme:shdocvw:WebBrowser_put_RegisterAsDropTarget (0x1d1408)->(ffffffff)
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:font:WineEngAddFontResourceEx Ignoring flags 10
fixme:process:IsWow64Process (0xffffffff 0x33ceb4) stub!
Press ENTER to exit...
Last edited by leo2501 (2007-11-16 21:58:19)
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery
Offline
Hmmm... I've read that setting wine to Win98 (in winecfg) might solve your problem.
Offline
solved... in command line you now must specify the directx level for example
wine hl2.exe -steam -game portal -dxlevel 80
with -dxlevel 90 setting works, but all it's greenish
Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.
-- Antoine de Saint-Exupery
Offline
Pages: 1