[Bug 13498] New: Magic Ball 2 - New Worlds: access violation when trying to run
http://bugs.winehq.org/show_bug.cgi?id=13498 Summary: Magic Ball 2 - New Worlds: access violation when trying to run Product: Wine Version: 1.0-rc2 Platform: PC URL: http://gamecenter.oberon- media.com/game.htm?code=110452667&RefId=&origin=pcat_gm_ u OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: msclrhd(a)gmail.com Steps to reproduce: 1. Install Magic Ball 2 2. Run MagicBall2.exe from the install directory The game will bail out with an access violation as it is starting up. -- 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=13498 --- Comment #1 from Austin English <austinenglish(a)gmail.com> 2008-11-24 16:09:14 --- Is this still an issue in current (1.1.9 or newer) wine? Please attach terminal output. -- 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=13498 --- Comment #2 from Reece Dunn <msclrhd(a)gmail.com> 2008-11-26 17:00:48 --- This is still an issue with wine 1.1.9. The console output: fixme:process:SetProcessShutdownParameters (00000100, 00000001): partial stub. fixme:reg:RegSetKeySecurity :(0x78,4,0x39a330): stub fixme:d3d:IWineD3DImpl_FillGLCaps OpenGL implementation supports 32 vertex samplers and 32 total samplers fixme:d3d:IWineD3DImpl_FillGLCaps Expected vertex samplers + MAX_TEXTURES(=8) > combined_samplers fixme:win:EnumDisplayDevicesW ((null),0,0x33e708,0x00000000), stub! fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0xcc4fa0,0xcc4ee8): stub fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 16 fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to SetDepthStencilSurface fixme:d3dxof:IDirectXFileImpl_CreateEnumObject File size > 2000000 not supported yet err:seh:raise_exception Unhandled exception code c0000005 flags 0 addr 0x4214ec The application traps the exception to bring up a message box that reports the error to the user. -- 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=13498 --- Comment #3 from Reece Dunn <msclrhd(a)gmail.com> 2008-11-26 17:07:31 --- If I make the following change, it gets rid of the last FIXME (a better solution is needed), yet the crash remains: diff --git a/dlls/d3dxof/d3dxof.c b/dlls/d3dxof/d3dxof.c -#define MAX_INPUT_SIZE 2000000 +#define MAX_INPUT_SIZE 3000000 -- 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=13498 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2009-05-29 12:17:43 --- Is this still an issue in current (1.1.22 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=13498 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2009-12-31 12:51:03 --- Reece, ping. -- 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=13498 --- Comment #6 from Reece Dunn <msclrhd(a)gmail.com> 2009-12-31 13:12:03 --- wine-1.1.33 makes it crash on install with the latest download: $ wine ~/Downloads/magic_ball2_new_words-setup.exe wine: Call from 0x7b843962 to unimplemented function user32.dll.UserRegisterWowHandlers, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 wine: Call from 0x7b843962 to unimplemented function user32.dll.UserRegisterWowHandlers, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 wine: Call from 0x7b843962 to unimplemented function user32.dll.UserRegisterWowHandlers, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 wine: Call from 0x7b843962 to unimplemented function user32.dll.UserRegisterWowHandlers, aborting fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 80000100 -- 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=13498 --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> 2009-12-31 13:21:51 --- UserRegisterWowHandlers() is already implemented, try 1.1.35 please. -- 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=13498 --- Comment #8 from Reece Dunn <msclrhd(a)gmail.com> 2009-12-31 17:38:40 --- Installs with latest git; still crashes running the application (as per comment 2). -- 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=13498 joaopa <jeremielapuree(a)yahoo.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree(a)yahoo.fr --- Comment #9 from joaopa <jeremielapuree(a)yahoo.fr> 2010-10-20 13:46:58 CDT --- Is still a issue with current wine (git or wine 1.3.5)? -- 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=13498 --- Comment #10 from joaopa <jeremielapuree(a)yahoo.fr> 2011-05-28 21:39:26 CDT --- No answer since 8 nonths. could be marked as ABANDONED -- 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=13498 --- Comment #11 from joaopa <jeremielapuree(a)yahoo.fr> 2011-08-01 12:17:44 CDT --- Not interested in closing 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=13498 Bruni <earns.61(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |earns.61(a)gmail.com --- Comment #12 from Bruni <earns.61(a)gmail.com> 2011-08-01 13:00:58 CDT --- 1.3.25 - 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=13498 Christian Costa <titan.costa(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |titan.costa(a)gmail.com --- Comment #13 from Christian Costa <titan.costa(a)gmail.com> 2013-06-20 16:33:06 CDT --- The game does not seem to be present in the link location. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=13498 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |ABANDONED --- Comment #14 from Austin English <austinenglish(a)gmail.com> --- Broken URL, bug has been recycled a few times, marking abandoned. -- 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=13498 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #15 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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