Jump to content

Recommended Posts

The following event seems to trigger a crash:

STRINGS.CHARACTERS.SERAS.DESCRIBE.WALL_RUINS = "Looks like a part of sort of haunted Aztec temple."

The describe event for the "WALL_RUINS_ITEM" and everything else seems to work fine though. The mod I'm updating is a bit old though, so I guess that might be part of the issue. Does anyone have ideas on how to approach this issue?

 

Below is last part of the crash error log.

CURL ERROR: SSL: certificate subject name 'Metric' does not match target host name 'lbsMetricDS-2124895291.us-west-2.elb.amazonaws.com'QueryServerComplete for handle [2] failed, HTTP 0: []QueryServerComplete no callback...mapps/common/dont_starve/data/scripts/stringutil.lua:99: attempt to concatenate a nil valueLUA ERROR stack traceback:        C:/Steam Games/steamapps/common/dont_starve/data/scripts/stringutil.lua(99,1) in function 'GetDescription'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/components/inspectable.lua(59,1) in function 'GetDescription'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/actions.lua(225,1) in function 'fn'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/bufferedaction.lua(19,1) in function 'Do'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/entityscript.lua(848,1) in function 'PushBufferedAction'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/components/locomotor.lua(213,1) in function 'PushAction'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/components/playercontroller.lua(1016,1) in function 'DoAction'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/components/playercontroller.lua(1056,1) in function 'OnLeftClick'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/components/playercontroller.lua(68,1) in function 'OnControl'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/components/playercontroller.lua(14,1) in function 'fn'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/events.lua(46,1) in function 'HandleEvent'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/input.lua(140,1) in function 'OnControl'        C:/Steam Games/steamapps/common/dont_starve/data/scripts/input.lua(312,1)scripts/frontend.lua(707,1) SCRIPT ERROR! Showing error screen 
Edited by RedMattis

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...