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

Android app crashes on launch #119

Open
living-relation opened this issue Nov 21, 2024 · 5 comments
Open

Android app crashes on launch #119

living-relation opened this issue Nov 21, 2024 · 5 comments

Comments

@living-relation
Copy link

Installed from your apk. With an error "app has stopped due to a bug". I'm using Samsung Galaxy S10. 9 times out of 10 it crashes. When it does open, it crashes when i try to do anything.

@sudokit
Copy link

sudokit commented Dec 13, 2024

Is the source code available somewhere for the app?

EDIT: im not an android dev, neither can i find the source code, but iv managed to get the error thats at least happening on my device when guppyscreen app crashes:

12-13 13:56:32.292 12171 12233 E Surface : dequeueBuffer: IGraphicBufferProducer::requestBuffer failed: -19
12-13 13:56:32.292 12171 12233 E BufferQueueProducer: [SurfaceView[com.guppy.guppyscreen/com.guppy.guppyscreen.MainActivity]#1(BLAST Consumer)1](id:2f8b00000001,api:0,p:-1,c:12171) cancelBuffer: BufferQueue has no connected producer
12-13 13:56:32.292 12171 12233 E Surface : dequeueBuffer failed (No such device)
--------- beginning of crash
12-13 13:56:32.293 12171 12233 F libc    : Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x0 in tid 12233 (ppy.guppyscreen), pid 12171 (ppy.guppyscreen)

@ballaswag
Copy link
Owner

Try the non nightly maybe? The android code is under the android branch for anyone wants to take a look. Build processes are all in the github workflow.

@living-relation
Copy link
Author

There's only the one apk download link on the main page? Where should i be looking for nightly android builds?

@ballaswag
Copy link
Owner

Check here https://github.com/ballaswag/guppyscreen/releases

No guarantee they'll work. I haven't tested them in a while.

@sudokit
Copy link

sudokit commented Dec 14, 2024

The latest one from the android branch seems to be crashing as well, the non-nightly 0.0.25-beta seems to work just fine, but doesnt work in horizontal orientation, so im guessing somethings happens in the swapchain or graphics buffer idk how it works, and it becomes invalid and crashes.

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

3 participants