-
Notifications
You must be signed in to change notification settings - Fork 123
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
Pi freezes on activation of retrogame #24
Comments
Shoot. Raspbian Jessie? Which model of Pi board exactly? I'm away from Pi for a couple days, but will take a look at this when I get back. |
It's a brand new pi 1 b+ board. Everything works fine except retrogame, even the ptfit display. |
Any progress? |
If you run cat /proc/kmsg in a terminal, an ./retrogame in another one (let's say ssh). Did you have any message before it freeze ? If you have some C knowledge, may be you can add some debug information like: If the pin are not the one you expect, make sure you have the following file available(event empty) :/etc/modprobe.d/adafruit.conf The last, thing you can try, is to past the result of sudo strace ./retrogame |
Would be helpful to know what's in your pin table. Perhaps there's some conflict with another function on that pin. |
How could I check that? It is quite possible.
|
Copy-and-paste the contents of the table here. Either the ioStandard[] table if you're using HDMI or composite video out, or ioTFT[] if using a PiTFT screen. |
Where would I get the table from, I found the unedited one but I can't find
the one that I compiled with.
|
im haveing the same issues even with the stock file. using pizero with pitft. i ran with strace last and this is the output
|
Le 15 sept. 2016 9:01 PM, "bbmech7" [email protected] a écrit :
Looks like pin 22 is already in use.
|
Can't reproduce, need more information. Exact OS image & version, any & all hardware attached to the header, and any other GPIO-related code that might be running on the system. |
I'll have to check it out when i get home. So far it was only the pitft. I On Thu, Sep 15, 2016 at 3:40 PM, Paint Your Dragon <[email protected]
|
Hi, so my pi is running the adafruit issue lastest version of rasbian with a ptfit display attached. I am running Retrogame to get button inputs set up for Retropi, and everthing works fine until I actualy start retrogame. Whenever I start retrogame, by going to /usr/local/bin and doing sudo ./retrogame, it just goes to the next line and freezes entirely. I compiled it multiple times, but it continues to do this even though it compiled fine, and the pi even tried to activate it on startup a few times, causing a freeze than too. After it freezes, it locks up completely and excepts no input from either the buttons or a keyboard. The only way to unfreeze it is to hard shutdown and reboot the pi.
The text was updated successfully, but these errors were encountered: