-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Invizimals crash when camera initialized - 1.10.1 #13091
Comments
Duplicate of #12997 |
If you haven't seen,this is 1.10.1 version,that being 1.9.4 i believe,and if i'm not wrong,1.10.1 is newest one,3 weeks being released (my friend told me this at the Guilded server i'm member of that is focused around GBA emulation) |
Thanks for reporting. I'm seeing some strange camera-related crashes from primarily Huawei phones. Will investigate. |
Got this out of an Honor phone. Looks like at least one problem is some logic bug in rotateNV21. Looking into it. |
Okay so it turns out the preview of the camera on these cheap phones is incredibly tiny, 176x144. This breaks the logic in rotateNV21. @Florin9doi didn't predict that, did you? :) I'll try to whip up something that doesn't crash but I don't feel like implementing a stretcher. This part of the code should be moved to C++ anyway... |
Actually, seems the previewSize loop is kinda broken. It stops on the first preview size it finds that's smaller than 640x480, which isn't the best strategy. |
@hrydgard Can we expect this as update as 1.10.2 or it will be 1.11? |
It will be v1.10.2, quite soon. |
Thank for your hard work,i will report any more issues if i find them,if not problem ofc |
Nice,do you know how to use IRC Freenode?I would like to talk to you at #PPSSPP freenode,i have few questions to ask you,since i also was at GBA scene,it was my first thing in my first year of getting into emulation.I understand if i disturb you or something |
@HiImBrala TIA |
@EX-e-LD |
@HiImBrala TIA |
@EX-e-LD |
This is my first time writing here,so i will try to help as much as i could,i'm open to anything,GitHub is new to me and PPSSPP as well,i'm veteran in Gameboy Advance emulation on Android with emulator called MyBoy! GBA Emulator.
I got an USA .ISO game Invizimals,and when i tried 1.5.4 back in the day,game showed some bad written PPSSPP Camera :)
Since really lot of time passed since that version,i decided i should give it a try and i basically did,and i noticed some new settings that seem to optimize emulation and i was lucky to give it a try,including Invizimals,but when i saw it still crashes,i decided i should report bug to you developers in order for you to fix it
Phone:Honor 9S
GPU:PowerVR GE8320
CPU:Metiatek MT6762R Helio P22
Camera:8 MP, f/2.0, (wide), AF
Phone camera is
Camera permission is enabled in Settings,and Location is too as well
TIA
Edit:
The text was updated successfully, but these errors were encountered: