romain.janil Posted September 28, 2020 Posted September 28, 2020 Hi there, I've migrated an old scene from 2.9 to 2.11.02, cleaned a lot of things. Editor loads the world without trouble, no particular error log, but I can't run the project from browser neither from a built-up package: Unigine simply vanishes apparently after cached texture is loaded, there are no further log messages in the log file. I tried to delete and re-generate runtime assets but it doesn't seem to help. It doesn' seem to be related to the world script either since I tried to run without it with no luck either Project ran without trouble before this migration. Any hint where to track issues ?
silent Posted September 28, 2020 Posted September 28, 2020 Hi Romain, If C++ project was used as a template you need to rebuild your main application .exe (<project_name>.exe from bin directory) in Visual Studio. If you didn't modify C++ code at all, you can create a new C++ project and copy the bin/project_name>.exe from it to the old project (don't forget to rename it). Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
romain.janil Posted September 28, 2020 Author Posted September 28, 2020 Hi Silent, ok thanks for the info :)
romain.janil Posted September 28, 2020 Author Posted September 28, 2020 it worked, I forgot to check changes between old SDK version and newer ones. thx 1
Recommended Posts