This file contains hidden or 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 ---- | |
// My bad. | |
Time: 2023-02-24 09:39:07 | |
Description: Rendering item | |
com.google.common.util.concurrent.UncheckedExecutionException: java.lang.ArrayIndexOutOfBoundsException: Index 36 out of bounds for length 32 | |
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2055) ~[guava-31.0.1-jre.jar%23115!/:?] {} | |
at com.google.common.cache.LocalCache.get(LocalCache.java:3966) ~[guava-31.0.1-jre.jar%23115!/:?] {} | |
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3989) ~[guava-31.0.1-jre.jar%23115!/:?] {} |
This file contains hidden or 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
[General] | |
Name=oled | |
HintingMode=3 | |
AntiAliasMode=0 | |
NormalWeight=0 | |
BoldWeight=0 | |
ItalicSlant=0 | |
EnableKerning=1 | |
GammaMode=0 | |
LcdFilter=0 |
This file contains hidden or 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 ---- | |
// Sorry :( | |
Time: 2020-02-29 12:35:28 MSK | |
Description: Watching Server | |
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.15 seconds (should be max 0.05) | |
at java.lang.Object.wait(Native Method) | |
at java.lang.Object.wait(Object.java:502) | |
at ic2.core.energy.grid.GridUpdater.awaitCompletion(GridUpdater.java:105) |
This file contains hidden or 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
| LCHIJA | minecraft | 1.12.2 | minecraft.jar | None | | |
| LCHIJA | mcp | 9.42 | minecraft.jar | None | | |
| LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2847.jar | None | | |
| LCHIJA | forge | 14.23.5.2847 | forge-1.12.2-14.23.5.2847.jar | None | | |
| LCHIJA | ivtoolkit | 1.3.3-1.12 | minecraft.jar | None | | |
| LCHIJA | futuremccore | 0.1.12 | minecraft.jar | None | | |
| LCHIJA | bspkrscore | 7.6.0.1 | 1.12bspkrsCore_universa |
This file contains hidden or 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
// | |
// InterfaceController.swift | |
// Time Travel World Clock WatchKit Extension | |
// | |
// Created by Дмитрий Бурлаков on 28/09/2018. | |
// Copyright © 2018 dantaeusb. All rights reserved. | |
// | |
import WatchKit | |
import Foundation |
This file contains hidden or 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
<?php | |
class App | |
{ | |
protected $dbLink; | |
protected $dbConfig = array( | |
'host' => 'localhost', | |
'user' => 'user', | |
'pass' => 'password', | |
'name' => 'mydatabase' |