http://bugs.winehq.org/show_bug.cgi?id=36869
Bug ID: 36869 Summary: Chronology under wine-mono fails to start Product: Wine Version: 1.7.21 Hardware: x86 URL: http://store.steampowered.com/app/269330/ OS: Linux Status: NEW Severity: normal Priority: P2 Component: mscoree Assignee: wine-bugs@winehq.org Reporter: madewokherd@gmail.com
Chronology fails to start and consumes 100% of a CPU when run under wine-mono until killed.
Based on a log with WINE_MONO_TRACE=wrapper, the only thing it does is call Steamworks.NativeMethods:SteamAPI_InitSafe, which is a cdecl function with no arguments. That function then endlessly throws breakpoint exceptions.
InitSafe is a cdecl function with no arguments returning signed char. I have no idea how we could be screwing this up.
http://bugs.winehq.org/show_bug.cgi?id=36869
Vincent Povirk madewokherd@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |madewokherd@gmail.com
https://bugs.winehq.org/show_bug.cgi?id=36869
--- Comment #1 from Austin English austinenglish@gmail.com --- This is your friendly reminder that there has been no bug activity for over a year. Is this still an issue in current (1.7.51 or newer) wine?
https://bugs.winehq.org/show_bug.cgi?id=36869
temp82@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |temp82@luukku.com
--- Comment #2 from temp82@luukku.com --- Esme any progress on this?
https://bugs.winehq.org/show_bug.cgi?id=36869
--- Comment #3 from Esme Povirk madewokherd@gmail.com --- Haven't looked at it lately, has anyone retested it?
https://bugs.winehq.org/show_bug.cgi?id=36869
--- Comment #4 from Esme Povirk madewokherd@gmail.com --- Tried in Proton, seems it now runs into one of those MonoGame errors I could never figure out.