https://bugs.winehq.org/show_bug.cgi?id=45308
Bug ID: 45308 Summary: GDUnlock: crashes when trying to open application Product: Wine Version: 3.9 Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: senshinkawaguchi123@gmail.com
hello all,
I'm trying to open this application that can only be ran in windows so I used wine instead and I'm getting this error in terminal:
--------------------------------------------------------------------------------------- Unhandled Exception: System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.InvalidProgramException: Invalid IL code in bSbvpHnLZ60Zh5rP6k.pxqdxDDoMCiRqqbASa:X7Vrs1ND55 (): IL_001d: add
at <Module>..cctor () [0x00000] in <329bd3b1dc964899aa6662dbc0937413>:0 --- End of inner exception stack trace --- [ERROR] FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: The type initializer for '<Module>' threw an exception. ---> System.InvalidProgramException: Invalid IL code in bSbvpHnLZ60Zh5rP6k.pxqdxDDoMCiRqqbASa:X7Vrs1ND55 (): IL_001d: add
at <Module>..cctor () [0x00000] in <329bd3b1dc964899aa6662dbc0937413>:0 --- End of inner exception stack trace --- ---------------------------------------------------------------------------------------
Can somebody help me? Thanks in advance.
https://bugs.winehq.org/show_bug.cgi?id=45308
zaplo00@mailfence.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zaplo00@mailfence.com
--- Comment #1 from zaplo00@mailfence.com --- Any link to download?
https://bugs.winehq.org/show_bug.cgi?id=45308
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEEDINFO Ever confirmed|0 |1 CC| |dark.shadow4@web.de
--- Comment #2 from Fabian Maurer dark.shadow4@web.de --- This is a typical error with mono. Did you try installing native .NET with winetricks already?
https://bugs.winehq.org/show_bug.cgi?id=45308
--- Comment #3 from senshinkawaguchi123@gmail.com --- (In reply to Fabian Maurer from comment #2)
This is a typical error with mono. Did you try installing native .NET with winetricks already?
yes I already installed .NET from winetricks and still gives this error
https://bugs.winehq.org/show_bug.cgi?id=45308
--- Comment #4 from senshinkawaguchi123@gmail.com --- (In reply to zaplo00 from comment #1)
Any link to download?
http://www.mediafire.com/file/4gj3pyld1rn3gxr/GDUnlock.exe
https://bugs.winehq.org/show_bug.cgi?id=45308
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEEDINFO |RESOLVED
--- Comment #5 from Fabian Maurer dark.shadow4@web.de ---
yes I already installed .NET from winetricks and still gives this error
Then you did something wrong. Please use a clean WINEPREFIX and try again.
The crash disappears after "winetricks -q dotnet40".
https://bugs.winehq.org/show_bug.cgi?id=45308
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Resolution|INVALID |--- Summary|GDUnlock: crashes when |GDUnlock crashes with |trying to open application |Invalid IL code Status|RESOLVED |REOPENED
--- Comment #6 from Fabian Maurer dark.shadow4@web.de --- Might have been too quick here, it's still a mono issue.
https://bugs.winehq.org/show_bug.cgi?id=45308
Matteo Bruni matteo.mystral@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |mscoree Keywords|dotnet |
--- Comment #7 from Matteo Bruni matteo.mystral@gmail.com --- I'm pretty sure the convention is to use the dotnet keyword for bugs with MS .net and the mscoree component for mono issues.
https://bugs.winehq.org/show_bug.cgi?id=45308
senshinkawaguchi123@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|REOPENED |RESOLVED
--- Comment #8 from senshinkawaguchi123@gmail.com --- (In reply to Fabian Maurer from comment #5)
yes I already installed .NET from winetricks and still gives this error
Then you did something wrong. Please use a clean WINEPREFIX and try again.
The crash disappears after "winetricks -q dotnet40".
Thank you! That Worked!
https://bugs.winehq.org/show_bug.cgi?id=45308
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|1 |0 Status|RESOLVED |UNCONFIRMED Resolution|FIXED |--- CC| |z.figura12@gmail.com
--- Comment #9 from Zebediah Figura z.figura12@gmail.com --- This is still a bug in mscoree; using native .NET is a workaround.
https://bugs.winehq.org/show_bug.cgi?id=45308
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #10 from joaopa jeremielapuree@yahoo.fr --- With wine-7.0-rc4, I received. That does not look good :D wine GDUnlock.exe 0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION Unknown heap type: #GUlD
Unknown heap type: #Blop
Failed to run module constructor due to (null) assembly:C:\windows\mono\mono-2.0\lib\mono\4.5\mscorlib.dll type:TypeInitializationException member:(null)
https://bugs.winehq.org/show_bug.cgi?id=45308
--- Comment #11 from Esme Povirk madewokherd@gmail.com --- Seeing Blop and GUlD makes me think this is bug 48499.
https://bugs.winehq.org/show_bug.cgi?id=45308
Esme Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com