Continuation of GhostTypes' Orion

Overview

Orion

Orion is a combat addon for Meteor Client

GhostTypes has discontinued both Orion and Ion. This is a continuation branch, however this may soon also end support.

How to use

Download the latest release and put it in your mods folder with Meteor Client.

Launch fabric loader for 1.17.1.

Discord

GhostTypes has retired from both Orion and Ion. Ion went to new ownership, and Orion has been left unmaintained.

Suggestions & Bugs

If you have a suggestion, please check if the feature already exists before making a suggestion. If you have a bug to report, please makesure you have the latest dev build of both Meteor and Orion.

To top it all off, please provide as much information as you can (eg. Screenshots, Version, Settings/Configs, Crash reports/logs).

Features

Modules

  • Anchor Aura
  • Auto Bed Craft
  • Auto City Plus
  • Auto Respawn
  • Auto XP
  • Bed Aura
  • Bed Disabler
  • Burrow Breaker
  • Nametags Plus
  • Orion Rich Presence
  • Self Trap Plus
  • Surround Plus
  • Auto Login
  • Pop Counter
  • Chat Tweaks
  • Armour Alert
  • Burrow Alert
  • Emotes
  • KD Ratio

Hud

  • Orion Welcome Message
  • Item Counter
    • Beds
    • Crystals
    • Golden Apples
    • Experience Bottles
  • Kill Counter
  • Killstreak Counter
  • Death Counter
  • Highscore Counter
  • Visual Keybinds
