https://bugs.winehq.org/show_bug.cgi?id=49149
Bug ID: 49149 Summary: ergoplanet: Unhandled exception: page fault on read access to 0x00000010 in 32-bit code (0x00000010). Product: Wine Version: 5.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: daniel.heiserer@gmail.com Distribution: ---
Created attachment 67154 --> https://bugs.winehq.org/attachment.cgi?id=67154 Backtrace log
Application "ergoplanet" crashes when trying to show/encapsulate "googlemaps" data.
https://bugs.winehq.org/show_bug.cgi?id=49149
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- *** Bug 49150 has been marked as a duplicate of this bug. ***
https://bugs.winehq.org/show_bug.cgi?id=49149
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi,
Does one have to have an ergometer (or device) connected to see this bug?
If not, could you give (exact) instrunstructions (what menu-items to click e.g.) to see/reproduce this bug?
Thanks and regards
https://bugs.winehq.org/show_bug.cgi?id=49149
--- Comment #3 from daniel.heiserer@gmail.com --- Unfortunately you have to have the, or at least "a", device. The application first connects to the device via tcp/socket communication. Once the device answers the application will enter this mode and THEN will crash. Which means you cannot reproduce the crash if nothing is answering correctly.
However, I will try to create a software dummy device which will give the answers the application expects to simulate the device. Then anybody should be able to reproduce the crash. I think that is the most straight forward approach. Thanks so far. I will answer on this channel with an attachment providing the dummy device once ready.
https://bugs.winehq.org/show_bug.cgi?id=49149
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.ergoplanet.de/do | |wnload/ErgoPlanet_1_5_3.msi
--- Comment #4 from Louis Lenders xerox.xerox2000x@gmail.com --- Hi,
Thanks for info. BTW console output before crash is in other bugreport: https://bugs.winehq.org/attachment.cgi?id=67142
BTW; Did you already try "fiddle" a bit with winetricks to see if native dlls change anything? Like "winetricks -q ie8" , as i see some fixme`s from mshtml/jscript in consoleoutput before crash.
So does "winetricks ie8" change anything?
https://bugs.winehq.org/show_bug.cgi?id=49149
--- Comment #5 from daniel.heiserer@gmail.com --- I "installed" winetricks with WINEPREFIX=~/.wine32 winetricks ie8
Then the application ran and DID NOT CRASH. :-)
It did not show the googlemaps content but did not crash. However i did not pursue farther right now, but at least NO CRAHS.
Thanks so far.