Entraides et échanges autour de la technologie Scol - Informations and exchanges on the Scol technology
Vous pouvez changer la langue de l'interface une fois inscrit - You can change the language once registered
You are not logged in.
Pages: 1
I made a quick scene with the T-rex model and called my scene trex. It runs great on windows. I exported it for the Raspberry Pi. I copied the files to the Pi and followed the readme file in the exported folder and packaged it for debian then installed the debian. Pi Camera is set to active. However I cannot run the executable.
If I try to run it through the run command window nothing at all happens. If I navigate to usr/shared/trex where it installed and try double clicking it I get warning about it being an executable and then nothing happens when I click confirm I want to run it. If I execute through terminal I get a warning about the lib(I-forgot-to-write-this-down)v18 is already in use and it cannot find the files.
I have updated the Pi, updated the OpenGL drivers ran the apt-get install -f for the dependancies and then sudo rpi-update.
Not sure what to try next.
Thanks Everyone,
Ray
Offline
Hello,
did you you tried this ?
http://www.scolring.org/forum/viewtopic.php?id=3326
Offline
Yes, I found that post and tried installing those dependencies:
1. apt-get install -f, this ran for a few minutes and returns, 0 updated, 0 removed, 0 installed.
2. sudo rpi-update, this ran for about 5 minutes, finished without error but made no change.
I could try reformatting my SD card and starting from scratch? Is there a particular build of Raspbian that you know for a fact it works on? I could try that.
Offline
Ok a fresh download and install of Rasbien got it much much closer. The make-package succeeds and when I run the “trex” command it shows the openspace splash screen then the whole screen goes grey and nothing else happens. But that’s closer than it’s ever been so I’m still very optimistic. I’m running in G3 legacy graphics mode because the two options for open GL caused an error when I tried the trex command.
Offline
Hello,
OS3D use OpenGLES you don't need to enable the openGL option in the config.
Maybe you forgot to enable the pi camera again in raspi-config
also try to add more memory to the GPU in /boot/config.txt
gpu_mem=256
Offline
Holy cow it works!!!! Works even better than I could have imagined. Great job and great forum support. Thanks for all the help. It was the gpu memory that did it. One last question if I could. How do I end the program? LOl.
Offline
Pages: 1