On Oct 18, 2011, at 5:22 PM, Warren wrote: > start Tundra.exe --server --headless --protocol UDP --file C:\tundra > 2. Fails after the following lines: > Renderer: Initializing Ogre > *-*-* Initializing Ogre > *-*-* Version 1.7.3 (Cthugha) > One of the output lines of code from Tundra reports we are trying to > start Tundra as a Windows GUI and then proceeds to open a command > prompt and then begins the startup.
would using the nullrenderer help here? did it work just by editing Ogre's config, disabling the direct-x & opengl plugins? like this in plugins.cfg # Render systems Plugin=RenderSystem_Direct3D9 Plugin=RenderSystem_GL Plugin=RenderSystem_NULL to: #Plugin=RenderSystem_Direct3D9 #Plugin=RenderSystem_GL Plugin=RenderSystem_NULL i can test when am on windows at some point, now on a mac. i wonder what that 'start as Windows GUI' means exactly. > Warren ~Toni -- http://groups.google.com/group/realxtend http://www.realxtend.org
