Page 1 of 1

(fixed) DSB CRASH

Posted: Thu Apr 21, 2011 8:42 pm
by Kesa
http://i99.photobucket.com/albums/l297/ ... /error.jpg

ok I made a floor item called a teleport that is animated and when I went to test it I got the above error message.

object:

Code: Select all

obj.teleport = {
	type="FLOORFLAT",
	class="DECO",
	front=gfx.teleport
	
}
graphics:

Code: Select all

gfx.teleport = dsb_get_bitmap("TELEPORT1")
dsb_animate(gfx.teleport, 3, 5)
so what have I done wrong now?

Re: DSB CRASH

Posted: Thu Apr 21, 2011 8:57 pm
by Sophia
Segmentation faults like this are rarely the result of you doing anything wrong. It is usually, as it is in this case, a bug in DSB itself, which I've now fixed.

I was planning on having a new version out relatively soon, and this will certainly expedite that process. :)

Re: (fixed) DSB CRASH

Posted: Thu Apr 21, 2011 11:07 pm
by Kesa
thnx Sophia, glad to hear it wasnt all my fault ^.^

I look forward to your latest version ^.^ for now I wont post the teleports to avoid the bug