[SVN 2532] cant start t-engine

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
Graziel
Wyrmic
Posts: 234
Joined: Wed Sep 15, 2010 10:32 am

[SVN 2532] cant start t-engine

#1 Post by Graziel »

Code: Select all

Starting program: /t-engine.exe -w -o -q
[New Thread 3440.0x94c]
[New Thread 3440.0x4ac]
[New Thread 3440.0xa9c]
[New Thread 3440.0x218]
[New Thread 3440.0xbdc]
[New Thread 3440.0xc74]
[New Thread 3440.0xbc8]
[New Thread 3440.0x29c]
[New Thread 3440.0xbc]
[New Thread 3440.0x4a8]
[New Thread 3440.0x980]
[New Thread 3440.0xa14]

Program received signal SIGSEGV, Segmentation fault.
0x77c378c0 in strlen () from C:\WINDOWS\system32\msvcrt.dll

(gdb) info stack
#0  0x77c378c0 in strlen () from C:\WINDOWS\system32\msvcrt.dll
#1  0x0045be77 in lua_pushstring (L=0xc04b70,
    s=0x70 <Address 0x70 out of bounds>) at src/lua/lapi.c:458
#2  0x00407ae8 in lua_fs_get_real_path (L=0xc04b70) at src/core_lua.c:2183
#3  0x00460758 in luaD_precall (L=0xc04b70, func=0x14558c8, nresults=1)
    at src/lua/ldo.c:319
#4  0x00464fb0 in luaV_execute (L=0xc04b70, nexeccalls=2) at src/lua/lvm.c:587
#5  0x0046099c in luaD_call (L=0xc04b70, func=0xc04e08, nResults=0)
    at src/lua/ldo.c:377
#6  0x0045c953 in f_call (L=0xc04b70, ud=0x22fdac) at src/lua/lapi.c:800
#7  0x0045fc71 in luaD_rawrunprotected (L=0xc04b70, f=0x45c929 <f_call>,
    ud=0x22fdac) at src/lua/ldo.c:116
#8  0x00460cf4 in luaD_pcall (L=0xc04b70, func=0x45c929 <f_call>, u=0x22fdac,
    old_top=48, ef=32) at src/lua/ldo.c:463
#9  0x0045c9dc in lua_pcall (L=0xc04b70, nargs=7, nresults=0, errfunc=2)
    at src/lua/lapi.c:821
#10 0x0042afd8 in docall (L=0xc04b70, narg=7, nret=0) at src/main.c:92
#11 0x0042c8b1 in boot_lua (state=2, rebooting=0 '\000', argc=4,
    argv=0xc04450) at src/main.c:678
#12 0x0042cc0d in SDL_main (argc=4, argv=0xc04450) at src/main.c:765
#13 0x004b442b in console_main (argc=4, argv=0xc04450)
    at ./src/main/win32/SDL_win32_main.c:315
#14 0x004b44e8 in WinMain (hInst=0x400000, hPrev=0x0,
    szCmdLine=0x241f00 "-w -o -q", sw=10)
    at ./src/main/win32/SDL_win32_main.c:398
#15 0x004b3ba6 in main ()

Code: Select all

WARNING: No bootstrap code found, defaulting to working directory for engine code!
LuaVM:	Lua 5.1
Reboot using	te4	LATEST	boot	player	false
[ENGINE LOADER] available from dir: 	te4-0.9.20
[ENGINE LOADER] sorted:	te4	0	9	20
[ENGINE LOADER] loading engine:	0	9	20	te4
[ENGINE LOADER] using directory engine:	/engines/default/
You are likely to be eaten by a grue

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

Re: [SVN 2532] cant start t-engine

#2 Post by darkgod »

Sorry I commited hastily and then .. fell asleep :/
[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 ;)

Post Reply