You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is windows specific. If --headless is passed and RenderSystem_Headless.dll is not found Tundra will crash. You can override this by also passing in eg. --d3d9 to override the .json config renderer selection.
Needs to be fixed so that if the wanted render plugin cant be loaded into ogre (dll not found) it will fallback to the system default one.
The text was updated successfully, but these errors were encountered:
The system actually tries to recover from the situation by loading the default renderer for the OS, but it cant as loading anything but the headless renderer was skipped in LoadOgrePlugins.
I would like to preserve it so that unnecessary render plugins are not loaded if not needed.
jonnenauha
pushed a commit
to Adminotech/tundra
that referenced
this issue
Feb 6, 2014
…s to load (eg. file not found). After the fact, force load the systems default renderer and log a warning (in addition to the error print of it not being found by ogre). FixesrealXtend#757.
This is windows specific. If
--headless
is passed andRenderSystem_Headless.dll
is not found Tundra will crash. You can override this by also passing in eg.--d3d9
to override the .json config renderer selection.Needs to be fixed so that if the wanted render plugin cant be loaded into ogre (dll not found) it will fallback to the system default one.
The text was updated successfully, but these errors were encountered: