Created
December 29, 2019 19:37
-
-
Save Oipo/34aa11121529d6a093d3ef4c292b354f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thread 1 "stepmania-debug" received signal SIGFPE, Arithmetic exception. | |
0x0000555555f95654 in DancingCharacters::Update (this=0x555559631ff0, fDelta=0.00692800013) at /home/oipo-unencrypted/stepmania/src/DancingCharacters.cpp:278 | |
278 iCurBeat -= iCurBeat % NewBeatToSet; | |
(gdb) bt | |
#0 0x0000555555f95654 in DancingCharacters::Update(float) (this=0x555559631ff0, fDelta=0.00692800013) at /home/oipo-unencrypted/stepmania/src/DancingCharacters.cpp:278 | |
#1 0x0000555555f81be4 in BackgroundImpl::Update(float) (this=0x55555995c160, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/Background.cpp:834 | |
#2 0x0000555555efe110 in ActorFrame::UpdateInternal(float) (this=0x55555950da60, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/ActorFrame.cpp:480 | |
#3 0x0000555555ee7c0c in Actor::Update(float) (this=0x55555950da60, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/Actor.cpp:892 | |
#4 0x0000555555efe110 in ActorFrame::UpdateInternal(float) (this=0x55555a494d30, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/ActorFrame.cpp:480 | |
#5 0x0000555555ee7c0c in Actor::Update(float) (this=0x55555a494d30, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/Actor.cpp:892 | |
#6 0x0000555556431be1 in Screen::Update(float) (this=0x55555a494d30, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/Screen.cpp:110 | |
#7 0x00005555563c82d6 in ScreenGameplay::Update(float) (this=0x55555a494d30, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/ScreenGameplay.cpp:1704 | |
#8 0x0000555555e82798 in ScreenManager::Update(float) (this=0x555558f5b740, fDeltaTime=0.00692800013) at /home/oipo-unencrypted/stepmania/src/ScreenManager.cpp:465 | |
#9 0x0000555555d8572c in GameLoop::UpdateAllButDraw(bool) (bRunningFromVBLANK=false) at /home/oipo-unencrypted/stepmania/src/GameLoop.cpp:284 | |
#10 0x0000555555d85815 in GameLoop::RunGameLoop() () at /home/oipo-unencrypted/stepmania/src/GameLoop.cpp:320 | |
#11 0x0000555555d8c4ec in sm_main(int, char**) (argc=1, argv=0x7fffffffdda8) at /home/oipo-unencrypted/stepmania/src/StepMania.cpp:1226 | |
#12 0x000055555655a7f5 in main(int, char**) (argc=1, argv=0x7fffffffdda8) at /home/oipo-unencrypted/stepmania/src/Main.cpp:5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment