[Bug 33246] New: FIFA 2002 Demo crashes after 'Press Any Key'
http://bugs.winehq.org/show_bug.cgi?id=33246 Bug #: 33246 Summary: FIFA 2002 Demo crashes after 'Press Any Key' Product: Wine Version: 1.5.26 Platform: x86 URL: http://www.fileplanet.com/80868/80000/fileinfo/FIFA-20 02-Demo OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: andrey.goosev(a)gmail.com CC: andrey.goosev(a)gmail.com Classification: Unclassified Created attachment 43970 --> http://bugs.winehq.org/attachment.cgi?id=43970 logout + backtrace Runs but crashes when pressing any key. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #1 from joaopa <jeremielapuree(a)yahoo.fr> 2013-05-05 00:04:30 CDT --- Confirming -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 Jarkko K <jarkko_korpi(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi(a)hotmail.com --- Comment #2 from Jarkko K <jarkko_korpi(a)hotmail.com> --- I couldnt even install the game without crash. The log is so short I put it here. fixme:winediag:AUDDRV_GetAudioEndpoint Winepulse is not officially supported by the wine project fixme:winediag:AUDDRV_GetAudioEndpoint For sound related feedback and support, please visit http://ubuntuforums.o$ fixme:ras:RasEnumConnectionsA (0xa3ee00,0x33fabc,0x33fab8),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock ins$ fixme:ras:RasEnumConnectionsA (0xa3ee00,0x33fabc,0x33fab8),stub! fixme:ras:RasEnumConnectionsA RAS support is not implemented! Configure program to use LAN connection/winsock ins$ fixme:winsock:WS_setsockopt opt_name:400f fixme:thread:__hook_pthread_create most thread attributes ignored! fixme:thread:start_thread Started native thread 00000035 fixme:win:EnumDisplayDevicesW ((null),0,0x33eed8,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33ebf8,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f0b8,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f248,0x00000000), stub! fixme:win:EnumDisplayDevicesW ((null),0,0x33f368,0x00000000), stub! wine: Unhandled page fault on read access to 0x63ac0607 at address 0x63ac0607 (thread 0009), starting debugger... winedbg: Internal crash at 0x1e79b4 Wine 1.7.15 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> ---
fixme:thread:__hook_pthread_create most thread attributes ignored!
I can't find this message in wine code, where did you take your wine version from? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #4 from Jarkko K <jarkko_korpi(a)hotmail.com> --- I got 3 versions of wine, that one is from ubuntu ppa. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #5 from Dmitry Timoshkov <dmitry(a)baikal.ru> --- (In reply to Jarkko K from comment #4)
I got 3 versions of wine, that one is from ubuntu ppa.
Ubuntu ppa provides a Wine package with several custom patches (read: hacks) which basically make their package not supported here. Please either compile Wine yourself or file a bug with Ubuntu instead. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #6 from Bruno Jesus <00cpxxx(a)gmail.com> --- I can see a crash here in vanilla wine, it's related to winsock. The function gethostbyaddr is called with the magic loopback address (127.12.34.56 - returned by gethostbyname I guess), this makes the function return NULL, which is unexpected by the application. I can't see any game screen, it just crashes before starting here. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #7 from Jarkko K <jarkko_korpi(a)hotmail.com> --- So should we try to locate the source code related to this and try to return something? 127.0.0.1? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #8 from Bruno Jesus <00cpxxx(a)gmail.com> --- I already did that, but I'll open a new bug when I have more time. This one is about other issue. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |36015 --- Comment #9 from Bruno Jesus <00cpxxx(a)gmail.com> --- The game works fine after bug 36015 is fixed. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #10 from Andrey Gusev <andrey.goosev(a)gmail.com> --- (In reply to Bruno Jesus from comment #9)
The game works fine after bug 36015 is fixed.
Bruno, did you have a crash with 'engeng.big' file? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 Bug 33246 depends on bug 36015, which changed state. Bug 36015 Summary: FIFA 2002 demo crashes because gethostbyaddr with magic loopback address return NULL http://bugs.winehq.org/show_bug.cgi?id=36015 What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #11 from Bruno Jesus <00cpxxx(a)gmail.com> --- (In reply to Andrey Gusev from comment #10)
Bruno, did you have a crash with 'engeng.big' file?
No, the game works really fine in wine 1.7.17. 79ac3412300d3c5d96b702dfe7ed607e971ceba0 FIFA2002_Demo_build6.exe 16Mb -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #12 from Bruno Jesus <00cpxxx(a)gmail.com> --- Actually there is no engeng.bin file here. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #13 from Andrey Gusev <andrey.goosev(a)gmail.com> --- (In reply to Bruno Jesus from comment #12)
Actually there is no engeng.bin file here.
That's a matter that it's like a missing file. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #14 from Bruno Jesus <00cpxxx(a)gmail.com> --- As Jarkko states in comment 2 the game installer does not work (need a bug for that), I extracted the files manually inside a folder and then run it. Maybe this is the difference between our setups? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #15 from Andrey Gusev <andrey.goosev(a)gmail.com> --- I can install both ways. But after 'press any key' I get a crash: SFX Looking for data\audio\engeng.big getting 0 0 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #16 from Jarkko K <jarkko_korpi(a)hotmail.com> --- If I download that demo, the setup wants to extract files somewhere, then it tries to install them and takes control of screen (blank screen). And I see crash in cosole... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #17 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Try this 1. Open FIFA2002_Demo_build6.exe with Archive Manager 2. Extract in 'FIFA 2002 Demo' folder 3. Go to folder and launch 'wine fifa2002demo.exe' -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #18 from Jarkko K <jarkko_korpi(a)hotmail.com> --- I have Ark, I quess that comes with kde. It ask compression method there are plenty to choose...this might not even work with ark. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #19 from Jarkko K <jarkko_korpi(a)hotmail.com> --- Just send the files by email to me. I try then. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #20 from Bruno Jesus <00cpxxx(a)gmail.com> --- Can you confirm we are using the same files by matching the SHA1 from comment 11? wine(a)Note:/tmp/A/drive_c/Program Files/fifa/data/audio$ ls -la total 24 drwxr-xr-x 4 wine wine 4096 Out 22 2001 . drwxr-xr-x 11 wine wine 4096 Out 22 2001 .. -rw-r--r-- 1 wine wine 444 Out 22 2001 audsfx2.w -rw-r--r-- 1 wine wine 977 Out 22 2001 mchaudio.ini drwxr-xr-x 2 wine wine 4096 Out 22 2001 sndmisc drwxr-xr-x 2 wine wine 4096 Out 22 2001 spc I don't have the engeng file as you can see. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #21 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Yes, all identical. And I also don't have it. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #22 from Bruno Jesus <00cpxxx(a)gmail.com> --- When I launch it with -all I see this in the console: SFX Looking for data\audio\engeng.big getting 0 0 WINEDEBUG=+file shows: trace:file:CreateFileW L"C:\\Program Files\\fifa\\data\\audio\\engeng.big" GENERIC_READ FILE_SHARE_READ creation 3 attributes 0x80 ... warn:file:CreateFileW Unable to create file L"C:\\Program Files\\fifa\\data\\audio\\engeng.big" (status c0000034) trace:file:CreateFileW returning 0xffffffff So it also tries to open the file here but does not complain. I can't imagine the difference =) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #23 from Jarkko K <jarkko_korpi(a)hotmail.com> --- Another has more access into directory? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #24 from Jarkko K <jarkko_korpi(a)hotmail.com> --- or file -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #25 from Jarkko K <jarkko_korpi(a)hotmail.com> --- Gusev sent the demo, Black screen when I am trying to run the exe. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 Frédéric Delanoy <frederic.delanoy(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy(a)gmail.com --- Comment #26 from Frédéric Delanoy <frederic.delanoy(a)gmail.com> --- I got the same issue with 1.7.16 or 17. Error about data\audio\engeng.big missing as well (it is, even after manually extracting archives). I also tested on XP, and the installer is broken (stuck at the end of extraction phase). Starting manually from extraction directory also yields a crash, as in Wine. So in summary a broken archive (installer) containing a broken exe... Maybe this bug could be resolved as invalid... -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #27 from Jarkko K <jarkko_korpi(a)hotmail.com> --- That would make much sense. Maybe downloading the demo from another source? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 Andrey Gusev <andrey.goosev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #28 from Andrey Gusev <andrey.goosev(a)gmail.com> --- Corrupted archive. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33246 Bruno Jesus <00cpxxx(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #29 from Bruno Jesus <00cpxxx(a)gmail.com> --- I can confirm that the game does not work in XP too... I still don't know why I can run it in wine but anyway there are other bugs deserving attention =) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #30 from austinenglish(a)gmail.com --- Could someone please post the sha1sum of the corrupted archive(s)? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=33246 --- Comment #31 from Bruno Jesus <00cpxxx(a)gmail.com> --- (In reply to austinenglish from comment #30)
Could someone please post the sha1sum of the corrupted archive(s)?
Comment 11. -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.
participants (1)
-
wine-bugs@winehq.org