https://bugs.winehq.org/show_bug.cgi?id=45292
Zebediah Figura z.figura12@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://www.supertux.org/dow | |nload.html Keywords| |download, source Status|UNCONFIRMED |RESOLVED CC| |z.figura12@gmail.com Resolution|--- |INVALID
--- Comment #1 from Zebediah Figura z.figura12@gmail.com --- Looks like an application bug; it's treating a return value of 0 from CreateDirectory as failure (when in reality the directory already exists):
https://github.com/SuperTux/supertux/blob/master/src/util/file_system.cpp#L5...
I'd file a bug there.