Eaglercraft Workspace

| Issue | Likely Cause | Solution | |-------|--------------|----------| | Black screen after loading | WebGL not supported or GPU blocked | Update browser, enable hardware acceleration, or try Chrome. | | WebSocket connection refused | Server not running or firewall blocking port | Run java -jar EaglercraftServer.jar , check netstat , open port. | | Textures missing / purple/black checkers | Asset build failed or cache corruption | Clear browser IndexedDB, rebuild assets with ./gradlew extractAssets . | | High memory usage | Large world or many players | Reduce render distance in client settings; allocate more RAM to server ( -Xmx2G ). | | "TeaVM failed" compilation error | JDK version mismatch or missing dependencies | Ensure JDK 17 is used; delete .gradle/ and rerun. |

was a web-based port of Minecraft that allowed users to play Minecraft 1.5.2 and 1.8.8 in a browser without owning the game. It utilized the Bukkit/Spigot API and was archived by its developers in 2023. eaglercraft workspace

This requires significant JavaScript and Java editing. | Issue | Likely Cause | Solution |