libretro-mirrors / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us in #ppsspp on freenode (IRC) or just send pull requests / issues. For discussion use the forums on ppsspp.org.
https://www.ppsspp.org
Other
12 stars 3 forks source link

Switching to fullscreen turn screen to black #46

Closed ghost closed 6 years ago

ghost commented 6 years ago

What happens? When switching to fullscreen, screen will just turn black but background sound still working. also, log window is spamming this:

[libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro WARN] Got an error BEFORE texture upload: 00000506 ((unk:0506)) [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro WARN] Got an error BEFORE texture upload: 00000506 ((unk:0506)) [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro WARN] Got an error BEFORE texture upload: 00000506 ((unk:0506)) [libretro ERROR] Trying to DrawActiveTexture() without a program [libretro WARN] Got an error BEFORE texture upload: 00000506 ((unk:0506)) [libretro ERROR] Trying to DrawActiveTexture() without a program

What should happen? Core should respect switching to fullscreen and/or switching back to windowed-mode.

What hardware and operating system are you running PPSSPP on? GPU might matter if it's a graphical issue.

retroarch is ran under linux, RA manually compiled using latest commit, core is latest from Online Updater. GPU is intel hd graphics.

RA: 6fc6bfb ppsspp: 1.4.2-git

aliaspider commented 6 years ago

commit hash ?

ghost commented 6 years ago

RA: 6fc6bf ppsspp: 1.4.2-git

Sorry but core was not manually compiled(i normally compile stuff but not ppsspp due to size), its latest from buildbot. RA is compiled.

Tested with windows 10, and it behaves the same.

On Tue, Feb 20, 2018 at 10:05 PM, aliaspider notifications@github.com wrote:

commit hash ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/libretro/ppsspp/issues/46#issuecomment-366987077, or mute the thread https://github.com/notifications/unsubscribe-auth/AWPDtv0Pp0hIpg_-uuGHN0BprcwfTAkQks5tWtEbgaJpZM4SL5aW .

ghost commented 6 years ago

fixed in latest commit....