java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null
at org.lwjgl.glfw.GLFW.glfwGetWindowAttrib(GLFW.java:895)
* add Arc capes DNS injector
* Bug fix: Arc DNS injector breaks on Java 17
Error:
Failed to inject cache!
java.lang.reflect.InaccessibleObjectException: Unable to make java.net.InetAddress$CachedAddresses(java.lang.String,java.net.InetAddress[],long) accessible: module java.base does not "opens java.net" to unnamed module @4157f54e
* Validate assets even if it’s fully downloaded (#2730)
* Update MinecraftDownloaderTask.java
Co-authored-by: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com>
Error:
Failed to inject cache!
java.lang.reflect.InaccessibleObjectException: Unable to make java.net.InetAddress$CachedAddresses(java.lang.String,java.net.InetAddress[],long) accessible: module java.base does not "opens java.net" to unnamed module @4157f54e
- Java architecture check is now performed in the Runtime Manager dialog.
- Required Java version is now stated when launching 1.17+ without it installed.
- [Mod installer] Java version is now checked before displaying the file picker. Java 8 is now automatically selected.
- [Mod installer] Brought back "Launch with custom arguments", can be accessed by long-pressing the "Install .jar" button.
* Extended MCOptionUtils to support list values
* Mitigation for the Apache Log4j RCE in 1.8.x-1.18
Related issue: #2378
* Update JREUtils.java
* Completely fix Log4J RCE (1.7-1.16.5) (not yet tested)
#2378
* fix moment
* Fix a NullPointerException when launching ≤ 1.6.4
* Updated virgl vtest (arm64 only)
Experimental changes:
- HACK: explicitly set location for fsout_c0/1. this might not work, not tested
- Fix empty screen on OF + shader: caused by target fb/texture changed
* Trigger a texture creation, which then set VIRGL_TEXTURE_ID
* Replace sprintf with asprintf for auto allocation
* Update egl_bridge.c
* Updated vtest lib: fixes flipped screen
* CI: Update gl4es
* Updated vtest arm64: fixes black screen on <1.13(?)
Co-authored-by: SerpentSpirale <mathiasboulay@free.fr>
Co-authored-by: Duy Tran Khanh <40482367+khanhduytran0@users.noreply.github.com>
Co-authored-by: khanhduytran0 <khanhduytran0@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@users.noreply.github.com>