Inmny
Inmny
install ttf-ms-fonts
Same problem. My environment: `python==3.10.14`, `torch==2.2.0` in `WSL Ubuntu22.04` [conda environment file](https://github.com/TRI-ML/vidar/files/15076175/310.txt)
Log code: ```csharp LogInfo($"{Type.GetType("UnityEngine.Application, UnityEngine")}"); try { _ = new EntityStore(); } catch (Exception e) { do { LogInfo($"Name: {e.GetType().Name}\nMessage: {e.Message}\nStackTrack: {e.StackTrace}"); e = e.InnerException; } while (e != null);...
I find its problem: It tries to load "RuntimeFeature" type which is only provided by "System.Runtime" when call `SchemaUtils.RegisterComponentTypesByReflection` no matter whether it is used.
Enter folder %HOMEPATH%\AppData\LocalLow\mkarpenko\WorldBox and upload the Player.log file after game launched with NML failure loading. Thanks.
you can open it with notepad
Enter folder %HOMEPATH%\AppData\LocalLow\mkarpenko\WorldBox and upload the Player.log file after game launched with NML failure loading. Thanks.
It looks like the problem of the autoupdate module. you can try to delete all NML-about files(NML.dll, *AutoUpdate*.dll, NML folder) and reinstall it.