Problems with Blood Bowl
Problems with Blood Bowl
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/v ... 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!
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/v ... 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!
Re: Problems with Blood Bowl
Yes, you can.TobiasB wrote:can i just add stuff to the wine registry?
Re: Problems with Blood Bowl
thanks for the help.vitamin wrote:Yes, you can.
the changes i made in the registry showed no effect, so maybe i did something wrong?
i added
Code: Select all
"DirectDrawRenderer"="OpenGL"
"Multisampling"="disabled"
"OffscreenRenderingMode"="fbo"
"UseGLSL"="enabled"
are they in the right place there?
Re: Problems with Blood Bowl
All these are defaults, so there was no change to the way Wine works.TobiasB wrote:The changes i made in the registry showed no effect, so maybe i did something wrong?Code: Select all
"DirectDrawRenderer"="OpenGL" "Multisampling"="disabled" "OffscreenRenderingMode"="fbo" "UseGLSL"="enabled"
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/v ... 25&p=43611.
thanks for the fast reply!
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/v ... 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
After thas use regedit directx.reg , now you can edit string values

PS 7800 support GLSL
You need regedit some value , open terminal nano directx.reg
Code: Select all
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
"InstalledVersion"="hex:00,00,00,09,00,00,00,00"
"Version"="4.09.00.0904"

PS 7800 support GLSL
OK, now its official, im not able to use google 
please type slowly from now on!
@ vitamin: i havent changed the WINEPREFIX, so it should be default.
@love2hate:
you have to walk me through this quite slowly, this is what i did:
I saved a file directx.reg containing
to /home/.wine
then in terminal i did
and changed the settings to

and

still when i do
it crashes with

please type slowly from now on!
@ vitamin: i havent changed the WINEPREFIX, so it should be default.
@love2hate:
you have to walk me through this quite slowly, this is what i did:
I saved a file directx.reg containing
Code: Select all
REGEDIT4
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DirectX]
"InstalledVersion"="hex:00,00,00,09,00,00,00,00"
"Version"="4.09.00.0904"
then in terminal i did
Code: Select all
wine regedit

and

still when i do
Code: Select all
cd .wine/drive_c/Programme/Cyanide/Blood\ Bowl/
wine bb.exe
Code: Select all
wine: Unhandled page fault on read access to 0x00000008 at address 0xd86d18 (thread 0009), starting debugger...
Unhandled exception: page fault on read access to 0x00000008 in 32-bit code (0x00d86d18).
Register dump:
/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
Simple way make directx.reg in your home , open termial
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
OK second screen say you fail !!!!
Make directx.reg ( if you want under .wine folder) after you just need
Code: Select all
regedit .wine/directx.reg
Simple way make directx.reg in your home , open termial
Code: Select all
regedit directx.reg
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
Fyi some of the settings are set to default now like OffscreenRenderingMode = fbo.
You should check out http://wiki.winehq.org/UsefulRegistryKeys
You should check out http://wiki.winehq.org/UsefulRegistryKeys