Skip to content

Instantly share code, notes, and snippets.

View SleepyCatten's full-sized avatar

SleepyCatten SleepyCatten

View GitHub Profile
@SleepyCatten
SleepyCatten / viewimage.user.js
Created May 23, 2023 13:11 — forked from bijij/viewimage.user.js
Userscript version of the View Image chrome extension
// ==UserScript==
// @name View Image
// @namespace https://github.com/bijij/ViewImage
// @version 3.6.5
// @description This userscript re-implements the "View Image" and "Search by image" buttons into google images.
// @author Joshua B
// @run-at document-end
// @include http*://*.google.tld/search*tbm=isch*
// @include http*://*.google.tld/imgres*
// @updateURL https://gist.githubusercontent.com/bijij/58cc8cfc859331e4cf80210528a7b255/raw/viewimage.user.js
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 11/03/2022, 11:54
Description: Exception in server tick loop
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of carpet.patches.EntityPlayerMPFake failed
at essentialaddons.utils.ConfigFakePlayerData.getSaveData(ConfigFakePlayerData.java:47)
at essentialaddons.utils.Config.saveConfig(Config.java:109)
at net.minecraft.server.MinecraftServer.handler$zme000$onWorldsSaved(MinecraftServer.java:4736)
[11:39:18] [main/INFO]: Loading Minecraft 1.18.1 with Fabric Loader 0.13.3
[11:39:18] [main/INFO]: Loading 41 mods:
- carpet 1.4.57
- carpet-extra 1.4.57
- essentialaddons 1.18.1-1.1.0
- fabric 0.46.6+1.18
- fabric-api-base 0.4.2+d7c144a865 via fabric
- fabric-api-lookup-api-v1 1.5.3+d7c144a865 via fabric
- fabric-biome-api-v1 6.0.2+d7c144a865 via fabric
- fabric-command-api-v1 1.1.7+d7c144a865 via fabric
[15:01:15] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[15:01:15] [ServerMain/INFO]: Found new data pack file/Saddle.zip, loading it automatically
[15:01:15] [ServerMain/INFO]: Reloading ResourceManager: Default, Respawning Pets.zip, armor statues v2.8.3.zip, bukkit, global-trades.zip, VanillaTweaks - Craftables.zip, VanillaTweaks - QOL.zip, VanillaTweaks - Unpackables.zip, Unpackable Quartz.zip, Saddle.zip
[15:01:16] [Worker-Main-1/INFO]: Loaded 7 recipes
[15:01:16] [Server thread/INFO]: Starting minecraft server version 1.18.1
[15:01:16] [Server thread/INFO]: Loading properties
[15:01:16] [Server thread/INFO]: This server is running Paper version git-Paper-200 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: f5b9e07)
[15:01:16] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:01:16] [Server thread/INF
[12:58:14] [main/INFO]: Loading Minecraft 1.18.1 with Fabric Loader 0.13.0
[12:58:15] [main/WARN]: Warnings were found!
- Mod 'Fabric Rendering Fluids (v1)' (fabric-rendering-fluids-v1) 0.1.19+3ac43d9565 recommends any version of fabric-textures-v0, which is disabled for this environment (client/server only)!
- You should install any version of fabric-textures-v0 for the optimal experience.
[12:58:15] [main/INFO]: Loading 90 mods:
- adventure-platform-fabric 5.0.0 via floodgate
- allstackable 1.5.3-1.18.1
- balm-fabric 2.4.1+0
- blue_endless_jankson 1.2.1 via kyrptconfig
- cardboard 50
The game crashed whilst rendering screen
Error: java.lang.NullPointerException: Cannot invoke "de.maxhenkel.voicechat.voice.common.ClientGroup.getName()" because "this.group" is null
Exit Code: -1
[18:40:13] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[18:40:13] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit, armor statues v2.8.3.zip, global-trades.zip
[18:40:14] [Worker-Main-2/INFO]: Loaded 7 recipes
[18:40:15] [Server thread/INFO]: Starting minecraft server version 1.18.1
[18:40:15] [Server thread/INFO]: Loading properties
[18:40:15] [Server thread/INFO]: This server is running Paper version git-Paper-150 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 0c64d40)
[18:40:15] [Server thread/INFO]: Server Ping Player Sample Count: 12
[18:40:15] [Server thread/INFO]: Using 4 threads for Netty based IO
[18:40:15] [Server thread/INFO]: Default game type: SURVIVAL
[18:40:15] [Server thread/INFO]: Generating keypair
[17:14:07] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:14:07] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit, armor statues v2.8.3.zip, global-trades.zip
[17:14:08] [Worker-Main-1/INFO]: Loaded 7 recipes
[17:14:08] [Server thread/INFO]: Starting minecraft server version 1.18.1
[17:14:08] [Server thread/INFO]: Loading properties
[17:14:09] [Server thread/INFO]: This server is running Paper version git-Paper-150 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 0c64d40)
[17:14:09] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:14:09] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:14:09] [Server thread/INFO]: Default game type: SURVIVAL
[17:14:09] [Server thread/INFO]: Generating keypair
@SleepyCatten
SleepyCatten / gist:eb6f733c6f6acec624fcc4af89fbd473
Created January 13, 2022 17:11
Simple Voice Mod & ProNouns
[17:10:15] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[17:10:15] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit, armor statues v2.8.3.zip, global-trades.zip
[17:10:16] [Worker-Main-1/INFO]: Loaded 7 recipes
[17:10:17] [Server thread/INFO]: Starting minecraft server version 1.18.1
[17:10:17] [Server thread/INFO]: Loading properties
[17:10:17] [Server thread/INFO]: This server is running Paper version git-Paper-150 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 0c64d40)
[17:10:17] [Server thread/INFO]: Server Ping Player Sample Count: 12
[17:10:17] [Server thread/INFO]: Using 4 threads for Netty based IO
[17:10:17] [Server thread/INFO]: Default game type: SURVIVAL
[17:10:17] [Server thread/INFO]: Generating keypair
[11:27:52] [ServerMain/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[11:27:52] [ServerMain/INFO]: Reloading ResourceManager: Default, bukkit, armor statues v2.8.3.zip, respawning-pets-e630.zip, global-trades.zip
[11:27:53] [Worker-Main-2/INFO]: Loaded 7 recipes
[11:27:53] [Server thread/INFO]: Starting minecraft server version 1.18.1
[11:27:53] [Server thread/INFO]: Loading properties
[11:27:53] [Server thread/INFO]: This server is running Paper version git-Paper-150 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 0c64d40)
[11:27:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
[11:27:53] [Server thread/INFO]: Using 4 threads for Netty based IO
[11:27:54] [Server thread/INFO]: Default game type: SURVIVAL
[11:27:54] [Server thread/INFO]: Generating keypair