Skip to content

Instantly share code, notes, and snippets.

View Time6628's full-sized avatar
🐛
debugging

Parker Turchan Time6628

🐛
debugging
View GitHub Profile
---- Minecraft Crash Report ----
WARNING: coremods are present:
Wizardry Plugin (wizardry-0.9.7.jar)
EnderCorePlugin (EnderCore-1.12.2-0.5.41.jar)
ForgelinPlugin (Forgelin-1.7.4.jar)
BedPatch (bedpatch-2.2-1.12.2.jar)
AstralCore (astralsorcery-1.12.2-1.9.4.jar)
AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-1.4.1-108-universal.jar)
Plugin (NotEnoughIDs-1.5.4.3.jar)
> [22:44:54] [Server thread/FATAL] [FML]: The following problems were captured during this phase
> [22:44:54] [Server thread/ERROR] [FML]: Caught exception from nuvotifier (com.google.inject.CreationException: Unable to create injector, see the following errors:
1) Could not find a suitable constructor in com.vexsoftware.votifier.sponge.VotifierPlugin. Classes must have either one (and only one) constructor annotated with @Inject or a zero-argument constructor that is not private.
at com.vexsoftware.votifier.sponge.VotifierPlugin.class(VotifierPlugin.java:56)
at org.spongepowered.common.inject.plugin.PluginModule.configure(PluginModule.java:59)
1 error)
> [22:44:54] [Server thread/ERROR]: Encountered an unexpected exception
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from NuVotifier (nuvotifier)
Caused by: com.google.inject.CreationException: Unable to create injector, see the following errors:
1) Could not find a suitable constructor in com.vexsoftware.votifier.sponge.VotifierPlug
0xCBAbe02Cfb2Cb91ad8911DFF385165235eF71391
12:22:26 PM: Executing task 'clean'...
Argument for @NotNull parameter 'quickFixes' of com/intellij/openapi/externalSystem/service/execution/ExternalSystemJdkException.<init> must not be null
12:22:26 PM: Task execution finished 'clean'.
Status
Firmware Version:
3.16.9 Build 150616 Rel.66493n
Hardware Version:
WR841N v11 00000000
LAN
MAC Address:
F4-F2-6D-E2-8A-5C
IP Address:
@Time6628
Time6628 / M7ec-4.py
Created October 12, 2017 17:48
null created by Time_6628 - https://repl.it/M7ec/4
"""
This program defines a text based rpg which has a user controlled character with statistics stored as variables
which can level up after defeating enemies in combat.
"""
from random import randint
#The following variables define the character's initial statistics which will be altered upon levling
package me.time6628.clag.sponge;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.entity.Entity;
import org.spongepowered.api.entity.living.player.Player;
import org.spongepowered.api.world.World;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.util.ArrayList;
echo updating kernel
apt install linux-image-extra-$(uname -r) linux-image-extra-virtual
echo installing dependencies
curl -sSL https://get.docker.com/ | sh
echo enabling docker
systemctl enable docker
echo installing node.js
curl -sL https://deb.nodesource.com/setup_6.x | sudo -E bash -
apt install nodejs
echo installing additional dependencies
---- Minecraft Crash Report ----
WARNING: coremods are present:
CoreMod (TickProfiler-1.10.2.jenkins.20.jar)
Brandon's Core (BrandonsCore-1.10.2-2.1.2.76-universal.jar)
ForgelinPlugin (Forgelin-1.2.0.jar)
LoadingPlugin (RandomThings-MC1.10.2-3.7.7.jar)
AppleCore (AppleCore-mc1.10.2-2.1.0.jar)
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar)
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar)
[16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: java.lang.ClassNotFoundException: com.mysql.jdbc.Driver
[16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.ClassLoader.loadClass(Unknown Source)
[16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.ClassLoader.loadClass(Unknown Source)
[16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.Class.forName0(Native Method)
[16:24:11] [Server thread/INFO] [STDERR/]: [com.pixelmonmod.pixelmon.database.DatabaseStorage:getConnection:119]: at java.lang.Class.forName(Unknown Source)
[16: