Jump to content

[SOLVED] .bat file problem


photo

Recommended Posts

Posted

I created a .bat file to start up my world but for some reason it will not work at all

I looked at all the .bat files from the other demos but for some reason I cant get it to work

 

This is the error from the log file

10:08:40 RenderPost::get_material(): can't find "render_composite" material

 

It doesnt seem to give any other errors

 

What am I doing wrong?

Posted

Check in your log if any of these material libraries is loaded:

  • core/materials/default/unigine_render.mat
  • core/materials/simple/unigine_render.mat

Both define render_composite.

 

 

Check you are calling systemInit() in your unigine.cpp.

Check what system script (unigine.cpp) you are referencing in your config file or startup option.

Posted

The .cpp wasnt calling anything so thats why it wasnt loading the render_composite

I got it working now! Thanks for the quick reply!

×
×
  • Create New...