http://bugs.winehq.org/show_bug.cgi?id=22672
Summary: A-10 Cuba! crash in introduction screen forbiding to play the game Product: Wine Version: 1.1.43 Platform: x86 URL: http://www.5star-shareware.com/Windows/Games/Flight/a1 0-cuba.html OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: petr.dlouhy@email.cz
Created an attachment (id=27913) --> (http://bugs.winehq.org/attachment.cgi?id=27913) console output
The crash is caused by unhandled page (see attachment) fault, and seems not to be present in older Wine versions.
I was trying to do regression testing, but I failed. When I was testing on prebuild .deb packages from archives, it appears, that the problem raised between wine-1.1.28 (working) and wine-1.1.29 (not working). I started with regression testing on GIT sources, but it crashes in all versions I tried compiling from sources (even if it works in same prebuild versions) - I tried version 1.1.28 and also version 1.1.16 (reported as working in appdb).
http://bugs.winehq.org/show_bug.cgi?id=22672
Petr Dlouhý petr.dlouhy@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, regression
http://bugs.winehq.org/show_bug.cgi?id=22672
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wylda@volny.cz
--- Comment #1 from Wylda wylda@volny.cz 2010-05-13 06:02:01 ---
Can't confirm, works for me under 1.1.43, 1.1.44, 1.1.44-125-gb2ff743.
To be sure i test it correctly. I run the game under winecfg Win98 by:
$ wine A10CUBA.EXE
and after few click i'm sitting in a cockpit. I can't fly so can't test any further ;)
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #2 from Dmitry Timoshkov dmitry@codeweavers.com 2010-05-13 06:20:23 --- If this is a regression please post the results of your regression testing: http://wiki.winehq.org/RegressionTesting
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #3 from Petr Dlouhý petr.dlouhy@email.cz 2010-05-13 08:55:18 --- Wylda: Hm, it seems, that the demo works, but full version not. I found download link with version which crashing same way as my version - http://www.classic-gaming.net/file/download/4321/
Dmitry Timoshkov: I have already written, that I was trying to make regression testing, bud I failed.
http://bugs.winehq.org/show_bug.cgi?id=22672
Petr Dlouhý petr.dlouhy@email.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://www.5star-shareware. |http://www.classic-gaming.n |com/Windows/Games/Flight/a1 |et/file/download/4321/ |0-cuba.html |
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #4 from Vitaliy Margolen vitaliy@kievinfo.com 2010-05-13 11:03:21 ---
Could not load Mozilla. HTML rendering will be disabled.
Start from fixing this problem. All configurations without wine_gecko are invalid and not supported.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #5 from Petr Dlouhý petr.dlouhy@email.cz 2010-05-13 11:16:28 --- Created an attachment (id=27928) --> (http://bugs.winehq.org/attachment.cgi?id=27928) output log
(In reply to comment #4)
Could not load Mozilla. HTML rendering will be disabled.
Start from fixing this problem. All configurations without wine_gecko are invalid and not supported.
OK, but fixing that doesn't have any effect. Here is new log.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #6 from Wylda wylda@volny.cz 2010-05-13 11:32:53 ---
OK, i see that. I'll try to take care about it.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #7 from Wylda wylda@volny.cz 2010-05-13 12:09:27 ---
1. Confirming, please consider UNCONFIRMED->NEW.
2. I did a regression test between 1.1.28 and 1.1.29:
commit 17afb0ddd43979b8df71bf70ac5cb8ea20ae011a Author: Ismael Barros razielmine@gmail.com Date: Tue Sep 1 01:50:46 2009 +0200
dpwsockx: Stub implementation.
:040000 040000 32cad2cfac9965f28004575b55404d50023beaa5 32b1e21fef7cee2e55c9668fd42a0c5b338c1841 M dlls
3. No other bug report suffers from this commit.
4. Revert of this patch after git checkout makes that problem go away. (unable to revert on top of 1.1.44)
5. Adding author of this patch to CC.
--private keyword: bisected
BTW: Demo is not affected, but the link in URL now link the (full?) version showing the problem. Download is tiny (8MB)
http://bugs.winehq.org/show_bug.cgi?id=22672
Wylda wylda@volny.cz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |razielmine@gmail.com
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #8 from Wylda wylda@volny.cz 2010-05-13 12:14:03 --- Created an attachment (id=27931) --> (http://bugs.winehq.org/attachment.cgi?id=27931) proper console log from wine-1.1.44-125-gb2ff743
Adding proper console log with debugging symbols.
http://bugs.winehq.org/show_bug.cgi?id=22672
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |directx-dplay Ever Confirmed|0 |1
--- Comment #9 from Vitaliy Margolen vitaliy@kievinfo.com 2010-05-13 22:02:44 --- Confirming per comment 7.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #10 from Ismael Barros razielmine@gmail.com 2010-05-15 08:02:45 --- Problem seems to be in DP_FindAnyGroup@dplay.c:969 (on current trunk), where we try to DPQ_FIND_ENTRY( This->dp2->lpSysGroup->groups, groups, lpGData->dpid, ==, dpid, lpGroups ); but This->dp2->lpSysGroup is null.
Since dpwsocks is mostly a stub and I don't know when I (or someone else) will have time to complete it, should we try to isolate this bug in a testcase and fix it properly, or should we just return DPERR_UNSUPPORTED on SPInit@dpwsockx_main.c:240 for now, instead of DP_OK, which is mostly what changed in 17afb0ddd43979b8df71bf70ac5cb8ea20ae011a?
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #11 from Wylda wylda@volny.cz 2010-06-19 07:13:22 ---
Still present in wine-1.2-rc4. Backtrace is the same like in comment #8.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #12 from Wylda wylda@volny.cz 2010-08-29 00:45:20 CDT ---
Still present in wine-1.3.1. Backtrace is the same like in comment #8.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #13 from Petr Dlouhý petr.dlouhy@email.cz 2010-12-15 07:43:29 CST --- Still not working in Wine 1.3.9.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #14 from Petr Dlouhý petr.dlouhy@email.cz 2011-02-21 04:42:50 CST --- A-10 Cuba is still not working in Wine 1.3.14
http://bugs.winehq.org/show_bug.cgi?id=22672
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de Regression SHA1| |17afb0ddd43979b8df71bf70ac5 | |cb8ea20ae011a
http://bugs.winehq.org/show_bug.cgi?id=22672
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com, | |xerox_xerox2000@yahoo.co.uk
--- Comment #15 from Bruno Jesus 00cpxxx@gmail.com 2011-09-27 17:42:14 CDT --- Still present in 1.3.29. Same backtrace from comment #8.
=>0 0x7e26d45a DP_FindAnyGroup+0x7a(This=0x129388, dpid=0x32f924) [/home/bjesus/programs/wine-git/dlls/dplayx/dplay.c:969] in dplayx (0x0032f888)
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #16 from Petr Dlouhý petr.dlouhy@email.cz 2012-02-23 03:21:39 CST --- It still crashes with the same output in wine 1.4-rc2
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #17 from Wylda wylda@volny.cz 2012-05-04 23:22:31 CDT ---
Still present in wine-1.5.3-164-gdec3d50. Backtrace is the same like in comment #8.
http://bugs.winehq.org/show_bug.cgi?id=22672
ZakMcKracken derhosentraegerissmirabgerissn@alpenjodel.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |derhosentraegerissmirabgeri | |ssn@alpenjodel.de
--- Comment #18 from ZakMcKracken derhosentraegerissmirabgerissn@alpenjodel.de 2012-09-24 16:55:26 CDT --- could not reproduce under wine 1.5.11 , did not try that abandon ware version though, have an original version.
I couldnt find any mention of application version inside my copy, as there seems to be a patch to version 1.01 around that fixes some cd key issue of some sort (mine didnt need one nor did ask , cd install and runs without it in the drive just fine)
I tried every path on "http://www.patches-scrolls.de/" (search for CUBA!) , but not one of them will install correctly , so I assume I'm on version 1.2 , but have no way of verifying it
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #19 from Bruno Jesus 00cpxxx@gmail.com 2012-09-24 21:30:10 CDT --- Are you sure you tested with all builtin dlls? I don't remember about any recent directplay patch to fix this issue. Maybe some other patch is hiding the issue now.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #20 from ZakMcKracken derhosentraegerissmirabgerissn@alpenjodel.de 2012-10-14 04:37:11 CDT --- (In reply to comment #19)
Are you sure you tested with all builtin dlls? I don't remember about any recent directplay patch to fix this issue. Maybe some other patch is hiding the issue now.
Everything built in , but still unsure what version of A10 Cuba im running here, maybe other versions access directplay prematurely and therefore crash ?
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #21 from Bruno Jesus 00cpxxx@gmail.com 2012-10-14 17:55:39 CDT --- Well, it still crashes for me in the same file so I'll leave this opened.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #22 from ZakMcKracken pakas174@gmail.com 2012-10-21 09:47:46 CDT --- Ok , I now can confirm, crashing with 1.5.13, BUT this crash happens to me when I close the tip window from my installed version (a registry key says its version 1.05), so I have to move the tip window around , but can play. Now this "abandonware" version already has a registry setting that the tip window is closed, so I set this key as well and now my copy is crashing too.
So a workaround to actually play:
Find the following key: "TipStartUp" and set it 1
http://bugs.winehq.org/show_bug.cgi?id=22672
Frédéric Delanoy frederic.delanoy@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |frederic.delanoy@gmail.com
--- Comment #23 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-06-22 05:11:05 CDT --- I have no crash with the demo version and wine-1.6-rc3
Can someone retry with the full version?
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #24 from Bruno Jesus 00cpxxx@gmail.com 2013-06-22 11:06:50 CDT --- Still crashes for me, the dxplay code was not touched since my last test.
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #25 from ZakMcKracken pakas174@gmail.com 2013-07-05 00:59:21 CDT --- No crash now on Wine 1.5.29, with and without tips at startup and even the network button can be used (IPX?)
Still have the 1.05 OEM version, did a fresh install from CD
http://bugs.winehq.org/show_bug.cgi?id=22672
--- Comment #26 from Frédéric Delanoy frederic.delanoy@gmail.com 2013-07-05 02:08:13 CDT --- (In reply to comment #25)
No crash now on Wine 1.5.29, with and without tips at startup and even the network button can be used (IPX?)
Still have the 1.05 OEM version, did a fresh install from CD
Could you please retry with latest wine (wine-1.6-rc4 or later) to ensure the bug didn't come back?
http://bugs.winehq.org/show_bug.cgi?id=22672
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #27 from Bruno Jesus 00cpxxx@gmail.com 2013-07-05 21:43:41 CDT --- My version is running too so it's really fixed in wine 1.6-rc4. The directplay errors are printed but no longer cause a crash.
err:dplay:DP_InitializeDPSP DP SP Initialization failed: DPERR_UNAVAILABLE err:dplay:DirectPlayCreate Failed to Initialize SP: DPERR_UNAVAILABLE err:dplay:IDirectPlay4Impl_InitializeConnection Unable to load service provider {44eaa760-cb68-11cf-9c4e-00a0c905425e} err:dplay:DirectPlayCreate Failed to Initialize SP: DPERR_UNAVAILABLE err:dplay:IDirectPlay4Impl_InitializeConnection Unable to load service provider {0f1d6860-88d9-11cf-9c4e-00a0c905425e} err:dplay:DirectPlayCreate Failed to Initialize SP: DPERR_UNAVAILABLE err:dplay:DirectPlayCreate Failed to get Enum for SP: DP_OK fixme:dplay:IDirectPlayImpl_EnumSessions (0x1c9d10)->(0x32c5f8,5000,0x41dba0,0x32c6a4,0x00000001): stub fixme:dplay:IDirectPlayImpl_Open (0x1c9d10)->(0x32c7dc): stub
http://bugs.winehq.org/show_bug.cgi?id=22672
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #28 from Alexandre Julliard julliard@winehq.org 2013-07-12 13:47:12 CDT --- Closing bugs fixed in 1.6-rc5.