http://bugs.winehq.org/show_bug.cgi?id=11802
--- Comment #2 from Mike Nelson miken700@yahoo.com 2008-03-02 11:08:24 --- (In reply to comment #1)
Can you do a regression test?
http://wiki.winehq.org/RegressionTesting
The game crashed on me with Wine 0.9.56. Did you have to do anything special to get it to run?
I didn't have to do anything special to get it to run. But I did see it crash at the beginning sometimes. Usually if I just 'wineserver -k' and then retry it it will work fine. Sometimes it take a few tries of this before it works. No idea why.
These are the steps I was using generally,
- $ rm ~/.wine -rf - $ wincfg (leave everything at default; just click ok) (sometimes i was trying 'Windows XP' configuration.) - $ mount /mnt/cdrom - $ cd /mnt/cdrom - $ wine HWSetup.exe (to install) - $ cd ~ - $ wine ~/Homeworld105Patch.exe - $ wincfg (set D: drive to /mnt/cdrom) - $ cd ~/.wine/drive_c/Sierra/Homeworld - $ wine homeworld.exe /window /1280 (set renderer to opengl; exit then rerun with same parameters)
I'll try and run the regression with bisect like you suggested and see what I come up with.