Comments
  • latest stable gradle build of orion 0.1 crashes with latest dev gradle build of meteor 0.4.7 if autogap module is active

    latest stable gradle build of orion 0.1 crashes with latest dev gradle build of meteor 0.4.7 if autogap module is active

    Description: Unexpected error
    
    java.lang.NullPointerException: Cannot invoke "meteordevelopment.meteorclient.systems.modules.Module.isActive()" because "module" is null
    	at meteordevelopment.meteorclient.systems.modules.player.AutoGap.startEating(AutoGap.java:187)
    	at meteordevelopment.meteorclient.systems.modules.player.AutoGap.onTick(AutoGap.java:167)
    	at meteordevelopment.meteorclient.systems.modules.player.AutoGap$$Lambda$6595/0x00000000dfdf1370.accept(Unknown Source)
    	at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
    	at meteordevelopment.orbit.EventBus.post(EventBus.java:47)
    	at net.minecraft.class_310.handler$zki000$onPreTick(class_310.java:4600)
    	at net.minecraft.class_310.method_1574(class_310.java)
    	at net.minecraft.class_310.method_1523(class_310.java:1081)
    	at net.minecraft.class_310.method_1514(class_310.java:728)
    	at net.minecraft.client.main.Main.main(Main.java:217)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:568)
    	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.NativeMethodAccessorImpl.invoke0(Native Method)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
    	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
    	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 meteordevelopment.meteorclient.systems.modules.player.AutoGap.startEating(AutoGap.java:187)
    	at meteordevelopment.meteorclient.systems.modules.player.AutoGap.onTick(AutoGap.java:167)
    	at meteordevelopment.meteorclient.systems.modules.player.AutoGap$$Lambda$6595/0x00000000dfdf1370.accept(Unknown Source)
    	at meteordevelopment.orbit.listeners.LambdaListener.call(LambdaListener.java:83)
    	at meteordevelopment.orbit.EventBus.post(EventBus.java:47)
    	at net.minecraft.class_310.handler$zki000$onPreTick(class_310.java:4600)
    
    -- Affected level --
    Details:
    	All players: 1 total; [class_746['<ACCESS TOKEN>'/1, l='ClientLevel', x=-115.69, y=4.00, z=-19.61]]
    	Chunk stats: 256, 81
    	Level dimension: minecraft:overworld
    	Level spawn location: World: (-128,4,-16), Section: (at 0,4,0 in -8,0,-1; chunk contains blocks -128,0,-16 to -113,255,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1)
    	Level time: 966 game time, 966 day time
    	Server brand: fabric
    	Server type: Integrated singleplayer server
    Stacktrace:
    	at net.minecraft.class_638.method_8538(class_638.java:370)
    	at net.minecraft.class_310.method_1587(class_310.java:2399)
    	at net.minecraft.class_310.method_1514(class_310.java:752)
    	at net.minecraft.client.main.Main.main(Main.java:217)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    	at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:568)
    	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.NativeMethodAccessorImpl.invoke0(Native Method)
    	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78)
    	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    	at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210)
    	at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245)
    	at org.multimc.EntryPoint.listen(EntryPoint.java:143)
    	at org.multimc.EntryPoint.main(EntryPoint.java:34)
    
    -- Last reload --
    Details:
    	Reload number: 1
    	Reload reason: initial
    	Finished: Yes
    	Packs: Default, Fabric Mods
    
    -- System Details --
    Details:
    	Minecraft Version: 1.17.1
    	Minecraft Version ID: 1.17.1
    	Operating System: Mac OS X (x86_64) version 12.0.1
    	Java Version: 16.0.2, International Business Machines Corporation
    	Java VM Version: Eclipse OpenJ9 VM (JRE 16 Mac OS X amd64-64-Bit Compressed References 20210729_66 (JIT enabled, AOT enabled)
    OpenJ9   - 1851b0074
    OMR      - 9db1c870d
    JCL      - 34df42439f3 based on jdk-16.0.2+7), Eclipse OpenJ9
    	Memory: 345577720 bytes (329 MiB) / 1412038656 bytes (1346 MiB) up to 4294967296 bytes (4096 MiB)
    	CPUs: 4
    	Processor Vendor: GenuineIntel
    	Processor Name: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
    	Identifier: Intel64 Family 6 Model 142 Stepping 11
    	Microarchitecture: whiskey Lake
    	Frequency (GHz): 2.40
    	Number of physical packages: 1
    	Number of physical CPUs: 2
    	Number of logical CPUs: 4
    	Graphics card #0 name: Intel HD Graphics 520
    	Graphics card #0 vendor: Intel
    	Graphics card #0 VRAM (MB): 2048.00
    	Graphics card #0 deviceId: 0x191b
    	Graphics card #0 versionInfo: Revision ID: 0x0007
    	Memory slot #0 capacity (MB): 4096.00
    	Memory slot #0 clockSpeed (GHz): 2.13
    	Memory slot #0 type: DDR4
    	Memory slot #1 capacity (MB): 4096.00
    	Memory slot #1 clockSpeed (GHz): 2.13
    	Memory slot #1 type: DDR4
    	Virtual memory max (MB): 9216.00
    	Virtual memory used (MB): 5713.59
    	Swap memory total (MB): 1024.00
    	Swap memory used (MB): 37.75
    	JVM Flags: 5 total; -Xoptionsfile=/Library/Java/JavaVirtualMachines/ibm-semeru-open-16.jdk/Contents/Home/lib/options.default -Xlockword:mode=default,noLockword=java/lang/String,noLockword=java/util/MapEntry,noLockword=java/util/HashMap$Entry,noLockword=org/apache/harmony/luni/util/ModifiedMap$Entry,noLockword=java/util/Hashtable$Entry,noLockword=java/lang/invoke/MethodType,noLockword=java/lang/invoke/MethodHandle,noLockword=java/lang/invoke/CollectHandle,noLockword=java/lang/invoke/ConstructorHandle,noLockword=java/lang/invoke/ConvertHandle,noLockword=java/lang/invoke/ArgumentConversionHandle,noLockword=java/lang/invoke/AsTypeHandle,noLockword=java/lang/invoke/ExplicitCastHandle,noLockword=java/lang/invoke/FilterReturnHandle,noLockword=java/lang/invoke/DirectHandle,noLockword=java/lang/invoke/ReceiverBoundHandle,noLockword=java/lang/invoke/DynamicInvokerHandle,noLockword=java/lang/invoke/FieldHandle,noLockword=java/lang/invoke/FieldGetterHandle,noLockword=java/lang/invoke/FieldSetterHandle,noLockword=java/lang/invoke/StaticFieldGetterHandle,noLockword=java/lang/invoke/StaticFieldSetterHandle,noLockword=java/lang/invoke/IndirectHandle,noLockword=java/lang/invoke/InterfaceHandle,noLockword=java/lang/invoke/VirtualHandle,noLockword=java/lang/invoke/PrimitiveHandle,noLockword=java/lang/invoke/InvokeExactHandle,noLockword=java/lang/invoke/InvokeGenericHandle,noLockword=java/lang/invoke/VarargsCollectorHandle,noLockword=java/lang/invoke/ThunkTuple -Xjcl:jclse29 -Xms204m -Xmx4096m
    	Launched Version: MultiMC5
    	Backend library: LWJGL version 3.2.2 build 10
    	Backend API: Intel(R) HD Graphics 530 GL version 4.1 INTEL-18.2.10, Intel Inc.
    	Window size: 1366x768
    	GL Caps: Using framebuffer using OpenGL 3.2
    	GL debug messages: <disabled>
    	Using VBOs: Yes
    	Is Modded: Definitely; Client brand changed to 'fabric'
    	Type: Integrated Server (map_client.txt)
    	Graphics mode: fast
    	Resource Packs: Fabric Mods
    	Current Language: English (US)
    	CPU: 4x Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz
    	Player Count: 1 / 8; [class_3222['<ACCESS TOKEN>'/1, l='ServerLevel[New World]', x=-115.69, y=4.00, z=-19.61]]
    	Data Packs: vanilla (incompatible)
    
    -- Meteor Client --
    Version: 0.4.7
    
    [Combat]:
    Auto Armor (auto-armor)
    Auto Totem (auto-totem)
    Criticals (criticals)
    
    [Player]:
    Auto Gap (auto-gap)
    Auto Replenish (auto-replenish)
    Auto Tool (auto-tool)
    Chest Swap (chest-swap)
    Fast Use (fast-use)
    No Mining Trace (no-mining-trace)
    
    [Movement]:
    Anchor (anchor)
    Elytra Fly (elytra-fly)
    Gui Move (gui-move)
    No Slow (no-slow)
    Speed (speed)
    Velocity (velocity)
    
    [Render]:
    Better Tooltips (better-tooltips)
    Block Selection (block-selection)
    Boss Stack (boss-stack)
    Break Indicators (break-indicators)
    Camera Tweaks (camera-tweaks)
    Chams (chams)
    City Esp (city-esp)
    Entity Owner (entity-owner)
    Fullbright (fullbright)
    HUD (HUD)
    Hole Esp (hole-esp)
    Item Highlight (item-highlight)
    Logout Spots (logout-spots)
    Nametags (nametags)
    No Render (no-render)
    Storage Esp (storage-esp)
    Tracers (tracers)
    Trajectories (trajectories)
    Unfocused Cpu (unfocused-cpu)
    Wall Hack (wall-hack)
    
    [World]:
    Ambience (ambience)
    
    [Misc]:
    Message Aura (message-aura)
    
    #@!@# Game crashed! Crash report saved to: #@!@# /Applications/UltimMC.app/Data/instances/1.17.1/.minecraft/crash-reports/crash-2021-11-12_02.26.24-client.txt
    [02:26:24] [Thread-8/INFO]: Saving
    Process exited with code 255.
    
    bug question 
    opened by ghost 5
  • [Bug] game keeps crashing

    [Bug] game keeps crashing

    Describe the bug

    The game keeps crashing every time I try to use it

    Steps to reproduce

    1. put it in mods folder
    2. press play
    3. crash
    ...
    

    Operating System

    Windows

    Orion Version

    0.1

    Meteor Version

    meteor-client-0.4.7

    Minecraft Version

    1.18.1

    Other mods

    fabric-api-0.46.1+1.18
    
    bug question 
    opened by LPZO 4
  • [Bug] Crash when cancelling the open skin file dialog

    [Bug] Crash when cancelling the open skin file dialog

    Describe the bug

    When typing .skin into the chat and closing the GUI, the game crashes because the path to the file is null.

    Might open a PR soon

    Steps to reproduce

    1. Type `.skin`
    2. Click "cancel" in the file picker GUI
    

    Operating System

    Windows

    Orion Version

    0.1 - newest (downloaded today)

    Meteor Version

    0.4.7-1373

    Minecraft Version

    1.18.1

    Other mods

    No response

    bug 
    opened by SIMULATAN 3
  • orion 0.1 dev crash on initialising game with meteor 0.4.7 dev, osx monterey, adoptopenjdk 16 openj9

    orion 0.1 dev crash on initialising game with meteor 0.4.7 dev, osx monterey, adoptopenjdk 16 openj9

    [02:15:49] [Render thread/INFO]: Initializing Orion ---- Minecraft Crash Report ---- // Quite honestly, I wouldn't worry myself about that.

    Time: 11/12/21, 2:15 AM Description: Initializing game

    java.lang.NoClassDefFoundError: net.minecraft.screen.ScreenHandler at me.ghosttypes.orion.Orion.onInitialize(Orion.java:35) at meteordevelopment.meteorclient.MeteorClient$$Lambda$4515/0x00000000ed90adf0.accept(Unknown Source) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at meteordevelopment.meteorclient.MeteorClient.onInitializeClient(MeteorClient.java:86) at net.minecraft.class_310.handler$zki004$onInit(class_310.java:4590) at net.minecraft.class_310.(class_310.java:637) at net.minecraft.client.main.Main.main(Main.java:179) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:568) 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.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) Caused by: java.lang.ClassNotFoundException: net.minecraft.screen.ScreenHandler at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:822) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:182) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:1111) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:158) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:1111) ... 22 more

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

    -- Head -- Thread: Render thread Stacktrace: at me.ghosttypes.orion.Orion.onInitialize(Orion.java:35) at meteordevelopment.meteorclient.MeteorClient$$Lambda$4515/0x00000000ed90adf0.accept(Unknown Source) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at meteordevelopment.meteorclient.MeteorClient.onInitializeClient(MeteorClient.java:86) at net.minecraft.class_310.handler$zki004$onInit(class_310.java:4590) at net.minecraft.class_310.(class_310.java:637)

    -- Initialization -- Details: Stacktrace: at net.minecraft.client.main.Main.main(Main.java:179) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:568) 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.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34)

    -- System Details -- Details: Minecraft Version: 1.17.1 Minecraft Version ID: 1.17.1 Operating System: Mac OS X (x86_64) version 12.0.1 Java Version: 16.0.2, International Business Machines Corporation Java VM Version: Eclipse OpenJ9 VM (JRE 16 Mac OS X amd64-64-Bit Compressed References 20210729_66 (JIT enabled, AOT enabled) OpenJ9 - 1851b0074 OMR - 9db1c870d JCL - 34df42439f3 based on jdk-16.0.2+7), Eclipse OpenJ9 Memory: 393970256 bytes (375 MiB) / 1063321600 bytes (1014 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz Identifier: Intel64 Family 6 Model 142 Stepping 11 Microarchitecture: whiskey Lake Frequency (GHz): 2.40 Number of physical packages: 1 Number of physical CPUs: 2 Number of logical CPUs: 4 Graphics card #0 name: Intel HD Graphics 520 Graphics card #0 vendor: Intel Graphics card #0 VRAM (MB): 2048.00 Graphics card #0 deviceId: 0x191b Graphics card #0 versionInfo: Revision ID: 0x0007 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 2.13 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 2.13 Memory slot #1 type: DDR4 Virtual memory max (MB): 9216.00 Virtual memory used (MB): 5660.15 Swap memory total (MB): 1024.00 Swap memory used (MB): 42.00 JVM Flags: 5 total; -Xoptionsfile=/Library/Java/JavaVirtualMachines/ibm-semeru-open-16.jdk/Contents/Home/lib/options.default -Xlockword:mode=default,noLockword=java/lang/String,noLockword=java/util/MapEntry,noLockword=java/util/HashMap$Entry,noLockword=org/apache/harmony/luni/util/ModifiedMap$Entry,noLockword=java/util/Hashtable$Entry,noLockword=java/lang/invoke/MethodType,noLockword=java/lang/invoke/MethodHandle,noLockword=java/lang/invoke/CollectHandle,noLockword=java/lang/invoke/ConstructorHandle,noLockword=java/lang/invoke/ConvertHandle,noLockword=java/lang/invoke/ArgumentConversionHandle,noLockword=java/lang/invoke/AsTypeHandle,noLockword=java/lang/invoke/ExplicitCastHandle,noLockword=java/lang/invoke/FilterReturnHandle,noLockword=java/lang/invoke/DirectHandle,noLockword=java/lang/invoke/ReceiverBoundHandle,noLockword=java/lang/invoke/DynamicInvokerHandle,noLockword=java/lang/invoke/FieldHandle,noLockword=java/lang/invoke/FieldGetterHandle,noLockword=java/lang/invoke/FieldSetterHandle,noLockword=java/lang/invoke/StaticFieldGetterHandle,noLockword=java/lang/invoke/StaticFieldSetterHandle,noLockword=java/lang/invoke/IndirectHandle,noLockword=java/lang/invoke/InterfaceHandle,noLockword=java/lang/invoke/VirtualHandle,noLockword=java/lang/invoke/PrimitiveHandle,noLockword=java/lang/invoke/InvokeExactHandle,noLockword=java/lang/invoke/InvokeGenericHandle,noLockword=java/lang/invoke/VarargsCollectorHandle,noLockword=java/lang/invoke/ThunkTuple -Xjcl:jclse29 -Xms204m -Xmx4096m Launched Version: MultiMC5 Backend library: LWJGL version 3.2.2 build 10 Backend API: Intel(R) HD Graphics 530 GL version 4.1 INTEL-18.2.10, Intel Inc. Window size: GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) CPU: 4x Intel(R) Core(TM) i5-6200U CPU @ 2.30GHz

    -- Meteor Client -- Version: 0.4.7

    #@!@# Game crashed! Crash report saved to: #@!@# /Applications/UltimMC.app/Data/instances/1.17.1/.minecraft/crash-reports/crash-2021-11-12_02.15.49-client.txt Process exited with code 255.

    invalid 
    opened by ghost 3
  • [Bug]

    [Bug]

    Describe the bug

    Orion crases when startup

    Steps to reproduce

    1. Download orion 1.0
    2. Put in mod folder
    3. Press play
    4. Crash
    

    Operating System

    Windows

    Orion Version

    1.0

    Meteor Version

    0.4.7. / 0.4.8-1446

    Minecraft Version

    1.18.2

    Other mods

    advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
    		animatica: Animatica 0.4+1.18
    		architectury: Architectury 4.1.32
    		armorsoundtweak: Armor Sound Tweak 5.0.0
    		authme: Auth Me 2.2.0
    		autoconfig1u: Auto Config v1 Updated 3.2.2
    		beautifiedchatclient-fabric: Beautified Chat Client (Fabric) 1.0
    		betterbeaconplacement-fabric: Better Beacon Placement (Fabric) 1.4
    		betterbeds: Better Beds 1.2.0
    		betterbiomeblend: Better Biome Blend 1.18.2-1.3.3-fabric
    		betterconduitplacement-fabric: Better Conduit Placement (Fabric) 1.3
    		betterfpsdist: Better FPS distance Mod 1.18-1.7
    		bettertaskbar: Better Taskbar 1.1
    		blur: Blur (Fabric) 2.4.1
    		borderlessmining: Borderless Mining 1.1.1+1.18
    		brb: Better Recipe Book 1.5.6
    		bsvsb: Better Sodium Video Settings Button 2.0.5
    		caffeineconfig: CaffeineConfig 1.0.0
    		capes: Capes 1.2.2+1.18
    		cem: Custom Entity Models 0.7.0
    		citresewn: CITResewn 0.9.1+1.18.1
    		cloth-api: Cloth API 3.2.64
    		clumps: Clumps 8.0.0+7
    		collective-fabric: Collective (Fabric) 4.25
    		completeconfig: CompleteConfig 1.3.3
    		continuity: Continuity 1.1.0+1.18.2
    		controlling: Controlling For Fabric 9.0+17
    		cullleaves: Cull Leaves 2.3.2
    		dev_isxander_settxi: settxi 2.1.0
    		drippyloadingscreen: Drippy Loading Screen 1.5.1
    		dynamicfps: Dynamic FPS 2.1.0
    		dynamicsoundfilters: Dynamic Sound Filters 1.3.0+1.18.2
    		enchdesc: EnchantmentDescriptions 9.0.11
    		entity_texture_features: Entity Texture Features 2.4.5
    		entityculling: EntityCulling-Fabric 1.5.0
    		fabric: Fabric API 0.47.10+1.18.2
    		fabrishot: Fabrishot ${version}
    		fastopenlinksandfolders: FastOpenResourcePacks 1.1.0
    		ferritecore: FerriteCore 4.2.0
    		here-be-no-dragons: Here be no Dragons! 1.0.0
    		indium: Indium 1.0.2+mc1.18.2
    		iris: Iris 1.2.1-rc2-0cc372f0-dirty
    		itemmodelfix: Item Model Fix 1.0.3+1.18
    		konkrete: Konkrete 1.3.3
    		krypton: Krypton 0.1.9
    		lambdabettergrass: LambdaBetterGrass 1.2.3+1.18
    		lambdynlights: LambDynamicLights 2.1.0+1.17
    		languagereload: Language Reload 1.2.1
    		lazy-language-loader: lazy-language-loader 0.3.0
    		lazydfu: LazyDFU 0.1.2
    		lightoverlay: Light Overlay 6.0.5
    		litematica: Litematica 0.11.0
    		lithium: Lithium 0.7.9
    		malilib: MaLiLib 0.12.0
    		meteor-client: Meteor Client 0.4.8-1446
    		meteor-rejects: Meteor Rejects 0.2
    		midnightlib: MidnightLib 0.4.0
    		minecraft: Minecraft 1.18.2
    		modmenu: Mod Menu 3.1.0
    		morechathistory: MoreChatHistory 1.1.0
    		mousetweaks: Mouse Tweaks 2.22
    		nofade: No Fade 1.18-2.0.1
    		notenoughcrashes: Not Enough Crashes 4.1.4+1.18.2
    		orion: Orion 0.1
    		panorama_tweaker: Panorama Tweaker 1.1.0+mc1.18.1
    		placeholder-api: Placeholder API 1.1.3+1.17.1
    		pride: Pride Lib 1.1.0+1.17
    		puzzle: Puzzle 1.1.0
    		reeses-sodium-options: Reese's Sodium Options 1.4.2
    		shiftscrollfix: Shift-Scroll Fix 1.0.1
    		skinlayers: 3d Skin Layers 1.4.2-mc1.18.2
    		sodium: Sodium 0.4.1+build.15
    		sodium-extra: Sodium Extra 0.4.2
    		sound_physics_remastered: Sound Physics Remastered 1.18.2-1.0.4
    		spark: spark 1.8.14
    		styledchat: Styled Chat 1.2.3+1.18
    		tiefix: TieFix 1.9.0
    		uglyscoreboardfix: Ugly Scoreboard Fix 2.4.0
    		waveycapes: WaveyCapes 1.0.4
    		yosbr: YOSBR 0.1.1
    		zoomify: Zoomify 1.4.0
    
    bug invalid 
    opened by lalamapaka 2
  • [Bug] crashes on start

    [Bug] crashes on start

    Describe the bug

    it crashes on start ?

    Steps to reproduce

    1.i started minecraft 
    2.it crashed and said something about rish pressence stuff i dont know
    

    Operating System

    Windows

    Orion Version

    0.1

    Meteor Version

    0.4.7

    Minecraft Version

    1.18.1

    Other mods

    1.clientcommands
    2.cloth api
    3.cloth config
    4.distant horizons
    5.fabric api
    6.firstperson-fabric 
    7.instantkill 
    8.iris-mc
    9.litematica
    10.litematica printer
    11.malilib fabric
    12meteor additions
    13meteor client
    14meteor crash addon
    15meteor rejects
    16meteor tweaks
    17meteor utils
    18modmenu
    19nofog
    20notenoughanimations-fabric
    21notifications addon
    22seedcrackerx
    23shulker-dupe
    24sodium fabric mc
    25soundphysics
    26villagerroller addon
    27worldedit
    hope that helps lol
    
    bug 
    opened by tomatentyp 2
  • [Bug]

    [Bug]

    Describe the bug

    game crashes when loading with new version (with latest meteor dev build)

    Steps to reproduce

    1. Launch game
    2. Open gui
    3. Enable one of the item counters
    4. Press espace
    5. See crash
    

    Operating System

    Windows

    Orion Version

    1.0

    Meteor Version

    0.4.7 - 1398

    Minecraft Version

    1.18.1

    Other mods

    1. Xaeros Minimap + World Map
    2. Minecraft Capes Mod
    3. Sodium
    4. Other mods that doesnt interfere like krypton
    

    crash-2022-01-11_19.06.30-client.txt

    bug 
    opened by RedCarlos26 2
  • [Bug]

    [Bug]

    Describe the bug

    Crash when open the game crash-2022-03-29_11.45.56-client.txt seems like RPC caused it

    Steps to reproduce

    1.drop the orion file to mods
    2.open the game
    3.crash
    ...
    

    Operating System

    Windows

    Orion Version

    Last 1.18.1

    Meteor Version

    1.18.1

    Minecraft Version

    1.18.1

    Other mods

    fabric-api-0.46.1+1.18
    meteor-client-0.4.7-1401
    
    bug 
    opened by Katbruh 1
  • [Bug] Crash upon startup

    [Bug] Crash upon startup

    Describe the bug

    Upon starting meteor with Orion (Latest dev builds of both), the client crashes, Meteor rejects seems to have the same bug.

    Crash Log:

    ---- Minecraft Crash Report ---- // Daisy, daisy...

    Time: 1/6/22, 2:04 PM Description: Initializing game

    java.lang.NoClassDefFoundError: meteordevelopment/meteorclient/systems/modules/render/hud/HUD at me.ghosttypes.orion.Orion.onInitialize(Orion.java:56) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at meteordevelopment.meteorclient.MeteorClient.onInitializeClient(MeteorClient.java:99) at net.minecraft.class_310.handler$zmk005$onInit(class_310.java:7036) at net.minecraft.class_310.(class_310.java:637) at net.minecraft.client.main.Main.main(Main.java:199) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: java.lang.ClassNotFoundException: meteordevelopment.meteorclient.systems.modules.render.hud.HUD at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:158) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ... 13 more

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

    -- Head -- Thread: Render thread Stacktrace: at me.ghosttypes.orion.Orion.onInitialize(Orion.java:56) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at meteordevelopment.meteorclient.MeteorClient.onInitializeClient(MeteorClient.java:99) at net.minecraft.class_310.handler$zmk005$onInit(class_310.java:7036) at net.minecraft.class_310.(class_310.java:637)

    -- Initialization -- Details: Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation COMCTL32.dll:User Experience Controls Library:6.10 (WinBuild.160101.0800):Microsoft Corporation CRYPT32.dll:Crypto API32:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation ColorAdapterClient.dll:Microsoft Color Adapter Client:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation CoreMessaging.dll:Microsoft CoreMessaging Dll:10.0.19041.746:Microsoft Corporation CoreUIComponents.dll:Microsoft Core UI Components Dll:10.0.19041.546:Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation DEVOBJ.dll:Device Information Set DLL:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.19041.1202 (WinBuild.160101.0800):Microsoft Corporation GLU32.dll:OpenGL Utility Library DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation HID.DLL:Hid User Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.19041.1348 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.19041.1348 (WinBuild.160101.0800):Microsoft Corporation MMDevApi.dll:MMDevice API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MSACM32.dll:Microsoft ACM Audio Filter:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MSASN1.dll:ASN.1 Runtime APIs:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation MSCTF.dll:MSCTF Server DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.2111.5 (WinBuild.160101.0800):Microsoft Corporation NLAapi.dll:Network Location Awareness 2:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation OleAut32.dll:OLEAUT32.DLL:10.0.19041.985 (WinBuild.160101.0800):Microsoft Corporation OpenAL.dll PROPSYS.dll:Microsoft Property System:7.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SAPIWrapper_x64.dll SETUPAPI.DLL:Windows Setup API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.19041.964 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Multi-User Windows USER API Client DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation WINTRUST.dll:Microsoft Trust Verification APIs:10.0.19041.1266 (WinBuild.160101.0800):Microsoft Corporation WS2_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation Wldp.dll:Windows Lockdown Policy:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.19041.746 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Application Compatibility Client Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation atiadlxx.dll:ADL:7.21.20.1439:Advanced Micro Devices, Inc. atig6pxx.dll:atiglpxx.dll:8.14.01.6564:Advanced Micro Devices, Inc. atig6txx.dll:atigktxx.dll:8.14.01.6564:Advanced Micro Devices, Inc. atio6axx.dll:AMD OpenGL driver:8.14.11000.14739:Advanced Micro Devices, Inc. awt.dll:OpenJDK Platform binary:17.0.1.0:Microsoft bcrypt.dll:Windows Cryptographic Primitives Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.1415 (WinBuild.160101.0800):Microsoft Corporation cfgmgr32.dll:Configuration Manager DLL:10.0.19041.1151 (WinBuild.160101.0800):Microsoft Corporation clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation combase.dll:Microsoft COM for Windows:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dinput8.dll:Microsoft DirectInput:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dwmapi.dll:Microsoft Desktop Window Manager API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation dxcore.dll:DXCore:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation dxva2.dll:DirectX Video Acceleration 2.0 DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation fastprox.dll:WMI Custom Marshaller:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.19041.1387 (WinBuild.160101.0800):Microsoft Corporation glfw.dll icm32.dll:Microsoft Color Management Module (CMM):10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation inputhost.dll:InputHost:10.0.19041.906 (WinBuild.160101.0800):Microsoft Corporation java.dll:OpenJDK Platform binary:17.0.1.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.1.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.1.0:Microsoft jna391318243897248696.dll:JNA native library:6.1.1:Java(TM) Native Access (JNA) jna666574262541258797.dll jvm.dll:OpenJDK 64-Bit server VM:17.0.1.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll lwjgl_opengl.dll lwjgl_stb.dll management.dll:OpenJDK Platform binary:17.0.1.0:Microsoft management_ext.dll:OpenJDK Platform binary:17.0.1.0:Microsoft mscms.dll:Microsoft Color Matching System DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation msdmo.dll:DMO Runtime:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation msvcp140.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.1.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.1.0:Microsoft ntdll.dll:NT Layer DLL:10.0.19041.1023 (WinBuild.160101.0800):Microsoft Corporation ntmarta.dll:Windows NT MARTA provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation opengl32.dll:OpenGL Client DLL:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.19041.844 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sapi.dll:Speech API:5.3.24006.00 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.1.0:Microsoft svml.dll:OpenJDK Platform binary:17.0.1.0:Microsoft textinputframework.dll:"TextInputFramework.DYNLINK":10.0.19041.1387 (WinBuild.160101.0800):Microsoft Corporation ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation uxtheme.dll:Microsoft UxTheme Library:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30133.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.1.0:Microsoft wbemcomn.dll:WMI:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation wbemprox.dll:WMI:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation wbemsvc.dll:WMI:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation win32u.dll:Win32u:10.0.19041.1387 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winmmbase.dll:Base Multimedia Extension API DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.19041.1320 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation xinput1_4.dll:Microsoft Common Controller API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.1.0:Microsoft Stacktrace: at net.minecraft.client.main.Main.main(Main.java:199) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

    -- System Details -- Details: Minecraft Version: 1.18.1 Minecraft Version ID: 1.18.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 1178882552 bytes (1124 MiB) / 2051014656 bytes (1956 MiB) up to 4294967296 bytes (4096 MiB) CPUs: 8 Processor Vendor: AuthenticAMD Processor Name: AMD Ryzen 5 3400G with Radeon Vega Graphics
    Identifier: AuthenticAMD Family 23 Model 24 Stepping 1 Microarchitecture: Zen / Zen+ Frequency (GHz): 3.70 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 8 Graphics card #0 name: spacedesk Graphics Adapter Graphics card #0 vendor: datronicsoft Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: DriverVersion=1.1.334.150 Graphics card #1 name: Radeon RX 590 Series Graphics card #1 vendor: Advanced Micro Devices, Inc. (0x1002) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x67df Graphics card #1 versionInfo: DriverVersion=27.20.22001.14011 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 2.67 Memory slot #0 type: DDR4 Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 2.67 Memory slot #1 type: DDR4 Virtual memory max (MB): 40634.68 Virtual memory used (MB): 13401.27 Swap memory total (MB): 7936.00 Swap memory used (MB): 0.00 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m Fabric Mods: baritone: Baritone 1.18-SNAPSHOT fabric: Fabric API 0.45.0+1.18 fabric-api-base: Fabric API Base 0.4.1+b4f4f6cd65 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.0+17be577f65 fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a965 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d9565 fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d9565 fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cd65 fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c665 fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73d65 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d9565 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.7+43d2957165 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378a65 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f1765 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cd65 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d9565 fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b565 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d9565 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f365 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cd65 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca33565 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d9565 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d9565 fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+b4f4f6cd65 fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d9565 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d9565 fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cd65 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.0+3b82842e65 fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+3ac43d9565 fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1ac65 fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.6+533be9ba65 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d9565 fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d9565 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cd65 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d765 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d9565 fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cd65 fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378a65 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d9565 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d9565 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d9565 fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a765 fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d9565 fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d9565 fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.4+7de09f5565 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.6+b4f4f6cd65 fabricloader: Fabric Loader 0.12.12 java: OpenJDK 64-Bit Server VM 17 meteor-client: Meteor Client 0.4.7-1390 meteor-tweaks: Meteor Tweaks 1.0.5 minecraft: Minecraft 1.18.1 orion: Orion 0.1 Launched Version: fabric-loader-0.12.12-1.18.1 Backend library: LWJGL version 3.2.2 build 10 Backend API: Radeon RX 590 Series GL version 3.2.14739 Core Profile Forward-Compatible Context 21.6.1 27.20.22001.14011, ATI Technologies Inc. Window size: GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) CPU: 8x AMD Ryzen 5 3400G with Radeon Vega Graphics

    -- Meteor Client -- Version: 0.4.7 Dev Build: 1390

    Steps to reproduce

    1. Install the latest dev builds of Orion and Meteor
    2. start the game
    

    Operating System

    Windows

    Orion Version

    latest-1.18 build

    Meteor Version

    dev build 0.4.7 - 1390

    Minecraft Version

    1.18.1

    Other mods

    1. Fabric API
    2. Meteor
    3. Meteor Tweaks (The bug occurs without it as well, I tested it.)
    
    bug 
    opened by BookWyrm114 1
  • various fixes

    various fixes

    Description

    too lazy to fill out this template fixed orion to work with latest meteor version fixed loading of logo hud element images fixed logo hud element scaling fixed typo in text hud preset

    Related Issue

    Motivation and Context

    How Has This Been Tested?

    Screenshots (if appropriate):

    Types of changes

    • [ ] Bug fix (non-breaking change which fixes an issue)
    • [ ] New feature (non-breaking change which adds functionality)
    • [ ] Breaking change (fix or feature that would cause existing functionality to change)
    • [ ] My code follows the code style of this project.
    • [ ] Have you successfully ran tests with your changes locally?
    opened by RacoonDog 0
  • [Bug]

    [Bug]

    Describe the bug

    Can't get past launch. It crashes every time.

    Crashlog

    ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft!

    Time: 7/11/22, 6:23 PM Description: Initializing game

    java.lang.NoClassDefFoundError: meteordevelopment/meteorclient/systems/hud/HUD at me.ghosttypes.orion.Orion.onInitialize(Orion.java:58) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at meteordevelopment.meteorclient.MeteorClient.onInitializeClient(MeteorClient.java:95) at net.minecraft.class_310.handler$bji004$onInit(class_310.java:11918) at net.minecraft.class_310.(class_310.java:636) at net.minecraft.client.main.Main.main(Main.java:198) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) Caused by: java.lang.ClassNotFoundException: meteordevelopment.meteorclient.systems.hud.HUD at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:226) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:145) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520) ... 9 more

    Steps to reproduce

    1. Launch the game
    2. Crash

    Operating System

    Windows

    Addon Version

    0.1

    Meteor Version

    0.5.0-1526

    Minecraft Version

    1.19

    Other mods

    fabric-api-0.57.0+1.19
    iris-mc1.19-1.2.5
    lithium-fabric-mc1.19-0.8.0
    meteor-client-0.5.0-1526
    meteor-rejects-addon-0.2
    multiconnect-1.6-beta.18
    sodium-fabric-mc1.19-0.4.2+build.16
    starlight-1.1.1+fabric.ae22326
    villager-roller-1.3+mc1.19-rev.b16e705
    
    bug 
    opened by Khorvell 0
  • Improved burrow & packet fly [Suggestion]

    Improved burrow & packet fly [Suggestion]

    Describe the feature

    Can you guys add an improved burrow with the default setting work on 2b2t.net

    May you guys please add packet fly with many customizable settings

    enhancement 
    opened by Skygamer10 0
Releases(latest-1.19.2)
Owner
Anti Cope
Anti Cope