Skip to content

Instantly share code, notes, and snippets.

let elapsed = now.elapsed().as_millis();
RAYON_EXEC_POOL.scope(|s| {
for _ in 0..self.concurrency_level {
s.spawn(|_| {
self.work_task_with_scope(
&executor_initial_arguments,
&signature_verified_block,
&last_input_output,
&versioned_data_cache,
[13.09 08:23:08] [Server] [Structurize IO Worker #0/ERROR] [structurize/]: Error loading blueprint:
[13.09 08:23:08] [Server] java.nio.file.NoSuchFileException./blueprints/clients/e8507851-9e64-471f-8837-52958cf8a5e3/Talyda/scans/strippedscholarhall.blueprint
[13.09 08:23:08] [Server] at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?] {}
[13.09 08:23:08] [Server] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?] {}
[13.09 08:23:08] [Server] at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?] {}
[13.09 08:23:08] [Server] at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:219) ~[?:?] {}
[13.09 08:23:08] [Server] at java.nio.file.Files.newByteChannel(Files.java:380) ~[?:?] {}
[13.09 08:23:08] [Server] at java.nio.file.Files.newByteChannel(Files.java:432) ~[?:?] {}
[13.09 08:23:08] [Server] at java.nio.file.Files.readAllBytes(Files.java:3288) ~[?:?] {}
[13.09 08:23:08] [Server] at com.ldtt
[05Sep2022 18:53:08.976] [Render thread/ERROR] [net.minecraft.client.Minecraft/FATAL]: Reported exception thrown!
net.minecraft.ReportedException: mouseClicked event handler
at net.minecraft.client.gui.screens.Screen.m_96579_(Screen.java:529) ~[client-1.19.2-20220805.130853-srg.jar%23240!/:?]
at net.minecraft.client.MouseHandler.m_91530_(MouseHandler.java:85) ~[client-1.19.2-20220805.130853-srg.jar%23240!/:?]
at net.minecraft.client.MouseHandler.m_168091_(MouseHandler.java:185) ~[client-1.19.2-20220805.130853-srg.jar%23240!/:?]
at net.minecraft.util.thread.BlockableEventLoop.execute(BlockableEventLoop.java:103) ~[client-1.19.2-20220805.130853-srg.jar%23240!/:?]
at net.minecraft.client.MouseHandler.m_91565_(MouseHandler.java:184) ~[client-1.19.2-20220805.130853-srg.jar%23240!/:?]
at org.lwjgl.glfw.GLFWMouseButtonCallbackI.callback(GLFWMouseButtonCallbackI.java:43) ~[lwjgl-glfw-3.3.1.jar%23138!/:build 7]
at org.lwjgl.system.JNI.invokeV(Native Method) ~[lwjgl-3.3.1.jar%23130!/:build 7]
at org.lwjgl.glfw.
---- Minecraft Crash Report ----
// Why did you do that?
Time: 10/21/21, 11:23 AM
Description: Ticking entity
java.lang.StackOverflowError: Ticking entity
at java.util.stream.StreamOpFlag.fromCharacteristics(StreamOpFlag.java:733) ~[?:?] {}
at java.util.stream.StreamSupport.stream(StreamSupport.java:70) ~[?:?] {}
at java.util.Arrays.stream(Arrays.java:5446) ~[?:?] {}
[14.10 23:13:12] [Server] [Server thread/WARN]: System print err for Clicked called by:
[14.10 23:13:12] [Server] java.lang.Exceptionnull
[14.10 23:13:12] [Server] at com.clickadv.ClickAdvancements$3.print(ClickAdvancements.java:286) ~[clickadv-1.17.1-1.9.jar%2335!:1.17.1-1.9]
[14.10 23:13:12] [Server] at java.io.PrintStream.println(PrintStream.java:1031) ~[?:?]
[14.10 23:13:12] [Server] at xyz.rongmario.cleancut.CleanCut.onLeftClickBlock(CleanCut.java:29) ~[cleancut-mc1.17.1-3.0-forge.jar%2334!:mc1.17.1-3.0-forge]
[14.10 23:13:12] [Server] at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:247) ~[eventbus-5.0.3.jar%232!:?]
[14.10 23:13:12] [Server] at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:239) ~[eventbus-5.0.3.jar%232!:?]
[14.10 23:13:12] [Server] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:302) ~[eventbus-5.0.3.jar%232!:?]
[14.10 23:13:12] [Server] at net.minecraftforge.eventbus.EventBus.post(EventBus.java:283) ~[eventbus-5.0.3.jar%232
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007fee09fa1f3f, pid=6442, tid=6443
#
# JRE version: OpenJDK Runtime Environment (16.0.2+7) (build 16.0.2+7)
# Java VM: OpenJDK 64-Bit Server VM (16.0.2+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [libglfw.so+0x7f3f] glfwMakeContextCurrent+0x2f
#
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f1d594a0f3f, pid=72632, tid=72634
#
# JRE version: OpenJDK Runtime Environment (16.0.2+7) (build 16.0.2+7)
# Java VM: OpenJDK 64-Bit Server VM (16.0.2+7, mixed mode, tiered, compressed oops, compressed class ptrs, g1 gc, linux-amd64)
# Problematic frame:
# C [libglfw.so+0x7f3f] glfwMakeContextCurrent+0x2f
#
from pathlib import Path
if __name__ == '__main__':
for child in Path('input').iterdir():
if child.is_file():
lines = [l.strip() for l in open(child, 'r').readlines()]
elements = []
from pathlib import Path
if __name__ == '__main__':
for child in Path('input').iterdir():
if child.is_file():
lines = [l.strip() for l in open(child, 'r').readlines()]
elements = []
[ray@ray-laptop minecolonies]$ ./gradlew -PUPDATE_CLASSNAMES=true updateClassnames --stacktrace
To honour the JVM settings for this build a single-use Daemon process will be forked. See https://docs.gradle.org/7.1.1/userguide/gradle_daemon.html#sec:disabling_the_daemon.
Daemon will be stopped at the end of the build
> Configure project :
Enabling curse upload. Project id: 245506
Starting Gradle build for: minecolonies with version: 1.17.1-0.0.1-LOCAL
Configuring source set: api
> Adding configuration: minecraft as a dependency...
Configuring source set: main