Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

If it's not too much bother, I wish to ask for a favor in checking the player log again. (If it's still available)

You mentioned there are multiple "NullReferenceException" over and over. What I wish to have you check is if there's a different error/s before all the "NullReferenceException" started.

There's this:

NotSupportedException: The URI prefix is not recognized.

  at System.Net.WebRequest.Create (System.Uri requestUri, System.Boolean useUriBase) [0x000ae] in <fbf3bef999a04908bac2dd07829c8508>:0 

  at System.Net.WebRequest.Create (System.String requestUriString) [0x00014] in <fbf3bef999a04908bac2dd07829c8508>:0 

  at Data.AMLDHHJLEMH () [0x00000] in <96a50ba62ec649f59895c2e0ad3b3a4e>:0 

  at Hub.Awake () [0x0004c] in <96a50ba62ec649f59895c2e0ad3b3a4e>:0 

Unloading 24 unused Assets to reduce memory usage. Loaded Objects now: 24716.

Total: 9.366200 ms (FindLiveObjects: 0.858700 ms CreateObjectMapping: 0.555300 ms MarkObjects: 6.736200 ms  DeleteObjects: 1.215900 ms)

NullReferenceException: Object reference not set to an instance of an object

  at HubNewsSolo.DDNOGFBNMGH () [0x005a8] in <96a50ba62ec649f59895c2e0ad3b3a4e>:0 

  at HubNews.HIELOOHLKEE () [0x00068] in <96a50ba62ec649f59895c2e0ad3b3a4e>:0 

  at HubNews.Start () [0x0031a] in <96a50ba62ec649f59895c2e0ad3b3a4e>:0 

NullReferenceException: Object reference not set to an instance of an object

  at HubNewsSolo.DDNOGFBNMGH () [0x005a8] in <96a50ba62ec649f59895c2e0ad3b3a4e>:0 

  at HubNewsSolo.Update () [0x00025] in <96a50ba62ec649f59895c2e0ad3b3a4e>:0

And some stuff about the Fallback Handler not being able to load the OculusXRPlugin library

(+1)

Thank you very much for your help!

6.5.13 is now available, which includes changes based on your reports. However, I'm not sure if I managed to fix the issue 100%, but if I didn't, I made several adjustments to the code so that if the same error occurs in this version, the game will give out a better report on the error. (Hopefully)