The Dink Network

Reply to Re: Arrrgh! Bug in tinker cut-scene

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
January 8th 2009, 09:28 PM
fairy.gif
Someone
Peasant He/Him Australia
 
How do you know it's from DECRETUS.D? Did you look at all the scripts for that part?

It looks like a bug in PQ that crashes FreeDink (but probably not the original Dink). Beuc will appreciate you found this.

You need to delete/move DECRETUS.D and make a new file called decretus.c with the contents from the source. Delete the second freeze(&current_sprite). It shouldn't be there at all. Try it and tell us if it works.

Unless the above is an unrelated bug, it's crashing because that line is called after script_attach(1000) or a new screen is loaded (&current_sprite is 1000 or a sprite that doesn't exist). SimonK probably just copied that code and forgot to take it out.