ThatRozebudDude / FPS-Plus-Public

Other
123 stars 109 forks source link

My freeplay is crashing #100

Closed CoolTe3yetXD closed 1 month ago

CoolTe3yetXD commented 1 month ago

I tried to install the latest version of fps plus but for some reason when I compile the game and enter in the freeplay, the game just crashes. I installed everything that I needed

Why is this happening?

ThatRozebudDude commented 1 month ago

Can you provide the error it's giving you?

CoolTe3yetXD commented 1 month ago

Sure this is what's happening https://github.com/user-attachments/assets/0d70c8ad-4833-4f6e-aaae-c44d843919cc

ThatRozebudDude commented 1 month ago

Can I have the error that gets printed out in the console?

CoolTe3yetXD commented 1 month ago

Yep

Captura de Tela (4350)

ThatRozebudDude commented 1 month ago

Is that everything that's in the console? I can't really debug this if I don't know what specifically is causing it to crash.

CoolTe3yetXD commented 1 month ago

Captura de Tela (4351) That was all I got

ThatRozebudDude commented 1 month ago

Does it show anything if you compile with debug?

CoolTe3yetXD commented 1 month ago

the only thing it shows is this Captura de Tela (4367)

Captura de Tela (4366)

ThatRozebudDude commented 1 month ago

Are you able to send me your score save data? It should be located in AppData\Roaming\Rozebud\FunkinFPSPlus\Rozebud.FunkinFPSPlus

Also if you could show what is on line 228 of Capsule.hx in your code since in my code line 228 isn't even in the showRank function anymore.

CoolTe3yetXD commented 1 month ago

https://www.mediafire.com/file/hcr9v7kih9ocovg/scores.sol/file Captura de Tela (4369)

ThatRozebudDude commented 1 month ago

So, I'm not exactly sure how it happened but it seems like your save has something wrong with it that didn't save the rank of something correctly. I'm not exactly sure what could have caused that but if you open the save file and find where it says scoreFormatVersiony3:1.1g and replace it with scoreFormatVersiony3:1.0g it will force the game to do a save fix and it should start working. If you have any idea what could have caused that, let me know. Otherwise just try this and see if it fixes the issue for you.

ThatRozebudDude commented 1 month ago

Since you haven't gotten back on this I'm going to assume this worked for you.