Author Topic: Can't Find Data Block?  (Read 619 times)

When running a dedicated server I get this only when people are there:
Code: [Select]
Can't find data block: ""
Can't find data block: ""
Sometimes it does this too:
Code: [Select]
Can't find data block: ""
Can't find data block: ""
Can't find data block: ""
Can't find data block: ""
What does it mean?  Do I need to reinstall blockland?

Off-Topic: Can't find edit button :o
On-Topic: It also happens when I am running a non-dedicated server.

Badspot

  • Administrator
Assuming you mean
Code: [Select]
Could not find data block: ""

Then this happens when you call .setdatablock(%datablock) on something when %datablock is null.  It is almost certainly an add-on causing this problem.  I will put a backtrace echo in there to aid in debugging in the future.