[Asked][1.10.43a] Plugin crash (woodtruck.json:377)

Plugin specific problems will be solved here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
Pinetoken
Inhabitant of a Megalopolis
Posts: 579
Joined: 10 Sep 2021, 10:11
Location: In a void
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

[Asked][1.10.43a] Plugin crash (woodtruck.json:377)

#1

Post by Pinetoken »

Hi, I got the following error with a plugin (woodtruck.json:377):

Code: Select all

In plugins/wood truck/woodtruck.json:

io.blueflower.stapel2d.util.json.JSONException: Unterminated object at line 3, char 5. Excerpt: 
    "override":true
    --ERROR->>>"id":"$carind00",

Full source:   {
    "override":true
    "id":"$carind00",
    "type":"car",
    "frames":[
      {"bmp":"woodtruck.png","w":18,"h":12,"count":4}
    ],
    "v2":true,
    "speed":0.9
  }
Device: SM-P585Y (samsung)
OS version: 27

Thank you in advance.

User avatar
CommanderABab
AB
Posts: 11241
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: [Asked][1.10.43a] Plugin crash (woodtruck.json:377)

#2

Post by CommanderABab »

You forgot a comma after "override":true.

User avatar
Pinetoken
Inhabitant of a Megalopolis
Posts: 579
Joined: 10 Sep 2021, 10:11
Location: In a void
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: [Asked][1.10.43a] Plugin crash (woodtruck.json:377)

#3

Post by Pinetoken »

CommanderABab wrote:
04 Feb 2022, 11:00
You forgot a comma after "override":true.
Thats the only problem?

User avatar
CommanderABab
AB
Posts: 11241
Joined: 07 Jun 2016, 21:12
Plugins: Showcase Store
Version: Beta

Plugin Creator

Platform

Re: [Asked][1.10.43a] Plugin crash (woodtruck.json:377)

#4

Post by CommanderABab »

It's what trig-gered the error. I don't see a [ or ] enclosing the object either.

Post Reply Previous topicNext topic

Return to “Problems”