Code Monkey home page Code Monkey logo

Comments (2)

Voltasalt avatar Voltasalt commented on August 21, 2024

Was testing stack trace deobfuscation and forgot to remove the test
exception, goddamnit
On 25 Feb 2015 00:35, "Chris Courson" [email protected] wrote:

Chrisbot-2:Granite chrisbot$ java -jar granite-1.8.3-A1-SNAPSHOT.jar
[18:32:15] [Granite Startup/INFO]: Starting Granite version
1.8.3-A1-SNAPSHOT build 437 implementing API version 1.1-SNAPSHOT
[18:32:16] [Granite Startup/INFO]: Loading Minecraft 1.8.3
[18:32:16] [Granite Startup/INFO]: Querying Granite for updates
[18:32:18] [Granite Startup/INFO]: Found pre-modified bytecode in
classes/, loading that
[18:32:18] [Granite Startup/INFO]: Bootstrapping Minecraft
[18:32:22] [Granite Startup/DEBUG]: Using SLF4J as the default logging
framework
[18:32:22] [Granite Startup/DEBUG]: java.nio.Buffer.address: available
[18:32:22] [Granite Startup/DEBUG]: sun.misc.Unsafe.theUnsafe: available
[18:32:22] [Granite Startup/DEBUG]: sun.misc.Unsafe.copyMemory: available
[18:32:22] [Granite Startup/DEBUG]: java.nio.Bits.unaligned: true
[18:32:22] [Granite Startup/DEBUG]: UID: 501
[18:32:22] [Granite Startup/DEBUG]: Java version: 7
[18:32:22] [Granite Startup/DEBUG]: -Dio.netty.noUnsafe: false
[18:32:22] [Granite Startup/DEBUG]: sun.misc.Unsafe: available
[18:32:22] [Granite Startup/DEBUG]: -Dio.netty.noJavassist: false
[18:32:22] [Granite Startup/DEBUG]: Javassist: available
[18:32:22] [Granite Startup/DEBUG]: -Dio.netty.tmpdir:
/var/folders/n1/wmv6cy914xn5z4rlg8cc5nlr0000gn/T (java.io.tmpdir)
[18:32:22] [Granite Startup/DEBUG]: -Dio.netty.bitMode: 64
(sun.arch.data.model)
[18:32:22] [Granite Startup/DEBUG]: -Dio.netty.noPreferDirect: false
[18:32:22] [Granite Startup/INFO]: Registering Arts
[18:32:22] [Granite Startup/INFO]: Registering Banner Shapes
[18:32:22] [Granite Startup/INFO]: Registering Biomes
[18:32:22] [Granite Startup/INFO]: Registering Blocks
[18:32:22] [Granite Startup/INFO]: Registering Dimensions
[18:32:22] [Granite Startup/INFO]: Registering Dye Colors
[18:32:22] [Granite Startup/INFO]: Registering Enchantments
[18:32:22] [Granite Startup/INFO]: Registering default GameModes
[18:32:22] [Granite Startup/INFO]: Registering default GameRules
[18:32:22] [Granite Startup/INFO]: Registering Horse Colors
[18:32:22] [Granite Startup/INFO]: Registering Horse Styles
[18:32:22] [Granite Startup/INFO]: Registering Horse Variants
[18:32:22] [Granite Startup/INFO]: Registering Items
[18:32:22] [Granite Startup/INFO]: Registering Ocelots
[18:32:22] [Granite Startup/INFO]: Registering Ocelots
[18:32:22] [Granite Startup/INFO]: Registering ParticleTypes
[18:32:23] [Granite Startup/INFO]: Registering PotionEffects
[18:32:23] [Granite Startup/INFO]: Registering Professions and Careers
[18:32:23] [Granite Startup/INFO]: Registering Rabbits
[18:32:23] [Granite Startup/INFO]: Registering Rotations
[18:32:23] [Granite Startup/INFO]: Registering Skeletons
[18:32:23] [Granite Startup/INFO]: Registering Skulls
[18:32:23] [Granite Startup/INFO]: Injecting Sponge fields
[18:32:23] [Server thread/INFO]: Starting minecraft server version 1.8.3
[18:32:23] [Server thread/INFO]: Loading properties
[18:32:23] [Server thread/INFO]: Default game type: SURVIVAL
[18:32:23] [Server thread/INFO]: Generating keypair
[18:32:23] [Server thread/INFO]: Starting Minecraft server on *:25565
[18:32:23] [Server thread/INFO]: Using default channel type
[18:32:23] [Server thread/DEBUG]: -Dio.netty.eventLoopThreads: 8
[18:32:23] [Server thread/DEBUG]: -Dio.netty.noKeySetOptimization: false
[18:32:23] [Server thread/DEBUG]: -Dio.netty.selectorAutoRebuildThreshold:
512
[18:32:23] [Server thread/DEBUG]: -Dio.netty.initialSeedUniquifier:
0x0b2623cf84152a38 (took 2 ms)
[18:32:23] [Server thread/DEBUG]: -Dio.netty.allocator.type: unpooled
[18:32:23] [Server thread/DEBUG]: -Dio.netty.threadLocalDirectBufferSize:
65536
[18:32:23] [Server thread/DEBUG]: Loopback interface: lo0 (lo0,
0:0:0:0:0:0:0:1)
[18:32:23] [Server thread/DEBUG]: /proc/sys/net/core/somaxconn: 128
(non-existent)
[18:32:23] [Server thread/ERROR]: We did a boo-boo :'(
java.lang.RuntimeException: test
at
org.granitepowered.granite.bytecode.classes.DedicatedServerClass.setConfigManager(DedicatedServerClass.java:55)
~[granite-1.8.3-A1-SNAPSHOT.jar:?]
at MinecraftServer.a(SourceFile) ~[?:?]
at DedicatedServer.i$cb(SourceFile:172) ~[?:?]
at
java.lang.invoke.MethodHandle.invokeWithArguments(MethodHandle.java:599)
~[?:1.7.0_51]
at
org.granitepowered.granite.bytecode.BytecodeClass$1.invokeParent(BytecodeClass.java:145)
~[granite-1.8.3-A1-SNAPSHOT.jar:?]
at
org.granitepowered.granite.bytecode.ProxyCallbackInfo.callback(ProxyCallbackInfo.java:47)
~[granite-1.8.3-A1-SNAPSHOT.jar:?]
at
org.granitepowered.granite.bytecode.ProxyCallbackInfo.callback(ProxyCallbackInfo.java:51)
~[granite-1.8.3-A1-SNAPSHOT.jar:?]
at
org.granitepowered.granite.bytecode.classes.DedicatedServerClass.startServer(DedicatedServerClass.java:42)
~[granite-1.8.3-A1-SNAPSHOT.jar:?]
at DedicatedServer.i(SourceFile) ~[?:?]
at MinecraftServer.run(SourceFile:419) ~[?:?]
at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
[18:32:23] [Server thread/ERROR]: This crash report has been saved to:
/Users/chrisbot/Documents/Minecraft/Granite/./crash-reports/crash-2015-02-24_18.32.23-server.txt
[18:32:23] [Server thread/INFO]: Stopping server
[18:32:23] [Server thread/INFO]: Saving players


Reply to this email directly or view it on GitHub
#142.

from spongevanilla.

N0odlez avatar N0odlez commented on August 21, 2024

This is now fixed in latest build.

from spongevanilla.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.