loukylor / VRC-Mods

The list of my (loukylor#0001's) VRChat mods
GNU General Public License v3.0
52 stars 51 forks source link

Catch risky func failure #41

Closed Bluscream closed 2 years ago

Bluscream commented 2 years ago

And assume allowed instead of just crash

loukylor commented 2 years ago

I'm not going to merge this simply because it's not implemented right and not needed.

Bluscream commented 2 years ago

I'm not going to merge this simply because it's not implemented right and not needed.

if the game crashes because of this, it is very much needed ;)

loukylor commented 2 years ago

The game shouldn't crash from that. The error wouldn't even be thrown from the main thread.

Bluscream commented 2 years ago

The game shouldn't crash from that. The error wouldn't even be thrown from the main thread.

https://discord.com/channels/673663870136746046/816813372166373428/895226446245679104

loukylor commented 2 years ago

That's most certainly a one off or rare issue. I just checked by throwing a web exception during the method and nothing happens.