Lyl3456 Posted September 20, 2025 Author Posted September 20, 2025 I also want to ask if this mistake is unimportant.
Lyl3456 Posted September 21, 2025 Author Posted September 21, 2025 Excuse me, is anyone there? I can't remember the author's name. 1
孫悟空 Posted September 22, 2025 Posted September 22, 2025 I also want to know why this topic is gone and I haven't remembered the author's name either.
StrayNeko Posted September 26, 2025 Posted September 26, 2025 Creator seems named sse0exx, seems he just deleted all of his accounts everywhere.
AmyTheSwann Posted October 2, 2025 Posted October 2, 2025 On 9/30/2025 at 2:13 AM, 孫悟空 said: How to solve this error? Posting the log file is a good start.
Amogusito69 Posted October 5, 2025 Posted October 5, 2025 Hi there, does anybody had the game archive?
Jade514 Posted October 7, 2025 Posted October 7, 2025 Also wondering what happened here and if anyone may still have a copy anywhere.
Amogusito69 Posted October 7, 2025 Posted October 7, 2025 On 9/21/2025 at 11:01 AM, Lyl3456 said: Excuse me, is anyone there? I can't remember the author's name. The autor's name is tanaka
Amogusito69 Posted October 12, 2025 Posted October 12, 2025 Hi thereeeee, any news??? of someone who have the .rar of the game? because i was asking in another group disscusion but none help me
Lyl3456 Posted October 23, 2025 Author Posted October 23, 2025 On 10/12/2025 at 9:10 AM, Amogusito69 said: 嗨,有消息吗???拥有游戏.rar的人?因为我在另一个小组讨论中提问,但没有人帮助我 Sorry, as I was busy with my graduation affairs recently, I didn't see and reply to you immediately. Could you recommend any cloud storage software? This file is larger than 500MB.
Amogusito69 Posted October 24, 2025 Posted October 24, 2025 (edited) 12 hours ago, Lyl3456 said: Sorry, as I was busy with my graduation affairs recently, I didn't see and reply to you immediately. Could you recommend any cloud storage software? This file is larger than 500MB. maybe you ca try upload it in dropbox or google drive and after that, you can pass the link in this forum Edited October 24, 2025 by Amogusito69
Lyl3456 Posted November 2, 2025 Author Posted November 2, 2025 On 2025/10/24 at AM11点21分, Amogusito69 said: 或许你可以尝试把它上传到 Dropbox 或 Google Drive,然后再把链接发到这个论坛里。 Please allow me to say sorry again https://www.dropbox.com/scl/fo/4qo4qamkkh8zie118r2pu/AA80BzAI01Jnyf43j0gCNAc?rlkey=s5tcwe8x9wkf5am921dlgi7it&st=09s5zs9i&dl=0 3
Amogusito69 Posted November 3, 2025 Posted November 3, 2025 23 hours ago, Lyl3456 said: Please allow me to say sorry again https://www.dropbox.com/scl/fo/4qo4qamkkh8zie118r2pu/AA80BzAI01Jnyf43j0gCNAc?rlkey=s5tcwe8x9wkf5am921dlgi7it&st=09s5zs9i&dl=0 Thank you a lot man!
FoxWaifus Posted November 7, 2025 Posted November 7, 2025 Anyone know how to fix this error I really wanna get her, I included the error log. Error.txt
孫悟空 Posted November 10, 2025 Posted November 10, 2025 4 hours ago, shuhungkao said: https://drive.google.com/file/d/1shXd5p844cLv68KvuNKFCfY81ery3Btp/view?usp=sharing put this new file into the data folder to replace the original one, then walk out of the map to refresh it. I read the error report and found that this is a very basic problem, simply because the author made a mistake in the number, causing a non-existent trainer to call Thanks!But there are many similar error scenarios like this..
shuhungkao Posted November 10, 2025 Posted November 10, 2025 I think problems are all the same. IF you're interested in how to fix it yourself, open the traceback.log take the first bug for example, it reads ``` Script error in event 16 (coords 3,24), map 98 (Mt. Moon): Exception: RuntimeError Message: Can't find trainer (Leaf, Leaf, ID 1) ***Full script: pbTrainerBattle(:Leaf,"Leaf",_I("Mmm... I'm glad I got to show you "),false,pbGet(7)%3) ` then go to https://saveeditor.online/ edit corresponding map files(map 98 in this case) The problem the author made is that programs mostly start counting from 0 And whenever the trainer only has one set, he codes ID 1, but in fact, he should code 0. So in this case, change pbGet(7)%3(btw this thing equals one) into 0 to solve the problem. I don't know how many of these kinds of mistakes in this game. It seems a lot.
shuhungkao Posted November 10, 2025 Posted November 10, 2025 (edited) On 11/7/2025 at 1:12 PM, FoxWaifus said: Anyone know how to fix this error I really wanna get her, I included the error log. Error.txt 1.45 kB · 2 downloads https://drive.google.com/file/d/1OnqQaeqhydG3ymU0qR7AE40LRHjme3G3/view?usp=sharing fix this one. So far, the bugs have all been pretty funny mistakes. The first one was that the author forgot that programs count from 0, so they called a non-existent ID 1. The second one was that the author forgot to fill in the level for Flutter Mane's code. I solved both of these by pasting the error logs to an AI. Still enjoy the game so far. These kinds of mistakes exist because of a lack of playtesting Edited November 10, 2025 by shuhungkao
孫悟空 Posted November 10, 2025 Posted November 10, 2025 3 hours ago, shuhungkao said: https://drive.google.com/file/d/1OnqQaeqhydG3ymU0qR7AE40LRHjme3G3/view?usp=sharing fix this one. So far, the bugs have all been pretty funny mistakes. The first one was that the author forgot that programs count from 0, so they called a non-existent ID 1. The second one was that the author forgot to fill in the level for Flutter Mane's code. I solved both of these by pasting the error logs to an AI. Still enjoy the game so far. These kinds of mistakes exist because of a lack of playtesting Thank you very much! Although I found this passage, I still won't change it... map143 also has the same error
shuhungkao Posted November 10, 2025 Posted November 10, 2025 I can share how I fix these bugs if you're interesting in open the traceback.log paste it to AI if you don't know which part is wrong. Mostly can be fixed by editing map files https://saveeditor.online/ use this website to edit the line is bug.
shuhungkao Posted November 12, 2025 Posted November 12, 2025 How to eveolve Kleavor? has Black Augurite. try trade, use, give it while level, none of them work
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now