Skip to content

Instantly share code, notes, and snippets.

View vico93's full-sized avatar

Vico vico93

  • Esteio, Brazil
  • 19:50 (UTC -03:00)
View GitHub Profile
---- Minecraft Crash Report ----
// There are four lights!
Time: 22/11/2020 08:58
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'client' due to errors, provided by 'imm_ptl_core'!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:33)
---- Minecraft Crash Report ----
// Hi. I'm Minecraft, and I'm a crashaholic.
Time: 21/11/2020 15:35
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'charm'!
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
# Configuration file
general {
##########################################################################################################
# settings
#--------------------------------------------------------------------------------------------------------#
# General Mod Settings
##########################################################################################################
@vico93
vico93 / vanilla_teste-2.json
Created October 5, 2020 02:49
Preset de teste 04-10-2020 - 1.16.3
{
"bonus_chest": true,
"dimensions": {
"minecraft:overworld": {
"type": "minecraft:overworld",
"generator": {
"biome_source": {
"seed": 0,
"large_biomes": true,
"type": "minecraft:vanilla_layered"
@vico93
vico93 / Minecraft Java.xml
Created March 31, 2018 01:56
My Minecraft (Java) profile for DS4Windows 116
<?xml version="1.0" encoding="utf-8"?>
<!-- DS4Windows Configuration Data. 30/03/2018 22:49:25 -->
<DS4Windows>
<flushHIDQueue>False</flushHIDQueue>
<touchToggle>True</touchToggle>
<idleDisconnectTimeout>300</idleDisconnectTimeout>
<Color>0,96,0</Color>
<RumbleBoost>100</RumbleBoost>
<ledAsBatteryIndicator>False</ledAsBatteryIndicator>
@vico93
vico93 / hs_err_pid16568.log
Created March 1, 2020 04:52
Crash with TTF font
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffd8b69153b, pid=16568, tid=10852
#
# JRE version: Java(TM) SE Runtime Environment (8.0_51-b16) (build 1.8.0_51-b16)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.51-b03 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# C [ig8icd64.dll+0x9153b]
#
---- Minecraft Crash Report ----
// I just don't know what went wrong :(
Time: 2019-07-12 16:07:12 BRT
Description: Exception in server tick loop
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Discord Integration (dcintegration)
Caused by: java.lang.NoSuchMethodError: okio.ByteString.startsWith(Lokio/ByteString;)Z
at okio.Options.of(Options.java:64)
at okhttp3.internal.Util.<clinit>(Util.java:73)
make: *** [Release/obj.target/node_sqlite3/src/database.o] Error 1
make: Leaving directory '/mnt/usb0/.discord_bots/discord-rss/node_modules/sqlite3/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack at ChildProcess.emit (events.js:182:13)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:235:12)
gyp ERR! System Linux 4.14.34-v7+
gyp ERR! command "/usr/bin/node" "/usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/mnt/usb0/.discord_bots/discord-rss/node_modules/sqlite3/lib/binding/node-v64-linux-arm/node_sqlite3.node" "--module_name=node_sqlite3" "--module_path=/mnt/usb0/.discord_bots/discord-rss/node_modules/sqlite3/lib/binding/node-v64-linux-arm"
gyp ERR! cwd /mnt/usb0/.discord_bots/discord-rss/node_modules/sqlite3
@vico93
vico93 / crash-2018-08-28_00.51.58-client.txt
Created August 28, 2018 03:54
Xaeros World Map Crash when loading world/save.
---- Minecraft Crash Report ----
// You're mean.
Time: 2018-08-28 00:51:58 BRT
Description: Unexpected error
java.lang.RuntimeException: Xaero's World Map has crashed! Please contact the author at planetminecraft.com/member/xaero96 or minecraftforum.net/members/xaero96
at xaero.map.MapProcessor.checkForCrashes(MapProcessor.java:869)
at xaero.map.MapProcessor.onRenderProcess(MapProcessor.java:416)
at xaero.map.events.Events.renderTick(Events.java:98)
server {
listen 80; # The default is 80 but this here if you want to change it.
server_name mydomain.xxx;
location /gitbucket {
proxy_pass http://localhost:8080/gitbucket;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_connect_timeout 150;