barneygale / mark2

minecraft server wrapper, written in python with twisted
Other
105 stars 27 forks source link

Encoding error in attach #54

Closed vemacs closed 11 years ago

vemacs commented 11 years ago

Simply put, I have setup mark2, and I can mark2 start and mark2 stop perfectly fine.

However, when I run mark2 attach, I get this error.

What's strange is I can see all the startup and shutdown console perfectly fine.

This seems like a strange issue, and I was wondering if anybody had any solutions?

Thanks in advance. I'm running MCPC-Plus-Legacy.

Here's my mark2.properties:

java.cli.X.ms=1600M
java.cli.X.mx=1600M
mark2.jar-path=mcpc-plus.jar
java.user=nullblock
java.cli-extra=-server
java.cli.D.jline.terminal=jline.UnsupportedTerminal
plugins.irc.enabled=false

Here's the output of locale:

nullblock@ftb:~$ locale
LANG=
LANGUAGE=
LC_CTYPE="POSIX"
LC_NUMERIC="POSIX"
LC_TIME="POSIX"
LC_COLLATE="POSIX"
LC_MONETARY="POSIX"
LC_MESSAGES="POSIX"
LC_PAPER="POSIX"
LC_NAME="POSIX"
LC_ADDRESS="POSIX"
LC_TELEPHONE="POSIX"
LC_MEASUREMENT="POSIX"
LC_IDENTIFICATION="POSIX"
LC_ALL=
edk0 commented 11 years ago

ed62708 should have fixed this issue (worked for me when I set my locale to POSIX)