Latest Version 1.0.1 and 1.0.0 - Occurs on Linux
Code
Error reading file /home/container/\user\mods\SkillsExtended\/locale/en.json: Error: ENOENT: no such file or directory, open '/home/container/\user\mods\SkillsExtended\/locale/en.json'
Error: Failed to load dictionary
Error: Failed to load dictionary
at InstanceManager.loadStringDictionarySync (/home/container/user/mods/SkillsExtended/src/InstanceManager.ts:87:19)
at SkillsExtended.setLocales (/home/container/user/mods/SkillsExtended/src/mod.ts:61:39)
at SkillsExtended.postDBLoad (/home/container/user/mods/SkillsExtended/src/mod.ts:49:14)
at PostDBModLoader.executeModsAsync (/snapshot/src/loaders/PostDBModLoader.ts:63:45)
at PostDBModLoader.onLoad (/snapshot/src/loaders/PostDBModLoader.ts:26:13)
at App.load (/snapshot/src/utils/App.ts:51:13)
Error: Failed to load dictionary
Error: Failed to load dictionary
at InstanceManager.loadStringDictionarySync (/home/container/user/mods/SkillsExtended/src/InstanceManager.ts:87:19)
at SkillsExtended.setLocales (/home/container/user/mods/SkillsExtended/src/mod.ts:61:39)
at SkillsExtended.postDBLoad (/home/container/user/mods/SkillsExtended/src/mod.ts:49:14)
at PostDBModLoader.executeModsAsync (/snapshot/src/loaders/PostDBModLoader.ts:63:45)
at PostDBModLoader.onLoad (/snapshot/src/loaders/PostDBModLoader.ts:26:13)
at App.load (/snapshot/src/utils/App.ts:51:13)
Display More
Fixed (no errors occurs when starting the server) it in
src/InstanceManager.ts
Line 26,27
Code
public modPath: string = path.join(process.cwd(), "/user/mods/SkillsExtended/");
public profilePath: string = path.join(process.cwd(), "/user/profiles");
Not sure if there is a universal solution.