Page 1 of 1

Game won't launch after updating to v1.4.2 (GOG Version)

Posted: Tue Feb 02, 2016 7:33 pm
by CoolKid
I have TOME v1.3.1 / 2.2.0.4 (GOG). After I launch the game (via launcher) i got update announcement (I believe it was 5 updates total). After i finish updating, i launch the game and i got white screen :(

Several Minutes Later.....

I found the problem that cause white screen. It is init.lua file from c:\Tales of Maj'eyal\game\loader\init.lua

Code Line 217 __addons_superload_order[#_ That code absolutely didn't work.

When i changed the code to dofile("/engine/init.lua") The game finally run! :D

The bad news is i lost some of the features likes exploration mode and Stone warden (which i already had it before updating the game) :(

Please, fix the loader or release update v1.4.2 for GOG version.

Re: Game won't launch after updating to v1.4.2 (GOG Version)

Posted: Tue Feb 02, 2016 8:33 pm
by darkgod
Hum strange ..

As for 1.4.2 on gog, I've sent them the builds it should be up soon :)

Re: Game won't launch after updating to v1.4.2 (GOG Version)

Posted: Tue Feb 02, 2016 8:47 pm
by CoolKid
Haha. I Solved it!

__addons_superload_order[#_ That code is incomplete.

Do this instead __addons_superload_order[#__addons_superload_order+1] = "dgo" dofile("/engine/init.lua")

Im Awesome !! :D