Open silverhikari opened 2 years ago
Are we talking about Wine 7.15 here? 5.17 is two years old at this point and nobody will fix an issue affecting that specific version. If the issue happens on 7.15 staging though, that's worth bisecting.
Are we talking about Wine 7.15 here? 5.17 is two years old at this point and nobody will fix an issue affecting that specific version. If the issue happens on 7.15 staging though, that's worth bisecting.
i mixed up the numbers what i had mean't was 7.15
That's one interesting error log. Bisecting is needed.
just checked and this is still a issue on wine-tkg-staging 7.19 though the error log seems to be less now. it seems the main issue is this part:
01d0:fixme:ver:GetPackageFamilyName (FFFFFFFFFFFFFFFF 000000000011F21C 000000000011F220): stub
fs.js:115
throw err;
^
Error: EINVAL: invalid argument, lstat 'Z:\'
at realpathSync (fs.js:1393:5)
at Object.fs.realpathSync (ELECTRON_ASAR.js:318:24)
at toRealPath (internal/modules/cjs/loader.js:205:13)
at Function.Module._findPath (internal/modules/cjs/loader.js:271:22)
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:581:25)
at Function.Module._load (internal/modules/cjs/loader.js:510:25)
at Function.Module.runMain (internal/modules/cjs/loader.js:746:12)
at startup (internal/bootstrap/node.js:282:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:759:3)
01d0:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA, 000000000011EC10
i have found the patchsets that seem to be causing this error as disabling them allows the game to fully load. the two patchsets are "eventfd_synchronization" and "ntdll-Junction_Points"
It's unlikely to be eventfd_synchronization
but it soft depends on ntdll-Junction_Points
, which is the likely culprit. I guess we could make a custom patch to break that soft dependency again (we used to have that in place before due to ntdll-Junction_Points
breaking stuff already, but the specific breakage was fixed).
Thanks for finding out.
Worth reporting to winehq as a staging issue
when launching windows electron games with wine-7-15-staging the program fails with the following error log(this was made with a fresh wineprefix)
this problem does not happen when using wine 7-15 and lower