CDDA-Game-Launcher
CDDA-Game-Launcher copied to clipboard
Crash on Backup
Describe the bug The Launcher crashes if I try to make a backup of my save. The issue seems to be that the folder to back up contains a whitespace.
To Reproduce Steps to reproduce the behavior:
- Have a world with whitespace e.g. "South Wilson"
- Try to make a backup
- Backup begins and compresses the save
- Launcher crash
- Replace whitespace in folder name with something else e.g. "South_Wilson"
- Backup works as expected
Desktop:
- OS: Microsoft Windows 10 Home
- Version 10.0.19042 Build 19042
Additional context I did not test it with other special chars.
Hello. I had the same problem. I succeeded to solve it by changing the priority of the process to "real time".
Change the Launcher.bat file to:
@echo off start pythonw.exe /realtime -m cddagl
Askalive77, thank you, it don't crash when have change in task manager to real time priority. But via change Launcher.bat does not work :(