[pre-b42] crash to desktop.

Where bugs go to lie down and rest

Moderator: Moderator

Post Reply
Message
Author
lukep
Sher'Tul Godslayer
Posts: 1712
Joined: Mon Mar 14, 2011 10:32 am
Location: Canada

[pre-b42] crash to desktop.

#1 Post by lukep »

Playing a Higher Archmage on the last pre-release (the one after beta 42c), with Magebow, Simpletiles, and all rares all the time for addons, I ran into a crash to desktop.

Code: Select all

[LOG]	Bob III hits Betylrawyn the skeleton warrior for #LIGHT_RED#35 fire#LAST# damage.
[LOG]	Betylrawyn the skeleton warrior hits Bob III for #aaaaaa#0 physical#LAST#, #LIGHT_RED#0 fire#LAST# damage (total 0.00).
Particle emitter error b3fc6d8 (17): attempt to call a nil value
Particle emitter error b3fc6d8 (17): attempt to call a nil value
Particle emitter error b3fc6d8 (17): attempt to call a nil value
Particle emitter error b3fc6d8 (17): attempt to call a nil value
Particle emitter error b3fc6d8 (17): attempt to call a nil value
Particle emitter error b3fc6d8 (17): attempt to call a nil value
Particle emitter error b3fc6d8 (17): attempt to call a nil value
Particle emitter error b3fc6d8 (17): attempt to call a nil value
PANIC: unprotected error in call to Lua API (attempt to call a nil value)
AL lib: ALc.c:1302: exit() 1 device(s) and 1 context(s) NOT deleted
AL lib: alSource.c:2291: alcDestroyContext(): 4 Source(s) NOT deleted
AL lib: alBuffer.c:1097: exit() 140 Buffer(s) NOT deleted
lukep@lukep-MacBook:~/Desktop/t-engine4-linux32-1.0.0beta42$ 
Some of my tools for helping make talents:
Melee Talent Creator
Annotated Talent Code (incomplete)

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

Re: [pre-b42] crash to desktop.

#2 Post by darkgod »

hum if you can gdb it see if it happens again please
[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 ;)

marvalis
Uruivellas
Posts: 683
Joined: Sun Sep 05, 2010 5:11 am

Re: [pre-b42] crash to desktop.

#3 Post by marvalis »

Code: Select all

Starting program: /t-engine4-linux32-1.0.0beta42/t-engine 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
[New Thread 0xb7fc6b40 (LWP 6144)]
[New Thread 0xb77c5b40 (LWP 6145)]
[New Thread 0xb6810b40 (LWP 6146)]
[New Thread 0xb5dffb40 (LWP 6147)]
[New Thread 0xb55feb40 (LWP 6148)]
[New Thread 0xb5fafb40 (LWP 6149)]
[New Thread 0xb4280b40 (LWP 6150)]
[New Thread 0xb365db40 (LWP 6151)]
[Thread 0xb6810b40 (LWP 6146) exited]
[New Thread 0xb6810b40 (LWP 6155)]
[Thread 0xb6810b40 (LWP 6155) exited]
[New Thread 0xb6810b40 (LWP 6157)]
[Thread 0xb5fafb40 (LWP 6149) exited]
[Thread 0xb7fc6b40 (LWP 6144) exited]
[Thread 0xb6810b40 (LWP 6157) exited]
[Thread 0xb365db40 (LWP 6151) exited]
[Thread 0xb4280b40 (LWP 6150) exited]
[Thread 0xb55feb40 (LWP 6148) exited]
[Thread 0xb5dffb40 (LWP 6147) exited]
[Thread 0xb77c5b40 (LWP 6145) exited]
[Inferior 1 (process 6143) exited with code 01]

Code: Select all

dumb ai uses	T_FIREFLASH
Adding entity	396	after	1
Particle emitter error 8dacf80 (8): attempt to call a nil value
Particle emitter error 8dacf80 (8): attempt to call a nil value
Particle emitter error 8dacf80 (8): attempt to call a nil value
Particle emitter error 8dacf80 (8): attempt to call a nil value
Particle emitter error 8dacf80 (8): attempt to call a nil value
Particle emitter error 8dacf80 (8): attempt to call a nil value
Particle emitter error 8dacf80 (8): attempt to call a nil value
Particle emitter error 8dacf80 (8): attempt to call a nil value
PANIC: unprotected error in call to Lua API (attempt to call a nil value)
[Thread 0xb5fafb40 (LWP 6149) exited]
AL lib: ALc.c:1302: exit() 1 device(s) and 1 context(s) NOT deleted
AL lib: alSource.c:2291: alcDestroyContext(): 1 Source(s) NOT deleted
[Thread 0xb7fc6b40 (LWP 6144) exited]
AL lib: alBuffer.c:1097: exit() 2 Buffer(s) NOT deleted
[Thread 0xb6810b40 (LWP 6157) exited]
[Thread 0xb365db40 (LWP 6151) exited]
[Thread 0xb4280b40 (LWP 6150) exited]
[Thread 0xb55feb40 (LWP 6148) exited]
[Thread 0xb5dffb40 (LWP 6147) exited]
[Thread 0xb77c5b40 (LWP 6145) exited]
[Inferior 1 (process 6143) exited with code 01]

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

Re: [pre-b42] crash to desktop.

#4 Post by darkgod »

fixed
[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