[Bug 44324] New: Unhandled exception: page fault on read access to 0x01000000 in 32-bit code (0xf749a82b)
https://bugs.winehq.org/show_bug.cgi?id=44324 Bug ID: 44324 Summary: Unhandled exception: page fault on read access to 0x01000000 in 32-bit code (0xf749a82b) Product: Wine Version: 2.0.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msvcrt Assignee: wine-bugs(a)winehq.org Reporter: linux(a)newwhitebear.net Distribution: --- Created attachment 60188 --> https://bugs.winehq.org/attachment.cgi?id=60188 backtrace I'm opening old project of yWriter5. -- 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=44324 orso bianco <linux(a)newwhitebear.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|2.0.1 |2.0.4 -- 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=44324 Jeff Zaroyko <jeffz(a)jeffz.name> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Unhandled exception: page |yWriter5 crashes on opening |fault on read access to |a project |0x01000000 in 32-bit code | |(0xf749a82b) | -- 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=44324 Fabian Maurer <dark.shadow4(a)web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |dark.shadow4(a)web.de URL| |http://www.spacejock.com/yW | |riter5_Download.html --- Comment #1 from Fabian Maurer <dark.shadow4(a)web.de> --- Adding download, correct me if that's the wrong program. Does the issue also appear with wine-3.0-rc5 in a fresh WINEPREFIX? -- 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=44324 --- Comment #2 from orso bianco <linux(a)newwhitebear.net> --- (In reply to Fabian Maurer from comment #1)
Adding download, correct me if that's the wrong program.
Does the issue also appear with wine-3.0-rc5 in a fresh WINEPREFIX?
If I use mono, the project opens but it advises the following notes mono ./yWriter5.exe WARNING: The runtime version supported by this application is unavailable. Using default runtime: v4.0.30319 Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at System.Windows.Forms.XplatUIX11.DestroyOffscreenDrawable (System.Object offscreen_drawable) [0x00000] in <f947c35ec06140ada7cad327eaf76f28>:0 at System.Windows.Forms.XplatUI.DestroyOffscreenDrawable (System.Object offscreen_drawable) [0x00000] in <f947c35ec06140ada7cad327eaf76f28>:0 at System.Windows.Forms.Control+DoubleBuffer.Dispose () [0x00016] in <f947c35ec06140ada7cad327eaf76f28>:0 at System.Windows.Forms.Control+DoubleBuffer.Finalize () [0x00000] in <f947c35ec06140ada7cad327eaf76f28>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.NullReferenceException: Object reference not set to an instance of an object at System.Windows.Forms.XplatUIX11.DestroyOffscreenDrawable (System.Object offscreen_drawable) [0x00000] in <f947c35ec06140ada7cad327eaf76f28>:0 at System.Windows.Forms.XplatUI.DestroyOffscreenDrawable (System.Object offscreen_drawable) [0x00000] in <f947c35ec06140ada7cad327eaf76f28>:0 at System.Windows.Forms.Control+DoubleBuffer.Dispose () [0x00016] in <f947c35ec06140ada7cad327eaf76f28>:0 at System.Windows.Forms.Control+DoubleBuffer.Finalize () [0x00000] in <f947c35ec06140ada7cad327eaf76f28>:0 -- 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=44324 --- Comment #3 from Fabian Maurer <dark.shadow4(a)web.de> --- Why do you try to run it with mono if it's a windows application? -- 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=44324 --- Comment #4 from orso bianco <linux(a)newwhitebear.net> --- (In reply to Fabian Maurer from comment #3)
Why do you try to run it with mono if it's a windows application?
This is the link http://www.spacejock.com/yWriter5.html He writes on linux information How to run yWriter5 To run yWriter5, open a terminal window, first make sure you're in the path containing 'yWriter5.exe': cd ~/yWriter5/bin (Enter) Then type: mono ./yWriter5.exe (Enter) -- 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=44324 --- Comment #5 from Nikolay Sivov <bunglehead(a)gmail.com> --- (In reply to orso bianco from comment #4)
(In reply to Fabian Maurer from comment #3)
Why do you try to run it with mono if it's a windows application?
This is the link http://www.spacejock.com/yWriter5.html He writes on linux information
How to run yWriter5 To run yWriter5, open a terminal window, first make sure you're in the path containing 'yWriter5.exe':
cd ~/yWriter5/bin (Enter)
Then type:
mono ./yWriter5.exe (Enter)
That guide tells you to use system Linux Mono, not wine with wine-mono, which means you don't need Wine at all to run it, according to that page. -- 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=44324 --- Comment #6 from Fabian Maurer <dark.shadow4(a)web.de> --- That's not a wine issue then, that's the program having broken linux support. On a side note, it works for me, even though I get that exception when closing the program. Anyways, this is the wine bugtracker, and mono is not wine. I don't see a wine bug here. -- 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=44324 --- Comment #7 from orso bianco <linux(a)newwhitebear.net> --- (In reply to Fabian Maurer from comment #6)
That's not a wine issue then, that's the program having broken linux support. On a side note, it works for me, even though I get that exception when closing the program.
Anyways, this is the wine bugtracker, and mono is not wine. I don't see a wine bug here.
Thnak you. I learned something. I succeeded opening with Wine. I used the function 'Install? from exe for Win -- 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=44324 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|yWriter5 crashes on opening |yWriter5 (.NET 4.5 app) |a project |crashes on opening a | |project with Wine-Mono CC| |focht(a)gmx.net Component|msvcrt |mscoree Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED --- Comment #8 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, refining fields to indicate it's Wine-Mono (unsupported), not native .NET Framework. It seems to work fine with 'winetricks -q dotnet20', not even requiring 'winetricks -q dotnet45' (creating new project, re-opening etc.). Regards -- 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=44324 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 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.
https://bugs.winehq.org/show_bug.cgi?id=44324 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED --- Comment #10 from Austin English <austinenglish(a)gmail.com> --- This was inadvertently caught up in my unclosed bugs filter. NOTOURBUG should only be closed when fixed upstream. Setting back to RESOLVED NOTOURBUG. Sorry for the spam. -- 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=44324 Esme Povirk <madewokherd(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd(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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla