ntaklive / BackupMod

A 7 days to die modlet which makes it possible to automatically backup and restore your game saves
11 stars 3 forks source link

error starting server #2

Closed purrdypaws closed 2 years ago

purrdypaws commented 2 years ago

error thrown https://pastebin.com/RiwQ2uRB

settings config https://pastebin.com/N8yrahFk

not sure what gives, is it broken since the latest update a couple days ago?

i have my mods in this folder since they will be removing it from the 7 days to die install folder soon. C:\Users\jessi\AppData\Roaming\7DaysToDie\Mods

purrdypaws commented 2 years ago

changed settings config "CustomBackupsFolder" : "C:\Backups",

still getting 2022-04-27T19:14:48 0.967 ERR Could not instantiate type 'NtakliveBackupMod.Commands.ConsoleCmdBackup' 2022-04-27T19:14:48 0.972 EXC Exception has been thrown by the target of an invocation. 2022-04-27T19:14:48 0.974 ERR Error invoking found type callback for 'NtakliveBackupMod.Commands.ConsoleCmdBackup' 2022-04-27T19:14:48 0.975 EXC Object reference not set to an instance of an object

ntaklive commented 2 years ago

HI. I left a comment for this in the config file. Look at the line that starts with "IMPORTANT" 🐱

  // IMPORTANT: You must escape all '\' characters or use '/'
  // Example: "C:\\Backups".

So you should use it like this: "CustomBackupsFolder" : "C:\\Users\\jessi\\AppData\\Roaming\\7DaysToDie\\Backup", or "CustomBackupsFolder" : "C:/User/jessi/AppData/Roaming/7DaysToDie/Backup",

ntaklive commented 2 years ago

Starting from version 1.0.5 you will be given detailed information about the configuration errors.