It happened when I talked to the log elf
In the Witch Academy the stairs to the basement on the left crash the game with the error: "Uncaught SyntaxError: Unexpected token in JSON at position 39843". Looked into the .json "Map364.json" that threw the error: "parameters":["you helped out it' s only fair you get to"]. Between the ' and the s is the not supported character "\u0009" aka tab key. Simply delet it and you're good to go.
Inside the game folder" \www\data" is the .json "Map364.json" (you can search for it). Open the .json with Notepad or any similar text editor. Use the search or find function (Ctrl + f) of the program and search for "you helped out" (without the quotes). There should be only one result. When you jump to the result, it should look like this:
"parameters":["you helped out it' s only fair you get to"]},
Notice the space between the apostrophe ' and the "s"? That is the tab key input ("\u0009"), an unsupported character that can crash the game when it tries to load the file. You need to remove that.
To make it easier, delete the part that says "it' s only" and replace it with "it's only". This should fix the issue.
Hope that helps!
The Fertility Tea Recipe is glitched to give you the spicy tea recipe instead, Evelyn seems to have an error with being unable to give her more divine seeds for her quest, the quest for the "Tree Mother" isn't loading the image properly, Tier 4 births for Valorie and Sanu are missing both their text and sounds, the dragon character that wants to visit Rose doesn't appear at the manor, and there's lots of characters that are missing dialogue in Brasswall and the Cherry Blossom Town, there is a slight text loop in the intro dialogue with the guard in Brasswall, and there is some story bubbles that won't leave during the Brasswall and Dragon Isle storylines
I found two bugs.
1: In the slime mother quest where Leah becomes a slime, it is possible to be soft locked and forced to load a save to get out of it. This is done by collecting slimes and using them on the nearest crystals without thinking of where you need to go.
I'd advise removing a few crystals so they are even with the number of slimes in each area or add slimes to the same effect.
2: I lost access to Lv 3 Power after I shut down the game (saving before hand of coarse) shortly after I accepted the slime mother, imp extermination, lost fairy, and demon egg research quests all at once/progressing the first and finishing the last two. Not sure if I broke something by accepting all four at once, but that's what I remember doing before it happened.
There appears to be a null character in the line "you helped out it' s only fair you get to" for Map364.json for the "it's" word which is causing an error that results in a crash: "Uncaught SyntaxError: Unexpected token in JSON at position 39843". It's in Line 11 or the "id: 6" block. I've found by deleting this character (which looks like a space in Notepad++), resolves the issue. I'm not sure how you would resolve it in RPG Maker though.
as other comments had pointed out its actually a relatively easy fix, you just need to
1) go to the data file of the game(the one named www)
2) go find Map364 in data
3) open the file with an app like notepad,
4) use ctrl+F to find the sentence "you helped out"
5) the entire sentence/code should be "parameters":["you helped out it' s only fair you get to"]},
6) Delete the space between it and 's , or basically just retype that word if you want to be safe
7) save the change
8) Finish, open game to see result
Tried looking through the reports and didn't see this.
When I'm at Max power level for any of the girls the audio for for doors, plants, crystals etc. stops working.
I tried reloading and turning off voices and it seemed to work at first, but then audio stopped again.
Notably it started doing it at Ceder Town and the pickles quest.
Not sure if this is a common issue or not. I'm in the middle of the quest where you ask the goddess to appear in court (idk what the quest is called as I can't view any of my quests except like one of the still active side quests, they all just disappeared at some point so I'm kinda running around blind and aimless rn). I just talked to her, finished the convo and am at the point where I'm able to move again but her character image is stuck on the screen. i tried saving, exiting the game entirely, booted it back up, but she's still in the way. not sure how to fix this aside from reverting to a previous save. however, I'm worried that if I try to redo this leg of the quest that she's just gonna get stuck again. not sure what to do here (sorry, I'm not super tech savvy).
I can't seem to get rid of her and she takes up half the screen. :/

Not sure why I can't view the main or character quests.

Current main quests I've done up until this point.

Idk if this is a bug or I've just not progressed to a certain point in the game or not, but I lost max power (300 -> 200) after getting on the boat to the capital city (I noticed it on the boat when I first loaded in, so I'm not 100% sure if there's gust a mislabled flag or something.) any tips to fix it or avoid it would be highly appreciated! <3
After completing the finished content once I am able to attain the Elven Seeds, dialogue with the elven queen and other elven characters triggers twice, this means that when talking to the elf in front of the statue where she is praying for children (the one that was in the wild forest in previous versions) that after giving her the first seed, if you talk to her again you get trapped in a dialogue loop where it restarts the dialogue whenever it is finished.
Bug when you update game from .500 to 501, with the sky dungeon fix, the elf girl joins the party if i go through the dungeon again and doesnt leave the party, and i need to get through there to get back to the elven kingdom after going through the forest
any enemy encounter results with an img error, img/atb/actor_15,
im at the part post elven kingdom boss doing the fruit of the womb quest
I have run across 3 that I haven't been able to solve.
1A The elf longing for a child talked about in the fortune telling dialogue gives the wrong location now. I spent way too much time running around looking for her in the wrong place.
1B She also has a endless loop that traps you in dialogue with her asking for the second and then third divine seeds--whether you give her the seeds or decide not to it still loops and loops and you cannot escape her.
2. Mishu or whatever her name is--the ditsy neko in the mansion--I haven't been able to clear her quest even though it seems to be over. She's in the mansion now.
3. The Entmother quest is bugged. You get the quest from the elf lady and then it says there's an error and can't load the face image. You can hit retry but it doesn't work and eventually freezes. I would really like to do the entmother quest.
I found a few bugs, and one crashes my game completely. I’ll edit my post if I ever find/remember any more.
Power reverting to old max value after using certain items / entering certain areas
So I've encountered this bug the first time in Lakeview. I've already gotten at Power 300, but after climbing down the well in Lakeview and using the crystal found there, it's reverted to 200. No matter what I did (equipping, unequipping, reloading after depleting all active power, etc), it didn't go back to 300.
Second time it's happened was when I got on the ship to the Royal Capital. Loading on the ship, my power reverted back to 200 and again, it didn't want to go back to 300 no matter what :c
When I save (at least to the third slot), my progress is reset to the previous save. I'm sure I didn't accidentally click the load button instead of the save button, because it happened twice in a day. The first time, I was thrown VERY far away, so I was more careful the second time. However, this bug is not regular, and I haven't been able to track its cause yet.