This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 5:41:13 PM: Executing task 'setupDecompWorkspace --stacktrace'... | |
| This mapping 'stable_29' was designed for MC 1.10.2! Use at your own peril. | |
| :deobfCompileDummyTask | |
| :deobfProvidedDummyTask | |
| :getVersionJson | |
| :extractUserdev UP-TO-DATE | |
| :extractDependencyATs SKIPPED | |
| :extractMcpData SKIPPED | |
| :extractMcpMappings SKIPPED |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 5:57:59 PM: Executing tasks 'clean idea setupDecompWorkspace --stacktrace'... | |
| This mapping 'snapshot_20180306' was designed for MC 1.12! Use at your own peril. | |
| :clean | |
| :deobfCompileDummyTask | |
| :deobfProvidedDummyTask | |
| :ideaModule | |
| Could not resolve: net.minecraftforge:forgeSrc:1.12.2-14.23.0.2493 | |
| :ideaProject | |
| :ideaWorkspace |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4:05:02 PM: Executing task 'setupDecompWorkspace'... | |
| This mapping 'snapshot_20180108' was designed for MC 1.12! Use at your own peril. | |
| Cannot run the CurseUpload sequence. No API-Key or release type has been provided. | |
| ################################################# | |
| ForgeGradle 2.3-SNAPSHOT-e7c1878 | |
| https://github.com/MinecraftForge/ForgeGradle | |
| ################################################# | |
| Powered by MCP unknown | |
| http://modcoderpack.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4:05:02 PM: Executing task 'setupDecompWorkspace'... | |
| This mapping 'snapshot_20180108' was designed for MC 1.12! Use at your own peril. | |
| Cannot run the CurseUpload sequence. No API-Key or release type has been provided. | |
| ################################################# | |
| ForgeGradle 2.3-SNAPSHOT-e7c1878 | |
| https://github.com/MinecraftForge/ForgeGradle | |
| ################################################# | |
| Powered by MCP unknown | |
| http://modcoderpack.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 4:18:50 PM: Executing task 'setupDecompWorkspace --stacktrace'... | |
| java.net.UnknownHostException: launchermeta.mojang.com | |
| at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184) | |
| at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) | |
| at java.net.Socket.connect(Socket.java:589) | |
| at sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:668) | |
| at sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:173) | |
| at sun.net.NetworkClient.doConnect(NetworkClient.java:180) | |
| at sun.net.www.http.HttpClient.openServer(HttpClient.java:463) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [02:40:24] [Server thread/INFO]: Error occurred while executing command: java.lang.NullPointerException | |
| [02:40:24] [Server thread/ERROR] [Sponge]: Error occurred while executing command 'mc colony delete colony: 60' for source DedicatedServer: java.lang.NullPointerException | |
| java.lang.RuntimeException: java.lang.NullPointerException | |
| at org.spongepowered.common.command.MinecraftCommandWrapper.tryExecute(MinecraftCommandWrapper.java:164) ~[MinecraftCommandWrapper.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at org.spongepowered.common.command.MinecraftCommandWrapper.process(MinecraftCommandWrapper.java:145) ~[MinecraftCommandWrapper.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:341) ~[SimpleDispatcher.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:328) [SpongeCommandManager.class:1.12.2-2611-7.1.0-BETA-2990] | |
| at net.minecraft.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ---- Minecraft Crash Report ---- | |
| WARNING: coremods are present: | |
| CTMCorePlugin (CTM-MC1.12-0.2.3.12.jar) | |
| LoadingPlugin (Quark-r1.4-123.jar) | |
| BCModPlugin (backpacks 1.12.2 - 3.4.4.jar) | |
| NWRTweak (redstonepaste-mc1.12-1.7.5.jar) | |
| DynamicSurroundingsCore (DynamicSurroundings-1.12.2-3.4.9.9.jar) | |
| OpenEyePlugin (OpenEye-1.12.1-0.8.jar) | |
| MalisisCorePlugin (malisiscore-1.12.2-6.4.0.jar) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| buildscript { | |
| repositories { | |
| jcenter() | |
| maven { | |
| name = "forge" | |
| url = "https://files.minecraftforge.net/maven" | |
| } | |
| } | |
| dependencies { | |
| classpath "net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| java.lang.NoSuchFieldError: world | |
| at com.minecolonies.discordianmc.handlers.minecraft.PlayerHandlers.onPlayerJoin(PlayerHandlers.java:21) | |
| at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_5_PlayerHandlers_onPlayerJoin_PlayerLoggedInEvent.invoke(.dynamic) | |
| at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) | |
| at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:179) | |
| at net.minecraftforge.fml.common.FMLCommonHandler.firePlayerLoggedIn(FMLCommonHandler.java:574) | |
| at net.minecraft.server.management.PlayerList.initializeConnectionToPlayer(PlayerList.java:218) | |
| at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.completeServerSideConnection(NetworkDispatcher.java:256) | |
| at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher.access$100(NetworkDispatcher.java:72) | |
| at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:205) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM nginx:alpine | |
| RUN apk add --no-cache wget ca-certificates && \ | |
| wget -O /etc/apk/keys/phpearth.rsa.pub https://repos.php.earth/alpine/phpearth.rsa.pub && \ | |
| echo "https://repos.php.earth/alpine/v3.7" >> /etc/apk/repositories && \ | |
| apk add --no-cache --update php7.2 php7.2-bcmath php7.2-common php7.2-dom php7.2-fpm php7.2-gd php7.2-mbstring php7.2-openssl php7.2-zip php7.2-pdo php7.2-phar php7.2-json$ |