Lua crash when running multithreaded spring
Posted: 12 Oct 2011, 00:00
Hey
I can't play multiplayer games using non-multithreaded spring because fps drops to 3 later on in the game when there are hundreds of units. I have a quad-core CPU, so I need multithreading. I recompiled spring with gml support (Gentoo 64) so I have spring-multithreaded, but during zero-k games (the only mod I tested using spring-multithreaded so far) the lua interface keeps crashing. I get many of these errors in infolog.txt
or
Is there anything I can do to have a playable multithreaded spring game?
----------------------------------------------
Specs:
Gentoo 64
spring-0.82.7.1
i7 CPU Q 820 @ 1.73GHz GenuineIntel (quadcore)
8GB RAM
nvidia-drivers-275.09.07
lua-5.1.4-r4 (this is my system lua, I don't know if Spring uses it, or its own)
I can't play multiplayer games using non-multithreaded spring because fps drops to 3 later on in the game when there are hundreds of units. I have a quad-core CPU, so I need multithreading. I recompiled spring with gml support (Gentoo 64) so I have spring-multithreaded, but during zero-k games (the only mod I tested using spring-multithreaded so far) the lua interface keeps crashing. I get many of these errors in infolog.txt
Code: Select all
(...)
[f=0000299] GML error: Sim thread called gmlDeleteLists (LUA)
[f=0000299] LuaUI::RunCallIn: error = 2, AddConsoleLine, [string "LuaUI/Widgets/chili/Controls/control.lua"]:122: Invalid call
[f=0000301] 5 errors deep in LuaUI, disabling...
(...)
Code: Select all
(...)
[f=0003172] GML error: Sim thread called gmlDeleteLists (LUA)
[f=0003172] 5 errors deep in LuaUI, disabling...
[f=0003172] LuaUI::RunCallIn: error = 2, AddConsoleLine, [string "LuaUI/Widgets/chili/Controls/control.lua"]:130: Invalid call
[f=0003172] Type '/luaui reload' in the chat to re-enable LuaUI.
[f=0003172] ===>>> Please report this error to the forum or mantis with your infolog.txt
(...)
----------------------------------------------
Specs:
Gentoo 64
spring-0.82.7.1
i7 CPU Q 820 @ 1.73GHz GenuineIntel (quadcore)
8GB RAM
nvidia-drivers-275.09.07
lua-5.1.4-r4 (this is my system lua, I don't know if Spring uses it, or its own)