rs-peer / inuvation

4 stars 0 forks source link

Game bugs [which are not caused by us] #8

Closed Lezor91 closed 5 years ago

Lezor91 commented 5 years ago

The game fails to enter DirectX or OpenGL mode

Workaround: Load Inuvation with JRE instead of JDK Solution: ^ Status: Unresolved

Font loading in Safe Mode

The Safe Mode renderers font loader fails to load certain fonts and may lead to game crashes. Workaround: Use DirectX or OpenGL Solution: Inject a patch

UnsupportedOperationException on ProxySelector

In newer Java versions a certain method was changed to return an immutable collection, the game client relies on adding to that collection Workaround: Use Java 8 Solution: Override the ProxySelector

SPEN-CER commented 5 years ago

This seems to be resolved besides entering native render modes which still seems to be a bit troublesome but can be revisited at a later point