Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Meteor Crashing when activating Ore Sim #333

Open
kirimvtf opened this issue Mar 23, 2024 · 1 comment
Open

[Bug] Meteor Crashing when activating Ore Sim #333

kirimvtf opened this issue Mar 23, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@kirimvtf
Copy link

Describe the bug

I set everything up in MultiMC then I start, everything works fine until I activate Ore Sim.

Crashlog

---- Minecraft Crash Report ----
// Who set us up the TNT?

Time: 2024-03-23 19:22:37
Description: Unexpected error

java.lang.NoSuchMethodError: 'net.minecraft.class_2818 meteordevelopment.meteorclient.events.world.ChunkDataEvent.chunk()'
at anticope.rejects.modules.OreSim.onChunkData(OreSim.java:215)
at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
at meteordevelopment.orbit.EventBus.post(EventBus.java:53)
at net.minecraft.class_634.handler$zoh000$meteor-client$onChunkData(class_634.java:5026)
at net.minecraft.class_634.method_11128(class_634.java:740)
at net.minecraft.class_2672.method_11528(class_2672.java:45)
at net.minecraft.class_2672.method_11054(class_2672.java:12)
at net.minecraft.class_2600.method_11072(class_2600.java:24)
at net.minecraft.class_1255.method_18859(class_1255.java:156)
at net.minecraft.class_4093.method_18859(class_4093.java:23)
at net.minecraft.class_1255.method_16075(class_1255.java:130)
at net.minecraft.class_1255.method_5383(class_1255.java:115)
at net.minecraft.class_310.method_1523(class_310.java:1283)
at net.minecraft.class_310.method_1514(class_310.java:888)
at net.minecraft.client.main.Main.main(Main.java:265)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

A detailed walkthrough of the error, its code path and all known details is as follows:

-- Head --
Thread: Render thread
Stacktrace:
at anticope.rejects.modules.OreSim.onChunkData(OreSim.java:215)
at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
at meteordevelopment.orbit.EventBus.post(EventBus.java:53)
at net.minecraft.class_634.handler$zoh000$meteor-client$onChunkData(class_634.java:5026)
at net.minecraft.class_634.method_11128(class_634.java:740)
at net.minecraft.class_2672.method_11528(class_2672.java:45)
at net.minecraft.class_2672.method_11054(class_2672.java:12)
at net.minecraft.class_2600.method_11072(class_2600.java:24)
at net.minecraft.class_1255.method_18859(class_1255.java:156)
at net.minecraft.class_4093.method_18859(class_4093.java:23)
at net.minecraft.class_1255.method_16075(class_1255.java:130)

-- Uptime --
Details:
JVM uptime: 75.966s
Wall uptime: 41.667s
High-res time: 38.846s
Client ticks: 119 ticks / 5.950s
Stacktrace:
at net.minecraft.class_310.method_1587(class_310.java:2564)
at net.minecraft.class_310.method_54580(class_310.java:995)
at net.minecraft.class_310.method_1514(class_310.java:911)
at net.minecraft.client.main.Main.main(Main.java:265)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:578)
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243)
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278)
at org.multimc.EntryPoint.listen(EntryPoint.java:143)
at org.multimc.EntryPoint.main(EntryPoint.java:34)

-- Affected level --
Details:
All players: 1 total; [class_746['IUEE'/173, l='ClientLevel', x=16.10, y=72.00, z=-21.87]]
Chunk stats: 4096, 1
Level dimension: minecraft:overworld
Level spawn location: World: (0,77,0), Section: (at 0,13,0 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 2800 game time, 2800 day time
Server brand: fabric
Server type: Integrated singleplayer server
Tracked entity count: 1

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: vanilla, fabric, fabric-api-base, fabric-block-view-api-v2, fabric-key-binding-api-v1, fabric-lifecycle-events-v1, fabric-networking-api-v1, fabric-rendering-data-attachment-v1, fabric-rendering-fluids-v1, fabric-resource-loader-v0, fabric-screen-api-v1, fabricloader, itemscroller, lithium, malilib, meteor-client, meteor-rejects, modmenu, seedcrackerx-api, sodium, file/Faithful 64x.zip

-- System Details --
Details:
Minecraft Version: 1.20.4
Minecraft Version ID: 1.20.4
Operating System: Windows 11 (amd64) version 10.0
Java Version: 20.0.2, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
Memory: 702263088 bytes (669 MiB) / 2619342848 bytes (2498 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 4
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 3 3200G with Radeon Vega Graphics
Identifier: AuthenticAMD Family 23 Model 24 Stepping 1
Microarchitecture: Zen / Zen+
Frequency (GHz): 3.59
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 4
Graphics card #0 name: Radeon RX 5500 XT
Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x7340
Graphics card #0 versionInfo: DriverVersion=31.0.23013.1023
Memory slot #0 capacity (MB): 16384.00
Memory slot #0 clockSpeed (GHz): 2.67
Memory slot #0 type: DDR4
Virtual memory max (MB): 16829.15
Virtual memory used (MB): 12884.09
Swap memory total (MB): 513.53
Swap memory used (MB): 492.07
JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms1024m -Xmx4096m
Launched Version: 1.20.4
Backend library: LWJGL version 3.3.2-snapshot
Backend API: Radeon RX 5500 XT GL version 3.2.0 Core Profile Context 23.12.1.231124, ATI Technologies Inc.
Window size: 1920x1080
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Universe: 400921fb54442d18
Type: Integrated Server (map_client.txt)
Graphics mode: fast
Render Distance: 24/24 chunks
Resource Packs: vanilla, fabric, file/Faithful 64x.zip, fabric-key-binding-api-v1, fabric-lifecycle-events-v1, fabric-networking-api-v1, fabric-screen-api-v1, itemscroller, lithium, malilib, modmenu
Current Language: en_us
Locale: en_DE
CPU: 4x AMD Ryzen 3 3200G with Radeon Vega Graphics
Server Running: true
Player Count: 1 / 8; [class_3222['IUEE'/173, l='ServerLevel[New World]', x=16.10, y=72.00, z=-21.87]]
Data Packs: vanilla, fabric
Enabled Feature Flags: minecraft:vanilla
World Generation: Stable

-- Meteor Client --

Version: 0.5.6
Dev Build: 2018

[[ Active Modules ]]

Steps to reproduce

Go into new World or Server, Activate Ore Sim.

Operating System

Windows

Addon Version

0.3

Meteor Version

0.5.6

Minecraft Version

1.20.4

Other mods

1. Baritone
2. Item Scroller
3. Lithium
4. MaLiLib
5. Meteor Client
6. Mod Menu
7. ShulkerBox Tooltip
8. Sodium
@kirimvtf kirimvtf added the bug Something isn't working label Mar 23, 2024
@kirimvtf
Copy link
Author

I have reinstalled my windows and now it works, idk why.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant