-
Notifications
You must be signed in to change notification settings - Fork 299
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MangoHud crashes with 'std::invalid_argument' exception #1451
Comments
Can you try |
Running the following command: :~$ tail mangohud_debug2.log Let me know if you need a more verbose output. |
Can you get log again with this commit c8cfeb4? |
updated commit 2732de1 |
removed MangoHud, updated to requested commit and rebuilt: ran, logged and output afterward: |
can you run it with |
$ MANGOHUD_LOG_LEVEL=debug mangohud glxgears &> mangohud_log.txt $ cat mangohud_log.txt |
it doesn't appear to be on the correct commit |
okay, I had to wipe and rebuild. here's the correct version and debug output: : |
So it's not crashing anymore? |
I am still experiencing crashing. :~$ mangohud glxgears |
try rebuilding from latest, all crashes I know of are fixed now |
Rebuilt from the most recent version and I am crashing still. gzeronone@pop-os: |
@gnowo can you build with debug and get gdb backtrace?
|
Here's the bt output: Thread 1 "glxgears" received signal SIGSEGV, Segmentation fault. |
Looks like an issue with your Nvidia drivers , but since it's (probably) a regression might also be something in mangohud |
Ah, okay. I ended up refreshing drivers and still crashes. -.- |
Attempted fix: e77ff17 |
Still crashing: gzeronone@pop-os: |
Would you mind building the latest and trying again? |
Should it be a specific commit? |
Just latest should be fine |
Rebuilt with latest and look at that, it works! Thank you everyone. (: +1: |
MangoHud crashes with a 'std::invalid_argument' exception related to 'stoul'. It runs without crashing when using the 'no_display' option, but fails to create any log files in either case.
Linux Distribution: Pop!_OS (up to date for stable)
MangoHud version: crash on v0.7.2-57-g77b3f36 built from source
GPU: NVIDIA GeForce RTX 4070 TI Super
NVIDIA Driver Version: 560.35.03
Steps to reproduce:
MangoHud should run without crashing and display FPS information when using glxgears or other OpenGL applications. Also, Debugging flags (MANGOHUD_LOG=1, MANGOHUD_DEBUG=1) don't produce expected log files.
The text was updated successfully, but these errors were encountered: