This file contains 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 ---- | |
// 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) |
This file contains 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 ---- | |
// 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) |
This file contains 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
# Configuration file | |
general { | |
########################################################################################################## | |
# settings | |
#--------------------------------------------------------------------------------------------------------# | |
# General Mod Settings | |
########################################################################################################## |
This file contains 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
{ | |
"bonus_chest": true, | |
"dimensions": { | |
"minecraft:overworld": { | |
"type": "minecraft:overworld", | |
"generator": { | |
"biome_source": { | |
"seed": 0, | |
"large_biomes": true, | |
"type": "minecraft:vanilla_layered" |
This file contains 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
# | |
# 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] | |
# |
This file contains 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 ---- | |
// 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) |
This file contains 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 ---- | |
// 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) |
This file contains 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
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; |
This file contains 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
fallout3.esm | |
Anchorage.esm | |
ThePitt.esm | |
BrokenSteel.esm | |
PointLookout.esm | |
Zeta.esm | |
DCInteriors_ComboEdition.esm | |
Fellout-Full.esp | |
Fellout-Anchorage.esp | |
Fellout-BrokenSteel.esp |
This file contains 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
220 verbose stack Error: [email protected] install: `node-pre-gyp install --fallback-to-build` | |
220 verbose stack Exit status 1 | |
220 verbose stack at EventEmitter.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/index.js:283:16) | |
220 verbose stack at EventEmitter.emit (events.js:182:13) | |
220 verbose stack at ChildProcess.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-lifecycle/lib/spawn.js:55:14) | |
220 verbose stack at ChildProcess.emit (events.js:182:13) | |
220 verbose stack at maybeClose (internal/child_process.js:957:16) | |
220 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:246:5) | |
221 verbose pkgid [email protected] | |
222 verbose cwd /mnt/usb0/.discord_bots/discord-rss |
NewerOlder