Kayzuku
New Member
- Nov 11, 2024
- 3
- 0
- 45
I open the game and reviced this error in archlinux, wayland.
Required value 'name' is missing or invalid.
I fixed the error like this, open "package.json" and replace this:
{
"name": "",
"main": "www/index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}
The variable "nome" without an attribute returns an error in my system, I changed it to this:
{
"name": "V-Tuber [v0.5]",
"main": "www/index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}
The missing file causing the error is here: "data/Map018.json" named "1_beging" without the ".png".
Since it returned an error even when I added a PNG. In file "data/Map018.json" i removed the "1_beging":
"parameters":[20,"1_beging",0,0,0,420,100,100,255,0]}
and it looks like this in the "data/Map018.json" file and no longer returns an error, but the character doesn't appear when clicking on "bed" in the "skull icon", it only appears during the sex action:
"parameters":[20,"",0,0,0,420,100,100,255,0]}
Required value 'name' is missing or invalid.
I fixed the error like this, open "package.json" and replace this:
{
"name": "",
"main": "www/index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}
The variable "nome" without an attribute returns an error in my system, I changed it to this:
{
"name": "V-Tuber [v0.5]",
"main": "www/index.html",
"js-flags": "--expose-gc",
"window": {
"title": "",
"toolbar": false,
"width": 816,
"height": 624,
"icon": "www/icon/icon.png"
}
}
You don't have permission to view the spoiler content.
Log in or register now.
The missing file causing the error is here: "data/Map018.json" named "1_beging" without the ".png".
Since it returned an error even when I added a PNG. In file "data/Map018.json" i removed the "1_beging":
"parameters":[20,"1_beging",0,0,0,420,100,100,255,0]}
and it looks like this in the "data/Map018.json" file and no longer returns an error, but the character doesn't appear when clicking on "bed" in the "skull icon", it only appears during the sex action:
"parameters":[20,"",0,0,0,420,100,100,255,0]}
You don't have permission to view the spoiler content.
Log in or register now.