Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cursedItemsFix.lua "error loading module" #4

Open
monovich opened this issue Jun 16, 2020 · 1 comment
Open

cursedItemsFix.lua "error loading module" #4

monovich opened this issue Jun 16, 2020 · 1 comment

Comments

@monovich
Copy link

monovich commented Jun 16, 2020

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.

@Learwolf
Copy link
Owner

Learwolf commented Jun 16, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants