scott-vincent / instrument-panel

An instrument panel for Microsoft Flight Simulator 2020
171 stars 29 forks source link

when building, make.sh cannot find simvars.h file #8

Closed alexandergrib closed 2 years ago

alexandergrib commented 3 years ago

Just pulled fresh files from repository run bash make.sh

and i get lots of messages simvars.h no such file or directory.

also can you build raspberry image, so we can just copy to sd card and use without trouble installing it.

scott-vincent commented 3 years ago

Do you have simvars.h on your filesystem. Sounds like it is missing! You may have cloned the repository incorrectly. Why don't you use the pre-built Raspberry Pi version if you're not sure how to build it?

On Fri, 9 Oct 2020 at 14:40, pioneerko notifications@github.com wrote:

Just pulled fresh files from repository run bash make.sh

and i get lots of messages simvars.h no such file or directory.

also can you build raspberry image, so we can just copy to sd card and use without trouble installing it.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/scott-vincent/instrument-panel/issues/8, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWRFJSE4YWV6HNDQDPRSLTSJ4HEDANCNFSM4SKDARBA .

alexandergrib commented 3 years ago

I do have simvars in the folder. Prebuild one wont start saying filed to initialize allegro. I have allegro installed.

kkr0kk commented 3 years ago

Raspi zero W, DEBIAN buster up to date, i have the same error when i start the pre-built release version -> failed to initialize allegro

scott-vincent commented 3 years ago

This software should be run on a Raspberry Pi 4 as stated in the Readme. I think you're wasting your time trying to get it to run on anything less powerful, it needs to update every instrument 30 times a second. The Pi 4 has hardware accelerated OpenGL and supports OpenGL ES 3.2 which is what I've configured Allegro to use.

alexandergrib commented 3 years ago

I use Raspberry 4B Model 2, with 4GB memory. And i get that error. Can you create image with everything preinstalled? That would solve many problems.

Also i can see liballegro5 in my installed apps(with apt list --installed).

crossfader1337 commented 3 years ago

Hi there, I´m having the same issue (failed to initialize allegro) on a Rasberry 4/4GB.

scott-vincent commented 3 years ago

Try the Black Screen fix listed in Known Issues in the Readme. Also, try some of the sample programs that come with Allegro5 and make sure they work.

scott-vincent commented 2 years ago

Black screen issue is now fixed.