willlew Posted October 29, 2017 Share Posted October 29, 2017 (edited) So I came up with the idea to make a mod for DST and I thought about gems because they were cool, so I decided to make a diamond mod and now it keeps crashing when I try and make a new world or continue onto a new world and I can't find out why. If anyone could help me that would be great. Thanks! I UPDATED THE MOD FILE AND LOG Here's my the file the problem seems to be in boulders.lua: Diamond_Mod.zip client_log: https://pastebin.com/bmSKNw8t server_log: https://pastebin.com/nnSKzfbe Edited October 29, 2017 by willlew I updated the log and mod file Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/ Share on other sites More sharing options...
Lumina Posted October 29, 2017 Share Posted October 29, 2017 Please, add the log if you want someone to help. If you don't know where to find log, see here : Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968307 Share on other sites More sharing options...
willlew Posted October 29, 2017 Author Share Posted October 29, 2017 (edited) 1 hour ago, Lumina said: Please, add the log if you want someone to help. If you don't know where to find log, see here : Here is the link to my log, sorry i thought i added it to the post. https://pastebin.com/bmSKNw8t Edited October 29, 2017 by willlew Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968315 Share on other sites More sharing options...
w00tyd00d Posted October 29, 2017 Share Posted October 29, 2017 @willlew Is that the client_log or the server_log? Would you mind posting the other as well? I don't seem to see any sort of error in the log you provided (also make sure that it's log from after a session that crashes, the log gets overwritten every time you reload the game). Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968364 Share on other sites More sharing options...
willlew Posted October 29, 2017 Author Share Posted October 29, 2017 31 minutes ago, w00tyd00d said: @willlew Is that the client_log or the server_log? Would you mind posting the other as well? I don't seem to see any sort of error in the log you provided (also make sure that it's log from after a session that crashes, the log gets overwritten every time you reload the game). That was the client log and I made sure that nothing over-rid the contents of it. Here's the server log but nothing changes in the log when I try and start a world and it crashes. (and the golden spear thing is when I was messing around and trying to make my own spear based off of the golden spear mod) server_log: https://pastebin.com/nnSKzfbe Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968368 Share on other sites More sharing options...
w00tyd00d Posted October 29, 2017 Share Posted October 29, 2017 (edited) @willlew I'm seeing there's an error involving the Golden Spear mod you have installed. Does it crash for you when you only have your mod installed? EDIT: Nvm just re-read your message. So when/how is it crashing for you, is it when you first start up your world? Do you get an in-game crash screen or does it just come up with a text box that said "something went wrong" Edited October 29, 2017 by w00tyd00d Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968369 Share on other sites More sharing options...
willlew Posted October 29, 2017 Author Share Posted October 29, 2017 Just now, w00tyd00d said: @willlew I'm seeing there's an error involving the Golden Spear mod you have installed. Does it crash for you when you only have your mod installed? Yes, when I was testing my mod I made sure it was the only mod installed. The error was when I tried making my version of the golden spear. If it said anything about strings then I would know what to do but i'm not seeing the problems of strings anymore. When its close to loading into the world it just crashes and doesn't tell me anything. Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968370 Share on other sites More sharing options...
w00tyd00d Posted October 29, 2017 Share Posted October 29, 2017 (edited) @willlew Yeah I just realized your explanation for it, edited my post Edited October 29, 2017 by w00tyd00d Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968371 Share on other sites More sharing options...
willlew Posted October 29, 2017 Author Share Posted October 29, 2017 5 minutes ago, w00tyd00d said: @willlew I'm seeing there's an error involving the Golden Spear mod you have installed. Does it crash for you when you only have your mod installed? EDIT: Nvm just re-read your message. So when/how is it crashing for you, is it when you first start up your world? Do you get an in-game crash screen or does it just come up with a text box that said "something went wrong" Ok so it starts up the game just fine, then i click host game, new world, then I add my mod ( I don't change configuration or edit world generation) then I click generate world. It loads and generates the world but when i'm about to get to the character select the game just crashes and doesn't tell me anything. Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968372 Share on other sites More sharing options...
w00tyd00d Posted October 29, 2017 Share Posted October 29, 2017 @willlew Ok, so it's crashing at the point where it's trying to "Register the default mod prefab". Unfortunately I'm not too familiar with the process of making a custom prefab (never had the art capabilities to do so lol) so I'm not entirely sure what this means, but I can at least confirm that that's at least the reason for it closing abruptly. I saw a couple other posts talking about it on the forum but never really got a clear answer as to what the problem was. If I had more time I'd read up on the tutorial on how to make a custom prefab but unfortunately I do not :\ Also on a side note, you should include the API version number for DST in your modinfo. api_version_dst = 10 -- we're currently on 10 for DST, still 6 for DS tho Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968376 Share on other sites More sharing options...
willlew Posted October 29, 2017 Author Share Posted October 29, 2017 1 minute ago, w00tyd00d said: @willlew Ok, so it's crashing at the point where it's trying to "Register the default mod prefab". Unfortunately I'm not too familiar with the process of making a custom prefab (never had the art capabilities to do so lol) so I'm not entirely sure what this means, but I can at least confirm that that's at least the reason for it closing abruptly. I saw a couple other posts talking about it on the forum but never really got a clear answer as to what the problem was. If I had more time I'd read up on the tutorial on how to make a custom prefab but unfortunately I do not :\ Also on a side note, you should include the API version number for DST in your modinfo. api_version_dst = 10 -- we're currently on 10 for DST, still 6 for DS tho Ok, thank you for giving me a starting place in figuring this ordeal out, and thank you for telling me to change that. also I really appreciate you taking time out of your life to help me, thanks again! Link to comment https://forums.kleientertainment.com/forums/topic/83532-help-my-mod-keeps-crashing-my-game/#findComment-968377 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now