http://bugs.winehq.org/show_bug.cgi?id=24781
Summary: Dawn of War Demo does not start, no console output Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: hennr@hennr.name
When trying to start the Demo of Dawn of War 1, it does not start and fails silently.
There is no console output as well, no matter which debug flags/channels I set.
The Dawn of War Soulstrom Demo start flawless.
Tags: Regression, Download
http://bugs.winehq.org/show_bug.cgi?id=24781
HennR hennr@hennr.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression URL| |http://download.cnet.com/Wa | |rhammer-40-000-Dawn-of-War- | |demo/3000-7483_4-10317161.h | |tml CC| |hennr@hennr.name
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2010-10-17 05:37:49 CDT --- Please specify which Wine version using the version field. Please post the results of your regression test http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #2 from HennR hennr@hennr.name 2010-10-17 05:49:45 CDT --- Hi, I left the version unchecked because it happens with the latest git as well as with 1.1.32 which I got from the debian repo ( http://www.winehq.org/download/deblenny )
This is why I also didn't make a regression test, I don't know which version to choose as the good one ;)
The game started fine with 1.1.32 and above (I test git version from time to time).
I suppose this is an issue of a new graphics driver or xserver, but I don't know how to get wine to give me some useful console output.
http://bugs.winehq.org/show_bug.cgi?id=24781
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.3.2
http://bugs.winehq.org/show_bug.cgi?id=24781
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|regression | CC|hennr@hennr.name |
--- Comment #3 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-18 02:04:37 CDT --- (In reply to comment #2)
This is why I also didn't make a regression test, I don't know which version to choose as the good one ;)
Is there any reason that you think it's a regression then?
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #4 from HennR hennr@hennr.name 2010-10-18 03:49:49 CDT --- (In reply to comment #3)
Is there any reason that you think it's a regression then?
Good point :)
I will try to install older versions of my graphics driver to identify the problem on that site.
But it's still strange that I get no console output.
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #5 from HennR hennr@hennr.name 2010-10-20 02:36:53 CDT --- Neither a different kernel nor a downgraded graphics driver led to any success.
Could someone try if the demo starts on your system, please?
http://bugs.winehq.org/show_bug.cgi?id=24781
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Ever Confirmed|0 |1
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-10-20 15:10:46 CDT --- (In reply to comment #5)
Neither a different kernel nor a downgraded graphics driver led to any success.
Could someone try if the demo starts on your system, please?
Doesn't start here as well.
From the log i generated it looked as if mfc71 was missing
(GetModuleHandleA("mfc71") returned 0, but winetricks vcrun2003 didn't help either, still silent exit.
Real problem seems to be: 0009:Call KERNEL32.GetFileAttributesA(00acfb54 "ENGINE\DATA") ret=0503e3c4 0009:Ret KERNEL32.GetFileAttributesA() retval=ffffffff ret=0503e3c4 0009:Call KERNEL32.FindFirstFileA(00acfb54 "ENGINE\DATA",00acf8d4) ret=7c355d10
After manually creating the directory ENGINE\DATA the games starts up fine for me.
1st question is: is this directory created on windows by the installer? HennR, do you know if that directory is present if the demo is installed on windows?
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #7 from HennR hennr@hennr.name 2010-10-21 03:09:14 CDT --- (In reply to comment #6)
After manually creating the directory ENGINE\DATA the games starts up fine for me.
For me as well.
1st question is: is this directory created on windows by the installer? HennR, do you know if that directory is present if the demo is installed on windows?
I will test that in a VM.
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #8 from HennR hennr@hennr.name 2010-10-21 03:53:33 CDT --- (In reply to comment #7)
1st question is: is this directory created on windows by the installer? HennR, do you know if that directory is present if the demo is installed on windows?
I will test that in a VM.
The folder gets created under windows.
Seems to be a regression.
I will make some regression testing...
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-10-21 05:38:24 CDT ---
Seems to be a regression.
So the folder got created in older wine-versions? If so, could be a regression in msi?
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #10 from HennR hennr@hennr.name 2010-10-21 06:47:38 CDT --- (In reply to comment #9)
Seems to be a regression.
So the folder got created in older wine-versions? If so, could be a regression in msi?
It got created I suppose. It always started so far.
Regression tests showed that wine-1.3.0 does not create the folder as well.
wine-1.2.1 crashes while processing IDriver.exe, there is already a bug for that over here:
http://bugs.winehq.org/show_bug.cgi?id=3749
http://bugs.winehq.org/show_bug.cgi?id=24781
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer
--- Comment #11 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2010-10-22 15:18:30 CDT --- (In reply to comment #10)
(In reply to comment #9)
Seems to be a regression.
So the folder got created in older wine-versions? If so, could be a regression in msi?
It got created I suppose. It always started so far.
Regression tests showed that wine-1.3.0 does not create the folder as well.
wine-1.2.1 crashes while processing IDriver.exe, there is already a bug for that over here:
I tested with wine-1.1.34 and there the installer fails as well. Are you sure the installer ever worked and installed the correct directies? Maybe a +msi,+msidb debuglog could be useful?
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #12 from HennR hennr@hennr.name 2010-10-23 06:52:59 CDT --- (In reply to comment #11)
I tested with wine-1.1.34 and there the installer fails as well. Are you sure the installer ever worked and installed the correct directies? Maybe a +msi,+msidb debuglog could be useful?
I used the installer several times and it worked flawless.
So we have two possibilities why the game does not start any more:
1. The installer never worked correctly but wine wasn't affected by the miss of the "Data" folder. a.k.a: wine ignored the miss and started the game anyway.
This is improbable because I installed the Demo with wine 1.3.5 and tried to run it with wine 1.1x which didn't succeed.
2. The installer worked properly before but now it's broken.
This is my guess, we just need to find out why ;)
It would help so much if the IDriver.exe issue would be gone before:
http://bugs.winehq.org/show_bug.cgi?id=3749
http://bugs.winehq.org/show_bug.cgi?id=24781
HennR hennr@hennr.name changed:
What |Removed |Added ---------------------------------------------------------------------------- See Also| |http://bugs.winehq.org/show | |_bug.cgi?id=24825
http://bugs.winehq.org/show_bug.cgi?id=24781
Athrun samurai_no_densetsu@yahoo.es changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |samurai_no_densetsu@yahoo.e | |s
--- Comment #13 from Athrun samurai_no_densetsu@yahoo.es 2010-11-24 08:45:04 CST --- This demo/game doesn't produce any console output because it stdout the info and warnings to several log files, these files are located at the game's directory, the names of these files are the following, dlltie.log, GraphicsConfig.log, warnings.log.
Any user having problems should check warnings.log file, because inthat file will find whats happening underneath, and is the most useful of these three log files.
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #14 from Athrun samurai_no_densetsu@yahoo.es 2010-11-24 09:47:46 CST --- Created an attachment (id=32109) --> (http://bugs.winehq.org/attachment.cgi?id=32109) Example of a warnings.log on standard (non working) install.
It complaints for the missing 'engine\data' path.
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #15 from Athrun samurai_no_densetsu@yahoo.es 2010-11-24 09:56:23 CST --- Created an attachment (id=32110) --> (http://bugs.winehq.org/attachment.cgi?id=32110) Example of a warnings.log after creating the 'Engine/Data' folder.
And running flawless. Forgot to say that was tested with Wine 1.3.7.
http://bugs.winehq.org/show_bug.cgi?id=24781
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE
--- Comment #16 from Ken Sharp kennybobs@o2.co.uk 2010-11-24 18:32:43 CST --- Duplicate.
*** This bug has been marked as a duplicate of bug 17696 ***
http://bugs.winehq.org/show_bug.cgi?id=24781
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Ken Sharp kennybobs@o2.co.uk 2010-11-24 18:33:20 CST --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=24781
--- Comment #18 from Ken Sharp kennybobs@o2.co.uk 2010-11-24 18:35:42 CST --- Grrr...
*** This bug has been marked as a duplicate of bug 17969 ***