http://bugs.winehq.org/show_bug.cgi?id=20138
Summary: Tropico 3 doesn't start Product: Wine Version: 1.1.29 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: benny.gaechter@bluewin.ch
Installation of Tropico 3 worked without problems. But as i tried to start the application the loading screen appears and then the programm quits.
i tried to debug the application (it's the first time i hope i made it right...) I used this command => WINEDEBUG=+relay,-debug wine '/home/benny/Desktop/Tropico 3.desktop' &> debug.txt
OS: Linux Mint 7 Gloria CPU: Intel E6700 GPU: Nvidia 8800GTS RAM: 2GB
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #1 from benny.gaechter@bluewin.ch 2009-09-23 13:00:09 --- Created an attachment (id=23719) --> (http://bugs.winehq.org/attachment.cgi?id=23719) WINEDBG output
It isn't the whole output. If you need more i could upload the whole file (5.9 MB). But i hope this is enough.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #2 from Vitaliy Margolen vitaliy@kievinfo.com 2009-09-23 20:52:33 --- Please do not use any WINEDEBUG flags unless explicitly instructed to. Make sure you have Wine debug symbols installed and attach (as a plain text file) complete terminal output, including the exact command you used to run the program.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #3 from benny.gaechter@bluewin.ch 2009-09-24 11:03:57 --- Created an attachment (id=23733) --> (http://bugs.winehq.org/attachment.cgi?id=23733) output in Terminal
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #4 from benny.gaechter@bluewin.ch 2009-09-24 11:04:37 --- Created an attachment (id=23734) --> (http://bugs.winehq.org/attachment.cgi?id=23734) Error log from Tropico 3
It seems like the game itself creates an error log.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #5 from Henri Verbeet hverbeet@gmail.com 2009-09-24 13:20:37 --- Does this have a demo with the same problem?
http://bugs.winehq.org/show_bug.cgi?id=20138
Ken Sharp kennybobs@o2.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.tropico3.com/?p= | |downloads
--- Comment #6 from Ken Sharp kennybobs@o2.co.uk 2009-09-24 13:34:18 --- User linked this bug to the demo in the AppDB, so presumably yes.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #7 from Ken Sharp kennybobs@o2.co.uk 2009-09-24 13:38:33 --- http://www.tropico3.com/?p=downloads
It might just be my browser, but the download URL doesn't seem to saving for some reason, so here it is again...
http://bugs.winehq.org/show_bug.cgi?id=20138
benny.gaechter@bluewin.ch changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.tropico3.com/?p= | |downloads |
--- Comment #8 from benny.gaechter@bluewin.ch 2009-09-24 15:14:11 --- Yes the demo got the same problem...
http://bugs.winehq.org/show_bug.cgi?id=20138
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.tropico3.com/?p= | |downloads
http://bugs.winehq.org/show_bug.cgi?id=20138
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 #9 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-09-25 04:50:16 --- confirming, same bug is in demo. From a generated debuglog this jumped out:
0009:Call user32.CreateIconIndirect(0032f8a8) ret=005d5e95 0009:trace:seh:raise_exception code=c0000005 flags=0 addr=0xb7d23896 ip=b7d23896 tid=0009 0009:trace:seh:raise_exception info[0]=00000000 0009:trace:seh:raise_exception info[1]=00330000 0009:trace:seh:raise_exception eax=00000000 ebx=7ec69ff4 ecx=00000020 edx=00001000 esi=00330000 edi=00c67494 0009:trace:seh:raise_exception ebp=0032f6f8 esp=0032f698 cs=0073 ds=007b es=007b fs=0033 gs=003b flags=00010246 0009:trace:seh:call_vectored_handlers calling handler at 0x7e1ab6d0 code=c0000005 flags=0 0009:trace:seh:call_vectored_handlers handler at 0x7e1ab6d0 returned ffffffff 0009:Ret user32.CreateIconIndirect() retval=0000115e ret=005d5e95
With the hack below the demo starts fine for me (though because of hack, i guess, i now have invisible cursor ;) )
diff --git a/dlls/user32/cursoricon.c b/dlls/user32/cursoricon.c index 23de6a5..f62d19a 100644 --- a/dlls/user32/cursoricon.c +++ b/dlls/user32/cursoricon.c @@ -2106,7 +2106,7 @@ HICON WINAPI CreateIconIndirect(PICONINFO iconinfo) BITMAP bmpAnd; HICON16 hObj; int xor_objsize = 0, sizeXor = 0, sizeAnd, planes, bpp; - + return 0; TRACE("color %p, mask %p, hotspot %ux%u, fIcon %d\n", iconinfo->hbmColor, iconinfo->hbmMask, iconinfo->xHotspot, iconinfo->yHotspot, iconinfo->fIcon);
http://bugs.winehq.org/show_bug.cgi?id=20138
Tomasz Sałaciński tsalacinski@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |tsalacinski@gmail.com
--- Comment #10 from Tomasz Sałaciński tsalacinski@gmail.com 2009-09-25 10:47:45 --- Strange... the demo works for me flawlessly, even under compiz. The only problem is the issue with mouse cursor. I am using the yesterday's git.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #11 from benny.gaechter@bluewin.ch 2009-09-26 03:36:06 --- Full version works with the hack, too. But, as said, without cursor...
http://bugs.winehq.org/show_bug.cgi?id=20138
zil zilforever@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zilforever@gmail.com
--- Comment #12 from zil zilforever@gmail.com 2009-10-29 13:17:26 --- Yup Tropico 3 demo not work in Wine 1.1.24 and 1.1.32. It works in Wine 1.0.1 and 1.1.23. So this is regression, i think. Somebody can confirm that it work in 1.0.1, or only i got such problem?
Ubuntu 9.04 Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz CPU flags: 2400MHz MMX SSE SSE2 SSE3 SSSE3 HTT
Linux 32bit GCC 4.3.3 Release May 26 2009 Linux 2.6.28-15-generic i686 GeForce 9600 GT PCI Express 180.44 512Mb
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #13 from zil zilforever@gmail.com 2009-11-01 11:08:06 --- Ok i tested it in wine 1.1.32 under new Ubuntu 9.10 (32 bit and 64 bit version) and it runs (no patche needed and no cursor problem).
Linux 32bit GCC 4.3.3 Release May 26 2009 Linux 2.6.31-14-generic i686 Intel(R) Pentium(R) Dual CPU E2220 @ 2.40GHz 2399MHz MMX SSE SSE2 SSE3 SSSE3 HTT GeForce 9600 GT PCI Express 185.18.36 512Mb
http://bugs.winehq.org/show_bug.cgi?id=20138
Ilya Chernykh neptunia@mail.ru changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |neptunia@mail.ru
--- Comment #14 from Ilya Chernykh neptunia@mail.ru 2010-02-28 17:50:38 --- The program crashes on start in Wine 1.1.39.
I get the error window (see the screenshot)
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #15 from Ilya Chernykh neptunia@mail.ru 2010-02-28 17:51:24 --- Created an attachment (id=26542) --> (http://bugs.winehq.org/attachment.cgi?id=26542) Fatal Error screenshot
http://bugs.winehq.org/show_bug.cgi?id=20138
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #16 from Wylda wylda@volny.cz 2010-03-02 18:55:51 --- (In reply to comment #9)
confirming, same bug is in demo. From a generated debuglog this jumped out:
Hi Louis, can't confirm this. Demo doesn't crash here in 1.0.1, 1.1.29, 1.1.30 and 1.1.39. All these wine versions are OK here.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #17 from Ilya Chernykh neptunia@mail.ru 2010-03-02 19:14:44 --- Cannot start the program with any means.
http://bugs.winehq.org/show_bug.cgi?id=20138
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lukasz.wojnilowicz@gmail.co | |m
--- Comment #18 from NSLW lukasz.wojnilowicz@gmail.com 2010-03-04 10:52:18 --- I cannot confirm this bug. Tropico 3 Polish version starts fine for me on Wine 1.1.39. The game starts no matter if it's patched to 1.13 or unpatched.
CPU: Dual Core OS: Fedora 12 32 bit GFX: NVIDIA 9xxx GFX DRIVERS: 195.36.03
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #19 from Ilya Chernykh neptunia@mail.ru 2010-03-04 14:38:43 --- In fact I get two error messages: one shown above and the other attached below. Both appear simultaniously in two separate windows just after starting the program. No other visuals appear.
I have 64-bit OpenSUSE 11.2.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #20 from Ilya Chernykh neptunia@mail.ru 2010-03-04 14:39:20 --- Created an attachment (id=26606) --> (http://bugs.winehq.org/attachment.cgi?id=26606) Second fatal error screenshot
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #21 from Ilya Chernykh neptunia@mail.ru 2010-03-04 14:57:22 --- The last output in console is:
fixme:reg:GetNativeSystemInfo (0x33fa0c) using GetSystemInfo()
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #22 from Ilya Chernykh neptunia@mail.ru 2010-03-04 14:58:12 --- The game crashes the same way when run under root priviledges.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #23 from Juan Lang juan_lang@yahoo.com 2010-03-04 15:12:57 --- (In reply to comment #22)
The game crashes the same way when run under root priviledges.
Don't do that! http://wiki.winehq.org/FAQ#head-96bebfa287b4288974de0df23351f278b0d41014
This looks like a named pipe problem, probably a dup of other bugs related to named pipes.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #24 from Ilya Chernykh neptunia@mail.ru 2010-03-04 16:13:32 --- I used another media and now I can go as far as menu. But the program crashes when the game is to start. Also I have garbaged cursor.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #25 from Ilya Chernykh neptunia@mail.ru 2010-03-04 16:43:48 --- Well I have re-installed and now I managed to run the game! the only problem I have now is the garbaged cursor.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #26 from Ilya Chernykh neptunia@mail.ru 2010-03-04 16:50:31 --- Also I have no sound in-game (although in menu all ok).
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #27 from NSLW lukasz.wojnilowicz@gmail.com 2010-03-05 00:42:43 --- (In reply to comment #25)
Well I have re-installed and now I managed to run the game! the only problem I have now is the garbaged cursor.
(In reply to comment #26)
Also I have no sound in-game (although in menu all ok).
I think your problem is that you've got wrong copy of game (maybe pirated). If you finally managed to run the game then I think this bug can be marked as resolved. For cursor: 1) Use at least Wine 1.1.31 2) Disable compositing managers
For the sound problem see bug #21248
http://bugs.winehq.org/show_bug.cgi?id=20138
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #28 from Jeff Zaroyko jeffz@jeffz.name 2010-03-05 01:11:05 --- Several people reported fixed, marking as such.
Ilya, If you have a legal version and still have problems which are not reported in bugzilla please open a new bug.
http://bugs.winehq.org/show_bug.cgi?id=20138
--- Comment #29 from Ilya Chernykh neptunia@mail.ru 2010-03-05 07:07:21 ---
For cursor:
- Use at least Wine 1.1.31
- Disable compositing managers
1) I use Wine 1.1.39 2) I do not use compositing stuff.
http://bugs.winehq.org/show_bug.cgi?id=20138
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #30 from Alexandre Julliard julliard@winehq.org 2010-03-05 12:43:09 --- Closing bugs fixed in 1.1.40.
https://bugs.winehq.org/show_bug.cgi?id=20138
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.tropico3.com/?p= |https://web.archive.org/web |downloads |/20210227141220/http://dl.4 | |players.de/f1/pc2/tropico3/ | |Tropico3Demo.exe CC| |focht@gmx.net