Windows Build doesn't open on different Systems #144
Replies: 2 comments 5 replies
-
Hi Jonas! Can you try launching RV directly from an mingw94 terminal? It will likely spit out some errors to the shell to indicate what is wrong. If you don't have mingw on that system, it might also do the same if you just launch if from |
Beta Was this translation helpful? Give feedback.
-
It is possible it also due to a missing dll that exists on your machine but not the one you are trying to run it on. You could also try building on the machine where you are having the issue to see if you run into a missing dependency problem there. Also, depending on how the other machine is configured it may be set up to block unsigned applications. Since you build it yourself (and I imagine you did not sign the binary after), the Windows security policy might be blocking it from running. When we distribute the commercial RV we sign it with an Autodesk certificate to certify that the application comes from Autodesk, but that does not happen for OpenRV (which makes sense because Autodesk does not own OpenRV). These are just guesses on my part. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey
i sucessfully build OpenRV and everything's working fine on my machine and different machines of me.
Unfortunalty copying the folder to some other windows 10 machienes is resulting in the typical terminal log but no Window opening. And the terminal process just finishes. Unfortunatly there was no error log in the command line.
Is there anything i can do to debug this? Might be a problem with QT not being compatibal with the system i guess but not sure.
Cheers
Jonas
Beta Was this translation helpful? Give feedback.
All reactions