ajthemacboy
ajthemacboy
Google Drive, Amazon Cloud Drive, and Dropbox don't allow certain... sensitive media to be hosted on their platforms. Basic encryption or obfuscation may be useful, but I think it would...
@jpillora Awesome, I'll be waiting :)
Please merge!
Ubuntu, is it something to do with Linux?
I'm using Oracle Java 7 update 66. I fixed the problem by adding `_JAVA_OPTIONS='-Dawt.useSystemAAFontSettings=on'` to /etc/environment, as recommended on the Arch Wiki. If you really want to see it I...
Is there a way I can make the launcher terminate after launching? Update: Tried with the line limit set to 1, just for testing, and with color disabled. I discovered...
I added System.exit(0) to https://github.com/SKCraft/Launcher/blob/master/launcher/src/main/java/com/skcraft/launcher/launch/LaunchProcessHandler.java#L48 and changed https://github.com/SKCraft/Launcher/blob/master/launcher/src/main/java/com/skcraft/launcher/launch/LaunchProcessHandler.java#L46 to false, and it's just what I needed. Thanks! However, I also tried disabling color and limiting the number of lines, and...
I've found that the launcher uses a LOT of RAM in the background, as much as 2 GBs for me, so I have it set to terminate after launching.
See https://github.com/SKCraft/Launcher/issues/94 One time, after playing for about 2 hours, the launcher was using 2 GBs of RAM in the background, but it's usually not that severe. It still uses...
If you do please add the other feature requests from some other issues, like being able to hide the username/password popup each launch.