Steve Almond

Results 26 comments of Steve Almond

Same here in `v1.0.4`: @font-face { font-family: 'Insula'; src: url('../common/INSULA__.ttf?#iefix') format('truetype'); } @font-face declaration doesn't follow the fontspring bulletproof syntax. src: url('../common/INSULA__.ttf?#iefix') format('truetype');

I don't know if it's relevant but, after the upgrade/restart, guard --restart is ineffective. I get the emails, but the worlds aren't restarted. I manually started the Vanilla worlds, and...

By adding lots of print() lines, I found that `screen` starts (thus returning 'online') but the new screen almost immediately terminates (thus later reporting 'offline'). Running a screen session myself,...

Google says that's a 'corrupted libraries' error, suggesting Forge has pulled in some bad files. Lex Manos says this should be impossible, as all libraries are checksummed. The installation log...

I noticed the server was MC Forge 1.12, not 1.12.2 as in Issue #83. I've used the config from that and reinstalled; log is attached. The error is unchanged. Sad...

Fixed it! Debian 9 changes the default Java JDK from v8 to v11. Minecraft Forge 1.12 is *not* compatible with v11. My fix was to create a command called java8...

Hi Kron, Thanks for the bug-report. v1.16 is available on my fork, and I plan to push it to this repo and PyPi today. I've been somewhat overwhelmed by the...

... and when I deleted the `server/minecraft forge 1.12/` directory and re-ran the updater, it failed with this message: EMSM: Uncaught exception: > Exception: ServerInstallationFailure > Module /usr/local/lib/python3.5/dist-packages/emsm/core/server.py > Message:...

Sorted it. The server plugin (via conf/server.conf) expects the 'installer' jar, i.e. [minecraft forge 1.12] url = http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.12.2-14.23.5.2768/forge-1.12.2-14.23.5.2768-installer.jar The fix is, I presume, to update line #877 of `core/server.py`

Updated, and pushed to GitHub. Just waiting for PyPi login from @benediktschmitt