Skip to content

Troubleshooting

Having issues? This guide covers common problems and their solutions.

Symptoms: Game fails to start, Java errors

  1. Ensure Java 21 is installed 2. In Prism Launcher: Settings → Java → Auto-detect 3. Or manually select your Java 21 installation 4. Try launching again

Get Java 21: Adoptium Temurin

Symptoms: Crash on launch, “Out of Memory” error

  1. Edit instance → Settings → Java 2. Increase Maximum memory allocation 3. Recommended: 4-6 GB 4. Don’t exceed 50% of your total RAM

Symptoms: Error about missing files

  1. Right-click instance → Edit → Mods 2. Look for mods with warning icons 3. Try: Delete mods → Re-add from Modrinth/CurseForge 4. Or reinstall the entire modpack

Quick fixes:

  1. Lower render distance (8-12 chunks)
  2. Disable shaders
  3. Allocate more RAM (up to 6-8 GB)
  4. Close other applications

See: Performance Tuning Guide

Causes and solutions:

CauseSolution
Garbage collectionUse recommended JVM arguments
Chunk loadingLower simulation distance
Shader compilationWait for initial compile
World generationWait for chunks to generate
  • First launch is always slower (caching)
  • Allocate RAM on SSD, not HDD
  • Reduce mods if heavily modded
  • Be patient with shader compilation
  1. Update GPU drivers 2. Check GPU supports OpenGL 4.6 3. Try a different shader pack 4. Disable Voxy temporarily
  1. Wait 1-2 minutes (compilation) 2. Press F3+R to reload shaders 3. Try pressing Escape 4. Force-quit and disable shaders via config

To disable shaders without launching:

  1. Open .minecraft/config/iris.properties
  2. Set enableShaders=false
  3. Launch game
  4. Re-enable after fixing issue
  • Update GPU drivers (most common fix)
  • Try different shader preset
  • Check for shader pack updates
  • Report to shader pack developer

LODs not generating:

  • They generate as you explore
  • Try /voxy import world command
  • Ensure enough RAM allocated

LOD gaps or holes:

  • Normal during generation
  • Revisit area to regenerate
  • Check Voxy settings

On supported servers:

  1. Check microphone is connected
  2. Verify mic is selected in mod settings
  3. Test with V key (push-to-talk)
  4. Check system volume mixer

Waypoints not showing:

  • Press U to toggle waypoints
  • Check waypoint visibility settings
  • Ensure you’re in the right dimension

Map not updating:

  • Cave mode may be enabled
  • Check map settings
  • Try Shift+M to refresh
IssueSolution
Version mismatchEnsure server is 1.21.x
Mods requiredServer may need specific mods
Chat signaturesCheck No Chat Reports settings
FirewallAllow Java through firewall

This relates to chat signing:

  1. Open Mods → No Chat Reports
  2. Try different compatibility modes
  3. Contact server admin

Location:

  • .minecraft/crash-reports/ - Crash reports
  • .minecraft/logs/latest.log - Latest log

Sharing logs: Use mclo.gs to paste and share

Look for:

  1. The mod name in the stack trace
  2. “Caused by:” sections
  3. Memory errors (out of memory)
  4. Missing class errors
ErrorCauseSolution
OutOfMemoryErrorNot enough RAMAllocate more
NoClassDefFoundErrorMissing dependencyInstall required library
MixinApplyErrorMod conflictRemove conflicting mod
OpenGL ErrorGPU/driver issueUpdate drivers
  1. Close Minecraft 2. Open .minecraft/config/ 3. Delete the folder/file for that mod 4. Launch game (defaults will regenerate)
  1. Back up your saves folder 2. Back up screenshots if desired 3. Delete the entire instance 4. Re-import the modpack 5. Restore saves folder

If you can’t solve the issue:

  1. Check existing issues: GitHub Issues
  2. Create a bug report: Include:
    • Modpack version
    • What you were doing
    • Crash log (use mclo.gs)
    • Steps to reproduce
  3. Check mod-specific support for individual mod issues