Page 1 of 1

[svn3144] engine fails to load

Posted: Sat Apr 02, 2011 5:19 pm
by TheDevilWearsPravda
When I run the t-engine executable, the window opens for a moment and then closes. Console output follows.

Code: Select all

NO SELFEXE: bootstrapping from CWD
Booting T-Engine from: /opt/tome4/t-engine
SelfExe gave us app directory of:       /opt/tome4/
Looking for cores       te4core -1       <=>    te4core-12.tec
Possible engine core    te4core-12.tec
Looking for cores       te4core -1       <=>    te4core-13.tec
Possible engine core    te4core-13.tec
Selected cores: 13      te4core-13.tec
Selected cores: 12      te4core-12.tec
Using TE4CORE:  /engines/cores/te4core-13.tec   /opt/tome4//game/engines/cores/te4core-13.tec
Runner booting core: /opt/tome4//game/engines/cores/te4core-13.tec
[CPU] Detected 1 CPUs
NO SELFEXE: bootstrapping from CWD
Booting T-Engine from: /opt/tome4/t-engine
SelfExe gave us app directory of:       /opt/tome4/
LuaVM:  Lua 5.1
Creating particles thread 0
LuaVM:  Lua 5.1
Reboot using    te4     LATEST  boot    player  false
[ENGINE LOADER] no engines with id      te4

Re: [svn3144] engine fails to load

Posted: Sat Apr 02, 2011 10:14 pm
by darkgod
Make sure you completly clean up your build system.
make clean
premake4 clean
should do it

Re: [svn3144] engine fails to load

Posted: Sun Apr 03, 2011 12:15 am
by TheDevilWearsPravda
This worked for me. I can't beleive I didn't think of that... I guess that's what I get for trying to shorten compile times.