-
Notifications
You must be signed in to change notification settings - Fork 36
Common Issues FAQ
Common crashes or errors, either setup issues by the user or known bugs. This is mostly a reference for Github issues. Please feel free to add more.
The resulting crash is a java memory error (hs_err_pid
). In the latest.log there should be:
Error getting Impact API token from minecraft login
java.io.IOException: /login/minecraft is not ok, it's 401
This is caused by ESP's shader mode not getting along with Optifine shaders. Either disable Optifine shaders, disable ESP, or change ESP's mode to something other than shader.
Set your language to English. A reported solution is adding -Duser.language=en -Duser.country=US
to your JVM arguments. This is caused by mixin
Downgrade your Java OpenJDK Modules! Impact is buggy on OpenJDK 11 and 14. So it's necessary to downgrade to Java OpenJDK 8.
Ubuntu/Debian 9 and older:
sudo apt remove openjdk-11
sudo apt install openjdk-8
Debian 10 and newer:
wget -qO - https://adoptopenjdk.jfrog.io/adoptopenjdk/api/gpg/key/public | sudo apt-key add -
sudo add-apt-repository --yes https://adoptopenjdk.jfrog.io/adoptopenjdk/deb/
sudo apt-get update && sudo apt-get install adoptopenjdk-8-hotspot
sudo apt remove openjdk-11
Arch:
sudo pacman -R jre11-openjdk
sudo pacman -S jre8-openjdk
CentOS/Fedora:
sudo yum remove java-1.11.0-openjdk
sudo yum install java-1.8.0-openjdk
Windows 10:
The contents of this wiki are released under Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International (CC BY-NC-ND 4.0).
This license requires that reusers give credit to the Impact Wiki contributors. It allows reusers to copy and distribute the material in any medium or format, for noncommercial purposes only. If others remix, adapt, or build upon the material, they may not distribute the modified material.
The Impact Wiki does not condone copyright infringement. When a copyrighted or trademarked piece of media is used, it is believed it falls under fair use. This is because it is believed that the use of low-resolution images of non-free media to visually identify the subject in question
on the Impact Wiki, hosted on servers in the United States by the GitHub on behalf of the Impact Wiki, a non-profit organisation, constitutes fair use under United States copyright law. Other uses of this image may be copyright infringement.
In the case you believe your copyright is being infringed, please contact Impact Client and the infringing content will be removed.
If you're still having trouble using Impact, feel free to join our Discord 😃
Never mind, our Discord server has been terminated. lol