https://bugs.winehq.org/show_bug.cgi?id=42772
Bug ID: 42772 Summary: Unhandled exception: page fault on read access to 0x00007530 in 32-bit code (0x7d2a18a9) Product: Wine Version: unspecified Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: windowscodecs Assignee: wine-bugs@winehq.org Reporter: steve.ns-computers@shaw.ca Distribution: ---
Created attachment 57783 --> https://bugs.winehq.org/attachment.cgi?id=57783 unhandled exception stop error for Wall Street Genius on Wine
Used Wine to install Wall Street Genius. installation went well, no errors. When trying to log into my account I get stop errors and cannot continue.
https://bugs.winehq.org/show_bug.cgi?id=42772
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #1 from winetest@luukku.com --- Your wine version is 2-3 years old and no longed receives updates.
You need to upgrade.
https://bugs.winehq.org/show_bug.cgi?id=42772
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Version|unspecified |1.6.2 Component|windowscodecs |-unknown Ever confirmed|0 |1 Summary|Unhandled exception: page |Wall Street Genius crashes |fault on read access to | |0x00007530 in 32-bit code | |(0x7d2a18a9) |
--- Comment #2 from Jeff Zaroyko jeffz@jeffz.name --- Marking needsinfo. Please retest with wine-2.5.
https://bugs.winehq.org/show_bug.cgi?id=42772
--- Comment #3 from Steve Holden steve.ns-computers@shaw.ca --- (In reply to winetest from comment #1)
Your wine version is 2-3 years old and no longed receives updates.
You need to upgrade.
Thank you for your quick reply. unfortunately I am unable to find any kind of updated Wine. Every attempt fails with:
W: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/wily/main/binary-amd64/Packag... HttpError404
W: Failed to fetch https://dl.winehq.org/wine-builds/ubuntu/dists/wily/main/binary-i386/Package... HttpError404
I have tried to click on these links and get:
The requested URL /wine-builds/ubuntu/dists/wily/main/binary-i386/Packages was not found on this server.
Any suggestions? Steve
https://bugs.winehq.org/show_bug.cgi?id=42772
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|NEEDINFO |NEW URL| |http://www.wallstreetgenius | |.com/installhelp.html Summary|Wall Street Genius crashes |Wall Street Genius crashes | |inside builtin wininet CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #4 from Louis Lenders xerox_xerox2000@yahoo.co.uk --- Hi, in future please add downloadlink.
I can confirm the bug. You can try `` winetricks wininet`` to work around the crash for now.
Added download link + other info
https://bugs.winehq.org/show_bug.cgi?id=42772
--- Comment #5 from Steve Holden steve.ns-computers@shaw.ca --- (In reply to Louis Lenders from comment #4)
Hi, in future please add downloadlink.
I can confirm the bug. You can try `` winetricks wininet`` to work around the crash for now.
Added download link + other info
Thank you for the info Can you please be a bit more specific as I (embarrassingly) am a "noob" when it comes to linux and winetricks etc. I am usually pretty good at researching and finding the answer for most things but this one has really stonewalled me.
https://bugs.winehq.org/show_bug.cgi?id=42772
--- Comment #6 from Louis Lenders xerox_xerox2000@yahoo.co.uk ---
Thank you for the info Can you please be a bit more specific as I (embarrassingly) am a "noob" when it comes to linux and winetricks etc.
If you`re on Ubuntu i think you can do ``sudo apt-get install winetricks`` Alternatively you can save this file https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetrick... and make it executable: chmod +x winetricks and run ``winetricks wininet``
See https://wiki.winehq.org/Winetricks
https://bugs.winehq.org/show_bug.cgi?id=42772
--- Comment #7 from winetest@luukku.com --- Sudo apt-get install winetricks most likely works, but its probably so outdated that its better to use the other commands mentioned to get it. Also I would recommend doing this
chmod +x winetricks sudo cp winetricks /usr/local/bin
and rm winetricks from downloaded directory. This would install winetricks globally in use.