Hello! im trying to get the game blood bowl to run on Ubuntu 9.04 - Wine 1.1.27 i followed the advice on the AppDB site and in the games forum http://www.cyanide-studio.com/forumBB/viewtopic.php?f=25&p=43611 the game keeps crashing after the splash screen when it tries to active the renderer. im a bit concerned about the fact that of all the reg settings mentioned in the comments on AppDB only the "PixelShaderMode" was there at the start. I created all the other values ("DirectDrawRenderer","Multisampling","OffscreenRenderingMode" and "UseGLSL"), but it seems to be without effect. Especially "UseGLSL", witch should allow to start the game when set to "disabled" (see above link) does not change anything. so here is my question finally: can i just add stuff to the wine registry? if not, what packages should i install to get the needed values? thanks for the help and sorry for the bad english!
TobiasB wrote:> can i just add stuff to the wine registry?Yes, you can.
vitamin wrote:> Yes, you can.thanks for the help. the changes i made in the registry showed no effect, so maybe i did something wrong? i added Code: "DirectDrawRenderer"="OpenGL" "Multisampling"="disabled" "OffscreenRenderingMode"="fbo" "UseGLSL"="enabled" in HKEY_CURRENT_USER\Software\Wine\Direct3D are they in the right place there?
TobiasB wrote:> The changes i made in the registry showed no effect, so maybe i did something wrong? > > Code: > "DirectDrawRenderer"="OpenGL" > "Multisampling"="disabled" > "OffscreenRenderingMode"="fbo" > "UseGLSL"="enabled" > >All these are defaults, so there was no change to the way Wine works.
But is HKEY_CURRENT_USER\Software\Wine\Direct3D the right place for them? because if i change UseGLSL to "disabled" there is no change in behavior as was mentioned in http://www.cyanide-studio.com/forumBB/viewtopic.php?f=25&p=43611. thanks for the fast reply!
Befor make HKEY_CURRENT_USER\Software\Wine\Direct3D You need regedit some value , open terminal nano directx.reg Code: REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX] "InstalledVersion"="hex:00,00,00,09,00,00,00,00" "Version"="4.09.00.0904" After thas use regedit directx.reg , now you can edit string values [Image: http://img249.imageshack.us/img249/2559/52673085.png ] PS 7800 support GLSL
the second screeny should have been [Image: http://img99.imageshack.us/img99/2299/bildschirmfoto1q.png ] sorry!
/home/.wine ?!!!! you want just say /home/youruser/.wine ? xD OK second screen say you fail !!!! Make directx.reg ( if you want under .wine folder) after you just need Code: regedit .wine/directx.reg Simple way make directx.reg in your home , open termial Code: regedit directx.reg Now you can make another values (fbo and more.. ) in HKEY_CURRENT_USER\Software\Wine\Direct3D For the first launch you need disable GLSL , go turn off shadow in game option , now you can enable GLSL PS sorry for my poor english