Skip to content

Color are not print correctly on Windows terminal with .exe #570

@HydrolienF

Description

@HydrolienF

Describe the bug
Color are not print correctly on Windows terminal with .exe

To Reproduce
Steps to reproduce the behavior:

  1. download .exe on windows
  2. launch it
  3. 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):
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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions