Jump to content

Mod crashes after being enabled


Recommended Posts

So I've never poked into modding, and it's my first time doing it, so I got all the templates stuff the tex converter and builder renamer and all those tools, anyway, after I finished poking around the files, I thought in giving a try but then it crashes right after I click on the apply buttom, and well here is the log, if you any of you can help me out. Oh yeah thanks in advance though

 

scripts/modindex.lua(320,1) loaded modindex

scripts/modindex.lua(75,1) ModIndex: Beginning normal load sequence.

 

scripts/modindex.lua(248,1) WARNING loading modinfo.lua: Seatest does not specify if it is compatible with the base game. It may not work properly.

scripts/modindex.lua(251,1) WARNING loading modinfo.lua: Seatest does not specify if it is compatible with Reign of Giants. It may not work properly.

scripts/modindex.lua(395,1) Could not load mod_config_data/modconfiguration_Seatest

scripts/mods.lua(170,1) Loading mod: Seatest (Sea)

scripts/mods.lua(197,1) Mod: Seatest (Sea) Loading modworldgenmain.lua

scripts/mods.lua(205,1) Mod: Seatest (Sea)  Mod had no modworldgenmain.lua. Skipping.

scripts/mods.lua(197,1) Mod: Seatest (Sea) Loading modmain.lua

LOADING LUA SUCCESS

scripts/playerdeaths.lua(74,1) PlayerDeaths could not load morgue

scripts/playerprofile.lua(473,1) could not load profile

scripts/playerprofile.lua(480,1) loaded profile

scripts/playerprofile.lua(544,1) bloom_enabled false

scripts/saveindex.lua(99,1) loaded saveindex

scripts/gamelogic.lua(1172,1) OnFilesLoaded()

scripts/gamelogic.lua(1161,1) OnUpdatePurchaseStateComplete

scripts/gamelogic.lua(111,1) FE assets already loaded

scripts/mods.lua(287,1) Mod: Seatest (Sea) Registering prefabs

scripts/mods.lua(293,1) Mod: Seatest (Sea)  Registering prefab file: prefabs/Sea

scripts/mods.lua(35,1) error calling LoadPrefabFile in mod Seatest (Sea): 

...ps/common/dont_starve/data/scripts/mainfunctions.lua:71: Error loading file prefabs/Sea

...teamapps/common/dont_starve/data/../mods/Seatest/scripts/prefabs/Sea.lua:48: ')' expected near ','

LUA ERROR stack traceback:

        =[C] in function 'assert'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/mainfunctions.lua(71,1)

        =(tail call) ?

        =[C] in function 'xpcall'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/mods.lua(33,1)

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/mods.lua(294,1) in function 'RegisterPrefabs'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(115,1) in function 'LoadAssets'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1153,1) in function 'DoResetAction'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1168,1) in function 'complete_callback'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/upsell.lua(27,1) in function 'UpdateGamePurchasedState'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1173,1)

...

        =[C] in function 'GetPersistentString'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/saveindex.lua(91,1) in function 'Load'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1189,1) in function 'callback'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/playerprofile.lua(477,1) in function 'Set'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/playerprofile.lua(458,1)

        =[C] in function 'GetPersistentString'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/playerprofile.lua(456,1) in function 'Load'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/gamelogic.lua(1188,1) in main chunk

        =[C] in function 'require'

        C:/Program Files (x86)/Steam/steamapps/common/dont_starve/data/scripts/mainfunctions.lua(652,1)

scripts/mods.lua(244,1) Disabling Seatest (Sea) because it had an error.

scripts/frontend.lua(723,1) SCRIPT ERROR! Showing error screen

scripts/mods.lua(310,1) Mod: Seatest (Sea)  Registering default mod prefab

Could not load texture ../mods/Seatest/images/saveslot_portraits/wod.tex

Break at: c:\jenkins\workspace\jobs\DontStarve_Release_Make_Steam_Package\workspace\source\util/resourcemanager.h(142) :

 

Link to comment
Share on other sites

ps/common/dont_starve/data/scripts/mainfunctions.lua:71: Error loading file prefabs/Sea
...teamapps/common/dont_starve/data/../mods/Seatest/scripts/prefabs/Sea.lua:48: ')' expected near ','

 

Look at the prefab file for Seatest. Near line 48 your missing a parentheses. If your using notepad++, you can click a parenthesis and its partner will be highlighted in red. If you get a parenthesis that doesn't highlight, that's your guy. 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...