The next update will be available on Thursday, April 30, around the evening (GMT+2)!
-
As soon as I'll be at my dev machine, I'll try to reproduce the error.
As as first indication, I would guess that by editing the file, it has been corrupted somehow: there isn't and there shouldn't be a character 239 in line 1 of gps.lua.
However, as character 239 may be part of an UTF-8 BOM, I suspect you saved it with some text editor which added to the text some encoding of its own. The file has to be pure text.
I fixed it, yes you were right, the error was due to using Windows Notepad to edit the file which used ANSI encoding. I edited using Notepad++ and it worked like a charm. Thanks for the help.
-
@Miwarre I turned on allowTpToWaypoints to true and restarted my server and now the server can't start. I get an error while loading the server.
SEVERE: Fatal error occurred!
org.luaj.vm2.LuaError: load D:\Games\Rising World Server\scripts\Gps/gps.lua: org.luaj.vm2.LuaError: D:\Games\Rising World Server\scripts\Gps/gps.lua:1: unexpected symbol 239 (∩)
at org.luaj.vm2.LuaValue.error(Unknown Source)
at org.luaj.vm2.Globals.loadfile(Unknown Source)
at lua.LuaScript.<init>(SourceFile:53)
at lua.ScriptManager.loadScripts(SourceFile:35)
at server.Main.c(SourceFile:509)
at server.Main.initApplication(SourceFile:283)
at commons.JIWApplication.initialize(SourceFile:92)
at com.jme3.system.NullContext.initInThread(NullContext.java:86)
at com.jme3.system.NullContext.run(NullContext.java:129)
at java.lang.Thread.run(Unknown Source)
org.luaj.vm2.LuaError: load D:\Games\Rising World Server\scripts\Gps/gps.lua: org.luaj.vm2.LuaError: D:\Games\Rising World Server\scripts\Gps/gps.lua:1: unexpected symbol 239 (∩)
at org.luaj.vm2.LuaValue.error(Unknown Source)
at org.luaj.vm2.Globals.loadfile(Unknown Source)
at lua.LuaScript.<init>(SourceFile:53)
at lua.ScriptManager.loadScripts(SourceFile:35)
at server.Main.c(SourceFile:509)
at server.Main.initApplication(SourceFile:283)
at commons.JIWApplication.initialize(SourceFile:92)
at com.jme3.system.NullContext.initInThread(NullContext.java:86)
at com.jme3.system.NullContext.run(NullContext.java:129)
at java.lang.Thread.run(Unknown Source)
Uncaught exception thrown in Thread[jME3 Headless Main,5,main]
Shutdown 1 database threads...
INFO: DatabaseTaskManager stopped!
Stopping 7 kernel adapters...
Display More
Help...