0 Members and 1 Guest are viewing this topic.
Therier, can you explain what happens when you run it in Wine? Along with what distro you're using, and Wine version? Cedega is a commerical app with their own support, so you gotta ask them about running it. If you want help with WINE and Soldat, then we can help you out.Date Posted: August 01, 2006, 11:50:36 AMOk this is very weird...I've been doing a LOT of WINE+GIT regression testing, and something odd comes up. I'm pretty sure that atleast 2 other people, confirmed for me that Wine 0.9 was the last version to have working polygon rendering. However, when I'm running the GIT version of WINE, it appears that versions up to 0.9.8 work too! Now I'm SURE that my install of WINE (through apt-get) did not work up to that version with Soldat. So that just is confusing me a bit. However, even then, with 0.9.8 working and 0.9.9 having the bug, I can now do a regression test between the 2 to hopefully find the exact patch that caused the problem! We're so close!
ryan@ryandc1:~/.wine/drive_c/Soldat$ /usr/local/bin/wine Soldat.exeerr:module:import_dll Library wined3d.dll (which is needed by L"c:\\windows\\system32\\d3d8.dll") not founderr:module:import_dll Library d3d8.dll (which is needed by L"C:\\Soldat\\Soldat.exe") not founderr:module:LdrInitializeThunk Main exe initialization for L"C:\\Soldat\\Soldat.exe" failed, status c0000135
sudo apt-get install git gitk git-core
git clone git://source.winehq.org/git/wine.git wine-gitcd wine-git
./configure && make clean && make depend && make