Space Engineers

Space Engineers

Dangerous Decompression
XaonGames420 23 ENE 2023 a las 1:43
Paramater DS Error
Found an Issue, when i add this mod to my dedicated server it will throw a light error, Save then restart...
Im not a SE modder, but if i remove this mod it will Start up fine(Running 26 Mods, Adding This one to the list).

Error message is below in code format, hope something comes along quick. i love the idea of the mod
any solutions or can i even fix this?
2023-01-23 02:36:16.872 - Thread: 24 -> Error: Error during loading session:System.ArgumentNullException: Value cannot be null. Parameter name: path1 at System.IO.Path.Combine(String path1, String path2) at VRage.Game.MyModContext.Init(ModItem modItem) at VRage.Game.MyObjectBuilder_Checkpoint.ModItem.GetModContext() at Sandbox.Game.World.MyScriptManager.LoadData() at Sandbox.Game.World.MySession.PrepareBaseSession(MyObjectBuilder_Checkpoint checkpoint, MyObjectBuilder_Sector sector) at Sandbox.Game.World.MySession.Load(String sessionPath, MyObjectBuilder_Checkpoint checkpoint, UInt64 checkpointSizeInBytes, Boolean saveLastStates, Boolean allowXml) 2023-01-23 02:36:16.873 - Thread: 24 -> Exception while loading world: Value cannot be null. Parameter name: path1 2023-01-23 02:36:16.873 - Thread: 24 -> at System.IO.Path.Combine(String path1, String path2) at VRage.Game.MyModContext.Init(ModItem modItem) at VRage.Game.MyObjectBuilder_Checkpoint.ModItem.GetModContext() at Sandbox.Game.World.MyScriptManager.LoadData() at Sandbox.Game.World.MySession.PrepareBaseSession(MyObjectBuilder_Checkpoint checkpoint, MyObjectBuilder_Sector sector) at Sandbox.Game.World.MySession.Load(String sessionPath, MyObjectBuilder_Checkpoint checkpoint, UInt64 checkpointSizeInBytes, Boolean saveLastStates, Boolean allowXml) at Sandbox.Game.World.MySessionLoader.LoadDedicatedSession(String sessionPath, CancelToken cancelToken, Action afterLoad) at Sandbox.MySandboxGame.InitQuickLaunch() 2023-01-23 02:36:16.874 - Thread: 24 -> MySandboxGame.Initialize() - END 2023-01-23 02:36:16.876 - Thread: 24 -> Timer Frequency: 10000000 2023-01-23 02:36:16.876 - Thread: 24 -> Ticks per frame: 166667 2023-01-23 02:36:16.877 - Thread: 24 -> Exiting.. 2023-01-23 02:36:16.920 - Thread: 24 -> MyGuiScreenProgress MyGuiScreenBase.LoadContent 2023-01-23 02:36:16.930 - Thread: 24 -> MySession::Unload START 2023-01-23 02:36:16.931 - Thread: 24 -> AutoSaveInMinutes: 8 2023-01-23 02:36:16.931 - Thread: 24 -> MySandboxGame.IsDedicated: True 2023-01-23 02:36:16.931 - Thread: 24 -> IsServer: True 2023-01-23 02:36:16.931 - Thread: 24 -> Autosave in unload 2023-01-23 02:36:16.957 - Thread: 24 -> Saving world - START

Solution 1:
Publicado originalmente por Winterflux:
I have witnessed this error when mods tried to update or install on dedicated servers and it fails because the mods usually fail to download or install properly (usually the former i think) and it tries to start the server anyways with the mods but they don't download so it errors.
The fix to this is to manually update the DLL files for the steam workshop or whatever on the dedicated server which I will give this link to https://support.keenswh.com/spaceengineers/pc/topic/24978-1-201-013-dedicated-server-unable-to-download-some-mods
It is unfortunate that 8 months after the issue was discovered and then solved, it still persists

EDIT: also if this fix does not help then I have no clue and I apologize

Edit 1:
Note for anyone else having this issue, This seems to be the Fix as any new mod i add Causes the mentioned Error when starting, Everything seems fine then it restarts at the very end after my quoted error. I will Update again If this solution works, However im going to try to force update the server first. This may help update the DLL files for the save, so imma try it.

