Page 1 of 1

[0.12.7] icon = "" causes unhelpful crash.

Posted: Sun Sep 13, 2015 10:36 pm
by vzybilly
I was doing some work and had a place holder

Code: Select all

icon = ""
in my mod, it caused a crash log of:
crash
simple fix, put a print line telling if icon == "" or nil, or auto-fill with the empty image in base.

Re: [0.12.7] icon = "" causes unhelpful crash.

Posted: Mon Sep 14, 2015 2:38 pm
by Oxyd
Okay, in 0.12.8 this won't crash. You'll still get an error about invalid path, of course.