[Answered][1.8.22a] Plugin crash (1wohngewe - Dualistjave Test Gebäude.json:748)

Plugin specific problems will be solved here.

Moderators: Scenario Moderators, Plugin Moderators

User avatar
Dualistjave
Small-town resident
Posts: 36
Joined: 21 Nov 2019, 15:24
Plugins: Showcase Store

[Answered][1.8.22a] Plugin crash (1wohngewe - Dualistjave Test Gebäude.json:748)

#1

Post by Dualistjave »

Hi, I got the following error with a plugin (1wohngewe - Dualistjave Test Gebäude.json:748):

Code: Select all

In /storage/emulated/0/TheoTown/plugins/b/1wohngewe - Dualistjave Test Gebäude.json:

io.blueflower.stapel2d.util.json.JSONException: Unterminated object at line 31, char 1. Excerpt: 
    "frames":[{"bmp":"1b.png"} , {"bmp":"1b1.png"} , {"bmp":"1b2.png"} , {"bmp":"1b3.png"}
--ERROR->>>]

Full source: [
{
"id":"$Dj - wohngewe -Test",
"title":"Test",
"height":1,
"width":1,
"frames":[{"bmp":"1b.png"},{"bmp":"1b1.png"},{"bmp":"1b2.png"},{"bmp":"1b3.png"}],
"type":"residential",
"author":"Dualistjave",
"people":120000,
"level":1,
"price":"1",
"text":"Dualistjave Test Gebäude",

		"id":"pureairpoo",
		"author":"dirkidirk",
		"type":"park",
		"width":3, 
		"height":3,
	  "price":14000,
	  "monthly price":80,
		"influence pollution":-5000,
		"influence noise": 5,
		"influence nature":1000,
		"influence park":1000,
		"power": 0,
		"needs road":false,
		"title":"air purifier",
		"text":"use this to get rid of the pollution in your industrial cities.",
    "frames":[{"bmp":"1b.png"} , {"bmp":"1b1.png"} , {"bmp":"1b2.png"} , {"bmp":"1b3.png"}
]
Device: GTC (winsat)
OS version: 23

Thank you in advance.

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

Plugin Creator

Platform

Re: [Asked][1.8.22a] Plugin crash (1wohngewe - Dualistjave Test Gebäude.json:748)

#2

Post by CommanderABab »

Dualistjave wrote:
03 May 2020, 17:41
Hi, I got the following error with a plugin (1wohngewe - Dualistjave Test Gebäude.json:748):

Code: Select all

In /storage/emulated/0/TheoTown/plugins/b/1wohngewe - Dualistjave Test Gebäude.json:

io.blueflower.stapel2d.util.json.JSONException: Unterminated object at line 31, char 1. Excerpt: 
    "frames":[{"bmp":"1b.png"} , {"bmp":"1b1.png"} , {"bmp":"1b2.png"} , {"bmp":"1b3.png"}
--ERROR->>>]

Full source: [
{
"id":"$Dj - wohngewe -Test",
"title":"Test",
"height":1,
"width":1,
"frames":[{"bmp":"1b.png"},{"bmp":"1b1.png"},{"bmp":"1b2.png"},{"bmp":"1b3.png"}],
"type":"residential",
"author":"Dualistjave",
"people":120000,
"level":1,
"price":"1",
"text":"Dualistjave Test Gebäude",

		"id":"pureairpoo",
		"author":"dirkidirk",
		"type":"park",
		"width":3, 
		"height":3,
	  "price":14000,
	  "monthly price":80,
		"influence pollution":-5000,
		"influence noise": 5,
		"influence nature":1000,
		"influence park":1000,
		"power": 0,
		"needs road":false,
		"title":"air purifier",
		"text":"use this to get rid of the pollution in your industrial cities.",
    "frames":[{"bmp":"1b.png"} , {"bmp":"1b1.png"} , {"bmp":"1b2.png"} , {"bmp":"1b3.png"}
]
Device: GTC (winsat)
OS version: 23

Thank you in advance.

Code: Select all

[
{
"id":"$Dj - wohngewe -Test",
"title":"Test",
"height":1,
"width":1,
"frames":[{"bmp":"1b.png"},{"bmp":"1b1.png"},{"bmp":"1b2.png"},{"bmp":"1b3.png"}],
"type":"residential",
"author":"Dualistjave",
"people":120000,
"level":1,
"price":"1",
"text":"Dualistjave Test Gebäude"
},
{

		"id":"pureairpoo",
		"author":"dirkidirk",
		"type":"park",
		"width":3, 
		"height":3,
	  "price":14000,
	  "monthly price":80,
		"influence pollution":-5000,
		"influence noise": 5,
		"influence nature":1000,
		"influence park":1000,
		"power": 0,
		"needs road":false,
		"title":"air purifier",
		"text":"use this to get rid of the pollution in your industrial cities.",
    "frames":[{"bmp":"1b.png"} , {"bmp":"1b1.png"} , {"bmp":"1b2.png"} , {"bmp":"1b3.png"}]
 }
]
Your or (someone else's) second id wasn't separated into an object.

User avatar
Bevise
Micy's Assistant
Posts: 504
Joined: 27 Feb 2020, 15:39
Location: Phu Quoc Island, Vietnam
Plugins: Showcase Store
Version: Beta
Contact:

Plugin Creator

Platform

Re: [Answered][1.8.22a] Plugin crash (1wohngewe - Dualistjave Test Gebäude.json:748)

#3

Post by Bevise »

@CommanderABab People and Worker are one?

Post Reply Previous topicNext topic

Return to “Problems”