CDDA-Game-Launcher icon indicating copy to clipboard operation
CDDA-Game-Launcher copied to clipboard

Crash on Backup

Open Gaunah opened this issue 3 years ago • 2 comments

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:

  1. Have a world with whitespace e.g. "South Wilson"
  2. Try to make a backup
  3. Backup begins and compresses the save
  4. Launcher crash
  5. Replace whitespace in folder name with something else e.g. "South_Wilson"
  6. 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.

Gaunah avatar Jul 03 '21 21:07 Gaunah

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 avatar Aug 08 '21 17:08 Askalive77

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 :(

LehaLooter avatar Nov 14 '21 06:11 LehaLooter