-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Apps crashing due to a cursor #149
Comments
That hardware cursor message is not the reason for the crash. Can you provide a coredump so I can look into it? (Just execute Also the complete flutter-pi output would be nice, and can you provide more details about your system? |
Here is the core file It's a pi4 4GB, official 7' touch screen, with 32 bit raspbian lite, new installation, not modified in any way. Here is the full output:
|
Somehow gdb can't make sense of the core file. Can you try building flutter-pi in debug mode?
Btw what app are you using? |
Building in debug mode - success. Funny enough, I am running the official Hello World example to test it out |
My bad, use
It's weird bc I have pretty much the same setup and just tested with the hello world example and it works fine for me. |
Pulled out a 2gb pi4, it doesn't crash as often now, but if I move the cursor around, it will crash soon, is there a way to completely disable the cursor?. Very strange LOL EDIT: It actually doesn't crash at all on the 2GB version, but then this is with a different display. I will continue to look into it. |
Yeah that's strange
I mean, you could edit the sources and disable the cursor, but that doesn't fix the problem, just works around it. I want to fix the bug, but since I can't reproduce it on my Pi's I have to rely on a core dump to look into it Btw what input devices do you use? Can you attach the output of |
Hi there Hannes, I am running into the same problem, whenever I add the dimensions of the screen size to the command In line with your previous comment, my output of |
Hey,
|
I have just installed flutter-pi and tried to run an app in debug mode. The app started fine, with a cursor appearing on the screen. A few seconds later, it has crashed with:
P.S. a cursor is not needed
Thanks!
The text was updated successfully, but these errors were encountered: