Problem with fast Login revisited
Posted: Sat Aug 17, 2013 1:53 pm
Too make it short, when I do this:
I got this:
I know what a stack overflow is but I don't know how It came to be their are a huge mount of code to go throw. Could anyone help me?
Edit: And yes I use the newest version so far I know(first post in the thread bottom), maybe it is because GF Luncher has a another directory.
Code: Select all
SetCharList({
{account=1, chars= {2,5}},
{account=2, chars= {3}},
{account=3, chars= {1}},
})
if IsLastChar() ~= true then
ChangeCharRestart();
loadProfile()
loadPaths("VonVaranasTQ")
else
error("Ending script",2);
end
Code: Select all
The game client did not crash.
8:pm - C:\Users\xxxx\Documents\micromacro2\lib\lib.lua:512: stack overflow
Edit: And yes I use the newest version so far I know(first post in the thread bottom), maybe it is because GF Luncher has a another directory.