It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Submit you bug report here.

Helpful things to include:
-what you were doing right before the bug happened
-if you can get the bug to happen over and over
-if the floor this bug happened on was from a saved game
-your computer specs -important if you're seeing graphical glitches
-a picture of the bug/glitch if its visual


Thanks for your help!
Hi, I'll just report that the crash when quitting the game still happens for me on Version 3.1.

It saves the game before it happens so it's not a game breaker.
avatar
powergod: Hi, I'll just report that the crash when quitting the game still happens for me on Version 3.1.

It saves the game before it happens so it's not a game breaker.
I was actually going to email you about that so thanks for letting me know!
As it turns out, the Godot engine is actually not good at putting out any debug information in release builds of games so It looks like logs won't help much. I'm not quite sure about what the issue could be exactly since it seems to be platform dependent but I'll clean up the code a bit in future updates and hopefully that will help.
Hi, I've noticed some bugs in the Windows version of Rogue-FP v3.1:

When the player dies, the end screen doesn't register how much gold was picked up. It always says: "Total Amount: 0." Run Stats has a typo that says: "Turns Amost Dead."

I've also noticed that there is a bug where the player just spins even if there is no input. Is this a deadzone issue? I only play the game with a keyboard and mouse.
Attachments:
Post edited November 19, 2024 by IronArcturus
avatar
IronArcturus: Hi, I've noticed some bugs in the Windows version of Rogue-FP v3.1:

When the player dies, the end screen doesn't register how much gold was picked up. It always says: "Total Amount: 0." Run Stats has a typo that says: "Turns Amost Dead."

I've also noticed that there is a bug where the player just spins even if there is no input. Is this a deadzone issue? I only play the game with a keyboard and mouse.
It seems to work alright on my end. If you don't have a whole lot of gold it can take a few seconds to fire up. You're sure it doesn't go up at all? If that's the case is the gold you got during your run still counted when when you go to your gold pile from the main menu?

I'm also not sure about the player spinning bug. The deadzones should have nothing to do with it since they aren't taken into consideration when the game gets inputs from mice. Do you have a controller plugged in? If you do it might be sending tiny inputs that the game is picking up.

I'll definitely fix that typo though, thanks for letting me know about it!
Attachments:
avatar
JuraxGames: It seems to work alright on my end. If you don't have a whole lot of gold it can take a few seconds to fire up. You're sure it doesn't go up at all? If that's the case is the gold you got during your run still counted when when you go to your gold pile from the main menu?

I'm also not sure about the player spinning bug. The deadzones should have nothing to do with it since they aren't taken into consideration when the game gets inputs from mice. Do you have a controller plugged in? If you do it might be sending tiny inputs that the game is picking up.

I'll definitely fix that typo though, thanks for letting me know about it!
I played another game on v3.1, and when I got some gold it shows up at the bottom of the HUD. But when the player dies, the "Gold Pile" is still 0 for some reason.

For the spinning player issue, could you add a toggle to the Options screen to disable the controller? I think that should fix the problem. It looks like the spinning bug is caused by the game misinterpreting the right analog stick of the Xbox controller.
avatar
IronArcturus: I played another game on v3.1, and when I got some gold it shows up at the bottom of the HUD. But when the player dies, the "Gold Pile" is still 0 for some reason.

For the spinning player issue, could you add a toggle to the Options screen to disable the controller? I think that should fix the problem. It looks like the spinning bug is caused by the game misinterpreting the right analog stick of the Xbox controller.
So do you have a controller plugged into your computer? If you do first try unplugging it or turning it off.

As for the gold, see if it shows up when you click the button highlighted in my attached picture.
If the gold does show up then something must be off with the death screen and I'll have to look into it but if no gold shows up then your firewall or something might be blocking the game from getting the data from gog's servers.
Check if you are able to view the Global high scores in the high score menu as well.
Attachments:
avatar
JuraxGames: So do you have a controller plugged into your computer? If you do first try unplugging it or turning it off.

As for the gold, see if it shows up when you click the button highlighted in my attached picture.
If the gold does show up then something must be off with the death screen and I'll have to look into it but if no gold shows up then your firewall or something might be blocking the game from getting the data from gog's servers.
Check if you are able to view the Global high scores in the high score menu as well.
Rogue-FP is a really fun game to play, but with v3.1 I can't play it anymore since it keeps spinning the player. Would it be possible if you could add a toggle to disable the controller so the player doesn't have to keep unplugging it? Or could you add the right analog stick deadzones to the "Change Controls" options so the player can adjust the settings?

Also, I don't play singleplayer games online so I'm not connected to the internet when I play Rogue-FP. Could you set the game to have a "local" gold that doesn't require connecting to the internet?
avatar
IronArcturus: Rogue-FP is a really fun game to play, but with v3.1 I can't play it anymore since it keeps spinning the player. Would it be possible if you could add a toggle to disable the controller so the player doesn't have to keep unplugging it? Or could you add the right analog stick deadzones to the "Change Controls" options so the player can adjust the settings?

Also, I don't play singleplayer games online so I'm not connected to the internet when I play Rogue-FP. Could you set the game to have a "local" gold that doesn't require connecting to the internet?
Ah I see. I'll add the deadzones in the next update. I was meaning too do that at some point but I'll bump it up on the list of things to do. Just so you know, the default deadzones on the right thumbstick are set to 5% so your thumbstick might be a decent bit off if it's sending inputs while you're not touching it. But I'll make sure to add an option to get around that in the next version.

When it comes to having a local gold file, I suppose I could. I initially went with doing it through steam and gog servers simply because it was convenient and I would have have the ability to show how much gold everyone has gotten together, though gog doesn't support that... at least yet anyway.

But anyway thanks for the feedback. I'll see what I can do.
avatar
JuraxGames: Ah I see. I'll add the deadzones in the next update. I was meaning too do that at some point but I'll bump it up on the list of things to do. Just so you know, the default deadzones on the right thumbstick are set to 5% so your thumbstick might be a decent bit off if it's sending inputs while you're not touching it. But I'll make sure to add an option to get around that in the next version.

When it comes to having a local gold file, I suppose I could. I initially went with doing it through steam and gog servers simply because it was convenient and I would have have the ability to show how much gold everyone has gotten together, though gog doesn't support that... at least yet anyway.

But anyway thanks for the feedback. I'll see what I can do.
Thanks for looking into this!