Runtime nodeclass not found

More
1 week 4 days ago #186 by User
Hello,I am currently trying to run a 5.9 Runtime with a 5.9 project. The project uses an xtt_graph object outside of the standard objects. After distributing my project to the runtime environment and trying to open it, I receive the following error message:
"GlowNode: nodeclass not found: test_valueonly2"The file test_valueonly2.pwg is present on my runtime environment under /usr/pwrrt/exe. The environment variables are also set correctly.For some context: I have an XttMultiView node that uses my graph test_overall.pwg. This test_overall.pwg contains multiple instances of test_valueonly2.pwg as subgraphs.Thanks,
/User

Please Log in or Create an account to join the conversation.

More
1 week 3 days ago #187 by claes
Replied by claes on topic Runtime nodeclass not found
Hi User,

When you save a subgraph two files are created, a pwg file and a pwsg file. It's the pwsg file that is read in runtime and has to be distributed to the runtime node. Note that it's only if the subgraph is set Extern that the subgraph is loaded from the pwsg file. If it's set Intern it is included in the pwg file for the graph and doesn't have to be distributed. If you are making lots of changes in the subgraph it's convenient to set it Extern, otherwise the normal state is Intern.

/Claes
The following user(s) said Thank You: User

Please Log in or Create an account to join the conversation.

Time to create page: 0.541 seconds
Powered by Kunena Forum