no luck [Linux]

Advanced game related topics
GBeebe
Enthusiast
Enthusiast
Posts: 263
Joined: Sat Oct 09, 2004 6:52 pm
Location: Franklin, PA - USA
Contact:

no luck [Linux]

Post by GBeebe »

I'm having a problem getting ogre to work in linux and PB. I posted my question over in the Linux forum and haven't gotten an answer yet, so I'll try here.

When I try to run any source that has InitEngine3d() in it, it doesn't give me an error, it just say "waiting for executable to start" and sits there... forever.
The last line of ogre.log says

21:17:20: Loading library /usr/lib/OGRE/Plugin_BSPSceneManager.so

which leads me to believe that it's an ogre problem. the .so file does exist in the correct directory, so i know that's not the problem...

any ideas?
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: no luck [Linux]

Post by Trond »

GBeebe wrote:any ideas?
Yes, two great ones: Don't cross-post over multiple forums and give the thread a descriptive title.

And, I almost forgot, don't play mod. :lol:

For a start, what happens if you run the executable from the command line?
GBeebe
Enthusiast
Enthusiast
Posts: 263
Joined: Sat Oct 09, 2004 6:52 pm
Location: Franklin, PA - USA
Contact:

Post by GBeebe »

Sorry, sorry, sorry...

So, nothing happens, when i run it from a terminal
and the ogre.log is the same.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

When you say nothing happens, do you mean it hangs or quits? If you insert a printn() at the start of the source, does it show?
GBeebe
Enthusiast
Enthusiast
Posts: 263
Joined: Sat Oct 09, 2004 6:52 pm
Location: Franklin, PA - USA
Contact:

this is what i get

Post by GBeebe »

When i run it from a terminal i get:
YOOO
HUHU
Creating resource group General
Registering ResourceManager for type Material
Registering ResourceManager for type Mesh
Registering ResourceManager for type Skeleton
Ha
Fuck
OverlayElementFactory for type Panel registered.
OverlayElementFactory for type BorderPanel registered.
OverlayElementFactory for type TextArea registered.
Registering ResourceManager for type Font
ArchiveFactory for archive type FileSystem registered.
ArchiveFactory for archive type Zip registered.
HUHUHUHUHUHUHUHU
HUHUHUHUHUHUHUHU Registered
DevIL version: Developer's Image Library (DevIL) 1.6.7 Jun 21 2006
DevIL image formats: bmp dib cut dcx dds gif hdr ico cur jpg jpe jpeg lif mdl mng jng pcx pic pix png pbm pgm pnm ppm psd pdd psp pxr sgi bw rgb rgba tga vda icb vst tif tiff wal xpm raw
Registering ResourceManager for type HighLevelGpuProgram
Particle Emitter Type 'Point' registered
Particle Emitter Type 'Box' registered
Particle Emitter Type 'Ellipsoid' registered
Particle Emitter Type 'Cylinder' registered
Particle Emitter Type 'Ring' registered
Particle Emitter Type 'HollowEllipsoid' registered
Particle Affector Type 'LinearForce' registered
Particle Affector Type 'ColourFader' registered
Particle Affector Type 'ColourFader2' registered
Particle Affector Type 'ColourImage' registered
Particle Affector Type 'ColourInterpolator' registered
Particle Affector Type 'Scaler' registered
Particle Affector Type 'Rotator' registered
OpenGL Rendering Subsystem created.
Loading library /usr/lib/OGRE/RenderSystem_GL.so
OpenGL Rendering Subsystem created.
Loading library /usr/lib/OGRE/Plugin_ParticleFX.so
Particle Emitter Type 'Point' registered
Particle Emitter Type 'Box' registered
Particle Emitter Type 'Ellipsoid' registered
Particle Emitter Type 'Cylinder' registered
Particle Emitter Type 'Ring' registered
Particle Emitter Type 'HollowEllipsoid' registered
Particle Affector Type 'LinearForce' registered
Particle Affector Type 'ColourFader' registered
Particle Affector Type 'ColourFader2' registered
Particle Affector Type 'ColourImage' registered
Particle Affector Type 'ColourInterpolator' registered
Particle Affector Type 'Scaler' registered
Particle Affector Type 'Rotator' registered
Loading library /usr/lib/OGRE/Plugin_BSPSceneManager.so
Segmentation fault (core dumped)
I also have PrintN("running") as the first line of code in that program, but fail to see that in the output.
Post Reply