Page 1 of 1

[Asked][1.10.43a] Plugin crash (wootruck.json:305)

Posted: 05 Feb 2022, 09:12
by Pinetoken
Hi, I got the following error with a plugin (wootruck.json:305):

Code: Select all

In plugins/wood truck/wootruck.json:

io.blueflower.stapel2d.util.json.JSONException: Value {"override":true,"id":"$carind00","type":"car","frames":[{"bmp":"woodtruck.png","w":18,"h":12,"count":4}],"v2":true,"speed":0.9} of type io.blueflower.stapel2d.util.json.JSONObject cannot be converted to JSONArray
Device: SM-P585Y (samsung)
OS version: 27

Thank you in advance.

Re: [Asked][1.10.43a] Plugin crash (wootruck.json:305)

Posted: 05 Feb 2022, 12:43
by CommanderABab

Code: Select all

[
{"override":true,"id":"$carind00","type":"car","frames":[{"bmp":"woodtruck.png","w":18,"h":12,"count":4}],"v2":true,"speed":0.9} 
]

Re: [Asked][1.10.43a] Plugin crash (wootruck.json:305)

Posted: 07 Feb 2022, 02:21
by Pinetoken
CommanderABab wrote:
05 Feb 2022, 12:43

Code: Select all

[
{"override":true,"id":"$carind00","type":"car","frames":[{"bmp":"woodtruck.png","w":18,"h":12,"count":4}],"v2":true,"speed":0.9} 
]
What's the solution?

Re: [Asked][1.10.43a] Plugin crash (wootruck.json:305)

Posted: 07 Feb 2022, 06:08
by CommanderABab
[]

Re: [Asked][1.10.43a] Plugin crash (wootruck.json:305)

Posted: 10 Feb 2022, 09:04
by Pinetoken
Oh