The ACM Flight Simulator

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
ndujoe1
Posts: 851
Joined: Mon 05 Dec 2005, 01:06

The ACM Flight Simulator

#1 Post by ndujoe1 »

I downloaded this simulator from :

http://www.icosaedro.it/acm/download.html

Tried to compile and run it.

I am using Puppy 2.15CE.

I started ./configure, the process when for awhile then this error was reported :

"Your system does not support either random() or rand().

Do I need to compile this with something other than C++ ?

Thanks.

JB4x4
Posts: 256
Joined: Sun 30 Jul 2006, 22:44
Contact:

#2 Post by JB4x4 »

Give this a shot. I compiled and (briefly) tested. I didn't read the instructions, but found Page Up and Page Down are throttle and the mouse controlled the yoke.

JB

P.S. I am not sure of exactly if any additional libraries are needed if any, as my Puppy has alot already installed.

ndujoe1
Posts: 851
Joined: Mon 05 Dec 2005, 01:06

ACM test on puppy 2.15ce

#3 Post by ndujoe1 »

Thanks for your efforts, much appreciated.

I ran the program it started I selected the options I liked. It began and then a segmentation error occured.

JB4x4
Posts: 256
Joined: Sun 30 Jul 2006, 22:44
Contact:

#4 Post by JB4x4 »

Try running the following from the terminal :

ldd /usr/local/bin/acm

and see if there are any missing libraries.

JB

ndujoe1
Posts: 851
Joined: Mon 05 Dec 2005, 01:06

ACD dependency check

#5 Post by ndujoe1 »

Per your instruction I ran the console command :

Here are the results:

ldd /usr/local/bin/acm
linux-gate.so.1 => (0xffffe000)
libnsl.so.1 => /lib/libnsl.so.1 (0xb7ef0000)
libX11.so.6 => /usr/X11R7/lib/libX11.so.6 (0xb7e01000)
libXext.so.6 => /usr/X11R7/lib/libXext.so.6 (0xb7df3000)
libm.so.6 => /lib/libm.so.6 (0xb7dce000)
libc.so.6 => /lib/libc.so.6 (0xb7cc2000)
libXau.so.6 => /usr/X11R7/lib/libXau.so.6 (0xb7cbf000)
libXdmcp.so.6 => /usr/X11R7/lib/libXdmcp.so.6 (0xb7cba000)
libdl.so.2 => /lib/libdl.so.2 (0xb7cb5000)
/lib/ld-linux.so.2 (0xb7f04000

all greek to me, but willing to learn the functions described.

ndujoe1
Posts: 851
Joined: Mon 05 Dec 2005, 01:06

ACM use update

#6 Post by ndujoe1 »

I discovered a few thing and go to the finish line. Per the home page I changed the video depth to 800 x 600 x 24 instead of 800 x 600 x 16.

In the configure menu I turned off:

show initial splash screen
enable sound effects
Use DIS protocol ( drones )

I wanted to just learn to fly only anyway.

the simulator started without errors.

No to stay alive as I leave the ground.

Post Reply