Hello! I'm trying to run C&C3 Tiberium Wars on my Fedora11 x86_64 using Wine 1.1.23 In the AppDB (http://appdb.winehq.org/objectManager.php?sClass=version&iId=7440), it's listed as Silver so I though I would give this game a try. Specially as the note says it works with unpatched Wine 1.1.23. I successfully installed the game and also patched (the game) to 1.9 But once I try to run it, nothing happens. Just the splash screen for 5 seconds and then it disappears. - Running from the terminal doesn't output any errors - Already tried copying the d3d9.dll to windows/system32 - Already tried disabling all sound modules - Applied CNC3_patch109_english.exe - running wine 1.1.23 So I want to make this work but haven't got any other clues of what to try next. My next option is to update wine to the latest dev package if necessary. Please help. Looking forward for any clues/suggestions. Thank you!
On 07/19/2009 08:38 PM, MarcoBR wrote:> Hello! > > I'm trying to run C&C3 Tiberium Wars on my Fedora11 x86_64 using Wine 1.1.23 > > In the AppDB (http://appdb.winehq.org/objectManager.php?sClass=version&iId=7440), it's listed as Silver so I though I would give this game a try. Specially as the note says it works with unpatched Wine 1.1.23. > > I successfully installed the game and also patched (the game) to 1.9 > But once I try to run it, nothing happens. Just the splash screen for 5 seconds and then it disappears. > > - Running from the terminal doesn't output any errors > - Already tried copying the d3d9.dll to windows/system32 > - Already tried disabling all sound modules > - Applied CNC3_patch109_english.exe > - running wine 1.1.23 > > So I want to make this work but haven't got any other clues of what to try next. > > My next option is to update wine to the latest dev package if necessary. > > Please help. Looking forward for any clues/suggestions. > > Thank you!Which video card/driver do you use? Check if you're card has 3D accel (e.g. with nVidia binary driver) Else, you could - retrieve latest wine (currently 1.1.26) - if you messed up your wine dir, just backup your ~/.wine - reinstall your soft & test Fr?d?ric
> Which video card/driver do you use? > Check if you're card has 3D accel (e.g. with nVidia binary driver) > > Else, you could > - retrieve latest wine (currently 1.1.26) > - if you messed up your wine dir, just backup your ~/.wine > - reinstall your soft & testHi Fr?d?ric, Thanks for your reply! I've already deleted my .wine and reinstalled the game a few times, no luck. My video card is a nvidia (with latest driver) 9600GT. I've installed a "nocd" crack for the game and I've got some progress: Code: [marco at localhost Command & Conquer 3]$ wine CNC3.exe fixme:debugstr:CheckRemoteDebuggerPresent (0xffffffff)->(0x335fc48): Stub! fixme:thread:SetThreadIdealProcessor (0xd4): stub fixme:thread:SetThreadIdealProcessor (0x188): stub fixme:thread:SetThreadIdealProcessor (0x18c): stub fixme:d3d9:D3DPERF_GetStatus (void) : stub X Error of failed request: BadValue (integer parameter out of range for operation) Major opcode of failed request: 135 (GLX) Minor opcode of failed request: 3 (X_GLXCreateContext) Value in failed request: 0x21 Serial number of failed request: 481 Current serial number in output stream: 481 At least that's something. Also my card does suport GLX. Any ideas? Before updating to 1.1.26 I would like to try something about that output. Thanks again!
Alexander Nicolaysen S... wrote:> That means the game was unable to change the screen resolution; you should add > 800x600 as a display mode in /etc/X11/xorg.conf > > If you are using OSS as the sound driver in winecfg, try switching to ALSA. > > > Alexander N. S??rnes > > Tirsdag 28 juli 2009 16:35:14 skrev MarcoBR: > > > It WORKS!!! > > > > I just emulated a virtual desktop and it stopped complaining about DirectX! > > > > Now it's too late because I did install it (should I uninstall?) > > > > Although I have no sound but that is fixable > > > > :D >Hi! I don't have alsa in this wine version to select. I only have pulseaudio, jack and esound. None of them works in the "test sound". I installed alsa-lib-devel to see if helps but alsa still doesn't show. A popup tells me: " Found driver in registry that is not available! Remove "alsa" from registry? " Still trying more..