Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows: --headless crashes when RenderSystem_Headless Ogre renderer not found #757

Open
jonnenauha opened this issue Feb 6, 2014 · 1 comment
Assignees

Comments

@jonnenauha
Copy link
Member

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.

@jonnenauha
Copy link
Member Author

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). Fixes realXtend#757.
@jonnenauha jonnenauha self-assigned this Feb 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant