[svn3144] engine fails to load

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
TheDevilWearsPravda
Wayist
Posts: 19
Joined: Wed Dec 29, 2010 2:56 am

[svn3144] engine fails to load

#1 Post 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

darkgod
Master of Eyal
Posts: 10750
Joined: Wed Jul 24, 2002 9:26 pm
Location: Angolwen
Contact:

Re: [svn3144] engine fails to load

#2 Post by darkgod »

Make sure you completly clean up your build system.
make clean
premake4 clean
should do it
[tome] joylove: You can't just release an expansion like one would release a Kraken XD
--
[tome] phantomfrettchen: your ability not to tease anyone is simply stunning ;)

TheDevilWearsPravda
Wayist
Posts: 19
Joined: Wed Dec 29, 2010 2:56 am

Re: [svn3144] engine fails to load

#3 Post 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.

Post Reply