-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Describe the bug
Color are not print correctly on Windows terminal with .exe
To Reproduce
Steps to reproduce the behavior:
- download .exe on windows
- launch it
- launch game & watch cmd line
Expected behavior
We should find a way to fix it, or remove the color.
Screenshots
"C:\Program Files\Formiko\app>java -jar Formiko.jar mem
[�[1;34mINFO�[0;m] (launchOptions.printMemUse l503) Memory max: 8156MB
[�[1;34mINFO�[0;m] () Memory total: 512MB
[�[1;34mINFO�[0;m] () Memory free: 508MB
[�[1;34mINFO�[0;m] () Memory used: 4MB
[�[1;33mALERTE�[0;m] (Main.quitter l428) Game fail to close normally.."
insted of (by launching game with maven):
Desktop (please complete the following information):
- OS: Windows 10
An other way to get color:
https://github.com/jcgay/maven-color/blob/9a55fd0b239335033ee40f59eb5e23221f121ac1/maven-color-core/src/main/java/com/github/jcgay/maven/color/core/DefaultColorConfiguration.java