Skip to content
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

Crash on OpenGL 1.x #9980

Closed
ghost opened this issue Sep 25, 2017 · 4 comments
Closed

Crash on OpenGL 1.x #9980

ghost opened this issue Sep 25, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Sep 25, 2017

When I tries to use ppsspp on Ubuntu 14.04, it fails... I tested on newly installed ubuntu.

This is error message.


32:35:122 Core/Config.cpp:1390 E[LOADER]: Failed to read /home/kaze/.config/ppsspp/PSP/SYSTEM/controls.ini. Setting controller config to default.
W: gl_lost_manager.cpp:32: GL resource holder not initialized, cannot register resource
Segmentation fault

@hrydgard
Copy link
Owner

Can you run it in gdb and print the stacktrace?

gdb PPSSPPSDL
r

(run it until it crashes)

 bt

And print the output.

@ghost
Copy link
Author

ghost commented Sep 26, 2017

I figured out why ppsspp crashed... I was using OpenGL version: 1.4

When I changed graphic card, ppsspp worked perfectly!!! Sorry for making stupid question.

@ghost ghost closed this as completed Sep 26, 2017
@hrydgard
Copy link
Owner

Hm. In that case, we should probably still print a warning and exit or something instead of crashing.

Can you switch GPU back and try the mentioned steps once, and paste the output here? Then just go back to your good graphics card :)

@unknownbrackets unknownbrackets changed the title Crash on Ubuntu 14.04 Crash on OpenGL 1.x Sep 30, 2017
@hrydgard
Copy link
Owner

hrydgard commented Sep 3, 2022

I don't think we'll ever bother, honestly. Closing.

@hrydgard hrydgard closed this as not planned Won't fix, can't repro, duplicate, stale Sep 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants