http://bugs.winehq.org/show_bug.cgi?id=58285
Bug ID: 58285 Summary: Crystal of Atlan - Hard crash after server selection Product: Wine Version: 10.8 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: reelix@gmail.com Distribution: ---
Created attachment 78633 --> http://bugs.winehq.org/attachment.cgi?id=78633 CoA Wine Log
1.) Launch game 2.) On server selection screen, click play 3.) Receiving loading 4.) Game hard-crashes to Desktop
Wine Log attached.
Most notable seems to be
wine: Call from 00006FFFFF3ED127 to unimplemented function pdh.dll.PdhGetRawCounterArrayW, aborting
However, my knowledge is extremely limited in this regards.
http://bugs.winehq.org/show_bug.cgi?id=58285
--- Comment #1 from reelix@gmail.com --- For reference, attempting to add the launcher on Steam as a non-Steam game and run through Proton Experimental compatibility mode crashes at the identical location - Likely related.
http://bugs.winehq.org/show_bug.cgi?id=58285
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |https://coa.nvsgames.com/ Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=58285
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox.xerox2000x@gmail.com Ever confirmed|0 |1
--- Comment #2 from Louis Lenders xerox.xerox2000x@gmail.com --- Confirming.
A simple stub like below (which needs improvement, for now just quick hacked), makes the game go further.
I'll send a patch later.
diff --git a/dlls/pdh/pdh.spec b/dlls/pdh/pdh.spec index dfd6f36c74b..3c0fd179c68 100644 --- a/dlls/pdh/pdh.spec +++ b/dlls/pdh/pdh.spec @@ -66,7 +66,7 @@ @ stdcall PdhGetLogFileTypeW(wstr ptr) @ stub PdhGetLogSetGUID @ stub PdhGetRawCounterArrayA -@ stub PdhGetRawCounterArrayW +@ stdcall PdhGetRawCounterArrayW(ptr ptr ptr ptr) @ stdcall PdhGetRawCounterValue(ptr ptr ptr) @ stub PdhIsRealTimeQuery @ stub PdhListLogFileHeaderA diff --git a/dlls/pdh/pdh_main.c b/dlls/pdh/pdh_main.c index 079048fba58..447aa0c8d82 100644 --- a/dlls/pdh/pdh_main.c +++ b/dlls/pdh/pdh_main.c @@ -1309,3 +1309,9 @@ PDH_STATUS WINAPI PdhEnumObjectsW(const WCHAR *source, const WCHAR *machine, WCH FIXME("%s %s %p %p %lu %d: stub\n", debugstr_w(source),debugstr_w(machine), list, size, detail, refresh); return PDH_NOT_IMPLEMENTED; } + +PDH_STATUS WINAPI PdhGetRawCounterArrayW(PDH_HCOUNTER counter, LPDWORD size, LPDWORD count, /*PPDH_RAW_COUNTER_ITEM_W*/ void *buffer) +{ + FIXME(" stub\n"); + return PDH_NOT_IMPLEMENTED; +}
http://bugs.winehq.org/show_bug.cgi?id=58285
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Fixed by SHA1| |55db0a2d6e925c2d07e5a66df79 | |ed3abb7bf0083 Component|-unknown |pdh Resolution|--- |FIXED
--- Comment #3 from Louis Lenders xerox.xerox2000x@gmail.com --- This is fixed by 55db0a2d6e925c2d07e5a66df79ed3abb7bf0083.
http://bugs.winehq.org/show_bug.cgi?id=58285
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 10.9.