Page 1 of 1

[Answered] [574] Plugin crash (zrails.json:5747)

Posted: 23 Dec 2018, 11:33
by sairam
Hi, I got the following error with a plugin (zrails.json:5747):

Code: Select all

In /storage/emulated/0/TheoTown/plugins/rails_prerelease/rails/zrails.json:

java.lang.IllegalStateException: When loading "traindnkdecal": Ground traindnkdecal has to provide at least two edge frames
Device: moto e5 plus (motorola)
Android: 26 (8.0.0)

Thank you in advance.

Re: [574] Plugin crash (zrails.json:5747)

Posted: 23 Dec 2018, 11:56
by lvmgaming13
Add this code to the array "edge frames"

Code: Select all

"bmp":decal.png
2 times.

Re: [574] Plugin crash (zrails.json:5747)

Posted: 23 Dec 2018, 13:02
by CommanderABab
lvmgaming13 wrote:
23 Dec 2018, 11:56
Add this code to the array "edge frames"

Code: Select all

"bmp":decal.png
2 times.
Should be:

Code: Select all

"bmp":"decal.png"
2 times.