Skip to content

Instantly share code, notes, and snippets.

View MrMcyeet's full-sized avatar

MrMcyeet

View GitHub Profile
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f20f10266af, pid=106785, tid=0x00007f1fcf017700
#
# JRE version: OpenJDK Runtime Environment (8.0_275-b01) (build 1.8.0_275-8u275-b01-0ubuntu1~20.04-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.275-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# j me.lucko.luckperms.common.context.QueryOptionsCache.getQueryOptions()Lnet/luckperms/api/query/QueryOptions;+4
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f36beb34093, pid=241700, tid=0x00007f35863e9700
#
# JRE version: OpenJDK Runtime Environment (8.0_275-b01) (build 1.8.0_275-8u275-b01-0ubuntu1~20.04-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.275-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J 27045 C1 org.h2.mvstore.Page.getKeyCount()I (6 bytes) @ 0x00007f36beb34093 [0x00007f36beb34060+0x33]
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f36beb34093, pid=241700, tid=0x00007f35863e9700
#
# JRE version: OpenJDK Runtime Environment (8.0_275-b01) (build 1.8.0_275-8u275-b01-0ubuntu1~20.04-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.275-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J 27045 C1 org.h2.mvstore.Page.getKeyCount()I (6 bytes) @ 0x00007f36beb34093 [0x00007f36beb34060+0x33]
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f9128a80ade, pid=251903, tid=0x00007f8fee2ba700
#
# JRE version: OpenJDK Runtime Environment (8.0_275-b01) (build 1.8.0_275-8u275-b01-0ubuntu1~20.04-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.275-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J 30156 C2 me.lucko.luckperms.common.calculator.PermissionCalculator.checkPermission(Ljava/lang/String;Lme/lucko/luckperms/common/verbose/event/PermissionCheckEvent$Origin;)Lme/lucko/luckperms/common/calculator/result/TristateResult; (40 bytes) @ 0x00007f9128a80ade [0x00007f9128a80780+0x35e]
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fe3fce69c13, pid=63215, tid=0x00007fe2cd1f1700
#
# JRE version: OpenJDK Runtime Environment (8.0_275-b01) (build 1.8.0_275-8u275-b01-0ubuntu1~20.04-b01)
# Java VM: OpenJDK 64-Bit Server VM (25.275-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# J 87571 C2 java.util.concurrent.SynchronousQueue$TransferStack.transfer(Ljava/lang/Object;ZJ)Ljava/lang/Object; (380 bytes) @ 0x00007fe3fce69c13 [0x00007fe3fce69b80+0x93]
#
[01:33:45] [main/INFO]: Reloading ResourceManager: Default, bukkit
[01:33:45] [Worker-Main-5/INFO]: Loaded 7 recipes
[01:33:46] [Server thread/INFO]: Starting minecraft server version 1.16.4
[01:33:46] [Server thread/INFO]: Loading properties
[01:33:46] [Server thread/INFO]: This server is running Tuinity version git-Tuinity-"ed9e0c4" (MC: 1.16.4) (Implementing API version 1.16.4-R0.1-SNAPSHOT)
[01:33:46] [Server thread/INFO]: Server Ping Player Sample Count: 12
[01:33:46] [Server thread/INFO]: Using 4 threads for Netty based IO
[01:33:46] [Server thread/INFO]: Debug logging is disabled
[01:33:46] [Server thread/INFO]: Default game type: SURVIVAL
[01:33:46] [Server thread/INFO]: Generating keypair
#!/bin/bash
set -e
#############################################################################
# #
# Project 'pterodactyl-installer' for panel #
# #
# Copyright (C) 2018 - 2020, Vilhelm Prytz, <vilhelm@prytznet.se>, et al. #
# #
#!/bin/bash
set -e
#############################################################################
# #
# Project 'pterodactyl-installer' #
# #
# Copyright (C) 2018 - 2020, Vilhelm Prytz, <vilhelm@prytznet.se>, et al. #
# #
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"discord-rpc": {
"version": "3.1.4",
"resolved": "https://registry.npmjs.org/discord-rpc/-/discord-rpc-3.1.4.tgz",
"integrity": "sha512-QaBu+gHica2SzgRAmTpuJ4J8DX9+fDwAqhvaie3hcbkU9WPqewEPh21pWdd/7vTI/JNuapU7PFm2ZKg3BTkbGg==",
"requires": {
"node-fetch": "^2.6.1",
{
"name": "RPC-Builder",
"author": "<3 MrMcyeet <3",
"description": "An automated discord RPC builder made by MrMcyeet <3",
"version": "1.0",
"main": "bot.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {