Ok, i use this Code now:
if (!csInitializer::RequestPlugins (object_reg,
CS_REQUEST_VFS,
CS_REQUEST_OPENGL3D,
CS_REQUEST_ENGINE,
CS_REQUEST_FONTSERVER,
CS_REQUEST_IMAGELOADER,
CS_REQUEST_LEVELLOADER,
CS_REQUEST_REPORTER,
CS_REQUEST_REPORTERLISTENER,
CS_REQUEST_END))
{
csReport (object_reg, CS_REPORTER_SEVERITY_ERROR,
"crystalspace.application.sc",
"Can't initialize plugins!");
return false;
}
but he cant find the iGraphics3D too.
I have the environment variable CRYSTAL set.
The other Plugins like the vfs are loaded but not this one
In CONOUT$ appears this message:
WARNING: could not load plugin 'crystalspace.graphics2d.directdraw'
WARNING: failed to initialize plugin 'crystalspace.graphics3d.software'
WARNING: could not load plugin 'crystalspace.graphic.image.io.multiplex'
No 3D driver!
No image loader. Loading images will fail.
Dies ist nummer 0
Press a key to close this window...
In CONIN this one:
crystalspace.application.sc: No iGraphics3D plugin!
Hmm... Seems like you are missing the canvas plugins. Do you have glwin32.dll or ddraw2d.dll?
Greetings,