Solved Weird symbols on my server window?

Discussion in 'Bukkit Help' started by sg1freak, May 22, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    sg1freak

    Just recently my server, when brought up, has some weird symbols in random places. For example, when I type list this is what it comes up with:
    16:55:00 [INFO] ←[32;1mReload complete.←[m
    >list
    16:55:04 [INFO] Connected players: ←[m

    Does anyone have a solution to this weird <-[m thing?
    Thanks
     
  2. Offline

    thatcow

     
  3. Offline

    jacklin213

    those sybolys are natural don worry bout them
     
  4. Offline

    sg1freak

    Ok I have downloaded the C++ 2008 redistributable thing... what do I do now? Sorry before hand if I seem stupid..
     
  5. Offline

    jacklin213

    u realise you dont need it>.>
     
  6. Offline

    sg1freak

    Ok thanks you I can deal with it. Was just wondering if it was a problem with my server.
     
  7. Offline

    Paswaru

    Ignore jacklin213, he has been trolling the forum posting nonsense stuff.

    What you are seeing are ANSI escape codes. They are used to produce color on the console, but it requires an ANSI supported console. If you just add --nojline after craftbukkit.jar in the batch file you use to start your server. This will disable the new jline stuff and the codes will go away and your have the black and white console you are used too.
     
  8. Offline

    jacklin213

    wdf u on bro . u only c that stuff in chat and u dont need to worry about it. if u want to get rid of it the easy way get a gui version of run.bat
     
  9. Offline

    sg1freak

    That works perfectly thank you Paswaru. And if I want a colored console what do I need to do?
     
  10. Offline

    Paswaru

    You already have the Visual C++ stuff installed or you would be getting an error when you try to start CraftBukkit, so all you are missing is an ANSI driver.

    The one the Bukkit Team recommended is called ANSICON. You can download it at this link.
    https://github.com/downloads/adoxa/ansicon/ansi151.zip

    1) Unzip the file to a directory like C:\ANSICON.
    2) Hold the Windows Key and Press R.
    (This will give you a run dialog box)
    3) For 32 bit Windows type in
    C:\ANSICON\X86\ANSICON.EXE -i
    3) For 64 bit Windows type in
    C:\ANSICON\X64\ANSICON.EXE -i
    4) Press OK.

    Then just remove the --nojline you added earlier to your batch file.
     
  11. Offline

    sg1freak

    Thank you very much, this works perfectly! And thank you for the quick response and dedication.
     
Thread Status:
Not open for further replies.

Share This Page