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@winehq.org Reporter: linux@newwhitebear.net Distribution: ---
Created attachment 60188 --> https://bugs.winehq.org/attachment.cgi?id=60188 backtrace
I'm opening old project of yWriter5.
https://bugs.winehq.org/show_bug.cgi?id=44324
orso bianco linux@newwhitebear.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|2.0.1 |2.0.4
https://bugs.winehq.org/show_bug.cgi?id=44324
Jeff Zaroyko jeffz@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) |
https://bugs.winehq.org/show_bug.cgi?id=44324
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download CC| |dark.shadow4@web.de URL| |http://www.spacejock.com/yW | |riter5_Download.html
--- Comment #1 from Fabian Maurer dark.shadow4@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?
https://bugs.winehq.org/show_bug.cgi?id=44324
--- Comment #2 from orso bianco linux@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
https://bugs.winehq.org/show_bug.cgi?id=44324
--- Comment #3 from Fabian Maurer dark.shadow4@web.de --- Why do you try to run it with mono if it's a windows application?
https://bugs.winehq.org/show_bug.cgi?id=44324
--- Comment #4 from orso bianco linux@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)
https://bugs.winehq.org/show_bug.cgi?id=44324
--- Comment #5 from Nikolay Sivov bunglehead@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.
https://bugs.winehq.org/show_bug.cgi?id=44324
--- Comment #6 from Fabian Maurer dark.shadow4@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.
https://bugs.winehq.org/show_bug.cgi?id=44324
--- Comment #7 from orso bianco linux@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
https://bugs.winehq.org/show_bug.cgi?id=44324
Anastasius Focht focht@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@gmx.net Component|msvcrt |mscoree Resolution|--- |NOTOURBUG Status|UNCONFIRMED |RESOLVED
--- Comment #8 from Anastasius Focht focht@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
https://bugs.winehq.org/show_bug.cgi?id=44324
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=44324
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |RESOLVED
--- Comment #10 from Austin English austinenglish@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.
https://bugs.winehq.org/show_bug.cgi?id=44324
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com