Jump to content

dragontuar

Members
  • Posts

    3
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    b.c, canada

dragontuar's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. i just updated to java 17 been searching for some stuff like why minecraft uses the javaw exe over java exe or javac exe then a quick look for any useful jvm args and here is what i have (my minecraft runs with it) -XX:+UseG1GC -XX:ParallelGCThreads=12 -XX:+DisableExplicitGC -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:SurvivorRatio=16 -Xnoclassgc
  2. same issue and just fyi i thought mixin was causing some problems so while using multimc i changed the forge to custom and opened the file (using visual studio code btw as the interpreter [keeps the code nice and neat along with some handy tools and extensions for different file types]) and just used the line comment (it looks like this: // ) to cause the file to ignore that java class and minecraft loaded but no mods at all so i think i shall bump the version down to avoid the issues txt file is the last crash before i tried my custom idea from searching this mixin-0.8.2.jar mixin PLUGINSERVICE errors and thus i am posting this as i am a find error try something after a bit of research and if it works or fail report it crash-2020-10-28_04.34.36-client.txt
  3. I have had the same null pointer error (well not the exact same but similar) and its a hit or miss on when it happens
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.