Jump to content

2.7.3 Small issues with new project


photo

Recommended Posts

Hello, I encounter a few small issues with brand new project in 2.7.3 (these may not be 2.7.3 specific but I think they should be corrected as they show a not-so-smooth experience with a brand new project).

After creating a project with IG template, I got these message in the console after 1st launch: (again, the project is launched right after its creation from the IG template, so nothing was changed)

  • This one is confusing:
Xml::load(): can't open "" file
Config::load(): can't open "D:/UNIGINE Projects/IG/bin/../data/unigine.cfg" file

Using config file "D:/UNIGINE Projects/IG/bin/../data/unigine.cfg"
  • The project is created with the fvx and vegetation add-on, and I got this in the console:
----Materials----
Xml::printUnusedData(): unused data "vec4(8.0f,8.0f,0.0f,0.0f)" in "parameter" node in "vegetation/blue_oak/Materials/blue_oak_impostor.mat" file
Materials without parent:
        "vegetation/blue_oak/Materials/blue_oak_leaves.mat" can't find material: 82069ff517e6ecde9864e35bdd1ff47016dc3b81
        "vegetation/blue_oak/Materials/blue_oak_leaves_shadow.mat" can't find material : 82069ff517e6ecde9864e35bdd1ff47016dc3b81
        "vegetation/blue_oak/Materials/blue_oak_trunk.mat" can't find material : 82069ff517e6ecde9864e35bdd1ff47016dc3b81
        "vegetation/maple/materials/bigleafmaple_branches.mat" can't find material : 2fc0e3ce122247e381bb56872732fab2a0b7325a
        "vegetation/maple/materials/bigleafmaple_trunk.mat" can't find material: 57ebde0ab148381edb540f9a8e0498db9ac5142e
  • The mie and stars texture seems to cause trouble in the console:
World loading "IG.world" 110ms
ImageFile::load(): unknown format of "guid://3988cc3f3520c14417a674652c44e2e5284af043" file
ImageFile::load(): unknown format of "guid://0d68ad728a0cd25881a93cb4444eedc3b2add095" file
  • During the compilation of ComponentSystem, there are a lot of C4458 warnings about "parameter" or other hiding a class member. Not an issue per se, but these warnings will repeat on every compilation and can be annoying. Bonus question: why isn't ComponentSystem part of the core classes, and duplicated on every project? Won't this be an update/upgrade problem in future release?

Thanks for the support

Link to comment

Hello,

1. It's seems, that config path is not determined. It should not badly affect to the project, because most of main settings are stored in settings and world files.

2. I'm afraid, we can't reproduce such issue on 2.7.3 release add-on's. Please, try to reinstall add-on in sdk browser. 
Such issue may be caused by add-ons from 2.7.3-beta version, which is also marked as 2.7.3.

3. Template projects (VR, IG) basically creating without runtimes, so you should firstly run editor to generate runtimes for your project to avoid such errors.

4. Warnings is a known issue and we'll try to fix them as soon as possible. 
As for component system, currently it is duplicated on every project and should work as a part of project's code. 

Thanks!

Link to comment
×
×
  • Create New...