https://bugs.winehq.org/show_bug.cgi?id=29777
Karsten Elfenbein kelfe@gmx.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |kelfe@gmx.de
--- Comment #48 from Karsten Elfenbein kelfe@gmx.de --- I remember that os.open bug with the cache folder of Eve back in 2006.
The bug was/is https://bugs.winehq.org/show_bug.cgi?id=3028 the os.open check in Eve only check for a specific error but the incorrect error returned by wine causes python to throw a different exception. This exception was not caught and the process crashes.
Afaik CCP rewrote the error checking there.
The old workaround was to create all the needed folders with a small script.