Edit 2:
2023-01-24 16:25:06.731: Downloading: Id = 2921132802, title = 'Dangerous Decompression' 2023-01-24 16:25:09.978: Workshop item with id 2921132802 download finished. Result: k_EResultOK 2023-01-24 16:25:09.979: Workshop item with id 2921132802 download finished. Result: k_EResultOK 2023-01-24 16:25:09.991: Mod download successful. 2023-01-24 16:25:10.001: Up to date mod: Id = 2921132802, title = 'Dangerous Decompression'
thanks to Winterflux.
Updating the DLL's was the fix, Still checking twice for some reason but oh well.. it works.
imma throw together a open source solution for this, ill Update when i have a script for this.. Keen wont even fix this basic issue.
Última edición por XaonGames420; 24 ENE 2023 a las 15:32
< >
Mostrando 1-4 de 4 comentarios
Rex 23 ENE 2023 a las 9:11 
weird ive been running this mod for a few days on my dedi without an error maybe the mod was corrupted apon install?
Winterflux 24 ENE 2023 a las 13:46 
I have witnessed this error when mods tried to update or install on dedicated servers and it fails because the mods usually fail to download or install properly (usually the former i think) and it tries to start the server anyways with the mods but they don't download so it errors.
The fix to this is to manually update the DLL files for the steam workshop or whatever on the dedicated server which I will give this link to https://support.keenswh.com/spaceengineers/pc/topic/24978-1-201-013-dedicated-server-unable-to-download-some-mods
It is unfortunate that 8 months after the issue was discovered and then solved, it still persists

EDIT: also if this fix does not help then I have no clue and I apologize
Última edición por Winterflux; 24 ENE 2023 a las 13:49
XaonGames420 24 ENE 2023 a las 14:57 
Publicado originalmente por Winterflux:
I have witnessed this error when mods tried to update or install on dedicated servers and it fails because the mods usually fail to download or install properly (usually the former i think) and it tries to start the server anyways with the mods but they don't download so it errors.
The fix to this is to manually update the DLL files for the steam workshop or whatever on the dedicated server which I will give this link to https://support.keenswh.com/spaceengineers/pc/topic/24978-1-201-013-dedicated-server-unable-to-download-some-mods
It is unfortunate that 8 months after the issue was discovered and then solved, it still persists

EDIT: also if this fix does not help then I have no clue and I apologize

Thank you, i get this error when Adding any new mod, i forgot to post that. my bad there, but i will apply the fix shortly.

Backstory behind my savefile:
I Originally had the issue with the Loadworld path being Null(fixed that manually), then the pointer issue(Where a error popup will keep popping up every 2 seconds) Fixed all that by Backing up to a new instance. which seemed to fix that.

Then came the mod issues, the world loaded but didn't start bc of the issue you mentioned. also I had not included this, but My newer mods would download 2 times and fail 1 once after so i assume updating my mods manually would fix this(i clearly overlooked the Download Errors).

So this is the Odd thing i noticed when loading and getting my mentioned error above, im unsure of why this happens but seems related to your solution:
2023-01-24 15:51:17.027: Downloading: Id = 2921132802, title = 'Dangerous Decompression' 2023-01-24 15:51:22.674: Workshop item with id 2921132802 download finished. Result: k_EResultFail 2023-01-24 15:51:22.674: Workshop item with id 2921132802 download finished. Result: k_EResultFail 2023-01-24 15:51:22.685: Error during downloading: Fail 2023-01-24 15:51:22.693: Up to date mod: Id = 2921132802, title = 'Dangerous Decompression'
then After its about to fully start it gives me the Parameter Error Then will restart unexpectedly.
XaonGames420 24 ENE 2023 a las 15:02 
Publicado originalmente por Rex:
weird ive been running this mod for a few days on my dedi without an error maybe the mod was corrupted apon install?
looks to be the issue, However im noticing odd mod download errors, but they dont cause an immediate issue its only at the end it throws an error quickly then restarts.

Updated Above as well.
< >
Mostrando 1-4 de 4 comentarios
Por página: 1530 50