Application Details:
Version: | 1.x |
License: | Retail |
URL: | http://web.archive.org/web/200... |
Votes: | 44 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 5.22 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Install Run(need -nopbuffer flag and no-cd by Razor1911)
What does not
Sound and video. How-to-fix in "Extra comments".
Workarounds
What was not tested
All missions except training and 3 first.
Hardware tested
Graphics:
Additional Comments
For sound and video, need to move dll's into root path of the game. Simply do this: cd ~/.wine/drive_c/Program Files/Sierra/Homeworld2 cp Bin/Release/*.dll . And now all works perfectly! Runs with this command: wine Bin/Release/Homeworld2.exe -nopbuffer
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Gentoo Linux x86_64 | Jan 02 2021 | 5.22 | Yes | Yes | Yes | Gold | William J May | |
Show | Arch Linux | Mar 14 2017 | 2.3 | Yes | Yes | No | Gold | Sandwichmaker | |
Show | Debian GNU/Linux Unstable "Sid" x86_64 | Nov 03 2013 | 1.7.5 | Yes | Yes | No | Gold | Sixsixfive | |
Show | Arch Linux x86_64 | Jan 21 2013 | 1.5.22 | Yes | Yes | No | Platinum | Philipp | |
Show | Arch Linux x86_64 | Jan 14 2013 | 1.5.21 | Yes | Yes | No | Platinum | Philipp |
Bug # | Description | Status | Resolution | Other apps affected |
2986 | Homeworld 2 Unable to find the CD | CLOSED | FIXED | View |
4066 | Online Play Doesn't Work (DirectPlay) | NEW | View | |
5964 | Homeworld 2 Demo crashes | CLOSED | FIXED | View |
7065 | Get SecuROM copy-protection working | CLOSED | FIXED | View |
9082 | homeworld 2 v1.1 crash unsupported WGL Attribute | CLOSED | DUPLICATE | View |
13033 | Homeworld2 v1.0 and demo v0.99 fails to launch (crash due to unimplemented function ntoskrnl.exe.IoGetDeviceProperty) | CLOSED | FIXED | View |
14223 | Homeworld 2 fails to start | CLOSED | FIXED | View |
15764 | Homeworld 2 Patch (homeworld2_update_en_10_11.exe) to v1.1: crash during setup | CLOSED | FIXED | View |
15765 | Homeworld 2: Crash/Lockup during Single Player game load | CLOSED | FIXED | View |
16762 | Homeworld 2: No Voices & subtitles in Campaign cutscenes | CLOSED | INVALID | View |
18794 | Using FBO as the ORM crashes with (broken) fglrx drivers - not a Wine bug | CLOSED | INVALID | View |
18822 | Homeworld2: crashes at startup (FBO related?) | CLOSED | DUPLICATE | View |
21844 | Homeworld 2: no sound | CLOSED | FIXED | View |
21865 | Homeworld 2 crashes | CLOSED | FIXED | View |
25495 | Homeworld 2: Shadows and High-Quality Hyperspace Effect are disabled | NEW | View | |
38779 | Homeworld 2: unusually long loading time (with built-in msvcr70) | CLOSED | FIXED | View |
Using FBO as the ORM crashes with fglrx drivers
This is not a Wine bug, it is a fglrx bug. Please do not open a bug for this, it will just be closed.
See the fglrx bug for more details, or check the HOWTO for this app for a workaround.
General:
-nosound, runs the game without sound. Useful if you have sound problems
-w XXXX -h YYYY, sets the resolution to XXXXxYYYY
-windowed, runs homeworld in a window(for window decoration you have to use a virtual desktop
-hardwareCursor, enables the hardware cursor
-ssnologo, disables the relic logo on screenshots
-nomovies, disables all movies
-novideoerrors, disables graphic errors(popup your video card is too old...
Graphics:
-noS3TC, disables S3 texture compression
-nopbuffer, disables pixel buffer
-novbo, disables vertex buffer objects
-noDisplayLists, disables display lists
Useful Links:
RelicNews Technical Help
(more detailed info about the switches)
HW 1.0: open winecfg, go to "Drives", click on "Autodetect...", mount your CD and retry
HW 1.1: make sure that you use a nocd-patch
2.) No Story and Subtitles in Cutscenes (European Version)
HW 1.1: replace your language file under your Homeworld2/Data folder with one of these.
3.) Multiplayer/Gamespy Lobby says wrong CD-Key?
@all: try reinstall in a clean WINEPREFIX(maybe you have/had the demo installed?)
@all: or you have HW2 installed with a different WINEPREFIX(serial is stored in registry)
4.) Network not available?
@all: Gamespy lobby does not work
5.) HW2 crashes
@all: try the -nopbuffer switch
@all: do not enable oss in winecfg
6.) Widescreen Monitor and Hidden Buttons
@all: use the resolution commandline switch eg. Homeworld2.exe -w 1280 -h 960
7.) FSAA
@nvidia-users: you can set this over the OpenGL Environment Variables
@all other: enable FSAA in your xorg-config
8.) When patching the game to 1.1 the patch program hangs when writing EULA.txt.
@all:You have to kill before it hangs(i.e. with the xkill command on a console, and then click on the window). The window with the problem is a installer that pops when patching, if you kill that window, the patcher works as spected
9.) Objects and units are not rendered properly
@all: try the -novbo switch
1.) Install HW2 eg:(make sure that you use a clean wineprefix)
WINEPREFIX=$YOURCHOSENHW2FOLDER wine $PATHTOCD/HW2_Setup.exe
2.) Download the latest patch and install them eg:(1.0 works only without pixel buffer support=slower/but copy protection works...)
WINEPREFIX=$YOURCHOSENHW2FOLDER wine $PATHTOPATCH/$PATCHEXE
3.) The Securom2(introduced in 1.1) protection currently does not work in wine so you need a NoCD-Patch.(You can find them on GCW, you don't need this for 1.0)
4.) The best way to start Homeworld is a little shellscript eg:
#!/bin/sh cd $YOURCHOSENHW2FOLDER/drive_c/Sierra/Homeworld2/Bin/Release WINEPREFIX=$YOURCHOSENHW2FOLDER wine Homeworld2.exe -w 1280 -h 800
Comments for this application have been disabled because there are no maintainers.