https://bugs.winehq.org/show_bug.cgi?id=45292
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |msvcrt Status|RESOLVED |UNCONFIRMED Resolution|INVALID |---
--- Comment #4 from Zebediah Figura z.figura12@gmail.com --- My initial quick analysis was wrong, it's not a bug in SuperTux. That program checks if a directory exists before creating it:
https://github.com/SuperTux/supertux /blob/efcb7886ba4fdc568557c610f7fcf45723aedfef/src/supertux/main.cpp#L273
Unfortunately, our _stat64i32 returns ENOENT when it shouldn't.