https://bugs.winehq.org/show_bug.cgi?id=57586
Eric Pouech eric.pouech@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |eric.pouech@gmail.com
--- Comment #1 from Eric Pouech eric.pouech@gmail.com --- Created attachment 77696 --> https://bugs.winehq.org/attachment.cgi?id=77696 patch
RegLoadKeyW+0xf9(hkey=<is not available>, subkey=L"temp.key", filename=L"")
first issue: Wine's RegLoadKey doesn't check if filename is actually a real filename, and frees internal buffer regardless of that status the attached patch solves this
second (potential) issue: can't tell if filename="" is genuine program behavior, or if something else happens
running with the attached patch should tell a bit more on second issue (if it fails, a WINEDEBUG=+reg,+file could help)
TIA