[Bug 17410] New: game 'will rock' not started
http://bugs.winehq.org/show_bug.cgi?id=17410 Summary: game 'will rock' not started Product: WineHQ Apps Database Version: unspecified Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: appdb-unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kolotvin(a)gmail.com there is one little message: gsVideoinit() failed and blank screen -- 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=17410 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|appdb-unknown |-unknown Product|WineHQ Apps Database |Wine --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2009-02-15 23:36:53 --- Please attach terminal output. What wine version? -- 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=17410 Vitaliy Margolen <vitaliy(a)kievinfo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Alias|willrock | -- 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=17410 --- Comment #2 from Anton <kolotvin(a)gmail.com> 2009-02-16 16:24:48 --- Created an attachment (id=19501) --> (http://bugs.winehq.org/attachment.cgi?id=19501) console out wine version: 1.1.14 (ubuntu) -- 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=17410 --- Comment #3 from Austin English <austinenglish(a)gmail.com> 2009-08-26 13:25:09 --- Is this still present in current (1.1.28 or newer) wine? -- 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=17410 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW CC| |xerox_xerox2000(a)yahoo.co.uk Component|-unknown |directx-ddraw Ever Confirmed|0 |1 Severity|enhancement |normal --- Comment #4 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-08-26 13:39:41 --- confirming. Looks the culprit from a debuglog is 0009:Ret ddraw.DirectDrawEnumerateExA() retval=80070057 ret=004b5781 0x80070057 = E_INVALIDARG With the hack below i got the game runninging: diff --git a/dlls/ddraw/main.c b/dlls/ddraw/main.c index 6908a62..40b11f8 100644 --- a/dlls/ddraw/main.c +++ b/dlls/ddraw/main.c @@ -417,7 +417,7 @@ DirectDrawEnumerateExA(LPDDENUMCALLBACKEXA Callback, } __EXCEPT_PAGE_FAULT { - return E_INVALIDARG; + return DD_OK;//E_INVALIDARG; } __ENDTRY; Note, apparently the display driver name is read and written to a profile-file willrock.ini , aftyer running the game once it now reads: VIDEO_Drv=DirectDraw HAL (display); Wine D3D7 RGB Before running it it was different. -- 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=17410 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.gamershell.com/d | |ownload_2054.shtml --- Comment #5 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-08-26 13:40:20 --- added demo link -- 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=17410 --- Comment #6 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2009-08-26 14:17:26 --- Note: before i started the game this was present in willrock.ini VIDEO_Drv=Primary Display Driver (display); Direct3D T&L HAL -- 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=17410 Jerome Leclanche <adys.wh(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh(a)gmail.com --- Comment #7 from Jerome Leclanche <adys.wh(a)gmail.com> 2009-11-01 15:08:59 --- (In reply to comment #6)
Note: before i started the game this was present in willrock.ini
VIDEO_Drv=Primary Display Driver (display); Direct3D T&L HAL
Any update on this bug? -- 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=17410 Benjamin Debski <benjamin.debski(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |benjamin.debski(a)gmail.com --- Comment #8 from Benjamin Debski <benjamin.debski(a)gmail.com> 2011-01-07 19:21:42 CST --- Runs for me in Wine: 1.3.10 -- 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=17410 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> 2011-07-27 04:43:36 CDT --- For me, the game still crashes. -- 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=17410 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|directx-ddraw |directx-d3d -- 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=17410 --- Comment #10 from Erich Hoover <ehoover(a)mines.edu> 2012-09-04 15:01:23 CDT --- (In reply to comment #9)
For me, the game still crashes.
Don't know if you guys are still looking into this, but it looks like the crash occurs in gstreamer/strmbase/quartz: =>0 0x7bf949e2 gst_caps_is_fixed+0x22() in libgstreamer-0.10.so.0 (0x00000001) 1 0x7bfbb8ac gst_pad_set_caps+0x7b() in libgstreamer-0.10.so.0 (0x00000001) 2 0x7bfbd3e2 in libgstreamer-0.10.so.0 (+0x563e1) (0x00000001) 3 0x7bfc15db gst_pad_push+0x15a() in libgstreamer-0.10.so.0 (0x76a28568) 4 0x7c0a00e1 Gstreamer_transform_ProcessData+0x1d0(iface=0x1c0ae0, sample=0x1c0700) [/home/ehoover/src/wine-git/dlls/winegstreamer/gsttffilter.c:255] in winegstreamer (0x0b07e718) 5 0x7c0a9a49 TransformFilter_Input_Receive+0xa8(This=0x1c0d68, pInSample=0x1c0700) [/home/ehoover/src/wine-git/dlls/strmbase/transform.c:86] in winegstreamer (0x0b07e768) ... -- 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=17410 Julian <juliantheel(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |juliantheel(a)gmail.com -- 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=17410 --- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> --- The two lines showing the problem: fixme:quartz:MPEGSplitter_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}! fixme:quartz:MPEGSplitter_query_accept MPEG-1 system streams not yet supported. This bug can be closed as duplicate of Bug 9127 -- 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=17410 --- Comment #12 from joaopa <jeremielapuree(a)yahoo.fr> --- To prove that this is a duplicate, I removed the media files in the foldr movies and sound and the game started (obviously without sound) -- 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=17410 winetest(a)luukku.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx(a)gmail.com, | |austinenglish(a)gmail.com, | |winetest(a)luukku.com --- Comment #13 from winetest(a)luukku.com --- I didnt test but it looks like this bug has evolved over time from ddraw to sound issue. If joaopa analyze is correct then this is a dupe. -- 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=17410 --- Comment #14 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- Download link does not work for me; found a new one here: http://www.filewatcher.com/b/ftp/ftp.gamers.org/pub/mirrors/ftp.gamesdomain.... from http://www.filewatcher.com/m/willrockdemo_us.zip.118545046-0.html Will test this later -- 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=17410 Louis Lenders <xerox.xerox2000x(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #15 from Louis Lenders <xerox.xerox2000x(a)gmail.com> --- I tested sha1sum willrockdemo_us.zip c11a7ad1e1e09c52cbb27791e9dae2997def6917 willrockdemo_us.zip The game starts and plays fine for me. The ddraw-error seems to be fixed so i`ll resolve this as fixed. Didn`t see a video, that might be a dupe of Bug 9127, but this bugreport was about the game not starting so that (ddraw) bug 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.
https://bugs.winehq.org/show_bug.cgi?id=17410 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #16 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 3.5. -- 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=17410 Mathew Hodson <mathew.hodson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mathew.hodson(a)gmail.com --- Comment #17 from Mathew Hodson <mathew.hodson(a)gmail.com> --- Probably fixed by https://source.winehq.org/git/wine.git/commit/3496fe5f431ffda72982b852b1987a... -- 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=17410 Mathew Hodson <mathew.hodson(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|mathew.hodson(a)gmail.com | -- 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