Quote from: texus on 05 May 2023, 22:15:43In e.g. your 'gui.get<tgui::Button>("USR_Button")->setText(User);' line, are you certain that "USR_Button" exists and is a Button type? Otherwise 'gui.get<tgui::Button>("USR_Button")' would be a nullptr.
I Tried to comment this line and rerun the code, but still the problem still persists. Another thing that happened is that the problem was with the Instructor form file with the student one working completely fine until it randomly decided to not work and throw the same error at me.