Jump to content

Recommended Posts

So I wanted to make a mod for myself, so I went to using the Extended Sample Character Template and following the tutorial by Sabeku on youtube, and I'm pretty sure I followed it pretty exactly, but whenever I try to make a new world, the second the loading screen starts up the whole game closes.
I don't know why, but I went to looking at the client logs and this is what it says, my brain's not big enough to get this stuff but if anyone sees the issue pls let me know. 

[00:00:31]: SUCCESS: Loaded modoverrides.lua    
[00:00:31]: modoverrides.lua enabling Aesop    
[00:00:31]: ModIndex:GetModsToLoad inserting moddir,     Aesop    
[00:00:31]: Could not load mod_config_data/modconfiguration_Aesop    
[00:00:31]: ModIndex:SetTempModConfigData    
[00:00:31]: Could not load mod_config_data/modconfiguration_Aesop_CLIENT    
[00:00:31]: Loading mod: Aesop (Aesop Carl) Version:1.0 (Old API! (mod: 1 game: 10) )    
[00:00:31]: applying configuration_options from modoverrides.lua to mod Aesop    
[00:00:31]: Mod: Aesop (Aesop Carl)    Loading modworldgenmain.lua    
[00:00:31]: Mod: Aesop (Aesop Carl)      Mod had no modworldgenmain.lua. Skipping.    
[00:00:31]: Mod: Aesop (Aesop Carl)    Loading modmain.lua    
[00:00:31]: MOD ERROR: Aesop (Aesop Carl): Mod: Aesop (Aesop Carl)    
[00:00:32]: Event data unavailable: lavaarena_event_server/lavaarena_achievement_quest_defs
[00:00:32]: error loading module 'speech_aesop' from file '../mods/Aesop\scripts\speech_aesop.lua':
    [string "cannot OLDFILEACCESSMETHOD @../mods/Aesop\scripts\speech_aesop...."]:256: '}' expected (to close '{' at line 254) near 'PAINFUL'
LUA ERROR stack traceback:
        =[C] ?
        =[C] in function 'require'
        ../mods/Aesop/modmain.lua(51,1) in main chunk
        =[C] in function 'xpcall'
        scripts/util.lua(754,1) in function 'RunInEnvironment'
        scripts/mods.lua(558,1) in function 'InitializeModMain'
        scripts/mods.lua(532,1) in function 'LoadMods'
        scripts/main.lua(343,1) in function 'ModSafeStartup'
        scripts/main.lua(449,1)
        =[C] in function 'SetPersistentString'
        scripts/mainfunctions.lua(26,1) in function 'SavePersistentString'
        scripts/modindex.lua(119,1)
        =[C] in function 'GetPersistentString'
        scripts/modindex.lua(106,1) in function 'BeginStartupSequence'
        scripts/main.lua(448,1) in function 'callback'
        scripts/modindex.lua(735,1)
        =[C] in function 'GetPersistentString'
        scripts/modindex.lua(709,1) in function 'Load'
        scripts/main.lua(447,1) in main chunk
[00:00:32]: [string "scripts/mainfunctions.lua"]:1338: variable 'global_error_widget' is not declared
LUA ERROR stack traceback:
        =[C] in function 'error'
        scripts/strict.lua(23,1)
        scripts/mainfunctions.lua(1338,1)
        =[C] in function 'GetPersistentString'
        scripts/quagmire_recipebook.lua(54,1) in function 'Load'
        scripts/main.lua(361,1) in function 'ModSafeStartup'
        scripts/main.lua(449,1)
        =[C] in function 'SetPersistentString'
        scripts/mainfunctions.lua(26,1) in function 'SavePersistentString'
        scripts/modindex.lua(119,1)
        =[C] in function 'GetPersistentString'
        scripts/modindex.lua(106,1) in function 'BeginStartupSequence'
        scripts/main.lua(448,1) in function 'callback'
        scripts/modindex.lua(735,1)
        =[C] in function 'GetPersistentString'
        scripts/modindex.lua(709,1) in function 'Load'
        scripts/main.lua(447,1) in main chunk
[00:00:32]: DoLuaFile Error: (null)
[00:00:32]: LuaError but no error string
[00:00:32]: Error loading main.lua
[00:00:32]: Failed mSimulation->Reset()
[00:00:32]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:00:32]: Collecting garbage...
[00:00:32]: lua_gc took 0.03 seconds
[00:00:32]: ~ShardLuaProxy()
[00:00:32]: ~cEventLeaderboardProxy()
[00:00:32]: ~ItemServerLuaProxy()
[00:00:32]: ~InventoryLuaProxy()
[00:00:32]: ~NetworkLuaProxy()
[00:00:32]: ~SimLuaProxy()
[00:00:32]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:00:32]: lua_close took 0.01 seconds
[00:00:33]: ModWorkshop::CancelDownloads clearing all unfinished downloads
[00:00:33]: saved ping_cache
[00:00:33]: [Steam] Auth ticket cancelled
[00:00:33]: Orphaned unnamed resource. This resource must have used Add( resource ) to insert itself into the manager. 
[00:00:33]: CurlRequestManager::ClientThread::Main() complete
[00:00:33]: HttpClient2 discarded 0 callbacks.
[00:00:33]: Shutting down

 

Sorry if this has already been discussed/answered a million times now, I just couldn't find anything that solved my issue. 

 

Edited by Scolip3de

It's written in your log file:

error loading module 'speech_aesop' from file '../mods/Aesop\scripts\speech_aesop.lua':
[string "cannot OLDFILEACCESSMETHOD @../mods/Aesop\scripts\speech_aesop...."]:256: '}' expected (to close '{' at line 254) near 'PAINFUL'

You just need to look out for "error", there you will find where this error is coming from.

As it's written there, it's coming from the file speech_aesop.lua.

And it's between line 254 and 256. This means that you probably forgot a comma at the end of line 254.

For the next errors, look at your log, search for "error" and then you will see where you can find it.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...