Loading...
  OR  Zero-K Name:    Password:   

Post edit history

Luaui is disables, spams error on reload and does not reload

To display differences between versions, select one or more edits in the list using checkboxes and click "diff selected"
Post edit history
Date Editor Before After
5/2/2013 10:55:38 AMDErankAdminmojjj before revert after revert
5/1/2013 9:04:54 PMDErankAdminmojjj before revert after revert
5/1/2013 9:04:20 PMDErankAdminmojjj before revert after revert
5/1/2013 9:03:41 PMDErankAdminmojjj before revert after revert
5/1/2013 9:02:41 PMDErankAdminmojjj before revert after revert
5/1/2013 9:01:55 PMDErankAdminmojjj before revert after revert
Before After
1 Luaui is disables, spams error on reload and does not reload 1 Luaui is disables, spams error on reload and does not reload
2 \n 2 \n
3 full infolog at: 3 full infolog at:
4 http://pastebin.com/Htr3xntd 4 http://pastebin.com/Htr3xntd
5 \n 5 \n
6 lines 736-762 pop up after typing 6 lines 736-762 pop up after typing
7 /luaui reload 7 /luaui reload
8 \n 8 \n
9 \n 9 \n
10 ---------------------------- 10 ----------------------------
11 \n 11 \n
12 \n 12 \n
13 dummy guide how to fix broken Lua Use Interface: 13 [size=3]dummy guide how to fix broken Lua Use Interface:[/size]
14 \n 14 \n
15 does your User Interface look like this? 15 does your User Interface look like this?
16 \n 16 \n
17 [img]http://i.imgur.com/42bePbw.jpg[/img] 17 [img]http://i.imgur.com/42bePbw.jpg[/img]
18 \n 18 \n
19 if so try to reload the normal luaui when typing ingame in the chat: 19 if so try to reload the normal luaui when typing ingame in the chat:
20 [color=red]/luaui reload [/color] 20 [color=red]/luaui reload [/color]
21 \n 21 \n
22 if nothing happens but you see some error spam in the chat, check you infolog.txt, which is, for windows users at your spring installation base folder (in my case E:\Spring_old\infolog.txt) 22 if nothing happens but you see some error spam in the chat, check you infolog.txt, which is, for windows users at your spring installation base folder (in my case E:\Spring_old\infolog.txt)
23 \n 23 \n
24 maybe you will find something like i fould. my infolog is here. look at the lines 736-762, which popped up after typing the reload command. in line 761 is says: 24 maybe you will find something like i found. my infolog is here: http://pastebin. com/Htr3xntd . look at the lines 736-762, which popped up after typing the reload command. in line 761 is says:
25 \n 25 \n
26 [f=0001217] Error: Lua LoadCode pcall error = 0, luaui.lua, error = 2, LuaUI/cawidgets.lua, error = 3, LuaUI/Configs/zk_keys.lua, [string "[color=red]LuaUI/Configs/zk_keys.lua[/color]"]:[color=red]127[/color]:'}' expected (to close '{' at line 2) near '"Ctrl+Shift+f10"' 26 [f=0001217] Error: Lua LoadCode pcall error = 0, luaui.lua, error = 2, LuaUI/cawidgets.lua, error = 3, LuaUI/Configs/zk_keys.lua, [string "[color=red]LuaUI/Configs/zk_keys.lua[/color]"]:[color=red]127[/color]:'}' expected (to close '{' at line 2) near '"Ctrl+Shift+f10"'
27 \n 27 \n
28 now open the file E:\Spring_old\LuaUI/Configs/zk_keys.lua (adapt to your spring installation path) and check the line which it says in the red part (here:line number 127) 28 now open the file E:\Spring_old\LuaUI/Configs/zk_keys.lua (adapt to your spring installation path) and check the line which it says in the red part (here:line number 127)
29 \n 29 \n
30 my file looked like: 30 my file looked like:
31 [img]http://i.imgur.com/xtBjVdh.png[/img] 31 [img]http://i.imgur.com/xtBjVdh.png[/img]
32 \n 32 \n
33 in comparison with the original installation file, line 127 is the keycode for video record. 33 in comparison with the original installation file, line 127 is the keycode for video record.
34 \n 34 \n
35 so i exchanged the line to 35 so i exchanged the line to
36 \n 36 \n
37 { "createvideo", "Ctrl+Shift+f10",}, 37 { "createvideo", "Ctrl+Shift+f10",},
38 \n 38 \n
39 and my zerok is back to normal: 39 and my zerok is back to normal:
40 \n 40 \n
41 [img]http://i.imgur.com/YAUtRwU.jpg[/img] 41 [img]http://i.imgur.com/YAUtRwU.jpg[/img]
42 \n 42 \n
43 a fresh installation might do the job too. the cause for this hillarious line change lies in the darkness, but with the corrupted syntax of the line, the luaui could not be loaded. if this occours to you on another line, you might ask someone for the correct correspondance, but be sure to keep the syntax of the file with all braces opening/closing and the commas at the right places, like you see from the other lines around. 43 a fresh installation might do the job too. the cause for this hillarious line change lies in the darkness, but with the corrupted syntax of the line, the luaui could not be loaded. if this occours to you on another line, you might ask someone for the correct correspondance, but be sure to keep the syntax of the file with all braces opening/closing and the commas at the right places, like you see from the other lines around.
44 \n 44 \n
45 HF and thx @[DOOP]fortaleza for his helping spirit 45 HF and thx @[DOOP]fortaleza for his helping spirit
46 \n 46 \n
47 \n 47 \n