Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Yeah lmao the "\" was indeed the problem and I feel fucking stupid now for not having caught that sooner. Maybe the program should've caught that instead of giving a completely unrelated error but hey ultimately it was user mistake.
Just tested without it and it works fine, downloading perfectly

(1 edit)

Ya, it's probably the way Windows returns errors to the application (specifically, when the path is malformed). It should return an error of a bad path, rather than file exists. A workaround could probably be added to take care of this edge-case. Glad it's all working for you now!