[Bug 51948] Gothic 2 Gold crashes when first entering addonworld (Jharkendar)

WineHQ Bugzilla wine-bugs at winehq.org
Thu Nov 11 17:23:56 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=51948

--- Comment #7 from Michael Stefaniuc <mstefani at winehq.org> ---
Yes, the attached debug output is perfect.

Does the file exist in your installation and is it readable?
"C:\\GOG GAMES\\GOTHIC 2 GOLD\\_WORK\\DATA\\MUSIC\\ADDONWORLD\\DLS_Harp.dls"

dlls/dmloader/loaderstream.c in function IDirectMusicLoaderFileStream_Attach()
this fails:
    This->hFile = CreateFileW (wzFile, (GENERIC_READ | GENERIC_WRITE),
(FILE_SHARE_READ | FILE_SHARE_WRITE), NULL, OPEN_EXISTING,
FILE_ATTRIBUTE_NORMAL, NULL);
    if (This->hFile == INVALID_HANDLE_VALUE) {
        WARN(": failed\n");

So basically the file cannot be opened; that's clearly seen in the log. 

And then the error trickles down until something doesn't expects an error and
bombs out.

-- 
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.



More information about the wine-bugs mailing list