You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading server config from the package directory
Loading settings file: ./tes3mp-server-default.cfg
TES3MP dedicated server 0.7.0-alpha (Linux 64-bit)
Protocol version: 7
Oldest compatible commit hash: 292536439e
[2020-06-16 12:29:01] [ERR]: [Script]: Could not find Lua CJSON! The decoding and encoding of JSON files will always use dkjson and be slower as a result.
[2020-06-16 12:29:01] [ERR]: Lua script ./CoreScripts/scripts/serverCore.lua error (2): "error loading module 'custom.cursedItemsFix' from file './CoreScripts/scripts/custom/cursedItemsFix.lua':
./CoreScripts/scripts/custom/cursedItemsFix.lua:163: unexpected symbol near 'local'"
terminate called after throwing an instance of 'std::runtime_error'
what(): Lua script ./CoreScripts/scripts/serverCore.lua error (2): "error loading module 'custom.cursedItemsFix' from file './CoreScripts/scripts/custom/cursedItemsFix.lua':
./CoreScripts/scripts/custom/cursedItemsFix.lua:163: unexpected symbol near 'local'"
./tes3mp-server: line 7: 92426 Aborted (core dumped) LD_LIBRARY_PATH="./lib" ./tes3mp-server.x86_64 "$@"
I barely know lua so I can't spot anything in the script that would obviously be incorrect and throw the error.
The text was updated successfully, but these errors were encountered:
On Jun 16, 2020, at 11:34 AM, Alexander Monovich ***@***.***> wrote:
`Loading server config from the package directory
Loading settings file: ./tes3mp-server-default.cfg
TES3MP dedicated server 0.7.0-alpha (Linux 64-bit)
Protocol version: 7
Oldest compatible commit hash: 292536439e
[2020-06-16 12:29:01] [ERR]: [Script]: Could not find Lua CJSON! The decoding and encoding of JSON files will always use dkjson and be slower as a result.
[2020-06-16 12:29:01] [ERR]: Lua script ./CoreScripts/scripts/serverCore.lua error (2): "error loading module 'custom.cursedItemsFix' from file './CoreScripts/scripts/custom/cursedItemsFix.lua':
./CoreScripts/scripts/custom/cursedItemsFix.lua:163: unexpected symbol near 'local'"
terminate called after throwing an instance of 'std::runtime_error'
what(): Lua script ./CoreScripts/scripts/serverCore.lua error (2): "error loading module 'custom.cursedItemsFix' from file './CoreScripts/scripts/custom/cursedItemsFix.lua':
./CoreScripts/scripts/custom/cursedItemsFix.lua:163: unexpected symbol near 'local'"
./tes3mp-server: line 7: 92426 Aborted (core dumped) LD_LIBRARY_PATH="./lib" ./tes3mp-server.x86_64 "$@"
`
I barely know lua so I can't spot anything in the script that would obviously be incorrect and throw the error.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
I barely know lua so I can't spot anything in the script that would obviously be incorrect and throw the error.
The text was updated successfully, but these errors were encountered: