forked from External/mage
client: improved default run scripts for better compatibility with non-ascii paths, increased default memory limit to 2 GB (#13121)
This commit is contained in:
parent
6aabc6c9c9
commit
15a1e618fa
5 changed files with 5 additions and 5 deletions
|
|
@ -1502,7 +1502,7 @@ public class MageFrame extends javax.swing.JFrame implements MageClient {
|
|||
if (!Charset.defaultCharset().toString().equals("UTF-8")) {
|
||||
LOGGER.warn("WARNING, bad charset. Some images will not be downloaded. You must:");
|
||||
LOGGER.warn("* Open launcher -> settings -> java -> client java options");
|
||||
LOGGER.warn("* Insert additional command at the the end: -Dfile.encoding=UTF-8");
|
||||
LOGGER.warn("* Insert at the the end: -Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8");
|
||||
}
|
||||
|
||||
startTime = System.currentTimeMillis();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue