https://bugs.winehq.org/show_bug.cgi?id=46535
Bug ID: 46535 Summary: Exception FindFirstFileExW_rep in Mod Manager (Skyrim) Product: Wine Version: 4.0 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: wine.bugzilla@kevindegeling.nl Distribution: ---
Created attachment 63388 --> https://bugs.winehq.org/attachment.cgi?id=63388 Log of Mod Organizer (see last three lines)
There is an application called Mod Organizer (https://www.nexusmods.com/skyrim/mods/1334/) for Skyrim (Videogame, Bethesda, 2011) which allows you to mod Skyrim. It does so by creating a virtual directory with all mods, and then by launching Skyrim in that virtual directory. This way, Skyrim thinks it's using different files then which are actually in it's root directory. It's a smart way of modding because it's easy to change load orders and such.
This worked in 3.0.4 but since version 4.0, this functionality fails with a silent crash and a stacktrace that reveals its origin: ntdll
INFO (18:23:40.0479): Windows Exception (c0000005). Origin: "C:\windows\system32\ntdll.dll" (7bc40e49). Last hooked call: void *__stdcall FindFirstFileExW_rep(const wchar_t *,enum _FINDEX_INFO_LEVELS,void *,enum _FINDEX_SEARCH_OPS,void *,unsigned long)
How to reproduce... Well, this is the point that you'll better create your own testcase, or else you must install Skyrim and Mod Organizer. Keep in mind that this only relates to Version 1 (Mod Organizer 2 also didn't work before).