http://bugs.winehq.org/show_bug.cgi?id=24705
Summary: Unhandled page fault on write access to address in 32-bit code. Product: Wine Version: 1.3.4 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: publio.escipion.el.africano@gmail.com
Created an attachment (id=31216) --> (http://bugs.winehq.org/attachment.cgi?id=31216) wine execution output, with debbuging information.
The present issue affect wine-1.1.28 & wine-1.3.4, and, I guess, the versions between.
The application is an educational software, available from: http://static.cedeti.cl/software/sl/SuenaLetrasInstalador_mx.exe
My SO is: openSuSE 11.2 x86_64 + Updates, which relevant specifications are: Linux **** 2.6.31.14-0.1-desktop #1 SMP PREEMPT 2010-09-17 11:32:00 +0200 x86_64 x86_64 x86_64 GNU/Linux GNU bash, version 4.0.35(1)-release (x86_64-suse-linux-gnu)
The problem takes place after the installation, when the program is launched. Wine complained: "wine: Unhandled page fault on write access to 0x00000000 at address 0x******** (thread ****), starting debugger... Unhandled exception: page fault on write access to 0x00000000 in 32-bit code (0x********)." I also saw calls, or paths with character codification (MS Windows ISO-8859-1 or ISO-8859-15 vs. Linux UTF-8) issues. But I do not know if this is a relevant part of the problem, or simply a noise. Every thing is collected in the file attached.
I do not know whether this information be enough so you might solve it, or whether it requires a workaround configuration to make it run. Thank you.
http://bugs.winehq.org/show_bug.cgi?id=24705
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://static.cedeti.cl/sof | |tware/sl/SuenaLetrasInstala | |dor_mx.exe Summary|Unhandled page fault on |Educational software |write access to address in |crashes |32-bit code. | Severity|major |normal
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-10-11 00:21:49 CDT --- http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
http://bugs.winehq.org/show_bug.cgi?id=24705
--- Comment #2 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-10-23 18:01:18 CDT --- Created attachment 37094 --> http://bugs.winehq.org/attachment.cgi?id=37094 crash log
crashes in quartz, apparently because pActual is NULL.
With hack below i was able to start the game, though all videos are black (probably because of hack)
Confirming the bug
http://bugs.winehq.org/show_bug.cgi?id=24705
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Component|-unknown |quartz Ever Confirmed|0 |1
--- Comment #3 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-10-23 18:01:46 CDT --- confirming
http://bugs.winehq.org/show_bug.cgi?id=24705
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Educational software |Educational software |crashes |SueñaLetras (México) | |crashes in quartz
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-10-23 18:03:21 CDT --- Adjusting summary
https://bugs.winehq.org/show_bug.cgi?id=24705
--- Comment #5 from Austin English austinenglish@gmail.com --- Gets a bit further, still crashing in quartz though: Backtrace: =>0 0x7d9b905a VMR9_ImagePresenter_Release+0x6a() in quartz (0x0072f768) 1 0x7d9b6f32 VMR9Inner_Release+0x91(iface=<couldn't compute location>) [/home/austin/wine-git/dlls/quartz/../../include/vmr9.h:293] in quartz (0x0072f7b8) 2 0x7d9b25a7 VMR9_Release+0x46(iface=<couldn't compute location>) [/home/austin/wine-git/dlls/quartz/vmr9.c:920] in quartz (0x0072f808)
wine-1.7.12-214-gf694879
https://bugs.winehq.org/show_bug.cgi?id=24705
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #6 from super_man@post.com --- The same crash location as austin tested 1.7.51
https://bugs.winehq.org/show_bug.cgi?id=24705
--- Comment #7 from super_man@post.com --- (In reply to super_man from comment #6)
The same crash location as austin tested 1.7.51
I don't get a crash now, but was there any change in quartz code meanwhile? Running this program end of the installer ends up in black screen with borders and some messed up graphics (lines).
wine 1.9.6-git.
https://bugs.winehq.org/show_bug.cgi?id=24705
--- Comment #8 from super_man@post.com --- rr:mmdevapi:DllGetClassObject Driver initialization failed err:ole:apartment_getclassobject DllGetClassObject returned error 0x80004005 err:ole:CoGetClassObject no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1 err:dsound:get_mmdevenum CoCreateInstance failed: 80004005 err:quartz:DSoundRender_create Cannot create Direct Sound object (80070057) fixme:ole:CoCreateInstanceEx no instance created for interface {00000000-0000-0000-c000-000000000046} of class {e30629d1-27e5-11ce-875d-00608cb78066}, hres is 0x80070057 fixme:strmbase:TransformFilterImpl_QueryInterface No interface for {37d84f60-42cb-11ce-8135-00aa004bb851}! fixme:quartz:VMR9_maybe_init Reduce ratio to least common denominator fixme:quartz:VMR9_maybe_init Unknown bpp 0 failed to create drawable err:d3d:context_create Failed to set pixel format 1 on device context 0x2b005f. X Error of failed request: GLXBadWindow Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 32 (X_GLXDestroyWindow) Serial number of failed request: 1009 Current serial number in output stream: 1013
what ever that means wine 1.9.12
https://bugs.winehq.org/show_bug.cgi?id=24705
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Depends on| |40767
--- Comment #9 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to super_man from comment #8)
failed to create drawable err:d3d:context_create Failed to set pixel format 1 on device context 0x2b005f. X Error of failed request: GLXBadWindow Major opcode of failed request: 155 (GLX) Minor opcode of failed request: 32 (X_GLXDestroyWindow) Serial number of failed request: 1009 Current serial number in output stream: 1013
what ever that means wine 1.9.12
This is bug 40767.
https://bugs.winehq.org/show_bug.cgi?id=24705
--- Comment #10 from super_man@post.com --- The patch to fix the regression havent been merged so I used it before hand.
https://source.winehq.org/patches/data/123508
The application gives a gui that has all white content. The application is unusable at this form. I dont see a crash at quartz.
wine 1.9.12-git.
https://bugs.winehq.org/show_bug.cgi?id=24705 Bug 24705 depends on bug 40767, which changed state.
Bug 40767 Summary: Indiana Jones and The Emperor's Tomb quits after the splash screen https://bugs.winehq.org/show_bug.cgi?id=40767
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
https://bugs.winehq.org/show_bug.cgi?id=24705
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #11 from joaopa jeremielapuree@yahoo.fr --- No crash with wine-5.10. But screen stays stuck with a black color wine SuenaLetras.exe 0024:err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered 0024:err:ole:CoGetClassObject class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered 0024:err:ole:create_server class {6e4fcb12-510a-4d40-9304-1da10ae9147c} not registered 0024:err:ole:CoGetClassObject no class object {6e4fcb12-510a-4d40-9304-1da10ae9147c} could be created for context 0x7 0024:fixme:ntdll:NtLockFile I/O completion on lock not implemented yet 0024:fixme:font:get_outline_text_metrics failed to read full_nameW for font L"Ani"! 0024:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work. 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D01F4C, count 1, stub! 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D01F4C, count 4, stub! 0024:fixme:quartz:VMR9WindowlessControl_SetAspectRatioMode (01D01F6C/01D01BB8)->(...) stub 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D023D4, count 1, stub! 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D023D4, count 4, stub! 0024:fixme:quartz:VMR9WindowlessControl_SetAspectRatioMode (01D023F4/01D02040)->(...) stub 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D02F8C, count 1, stub! 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D02F8C, count 4, stub! 0024:fixme:quartz:VMR9WindowlessControl_SetAspectRatioMode (01D02FAC/01D02BF8)->(...) stub 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D03414, count 1, stub! 0024:fixme:quartz:VMR9FilterConfig_SetNumberOfStreams iface 01D03414, count 4, stub! 0024:fixme:quartz:VMR9WindowlessControl_SetAspectRatioMode (01D03434/01D03080)->(...) stub 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:err:quartz:VMR9_SurfaceAllocator_InitializeDevice Could not create device: 8876086c 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:strmbase:MemInputPin_NotifyAllocator Read only flag not handled yet! 0024:fixme:win:FlashWindowEx 0x72efcc - semi-stub 0024:fixme:quartz:VMR9WindowlessControl_RepaintVideo (01D02FAC/01D02BF8)->(...) semi-stub 0024:err:quartz:VMR9WindowlessControl_RepaintVideo No d3d9 device! 0024:fixme:quartz:VMR9WindowlessControl_RepaintVideo (01D02FAC/01D02BF8)->(...) semi-stub 0024:err:quartz:VMR9WindowlessControl_RepaintVideo No d3d9 device! 0024:err:quartz:CheckCircularConnection Checking filtergraph returned 80040231, something's not right! 0128:err:quartz:MediaFilter_GetState Filter 0207D640 reported incorrect state 0. 0160:err:gstreamer:watch_bus avidemux1: Internal data stream error. 0160:err:gstreamer:watch_bus gstavidemux.c(5780): gst_avi_demux_loop (): /GstBin:bin0/GstDecodeBin:decodebin0/GstAviDemux:avidemux1: streaming stopped, reason not-linked (-1)
https://bugs.winehq.org/show_bug.cgi?id=24705
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |z.figura12@gmail.com
--- Comment #12 from Zebediah Figura z.figura12@gmail.com --- With current Wine (in particular after dfa4c0794) this almost works for me, but usually crashes after playing the first video. It seems that Phonon, for whatever reason, is trying to release a parser source pin after disconnecting the sink, which results in invalid memory access. Fixing this is a little complicated and needs tweaks to strmbase.
https://bugs.winehq.org/show_bug.cgi?id=24705
--- Comment #13 from joaopa jeremielapuree@yahoo.fr --- Created attachment 73056 --> https://bugs.winehq.org/attachment.cgi?id=73056 console output
Still crashing wth wie-7.17