Page 1 of 1

(solved)(always use lower case!!!)

Posted: Wed Nov 21, 2012 7:34 pm
by msyblade
issue solved, isolated incident.

Re: Cozy Dungeon (tables) causing crash (solved)

Posted: Wed Nov 21, 2012 8:10 pm
by Phitt
msyblade wrote:Was getting a dungeon crash in custom dungeon immediately upon loading my latest work, no error message. Thought it was an init issue, So i added an intro and it ran fine, then crashed immediately on button click. All worked fine in the editor, no errors, but instant crash after exporting and playing. Turned out it was looking for Table.model (capitalized), and I had table.model. Fixed the issue and the dungeon runs fine now. Thought it would be a good idea to put word out, as it was quite difficult to track down.
Like I already wrote as a response to your PM, I have no idea how this happened. File names in the archive are capitalized, I checked that. After extracting they were still capitalized and my test dungeon exports without problems. If other people report the same I may simply make the file names lowercase, but right now I have no explanation for this.

Re: (solved)

Posted: Wed Nov 21, 2012 8:21 pm
by Brodie301
I had the same problem for an asset I got from Batty, bit it was one I caused by capitalizing the file name I put it in and the string in scripts was lower case.

Re: (solved)

Posted: Wed Nov 21, 2012 8:51 pm
by msyblade
Yeah, after talking to phitt, I realized it must of been on my end. Simple problem, just wasnt getting an error message with crash so I was exasperated. After I added the intro, it gave gave me an error message on crash finally, and pointed me right to it.