Leather128 / LeatherEngine

Just a little engine I decided to make since nobody seemed to have true custom mod support.
GNU General Public License v3.0
71 stars 57 forks source link

Bug Report: Charting glitch #31

Closed ryi3r closed 2 years ago

ryi3r commented 2 years ago

While i was charting, going after the 10 section, the screen goes black, my setup was 12k, 180 bpm, 3 arrow speed, when it goes black it stays like that, until you get out of the editor. image I was on all of the sections pointing to P1 and the song name is "secret".

Leather128 commented 2 years ago

weird, do you have any idea what maybe be the cause of this? (also did you use change bpm at any point in the song?)

Leather128 commented 2 years ago

personally for me, there isn't any obvious reason why this happens (i've experienced this too) but I never could figure out what caused it (because the current charter is pretty buggy and confusing).

ryi3r commented 2 years ago

weird, do you have any idea what maybe be the cause of this? (also did you use change bpm at any point in the song?)

Maybe cause i didnt set new bpm.

Leather128 commented 2 years ago

That can happen, but it shouldn't make anything happen (because it's supposed to add it when over 0 bpm but maybe I should make sure)

ryi3r commented 2 years ago

Lemme try it out.

ryi3r commented 2 years ago

Nvm, it broke even more.

ryi3r commented 2 years ago

Nevermind, i might have found the reason why it happens. image image I think you can limit those variables so they don't pop-off in negative numbers.

ryi3r commented 2 years ago

Above 10 seems to give back this number.

ryi3r commented 2 years ago

When you play the song it gets stuck by here image

ryi3r commented 2 years ago

image touching the code ( image ) it seems like the strumLine goes to space, literally

ryi3r commented 2 years ago

Just noticed this: image and if i move with mouse wheel: image (This is off-topic but can you fix the mouse in the editor? it's really bugging me when it doesn't appear.) EDIT: Something related to the BPM or the song might be the problem.

Leather128 commented 2 years ago

Seems like the bpm just flat out broke (aka it's 0) explaining the negative (and positive) infinity values.

Leather128 commented 2 years ago

Seems weird that the song time is inf but I have a feeling this is due to the BPM being 0.

Leather128 commented 2 years ago

This (should) be fixed in commit b3903ac, if it's not actually fixed (it fixed it for me, maybe something is still wrong for you on the latest commits somehow?) then just reopen this issue. For now it will be closed as the issue has (hopefully) been fully solved.