|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

hey lacostej
You are right in most cases, when you are creating lightmaps or executing any function inside unity -nographics does exactly what we need.
But if you are using this flag when building your project, it will result in an executable without graphical output/black window.
To build your project properly, you need either a graphicscard with at least dx9 or use this flag and install DX9 SDK.
Our problem is that we use it on a remote server and can't add a graphics card to it and need to run it with the flag.
To answer the questions you asked yesterday:
This is happening on the master. The windows user is the admin and the user inside jenkins has all rights available in the matrix based security settings.
I added the CMD output once with once without the flag. You can see the same error appeared in the console output of jenkins i posted earlier.
thanks four your help