Virtual baggett commands

Discuss how to make GIFs

2013.01.18 00:53 jdk Discuss how to make GIFs

Let's talk about making GIFs: tutorials, useful sites, commands, VirtualDub filters, Photoshop techniques, commentary on the various GIF subreddits, etc.
[link]


2013.04.23 18:58 darkveil Unreal Engine

[link]


2016.03.29 22:41 Dwood15 Homebrew for N64

A sub-reddit for N64 Homebrew Discussion, & Creation.
[link]


2024.05.19 05:00 xoxefo3952 Harley - The Outlaw Chronicles - Book One by Vampire Whore to Read for Free - Romance Stories

Harley was the product of an affair. After her mother died, she decided to make contact with her father, Ron Hale, a criminal and leader of a felon-filled, biker outlaw club, The Savage Scorpions. After months of virtual communication, she decides to visit him in his small Californian town of Pleasant-Tree-Ville. When she arrives, she gets less than a warm welcome from the other SS members. As the days pass, she starts forming friendships, bonds and something a little more with Alexander Coates, Her father's second-in-command... and best friend. It's not till Harley opens up to one of her new friends that some old, dark family secrets come to light. Mother betraying Daughter, Wife Betraying husband.. And Friend betraying Friend. All Harley wanted to do was meet her father... but she is about to get a lot more than she bargained for! Read more
submitted by xoxefo3952 to Novelideas [link] [comments]


2024.05.19 02:02 Massive_Active_7431 Minecraft Fabric with mods crash.

Howdy! My english bad sorry for that but are you know what mod are crashing game? When I create new world game crashes.
---- Minecraft Crash Report ----
// You're mean.
Time: 2024-05-19 04:57:47
Description: Exception in server tick loop
java.lang.BootstrapMethodError: java.lang.RuntimeException: Mixin transformation of com.simibubi.create.content.trains.entity.Train failed
`at com.simibubi.create.content.trains.GlobalRailwayManager.loadTrackData(GlobalRailwayManager.java:94)` `at com.simibubi.create.content.trains.GlobalRailwayManager.levelLoaded(GlobalRailwayManager.java:83)` `at com.simibubi.create.foundation.events.CommonEvents.onLoadWorld(CommonEvents.java:171)` `at net.fabricmc.fabric.api.event.lifecycle.v1.ServerWorldEvents.lambda$static$0(ServerWorldEvents.java:34)` `at net.minecraft.server.MinecraftServer.redirect$coo000$fabric-lifecycle-events-v1$onLoadWorld(MinecraftServer.java:4870)` `at net.minecraft.server.MinecraftServer.method_3786(MinecraftServer.java:360)` `at net.minecraft.server.MinecraftServer.method_3735(MinecraftServer.java:324)` `at net.minecraft.class_1132.method_3823(class_1132.java:69)` `at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:646)` `at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:265)` `at java.base/java.lang.Thread.run(Thread.java:833)` 
Caused by: java.lang.RuntimeException: Mixin transformation of com.simibubi.create.content.trains.entity.Train failed
`at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427)` `at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323)` `at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218)` `at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119)` `at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)` `... 11 more` 
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
`at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392)` `at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234)` `at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202)` `at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422)` `... 15 more` 
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [create_interactive.mixins.json:MixinTrain from mod create_interactive] from phase [DEFAULT] in config [create_interactive.mixins.json] FAILED during APPLY
`at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638)` `at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589)` `at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379)` `... 18 more` 
Caused by: org.spongepowered.asm.mixin.transformer.throwables.InvalidMixinException: u/Overwrite method findCollidingTrain in create_interactive.mixins.json:MixinTrain from mod create_interactive was not located in the target class com.simibubi.create.content.trains.entity.Train. Using refmap create_interactive-fabric-refmap.json
`at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachSpecialMethod(MixinPreProcessorStandard.java:436)` `at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachOverwriteMethod(MixinPreProcessorStandard.java:416)` `at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attachMethods(MixinPreProcessorStandard.java:346)` `at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.attach(MixinPreProcessorStandard.java:299)` `at org.spongepowered.asm.mixin.transformer.MixinPreProcessorStandard.createContextFor(MixinPreProcessorStandard.java:277)` `at org.spongepowered.asm.mixin.transformer.MixinInfo.createContextFor(MixinInfo.java:1289)` `at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:294)` `at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422)` `at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403)` `at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363)` `... 18 more` 
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
`Minecraft Version: 1.20.1` `Minecraft Version ID: 1.20.1` `Operating System: Windows 11 (amd64) version 10.0` `Java Version: 17.0.8, Microsoft` `Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft` `Memory: 2679414400 bytes (2555 MiB) / 4932501504 bytes (4704 MiB) up to 34359738368 bytes (32768 MiB)` `CPUs: 16` `Processor Vendor: GenuineIntel` `Processor Name: 11th Gen Intel(R) Core(TM) i7-11700K @ 3.60GHz` `Identifier: Intel64 Family 6 Model 167 Stepping 1` `Microarchitecture: Rocket Lake` `Frequency (GHz): 3.60` `Number of physical packages: 1` `Number of physical CPUs: 8` `Number of logical CPUs: 16` `Graphics card #0 name: NVIDIA GeForce RTX 3080` `Graphics card #0 vendor: NVIDIA (0x10de)` `Graphics card #0 VRAM (MB): 4095.00` `Graphics card #0 deviceId: 0x2216` `Graphics card #0 versionInfo: DriverVersion=31.0.15.5212` `Memory slot #0 capacity (MB): 16384.00` `Memory slot #0 clockSpeed (GHz): 3.20` `Memory slot #0 type: DDR4` `Memory slot #1 capacity (MB): 16384.00` `Memory slot #1 clockSpeed (GHz): 3.20` `Memory slot #1 type: DDR4` `Virtual memory max (MB): 38777.41` `Virtual memory used (MB): 14516.93` `Swap memory total (MB): 6144.00` `Swap memory used (MB): 0.00` `JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx32G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M` `Fabric Mods:` `ad_astra: Ad Astra 1.15.18` `javazoom_jlayer: jlayer 1.0.1` `alloy_forgery: Alloy Forgery 2.1.2+1.20` `antique-atlas: Antique Atlas 2.7.2+1.20` `folk_sisby_kaleido-config: kaleido-config 0.1.1+1.1.0-beta.3` `surveyor: Surveyor Map Framework 0.4.3+1.20` `appleskin: AppleSkin 2.5.1+mc1.20` `archers: Archers (RPG Series) 1.2.1+1.20.1` `com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2` `ranged_weapon_api: RangedWeaponAPI 1.1.0+1.20.1` `structure_pool_api: Structure Pool API 1.0+1.20.1` `architectury: Architectury 9.2.14` `artifacts: Artifacts 9.5.5` `cardinal-components-base: Cardinal Components API (base) 5.2.2` `cardinal-components-entity: Cardinal Components API (entities) 5.2.2` `expandability: ExpandAbility 9.0.4` `step-height-entity-attribute: Step Height Entity Attribute 1.2.0` `azurelibarmor: AzureLib Armor 2.0.3` `balm-fabric: Balm 7.2.2` `bclib: BCLib 3.0.14` `wunderlib: WunderLib 1.1.5` `bettercombat: Better Combat 1.8.5+1.20.1` `betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3` `org_reflections_reflections: reflections 0.10.2` `betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4` `betterend: Better End 4.0.11` `betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6` `betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6` `betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5` `bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4` `betternether: Better Nether 9.0.10` `betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4` `betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3` `bookshelf: Bookshelf 20.1.10` `bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1` `maelstrom_library: Maelstrom Library 1.6.1-1.20` `multipart_entities: MultipartEntities 1.5-1.20` `botarium: Botarium 2.3.3` `team_reborn_energy: Energy 3.0.0` `cardinal-components: Cardinal Components API 5.2.2` `cardinal-components-block: Cardinal Components API (blocks) 5.2.2` `cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2` `cardinal-components-item: Cardinal Components API (items) 5.2.2` `cardinal-components-level: Cardinal Components API (world saves) 5.2.2` `cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2` `cardinal-components-world: Cardinal Components API (worlds) 5.2.2` `carryon: Carry On` [`2.1.2.7`](http://2.1.2.7) `charmofundying: Charm of Undying 6.5.0+1.20.1` `spectrelib: SpectreLib 0.13.15+1.20.1` `cicada: CICADA 0.7.1+1.20.1` `cloth-config: Cloth Config v11 11.1.118` `cloth-basic-math: cloth-basic-math 0.6.1` `crawl: Crawl 0.12.0` `mm: Manningham Mills 2.3` `create: Create 0.5.1-f-build.1417+mc1.20.1` `com_electronwill_night-config_core: core 3.6.6` `com_electronwill_night-config_toml: toml 3.6.6` `com_google_code_findbugs_jsr305: jsr305 3.0.2` `flywheel: Flywheel 0.6.10-2` `forgeconfigapiport: Forge Config API Port 8.0.0` `milk: Milk Lib 1.2.60` 
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
 `porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1` `porting_lib_models: Porting Lib Models 2.3.2+1.20.1` 
porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
 `porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1` `porting_lib_tags: Porting Lib Tags 3.0` `reach-entity-attributes: Reach Entity Attributes 2.4.0` `registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1` 
porting_lib_data: Porting Lib Data 2.1.1090+1.20
porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
 `create_interactive: Create: Interactive 1.0.2-beta.2` `create_jetpack: Create Jetpack 4.2.0` `flightlib: Flight Lib 2.1.0` `createbigcannons: Create Big Cannons 0.5.4-nightly-8b9cea6` `ritchiesprojectilelib: Ritchie's Projectile Library 1.0.0-369e88d+1.20.1-fabric` 
porting_lib_utility: Porting Lib Utility 2.1.1127+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20
 `creativecore: CreativeCore 2.11.28` `net_minecraftforge_eventbus: eventbus 6.0.3` `creeperoverhaul: Creeper Overhaul 3.0.2` `distanthorizons: Distant Horizons 2.0.4-a-dev` `do_a_barrel_roll: Do a Barrel Roll 3.5.6+1.20.1` `fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT` `mixinsquared: MixinSquared 0.1.1` `dsurround: Dynamic Surroundings 0.3.3` `org_openjdk_nashorn_nashorn-core: nashorn-core 15.4` `eatinganimationid: Eating Animation 1.20+1.9.61` `elytraslot: Elytra Slot 6.3.0+1.20.1` `endermanoverhaul: Enderman Overhaul 1.0.4` `endrem: End Remastered 5.2.4` `fabric-api: Fabric API 0.92.0+1.20.1` `fabric-api-base: Fabric API Base 0.4.31+1802ada577` `fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577` `fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577` `fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577` `fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577` `fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577` `fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577` `fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77` `fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577` `fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377` `fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377` `fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577` `fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577` `fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577` `fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177` `fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577` `fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577` `fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77` `fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577` `fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377` `fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577` `fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577` `fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577` `fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577` `fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377` `fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577` `fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577` `fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677` `fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577` `fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577` `fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577` `fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777` `fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577` `fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377` `fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577` `fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577` `fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577` `fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577` `fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577` `fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577` `fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377` `fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777` `fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577` `fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377` `fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577` `fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577` `fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577` `fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577` `fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577` `fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577` `fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.4+1802ada577` `fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577` `fabric-language-kotlin: Fabric Language Kotlin 1.10.20+kotlin.1.9.24` `org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.24` `org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.24` `org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.24` `org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.24` `org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0` `org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0` `org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0` `org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0` `org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3` `org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3` `org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3` `fabricloader: Fabric Loader 0.15.11` `mixinextras: MixinExtras 0.3.5` `fallingtrees: Falling Trees 0.12` `farmersdelight: Farmer's Delight 1.20.1-2.1.1+refabricated` `porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1` `porting_lib_base: Porting Lib Base 2.3.4+1.20.1` 
porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
 `porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1` `porting_lib_config: Porting Lib Config 2.3.4+1.20.1` `porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1` 
porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
porting_lib_common: Porting Lib Common 2.3.4+1.20.1
 `porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1` 
porting_lib_core: Porting Lib Core 2.3.4+1.20.1
 `porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1` `porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1` `porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1` `porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1` `porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1` `figura: Figura 0.1.4+1.20.1` `com_github_figuramc_luaj_luaj-core: luaj-core 3.0.8-figura` `com_github_figuramc_luaj_luaj-jse: luaj-jse 3.0.8-figura` `com_neovisionaries_nv-websocket-client: nv-websocket-client 2.14` `firstperson: FirstPerson 2.3.4` `framework: Framework 0.6.27` `org_javassist_javassist: javassist 3.29.2-GA` `friendlyfire: FriendlyFire 18.0.6` `geckolib: GeckoLib 4 4.4.4` `com_eliotlash_mclib_mclib: mclib 20` `goblintraders: Goblin Traders 1.9.3` `graveyard: The Graveyard 3.0` `guardvillagers: GuardVillagers 2.0.9-1.20.1` `midnightlib: MidnightLib 1.4.1` `healthindicatortxf: Health Indicator TXF 1.20.1-1.2.3-fabric` `configlibtxf: ConfigLib TXF 4.2.1-fabric` `horizontal_glass_panes: Horizontal Glass Panes 2.0.0` `indium: Indium 1.0.30+mc1.20.4` `inventoryprofilesnext: Inventory Profiles Next 1.10.10` `iris: Iris 1.7.0+mc1.20.1` `io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13` `org_anarres_jcpp: jcpp 1.4.14` `org_antlr_antlr4-runtime: antlr4-runtime 4.11.1` `irisflw: Iris Flywheel Compat 0.2.5` `ironchest: Iron Chests 2.0.2` `libgui: LibGui 8.1.1+1.20.1` 
jankson: Jankson 6.0.0+j1.2.3
blue_endless_jankson: jankson 1.2.3
libninepatch: LibNinePatch 1.2.0
 `itemphysic: ItemPhysic 1.7.1` `jade: Jade 11.9.2+fabric` `java: OpenJDK 64-Bit Server VM 17` `jei: Just Enough Items` [`15.3.0.4`](http://15.3.0.4) `jeresources: Just Enough Resources` [`1.4.0.247`](http://1.4.0.247) `jewelry: Jewelry (RPG Series) 1.3.0+1.20.1` `kiwi: Kiwi Library 11.6.2` `lambdynlights: LambDynamicLights 2.3.2+1.20.1` `pride: Pride Lib 1.2.0+1.19.4` `spruceui: SpruceUI 5.0.0+1.20` `libipn: libIPN 4.0.2` `lithium: Lithium 0.11.2` `minecraft: Minecraft 1.20.1` `mobsunscreen: Mob Sunscreen 3.1.0` `modmenu: Mod Menu 7.2.2` `mythicmounts: Mythic Mounts 1.20.1-7.4` `naturalist: Naturalist 4.0.3` `nethersdelight: Nether's Delight 1.0.0` `disable_custom_worlds_advice: Disable Custom Worlds Advice 4.1` `notenoughanimations: NotEnoughAnimations 1.7.3` `notreepunching: No Tree Punching 7.1.0` `nyfsspiders: Nyf's Spiders 2.1.1` `opf: Modern Online Picture Frames 1` `owo: oωo 0.11.1+1.20` `paladins: Paladins & Priests (RPG Series) 1.2.0+1.20.1` `pandalib: PandaLib 0.2.1` `passablefoliage: Passable Foliage 1.20.1-fabric-8.2.1` `patchouli: Patchouli 1.20.1-84-FABRIC` `fiber: fiber 0.23.0-2` `player-animator: Player Animator 1.0.2-rc1+1.20` `polymorph: Polymorph 0.49.3+1.20.1` `presencefootsteps: Presence Footsteps 1.9.4+1.20.1` `kirin: Kirin UI 1.15.6+1.20.1` `puffish_skills: Pufferfish's Skills 0.12.1` `reeses-sodium-options: Reese's Sodium Options 1.7.2+mc1.20.1-build.101` `repurposed_structures: Repurposed Structures 7.1.15+1.20.1-fabric` `resourcefulconfig: Resourcefulconfig 2.1.2` `resourcefullib: Resourceful Lib 2.1.24` `com_teamresourceful_bytecodecs: bytecodecs 1.0.2` `com_teamresourceful_yabn: yabn 1.0.3` `runes: Runes 0.9.11+1.20.1` `simplyswords: Simply Swords 1.55.0-1.20.1` `sit: Sit 1.20-24` `sliceanddice: Create Slice & Dice 3.2.1` `snowrealmagic: Snow! Real Magic! 10.4.3` `sodium: Sodium 0.5.8+mc1.20.1` `sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115` `caffeineconfig: CaffeineConfig 1.3.0+1.17` `crowdin-translate: CrowdinTranslate 1.4+1.19.3` `spell_engine: Spell Engine 0.14.3+1.20.1` `spell_power: Spell Power Attribute 0.10.2+1.20.1` `travelersbackpack: Traveler's Backpack fabric-1.20.1-9.1.12` `travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2` `trinkets: Trinkets 3.7.2` `valkyrienskies: Valkyrien Skies 2 2.3.0-beta.5` `visuality: Visuality 0.7.1+1.20` `vs_eureka: VS Eureka Mod 1.5.1-beta.3` `watching: From The Fog 1.9.2` `water-erosion: Water Erosion 1.1.6` `waterdripsound: Drip Sounds 1.19-0.3.2` `waystones: Waystones 14.1.3` `wizards: Wizards (RPG Series) 1.2.0+1.20.1` `yet_another_config_lib_v3: YetAnotherConfigLib 3.4.2+1.20.1-fabric` `com_twelvemonkeys_common_common-image: common-image 3.10.0` `com_twelvemonkeys_common_common-io: common-io 3.10.0` `com_twelvemonkeys_common_common-lang: common-lang 3.10.0` `com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0` `com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0` `com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0` `org_quiltmc_parsers_gson: gson 0.2.1` `org_quiltmc_parsers_json: json 0.2.1` `yungsapi: YUNG's API 1.20-Fabric-4.0.5` `yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3` `yungsextras: YUNG's Extras 1.20-Fabric-4.0.3` `Loaded Shaderpack: (off)` `Flywheel Backend: GL33 Instanced Arrays` `Server Running: true` `Player Count: 0 / 8; []` `Data Packs: vanilla, fabric` `Enabled Feature Flags: minecraft:vanilla` `World Generation: Experimental` `Type: Integrated Server (map_client.txt)` `Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'` `Launched Version: fabric-loader-0.15.11-1.20.1` 
submitted by Massive_Active_7431 to fabricmc [link] [comments]


2024.05.19 01:20 VFM_Systems Can not get Eddy to save probe offset, get Failed calibration

The current issue is with my Eddy USB. No matter what I try, it fails the z offset calibration saying:
Failed calibration - frequency not increasing each step
This only happens after I try to run the save_config option.
##################################################################### # Include Control ##################################################################### #[include led_macros.cfg] #[include toolboard.cfg] #[include adxl.cfg] [include Homing.cfg] [include mainsail.cfg] #[include Euclid.cfg] [exclude_object] [gcode_arcs] resolution: 0.1 [include macros.cfg] #[include led_progress.cfg] [include nevermore.cfg] # This file contains all settings for KAMP, and must be included in printer.cfg with: [include KAMP_Settings.cfg] ### The following [includes] can be uncommented from within KAMP_Settings.cfg. ### # This file enables the use of adaptive meshing. #[include ./KAMP/Adaptive_Meshing.cfg] # This file enables the use of adaptive line purging. [include ./KAMP/Line_Purge.cfg] # This file enables the use of the adaptive Voron logo purge. #[include ./KAMP/Voron_Purge.cfg] # This file enables the use of KAMP's Smart Park feature. [include ./KAMP/Smart_Park.cfg] ##################################################################### # Stepper Control ##################################################################### [stepper_x] step_pin: PC14 dir_pin: PC13 enable_pin: !PC15 microsteps: 16 rotation_distance: 40 endstop_pin: tmc2209_stepper_x:virtual_endstop # PA13 for X-max; endstop have'!' is NO position_endstop: -4 position_max: 325 position_min: -5 homing_speed: 20 homing_retract_dist: 0 [stepper_y] step_pin: PB5 dir_pin: !PB4 enable_pin: !PB6 microsteps: 16 rotation_distance: 40 endstop_pin: tmc2209_stepper_y:virtual_endstop # PC5 for Y-max; endstop have'!' is NO position_endstop: 0 position_max: 330 homing_speed: 20 homing_retract_dist: 0 [stepper_z] step_pin: PE5 dir_pin: PE4 enable_pin: !PC15 microsteps: 16 rotation_distance: 8 endstop_pin: probe:z_virtual_endstop # PB12 for Z-max; endstop have'!' is NO position_max: 400 position_min: -10 homing_speed: 5 [stepper_z1] step_pin: PE1 dir_pin: PE0 enable_pin: !PE2 microsteps: 16 rotation_distance: 8 [extruder] step_pin: PD6 dir_pin: !PD5 enable_pin: !PD7 microsteps: 16 microsteps: 16 full_steps_per_rotation: 400 gear_ratio: 3:1 rotation_distance: 26.370 nozzle_diameter: 0.400 filament_diameter: 1.750 pressure_advance_smooth_time: 0.025 pressure_advance: 0.0425 heater_pin: PB1 sensor_type: PT1000 sensor_pin: PC1 #control: pid #pid_Kp: 22 #pid_Ki: 1.08 #pid_Kd: 114 min_temp: 0 max_temp: 350 max_extrude_cross_section: 15 max_extrude_only_distance: 200 ##################################################################### # Feature Control ##################################################################### [skew_correction] [exclude_object] [input_shaper] #shaper_type_x = ei #shaper_freq_x = 67.2 #shaper_type_y = 2hump_ei #shaper_freq_y = 64.2 [bed_screws] screw1: 5, 5 screw2: 165, 5 screw3: 325, 5 screw4: 5, 325 screw5: 165, 325 screw6: 325, 325 [screws_tilt_adjust] screw1: 10, 10 screw1_name: front left screw screw2: 320, 10 screw2_name: front right screw screw3: 320, 225 screw3_name: rear right screw screw4: 10, 225 screw4_name: rear left screw horizontal_move_z: 12 speed: 350. screw_thread: CW-M3 [bed_mesh] speed: 250 probe_count: 5, 5 horizontal_move_z: 12 algorithm: bicubic mesh_min : 20, 10 mesh_max : 310, 285 fade_start: 1 fade_end: 10 mesh_pps: 2,3 bicubic_tension: 0.2 move_check_distance: 3 split_delta_z: 0.025 [z_tilt] z_positions: -50,165 380,165 # A list of X, Y coordinates (one per line; subsequent lines # indented) describing the location of each bed "pivot point". The # "pivot point" is the point where the bed attaches to the given Z # stepper. It is described using nozzle coordinates (the X, Y position # of the nozzle if it could move directly above the point). The # first entry corresponds to stepper_z, the second to stepper_z1, # the third to stepper_z2, etc. This parameter must be provided. points: 20,165 310,165 # A list of X, Y coordinates (one per line; subsequent lines # indented) that should be probed during a Z_TILT_ADJUST command. # Specify coordinates of the nozzle and be sure the probe is above # the bed at the given nozzle coordinates. This parameter must be # provided. speed: 350 # The speed (in mm/s) of non-probing moves during the calibration. # The default is 50. horizontal_move_z: 12 # The height (in mm) that the head should be commanded to move to # just prior to starting a probe operation. The default is 5. retries: 5 # Number of times to retry if the probed points aren't within # tolerance. retry_tolerance: 0.02 # If retries are enabled then retry if largest and smallest probed # points differ more than retry_tolerance. Note the smallest unit of # change here would be a single step. However if you are probing # more points than steppers then you will likely have a fixed # minimum value for the range of probed points which you can learn # by observing command output. [force_move] enable_force_move: True #[safe_z_home] #home_xy_position: 165, 90 # Change coordinates to the center of your print bed #speed: 250 #z_hop: 10 # Move up 10mm #z_hop_speed: 5 ##################################################################### # Thermistors ##################################################################### [thermistor Trianglelab-NTC100K-B3950] temperature1: 25 resistance1: 103180 temperature2: 150 resistance2: 1366.2 temperature3: 250 resistance3: 168.6 [heater_bed] heater_pin: PB10 sensor_type: Trianglelab-NTC100K-B3950 sensor_pin: PC0 control: pid pid_Kp: 54.027 pid_Ki: 0.770 pid_Kd: 948.182 min_temp: 0 max_temp: 110 max_power: 0.75 [temperature_sensor chamber] sensor_type: Generic 3950 sensor_pin: PC2 min_temp: 0 max_temp: 100 gcode_id: C ##################################################################### # Fan Control ##################################################################### #fan for printed model FAN0 [fan] pin: !PA0 max_power: 1 # adjust below 1 if you would like the max speed to be slower off_below: 0.3 # minimum speed where the fan starts spinning - on octopus pro this is correct - will be lower maybe 0 on mellow Super 8 because of different GPIO pullup and protection resistors cycle_time: .0005 #fan for control board FAN2 [controller_fan MCU_Cooling] pin: PA2 max_power: 0.5 #Hotend fan [heater_fan Hotend_Fan] pin: PA1 heater: extruder [fan_generic Nevermore] pin: PB0 ##################################################################### # Machine ##################################################################### [axis_twist_compensation] speed: 250 # The speed (in mm/s) of non-probing moves during the calibration. # The default is 50. horizontal_move_z: 12 # The height (in mm) that the head should be commanded to move to # just prior to starting a probe operation. The default is 5. calibrate_start_x: 20 # Defines the minimum X coordinate of the calibration # This should be the X coordinate that positions the nozzle at the starting # calibration position. This parameter must be provided. calibrate_end_x: 310 # Defines the maximum X coordinate of the calibration # This should be the X coordinate that positions the nozzle at the ending # calibration position. This parameter must be provided. calibrate_y: 165 # Defines the Y coordinate of the calibration # This should be the Y coordinate that positions the nozzle during the # calibration process. This parameter must be provided and is recommended to # be near the center of the bed [printer] kinematics: corexy max_velocity: 800 max_accel: 25000 max_z_velocity: 10 max_z_accel: 30 square_corner_velocity: 20 # [mcu lights] # serial: /dev/serial/by-id/usb-Klipper_stm32f103xe_35FFDA05304E553137682443-if00 [mcu] serial: /dev/serial/by-id/usb-Klipper_stm32f407xx_290031000E5031334C363220-if00 [pause_resume] [display_status] [virtual_sdcard] path: /home/pi/printer_data/gcodes on_error_gcode: CANCEL_PRINT [servo DockServo] pin: PA15 maximum_servo_angle: 180 minimum_pulse_width: 0.00025 maximum_pulse_width: 0.0024 ##################################################################### # BTT Eddy ##################################################################### [mcu eddy] serial: /dev/serial/by-id/usb-Klipper_rp2040_4550357129120F28-if00 [temperature_sensor btt_eddy_mcu] sensor_type: temperature_mcu sensor_mcu: eddy min_temp: 10 max_temp: 100 [probe_eddy_current btt_eddy] sensor_type: ldc1612 z_offset: 1.0 #i2c_address: i2c_mcu: eddy i2c_bus: i2c0f x_offset: -33 # Set according to the actual offset relative to the nozzle y_offset: -20 # Set according to the actual offset relative to the nozzle data_rate: 500 [temperature_probe btt_eddy] sensor_type: Generic 3950 sensor_pin: eddy:gpio26 horizontal_move_z: 2 [bed_mesh] horizontal_move_z: 2 speed: 300 mesh_min: 43, 30 mesh_max: 290, 300 probe_count: 9, 9 algorithm: bicubic #[safe_z_home] #home_xy_position: 197, 185 #z_hop: 10 #z_hop_speed: 15 #speed: 200 ##################################################################### # LED Control ##################################################################### # [neopixel HotendLight] # pin: lights:PA8 # chain_count: 6 # color_order: GRB # initial_RED: 1 # initial_GREEN: 0 # initial_BLUE: 1 [neopixel OverheadLight] pin: PA8 chain_count: 23 color_order: GRB initial_red: 1 initial_green: 1 initial_blue: 1 ######################################## # TMC UART configuration ######################################## [tmc2209 stepper_x] uart_pin: PE6 run_current: 1.2 hold_current: 0.5 stealthchop_threshold: 1 diag_pin: ^PA14 driver_SGTHRS: 50 interpolate: true [tmc2209 stepper_y] uart_pin: PB3 run_current: 1.2 hold_current: 0.5 stealthchop_threshold: 1 diag_pin: ^PB12 driver_SGTHRS: 50 interpolate: true [tmc2209 stepper_z] uart_pin: PE3 run_current: 0.5 hold_current: 0.5 stealthchop_threshold: 999999 [tmc2209 stepper_z1] uart_pin: PB7 run_current: 0.5 hold_current: 0.5 stealthchop_threshold: 999999 [tmc2209 extruder] uart_pin: PD4 run_current: 0.5 hold_current: 0.5 sense_resistor: 0.110 stealthchop_threshold: 999999 ######################################## # Display ######################################## [display] lcd_type: uc1701 cs_pin: EXP1_3 a0_pin: EXP1_4 rst_pin: EXP1_5 contrast: 63 encoder_pins: ^EXP2_5, ^EXP2_3 click_pin: ^!EXP1_2 ## Some micro-controller boards may require an spi bus to be specified: #spi_bus: spi ## Alternatively, some micro-controller boards may work with software spi: spi_software_miso_pin: EXP2_1 spi_software_mosi_pin: EXP2_6 spi_software_sclk_pin: EXP2_2 [neopixel Screen] pin: EXP1_6 chain_count: 3 color_order: RGB initial_RED: 1.0 initial_GREEN: 0 initial_BLUE: 0 ######################################## # EXP1 / EXP2 (display) pins ######################################## [board_pins] aliases: # EXP1 header EXP1_1=PB2, EXP1_3=PE11, EXP1_5=PD9, EXP1_7=PE15, EXP1_9=, EXP1_2=PE10, EXP1_4=PD10, EXP1_6=PD8, EXP1_8=PE7, EXP1_10=<5V>, # EXP2 header EXP2_1=PA6, EXP2_3=PE9, EXP2_5=PE8, EXP2_7=PB11, EXP2_9=, EXP2_2=PA5, EXP2_4=PA4, EXP2_6=PA7, EXP2_8=, EXP2_10=<3.3v> # Pins EXP2_1, EXP2_6, EXP2_2 are also MISO, MOSI, SCK of bus "ssp1" # See the MKS Lcd Config path file for definitions of common LCD displays. ######################################## # Auto tune ######################################## #*# <---------------------- SAVE_CONFIG -------------------- #*# DO NOT EDIT THIS BLOCK OR BELOW. The contents are auto-generated. #*# #*# [input_shaper] #*# shaper_type_x = mzv #*# shaper_freq_x = 120 #*# shaper_type_y = mzv #*# shaper_freq_y = 60 #*# #*# [bed_mesh default] #*# version = 1 #*# points = #*# -0.087500, -0.085000, -0.055000, -0.051250, -0.098750 #*# -0.091250, -0.068750, -0.032500, -0.045000, -0.080000 #*# -0.096250, -0.077500, -0.038750, -0.073750, -0.098750 #*# -0.110000, -0.097500, -0.065000, -0.106250, -0.180000 #*# tension = 0.2 #*# min_x = 56.21 #*# algo = lagrange #*# y_count = 4 #*# mesh_y_pps = 3 #*# min_y = 68.12 #*# x_count = 5 #*# max_y = 263.01 #*# mesh_x_pps = 2 #*# max_x = 276.1 #*# #*# [extruder] #*# control = pid #*# pid_kp = 25.341 #*# pid_ki = 2.521 #*# pid_kd = 63.669 #*# #*# [skew_correction CaliFlower] #*# xy_skew = 0.011027909611065182 #*# xz_skew = 0.0 #*# yz_skew = 0.0 #*# #*# [probe_eddy_current btt_eddy] #*# reg_drive_current = 16 
submitted by VFM_Systems to BIGTREETECH [link] [comments]


2024.05.19 01:20 CriticalReveal1776 Latest version crashing on Nvidia

I recently upgraded all the packages on my system (NixOS unstable) and now Hyprland crashes on startup. I was previously on 0.40, so I'm not sure why it's not working. Possibly another package? Here is the log:

```

Hyprland Crash Report

Well this is awkward.
Hyprland received signal 6(ABRT) Version: f8857e6072bd85b95393499688872aaf7f088b5b Tag:
System info: System name: Linux Node name: aragorn Release: 6.9.1 Version: #1-NixOS SMP PREEMPT_DYNAMIC Fri May 17 10:18:09 UTC 2024
GPU: 0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation GP104 [GeForce GTX 1080] [10de:1b80] (rev a1) (prog-if 00 [VGA controller])
os-release: ANSICOLOR="1;34" BUG_REPORT_URL="https://github.com/NixOS/nixpkgs/issues" BUILD_ID="24.05.20240517.4a6b83b" DOCUMENTATION_URL="https://nixos.org/learn.html" HOME_URL="https://nixos.org/" ID=nixos IMAGE_ID="" IMAGE_VERSION="" LOGO="nix-snowflake" NAME=NixOS PRETTY_NAME="NixOS 24.05 (Uakari)" SUPPORT_URL="https://nixos.org/community.html" VERSION="24.05 (Uakari)" VERSION_CODENAME=uakari VERSION_ID="24.05" Backtrace: # /home/lenny/.nix-profile/bin/Hyprland(_Z12getBacktracev+0x48) [0x6aeb88] getBacktrace() ??:? #1 /home/lenny/.nix-profile/bin/Hyprland(_ZN13CrashReporter18createAndSaveCrashEi+0x805) [0x6182e5] CrashReporter::createAndSaveCrash(int) ??:? #2 /home/lenny/.nix-profile/bin/Hyprland(_Z25handleUnrecoverableSignali+0x5f) [0x59dd7f] handleUnrecoverableSignal(int) ??:? #3 /nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31/lib/libc.so.6(+0x3ff30) [0x7fb7e296ff30] ?? ??:0 #4 /nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31/lib/libc.so.6(+0x8fefc) [0x7fb7e29bfefc] ?? ??:0 #5 /nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31/lib/libc.so.6(gsignal+0x16) [0x7fb7e296fe86] ?? ??:0 #6 /nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31/lib/libc.so.6(abort+0xd7) [0x7fb7e2958935] ?? ??:0 #7 /nix/store/xq4l4d5yva871mbqf99k1d40pqir490c-gcc-13.2.0-lib/lib/libstdc++.so.6(+0xacc0b) [0x7fb7e2cacc0b] ?? ??:0 #8 /nix/store/xq4l4d5yva871mbqf99k1d40pqir490c-gcc-13.2.0-lib/lib/libstdc++.so.6(+0xbc21a) [0x7fb7e2cbc21a] ?? ??:0 #9 /nix/store/xq4l4d5yva871mbqf99k1d40pqir490c-gcc-13.2.0-lib/lib/libstdc++.so.6(+0xbc285) [0x7fb7e2cbc285] ?? ??:0 #1 /nix/store/xq4l4d5yva871mbqf99k1d40pqir490c-gcc-13.2.0-lib/lib/libstdc++.so.6(+0xbc4d7) [0x7fb7e2cbc4d7] ?? ??:0 #11 /home/lenny/.nix-profile/bin/Hyprland() [0x507c11] throwError(std::cxx11::basic_string, std::allocator > const&) [clone .cold] ??:? #12 /home/lenny/.nix-profile/bin/Hyprland(_ZN11CCompositor10initServerEv+0x2ca) [0x5adc4a] CCompositor::initServer() ??:? #13 /home/lenny/.nix-profile/bin/Hyprland(main+0x700) [0x55a9b0] main ??:? #14 /nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31/lib/libc.so.6(+0x2a10e) [0x7fb7e295a10e] ?? ??:0 #15 /nix/store/apab5i73dqa09wx0q27b6fbhd1r18ihl-glibc-2.39-31/lib/libc.so.6(_libc_start_main+0x89) [0x7fb7e295a1c9] ?? ??:0 #16 /home/lenny/.nix-profile/bin/Hyprland(_start+0x25) [0x59dbe5] _start ??:?
Log tail: [LOG] [FractionalScale] Registered global [LOG] [XDGOutput] Registered global [LOG] [CursorShape] Registered global [LOG] [IdleInhibit] Registered global [LOG] [RelativePointer] Registered global [LOG] [XDGDecoration] Registered global [LOG] [AlphaModifier] Registered global [LOG] [GammaControl] Registered global [LOG] [ForeignToplevel] Registered global [LOG] [PointerGestures] Registered global [LOG] [ForeignToplevelWlr] Registered global [LOG] [ShortcutsInhibit] Registered global [LOG] [TextInputV3] Registered global [LOG] [PointerConstraints] Registered global [LOG] [OutputPower] Registered global [LOG] [XDGActivation] Registered global [LOG] [IdleNotify] Registered global [LOG] [SessionLock] Registered global [LOG] [IMEv2] Registered global [LOG] [VirtualKeyboard] Registered global [LOG] [VirtualPointer] Registered global [LOG] [OutputManagement] Registered global [LOG] [ServerDecorationKDE] Registered global [LOG] [FocusGrab] Registered global [LOG] [TabletV2] Registered global [LOG] [LayerShell] Registered global [LOG] [Presentation] Registered global [LOG] [XDGShell] Registered global [LOG] [DataDeviceWlr] Registered global [LOG] [PrimarySelection] Registered global [LOG] ToplevelExportManager started successfully! [LOG] TextInputV1Manager started successfully! [LOG] GlobalShortcutsManager started successfully! [LOG] ScreencopyProtocolManager started successfully! [LOG] Creating the SeatManager! [LOG] Creating the KeybindManager! [LOG] Creating the AnimationManager! [LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 19.43µs. Estimated average calc time: 0.04µs. [LOG] Creating the ConfigManager! [LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 9.42µs. Estimated average calc time: 0.03µs. [LOG] Using config: /home/lenny/.config/hyphyprland.conf [INFO] !!!!HEY YOU, YES YOU!!!!: further logs to stdout / logfile are disabled by default. BEFORE SENDING THIS LOG, ENABLE THEM. Use debug:disable_logs = false to do so: https://wiki.hyprland.org/Configuring/Variables/#debug [LOG] Creating the CHyprError! [LOG] Creating the LayoutManager! [LOG] Creating the TokenManager! [LOG] [hookSystem] New hook event registered: preConfigReload [LOG] Created a bezier curve, baked 255 points, mem usage: 4.08kB, time to bake: 9.20µs. Estimated average calc time: 0.03µs. [LOG] Using config: /home/lenny/.config/hyphyprland.conf [LOG] Disabling stdout logs! Check the log for further logs. [LOG] Creating the PointerManager! [EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT" [EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT" [rendeegl.c:319] Software rendering detected, please use the WLR_RENDERER_ALLOW_SOFTWARE environment variable to proceed [rendeegl.c:571] Failed to initialize EGL context [rendegles2/renderer.c:503] Could not initialize EGL [EGL] command: eglQueryDmaBufModifiersEXT, error: EGL_BAD_PARAMETER (0x300c), message: "EGL_BAD_PARAMETER error: In eglQueryDmaBufModifiersEXT: Invalid format " [rendeegl.c:851] Failed to query dmabuf number of modifiers [EGL] command: eglQueryDmaBufModifiersEXT, error: EGL_BAD_PARAMETER (0x300c), message: "EGL_BAD_PARAMETER error: In eglQueryDmaBufModifiersEXT: Invalid format " [rendeegl.c:851] Failed to query dmabuf number of modifiers [EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT" [EGL] command: eglQueryDeviceStringEXT, error: EGL_BAD_PARAMETER (0x300c), message: "eglQueryDeviceStringEXT" [rendeegl.c:319] Software rendering detected, please use the WLR_RENDERER_ALLOW_SOFTWARE environment variable to proceed [rendeegl.c:571] Failed to initialize EGL context [rendegles2/renderer.c:503] Could not initialize EGL [CRITICAL] m_sWLRRenderer was NULL! This usually means wlroots could not find a GPU or enountered some issues. [CRITICAL] Critical error thrown: wlr_gles2_renderer_create_with_drm_fd() failed!
```
submitted by CriticalReveal1776 to hyprland [link] [comments]


2024.05.19 01:06 SlavOnfredski Found a cardboard box deep in the old computer desk

Found a cardboard box deep in the old computer desk submitted by SlavOnfredski to 90s [link] [comments]


2024.05.19 00:13 douglaskeisenman Linux+ exam help

If you are unable to pass your CompTIA Certification Exam, get paid help from Online Helpers at Hiraedu!
Contact Details for Hiraedu Helper:
WhatsApp: +1 (213) 594-5657
Call: +1 727 456 9641
Website: hiraedu. com
Email: info@hiraedu. com
Here is a detailed guide to help you prepare for the Linux+ exam in one week:
Day 1-2: Understand the Exam Format and Content
Day 3-4: Study the Key Topics
Day 5: Practice Performance-Based Questions (PBQs)
Day 6-7: Final Preparations
Additional Tips
By following this guide, you'll be well-prepared to tackle the Linux+ exam in just one week. Good luck!
submitted by douglaskeisenman to CompTIA_ [link] [comments]


2024.05.19 00:13 Manhoms Venv disables itself when I close my terminal. :(

OS: Arch linux
Shell: zsh
Recently I tried to create a new virtual enviroment with the common way:
python -m venv venv ./venv/bin/activate 
It didn't work, the virtual environment simply did not activate, so I tried this.
source venv/bin/activate 
This worked well and I was able to use pip as normal, but when I closed my terminal for some reason venv deactivated itself and now every time I want to activate it I have to run the command again. I don't know if this is normal or it could cause problems.
And if I try to use pip without activating venv again this is the output:
× This environment is externally managed ╰─> To install Python packages system-wide, try 'pacman -S python-xyz', where xyz is the package you are trying to install. If you wish to install a non-Arch-packaged Python package, create a virtual environment using 'python -m venv path/to/venv'. Then use path/to/venv/bin/python and path/to/venv/bin/pip. If you wish to install a non-Arch packaged Python application, it may be easiest to use 'pipx install xyz', which will manage a virtual environment for you. Make sure you have python-pipx installed via pacman. note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. 
submitted by Manhoms to learnpython [link] [comments]


2024.05.18 21:22 SpeakMeAi AI and Brain-Computer Interfaces: The Future of Human-AI Collaboration

Looking 10-20 years into the future, one of the most exciting and transformative developments in AI is the integration with brain-computer interfaces (BCIs). This technology, which is still in its nascent stages today, promises to revolutionize the way humans interact with machines, creating seamless, direct communication between the brain and external devices.

What Are Brain-Computer Interfaces?

BCIs are systems that enable direct communication between the human brain and computers or other external devices. By detecting and interpreting neural signals, BCIs can allow individuals to control machines or software purely with their thoughts, bypassing the need for traditional input methods like keyboards, mice, or touchscreens.

The Role of AI in BCIs

AI plays a crucial role in the development and operation of BCIs by:
  1. Interpreting Neural Signals: AI algorithms can analyze complex neural patterns and translate them into actionable commands. This involves sophisticated machine learning techniques to understand and predict user intent based on brain activity.
  2. Adaptive Learning: AI can personalize the BCI experience by learning from individual users' neural patterns over time. This adaptability ensures more accurate and efficient communication as the system becomes attuned to the specific brain signals of the user.
  3. Enhancing Precision: AI improves the precision and reliability of BCIs, making the interaction more seamless and reducing errors. This is critical for applications requiring high levels of accuracy, such as medical devices or advanced prosthetics.

Potential Applications of AI-Enhanced BCIs

  1. Medical and Therapeutic Uses: BCIs could enable patients with paralysis or motor impairments to control prosthetic limbs, wheelchairs, or other assistive devices using their thoughts. AI-enhanced BCIs can also be used in neurorehabilitation, helping patients recover motor functions after strokes or injuries.
  2. Enhanced Human Capabilities: Beyond medical applications, BCIs could augment human abilities. For instance, they might enable people to control complex machinery or software with their minds, potentially transforming fields like manufacturing, design, and creative arts.
  3. Immersive Virtual and Augmented Reality: BCIs could revolutionize how we interact with virtual and augmented reality environments. Users could navigate and manipulate virtual spaces intuitively and naturally, creating more immersive and engaging experiences.
  4. Communication: For individuals with severe communication disabilities, BCIs could provide a means of expressing thoughts and emotions directly, dramatically improving their quality of life.

Ethical and Social Implications

The integration of AI and BCIs also raises important ethical and social considerations:
  1. Privacy and Security: The ability to read and interpret brain signals brings significant privacy concerns. Ensuring that neural data is protected and used ethically will be paramount.
  2. Accessibility and Equity: As with any advanced technology, ensuring that BCIs are accessible to all segments of society, not just the wealthy or privileged, is crucial.
  3. Human Identity and Agency: The merging of human cognition with machine intelligence challenges our understanding of identity and agency. Ensuring that individuals retain control over their own thoughts and actions will be essential.

Conclusion

The convergence of AI and brain-computer interfaces represents a frontier in human-machine interaction that could fundamentally change our capabilities and how we experience the world. Over the next 10-20 years, this technology holds the promise of not only enhancing human abilities and quality of life but also reshaping industries and creating entirely new ways for us to interact with technology. As we advance towards this future, it will be critical to navigate the ethical and social challenges to ensure that this powerful technology benefits all of humanity.
Read more SpeakMe.AI
submitted by SpeakMeAi to SpeakMeAI [link] [comments]


2024.05.18 20:00 iperrealistico Peaceful Vanilla Club [Semi-Vanilla] [SMP] {1.20} {Crossplay} {Java} {Bedrock}

ℹ️ For Java (PC/MAC/Linux) players → mc.peacefulvanilla.club [no port]
ℹ️ For Bedrock (PE/Console) players → bedrock.peacefulvanilla.club [port 19132] or add " Nifty Nemesis " as a friend and connect to the server through the multiplayer friends tab, in case neither method works have a look here
ℹ️ Websitewww.peacefulvanilla.club
ℹ️ Web mapswww.peacefulvanilla.club/maps
Enjoy a peaceful vanilla experience, with no grief, no pay to win ranks and no PvP outside arenas. Play like you do on single player, but with friends! With no worries. LGBTQ+ Friendly Minecraft Server. The server is based on Java Edition but you can play with Bedrock Edition too! This means you can play with MCPE (Pocket Editon) on iOS and Android smartphones. Of course, you can (and should) play also with the good old Java Edition.Peaceful Vanilla Club is a semi-vanilla virtual reality (VR) friendly server. We officially support the Vivecraft VR mod for Minecraft Java Edition, but the official Minecraft VR version for Oculus works very well too!
✅ No Fast Travel: Wander and Explore!
Say goodbye to teleportation on this semi-vanilla server. No /tp, /tpa, or /warp to shortcut your journey. Discover new and exciting ways to traverse the map, from subways and iceways to railways. Teleportation is off the table, enhancing the exploration experience and preserving the essence of the game.
✅ A Peaceful Place to Unwind
While the server operates on normal/hard mode, it's designed as a tranquil sanctuary. Chill alone or with friends in this peaceful haven. Enjoy the serenity, unless you venture into predefined hard survival areas for an adventurous twist!
✅ A Nostalgic Journey
Relive the golden age of Minecraft on this nostalgic server. A portion of the map harks back to Beta 1.7.3, with darker nights as a nod to the past. Immerse yourself in the nostalgia, complete with a replica of the iconic pack.png. Experience the essence of Minecraft's earlier days.
✅ No PvP Outside Arenas
This is a stress-free server with PvP restricted to designated arenas. Admins define special areas with keep-inventory, ensuring a camper-free environment. Enjoy the game without worrying about unexpected PvP encounters.
✅ Quality of Life Enhancements
Maintaining the vanilla feel, this server incorporates significant improvements without compromising the original gameplay. Experience the best of both worlds with enhanced features that elevate your gaming experience.
✅ No Map Resets: Timeless Terrains
Since its inception in Summer 2019, the server's map remains untouched. Embrace the commitment to a map that evolves with time, providing a stable and continuous world without the need for resets.
✅ Land Claims: Protect Your Territory
Secure your land with a unique block. Claim your space and create a safe haven for your builds. Obtain your first claim block after 30 minutes of playtime, or purchase more at the spawn. Rent, sell, or buy claims to shape the world to your liking.
✅ Player-Managed Economy: Build Your Empire
Engage in a fully functional player-driven economic system. Establish your shop using villagers, rent and sell areas to fellow players. The server encourages entrepreneurial spirit and creative business endeavors.
✅ Playtime Ranks: Rise Through the Ranks
Your playtime matters on this server. Unlock rewards and permissions as you ascend through playtime ranks. The more you play, the higher you rank, adding a rewarding progression system to your Minecraft experience.
✅ Commands and Utilities: Enhancing Gameplay
Enjoy additional utilities to manage your gameplay, including pet management, random teleportation on first join, unstuck features, the ability to sit down, Death Chests, Decorative Heads and more. These command enhancements add convenience to your Minecraft adventures.
✅ Hard Survival Areas: Seek the Challenge
For those seeking a more extreme adventure, enter the Hard Survival Area — an area of severe difficulty. Test your survival skills in this challenging terrain that offers a heightened level of excitement and risk.
submitted by iperrealistico to MCVanillaServers [link] [comments]


2024.05.18 18:11 tehcsiudai23 linux version for complete noob, on a t430s

i managed to score a couple of T430s's in pretty good nick, with virtually identical specs - 8gb ram (4gb x2), i5-3320m and SSD in both.
installed windows 11 in one and thinking of trying linux in the other.
i have no prior coding experience whatsoever. previously using windows almost exclusively. my only linux experience is setting up a headless pi as a seedbox but that's with following an online guide to a T. I am not really familiar with typing commands in terminal.
i have read previous subreddits and it seems that ubuntu, linux mint and fedora are popular choices. which one is best (most user friendly) for a complete noob starting to explore the linux world? mainly for recreation - simple word processing, documents, movies and youtube. thanks!
edit: oh if previous t430/t430s users face any driver issues while on any specific version of linux, do comment here as well. thinking of linux mint at the moment. is there an auto-update feature for drivers like in windows?
submitted by tehcsiudai23 to thinkpad [link] [comments]


2024.05.18 16:04 pscorbett Windows VM on PopOS

I've been "Linux Lurking" for a while. I've used Linux in various capacities on embedded devices, and have played around with a few distros booting from drives over the years, but I've never committed to using it as a daily driver. I have an aging HP laptop now and don't have the same Windows software requirements that I had before, so I think now's a good time to refresh it with a PopOS install. I anticipate needing Windows on occasion still and my plan is to just set up a virtual machine to run windows if I find I can't live without it for something.
Windows came preinstalled on this laptop, and I confirmed that it is an "OEM License" using command prompt. I was able to see what the license key was as well. I know Windows' OEM licenses are not transferrable, but I couldn't figure out if it is just tied to this hardware somehow? What are the chances that the OEM license I already have would still be valid running Linux in a VM on the same machine originally licensed? I really don't want to give Microsoft MORE money for a retail license if I can avoid it... they've gotten enough from me over the years.
submitted by pscorbett to pop_os [link] [comments]


2024.05.18 15:11 studentblues [Azure] How to use SSH from an AzureML job to clone a private GitHub repo?

I'm looking at cloning a private GitHub repo from an AzureML job. The Azure documentation only specifies this for a compute and virtual machines and not for ML jobs. I could probably go upload the keys along with the pipeline code that I upload from the command() instruction but I don't think this is the best way to do it.
submitted by studentblues to AZURE [link] [comments]


2024.05.18 13:14 radio_allah How do captured Frame Worlds work?

So I'm playing a Driven Assimilator playthrough, and my neighbour happened to start on a Frame World (from Gigastructures). After a long war, I've capured their Frame World and now has a size 78 planet with 250 pops on it.
So I'm wondering, does this 'commandeered' Frame World have any of the usual features of a Frame World start? Do I need to pay to expand districts, does it grow? Or is it just an absolutely humongous planet?
While we're at it: How would a Frame World existence synergise with Virtuality? I just picked it.
submitted by radio_allah to Stellaris [link] [comments]


2024.05.18 11:49 ThePiachu Some thoughts after finishing a Cosmogenesis run...

I'm by no means a dedicated Stellaris player, but I've put in my 300 hours since the original release. Recently the Cosmogenesis crysis looked interesting, so figured I'd give it a go. Here are some of my thoughts.
Overall, I enjoy it, perhaps moreso than my usual Stellaris games since it lets me skip the end game grind and play something really tall (went with individualistic virtual machines, also pretty fun!). Started with a Hegemon origin to have some ready Scholariums and so on and it was a pretty good pick - let me play under 100 Empire cap while having good power projection, not to mention having easy way to get pops once my Lathe came online.
The tall tech rush felt nice, almost lost the game when a Great Khan awoke close to me while my fleet was on the other side of the galaxy conquering enemies, but managed to bounce back from a final stand at my capital. After that things really popped off once I was able to absorb an empire and shove 200 fresh pops into my Lathe. Sure, I was burning through my money like there was no tomorrow and I would've been dead in the water if people decided to mass rebel against me, but that didn't happen. My standing with all the empires was shot and I stopped caring about my subject loyalty since it was so low anyway, but nothing really happened. Eventually I stabilised after taxing all my vassals as much as I could, built my needle and after pushing all my remote colonies into the Lathe and shutting them down, my Needle only needed to do two stops before hopping off to a victory.
So while I avoided having to deal with the end game crysis and conquering the entire galaxy, I did still experience the Stellaris grind of waging slow, one-sided wars as I conquered my new vassals. It was a bit better than Exterminator run, but I almost wish for some "auto command fleets" button so I don't have to slowly navigate each and every system and try to figure out where the last remote holdings a given empire has...
Resettling pops to the Lathe was also a bit of a chore since you have to click each and every pop individually, you don't even get the x10 or x100 button like on trade screens. Would be nice to have some button to move everyone to the Lathe, maybe a Decision or something.
I wish there was some way you could start consolidating your Vassals. After the Khan imploded their territory turned into border gore I had to deal with. Similarly one of my starting Vassals only had like 3 systems so I had to spend time to absorb them only to Lathe them and clean up their systems. Would be nice if I had an option to assimilate one Vassal into another or force them to transfer systems. Would really let me keep playing tall and keep a manageable amount of Vassals without their negatives kicking in too much.
Speaking of the negatives, it would be nice to maybe have some tech or decision to help manage that "divided attention" debuf. I went egalitarian so I couldn't do feudal, which meant I only had the ascension perk to manage that...
It's also a pity you can't Vassalise people in your Hegemony. I had to kick each of my initial members out at some point and then Vassalise them to bring them back into the club.
The Vassal contracts were just as fun as when Overlord introduced them. It was neat negotiating the terms and making sure my subjects grew so they could pay me better. The same I couldn't really say about the individual politics and espionage. I wish Espionage could've been automated since I can't be bothered to micromanage trying to spy on more than one empire at a time, and often I need to spy on like 3 of them. I was also unable to unassign Improve Relationship envoy when I wanted to assign someone to Harm Relationships to declare them my Rival and all...
Speaking of wishing for automation, as interesting as some event chains can be, having to click "Continue" on first contacts, archeology and rift explorations was just fiddly. Most of the time I didn't care about what happened there, especially not when I got that rift event chain of "press square or triangle! Wrong! Press the other button! That was 4 screens already! Do it 3 more times!".
It would also be nice to get some kind of button of "auto research a random tech when you have only infinite techs left" since with Cosmogenesis and its Lathe firing at all cylinders I had to click through like 3 Research Completes per month...
The virtual ascension is a neat way to take your empire, although I wish we could still be assembling some base robotic pops if we want to shove them in the Lathe. Maybe letting us make a second species that doesn't have the Virtual trait would work?
By the end of the game some of the Traditions were becoming a bit lacklustre for my empire type (very tall technology first). But I don't think I have a better idea of what else could be added, so I will make do with just taking Expansion last just to lower my Emprie Size from 140 to 130 ;).
But yeah, by the end of the playthrough I was already feeling the end game Stellaris grind setting in as I was sitting on unstoppable fleet that could just roll over an entire galaxy. I didn't want to declare 10 different wars to subjugate the rest of the galaxy, I didn't want to wait for the end game crysis. Heck, I was mostly constrained by not having enough Influence since I didn't bother doing Rivalries with people across the galaxy and integrating subjects took a lot of it. So I was glad to be able to Cosmogenesis and peace out before the year 2400. It felt kind of amusing exploiting like half of the galaxy for research and money and leaving it in shambles on my way out.
So yeah, I still think this is a decent game, gets more interesting with more DLCs, but I do wish there was at least an option to make it less fiddly more easily and not have to click through so many buttons for things I don't much care about...
submitted by ThePiachu to Stellaris [link] [comments]


2024.05.18 10:28 Command-Desperate Issues - BSDO - Windows 11 - Memory Related?

Morning Folks
CPU - Ryzen 5 3400G
RAM - 16GB DDR4 GPU - GTX 980TI
PSU - 550W
A friends computer is actually acting weird. He has 2 games he really only plays Football Manager 2022 and Sims 4, every now and then the games crash with the error IRQ not Less or Equals.
Anyway, Things I have done/tried

Ran Memtest86 overnight - No issues, and a nice Pass
Ran Prim95 for 5 hours, again no issues at all.
Ran Heavin benchmark over 10 times, no issues. Ran Furmark for 3 hours, no Issues. Bios updated to latest update
Took the GPU out and gave it to my son to use on his games and his PC, after 12 hours no issue. Swapped the RAM with my Sons PC and again no issues with my son using it.
I am unsure where else to look for this issue. I have upgraded him from Windows 10 -> 11 and the issue persists.
Crashes only happen during gaming. and again not every time.
Sometimes they can go days/weeks with 0 crashes on Sims, then play it once and crashes 6 times in a row,
Same thing with Football Manager
The only thing I can think off is the GPU needs 650w, and its only a 550w PSU installed, but I expect that to crash the whole PC as in I.E. Turn off, as I have had an issue like that before.
Anyone have any ideas what to try? Event Viewer is as useless as a chocolate teapot in this instance, and any Minidumps point to kernel.
************* Preparing the environment for Debugger Extensions Gallery repositories ************** ExtensionRepository : Implicit UseExperimentalFeatureForNugetShare : true AllowNugetExeUpdate : true NonInteractiveNuget : true AllowNugetMSCredentialProviderInstall : true AllowParallelInitializationOfLocalRepositories : true EnableRedirectToV8JsProvider : false -- Configuring repositories -- Repository : LocalInstalled, Enabled: true -- Repository : UserExtensions, Enabled: true >>>>>>>>>>>>> Preparing the environment for Debugger Extensions Gallery repositories completed, duration 0.000 seconds ************* Waiting for Debugger Extensions Gallery to Initialize ************** >>>>>>>>>>>>> Waiting for Debugger Extensions Gallery to Initialize completed, duration 0.016 seconds -- Repository : UserExtensions, Enabled: true, Packages count: 0 -- Repository : LocalInstalled, Enabled: true, Packages count: 41 Microsoft (R) Windows Debugger Version 10.0.27553.1004 AMD64 Copyright (c) Microsoft Corporation. All rights reserved. Loading Dump File [C:\Users\natha\Desktop\051524-4984-01.dmp] Mini Kernel Dump File: Only registers and stack trace are available ************* Path validation summary ************** Response Time (ms) Location Deferred srv* Symbol search path is: srv* Executable search path is: Windows 10 Kernel Version 22621 MP (8 procs) Free x64 Product: WinNt, suite: TerminalServer SingleUserTS Personal Kernel base = 0xfffff805`7d800000 PsLoadedModuleList = 0xfffff805`7e413110 Debug session time: Wed May 15 20:41:16.870 2024 (UTC + 1:00) System Uptime: 0 days 0:18:54.520 Loading Kernel Symbols ............................................................... ................................................................ .............................................................. Loading User Symbols PEB is paged out (Peb.Ldr = 000000a6`5460f018). Type ".hh dbgerr001" for details Loading unloaded module list ...... For analysis of this file, run !analyze -v nt!KeBugCheckEx: fffff805`7dc183e0 48894c2408 mov qword ptr [rsp+8],rcx ss:0018:ffffec02`40cbbd70=000000000000001a 7: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* MEMORY_MANAGEMENT (1a) # Any other values for parameter 1 must be individually examined. Arguments: Arg1: 0000000000000403, The subtype of the BugCheck. Arg2: fffff400d3ec9240 Arg3: 8100000354a58c66 Arg4: fffff400d33c9240 Debugging Details: ------------------ KEY_VALUES_STRING: 1 Key : Analysis.CPU.mSec Value: 1187 Key : Analysis.Elapsed.mSec Value: 1394 Key : Analysis.IO.Other.Mb Value: 0 Key : Analysis.IO.Read.Mb Value: 0 Key : Analysis.IO.Write.Mb Value: 0 Key : Analysis.Init.CPU.mSec Value: 202 Key : Analysis.Init.Elapsed.mSec Value: 3789 Key : Analysis.Memory.CommitPeak.Mb Value: 96 Key : Bugcheck.Code.LegacyAPI Value: 0x1a Key : Bugcheck.Code.TargetModel Value: 0x1a Key : Dump.Attributes.AsUlong Value: 1008 Key : Dump.Attributes.DiagDataWrittenToHeader Value: 1 Key : Dump.Attributes.ErrorCode Value: 0 Key : Dump.Attributes.KernelGeneratedTriageDump Value: 1 Key : Dump.Attributes.LastLine Value: Dump completed successfully. Key : Dump.Attributes.ProgressPercentage Value: 0 Key : Failure.Bucket Value: 0x1a_403_nt!MiDeleteClusterPage Key : Failure.Hash Value: {f401e11c-900d-f6cd-c291-93cf0151a773} BUGCHECK_CODE: 1a BUGCHECK_P1: 403 BUGCHECK_P2: fffff400d3ec9240 BUGCHECK_P3: 8100000354a58c66 BUGCHECK_P4: fffff400d33c9240 FILE_IN_CAB: 051524-4984-01.dmp DUMP_FILE_ATTRIBUTES: 0x1008 Kernel Generated Triage Dump BLACKBOXBSD: 1 (!blackboxbsd) BLACKBOXNTFS: 1 (!blackboxntfs) BLACKBOXWINLOGON: 1 CUSTOMER_CRASH_COUNT: 1 PROCESS_NAME: TiWorker.exe STACK_TEXT: ffffec02`40cbbd68 fffff805`7dcc6770 : 00000000`0000001a 00000000`00000403 fffff400`d3ec9240 81000003`54a58c66 : nt!KeBugCheckEx ffffec02`40cbbd70 fffff805`7db3eede : 00000000`0036b884 fffff805`7db10cad 00000000`00354a50 000001a7`00000001 : nt!MiDeleteClusterPage+0x186ee0 ffffec02`40cbbf60 fffff805`7db104c8 : fffff400`d3eca000 ffffec02`40cbc560 fffff400`d3ec9ff8 ffffec02`40cbc560 : nt!MiDeletePteRun+0x77e ffffec02`40cbc150 fffff805`7daf39b9 : ffffec02`40cbc560 fffff400`d3ec9ff8 00000000`00000000 ffff8307`f5de6740 : nt!MiDeleteVaTail+0x48 ffffec02`40cbc180 fffff805`7daf3afa : ffffec02`00000000 ffff8307`f5de6740 fffff47a`00000000 ffffec02`40cbc5b0 : nt!MiWalkPageTablesRecursively+0x4e9 ffffec02`40cbc210 fffff805`7daf3afa : ffffec02`40cbc560 ffff8307`f5de6740 fffff47a`00000000 ffffec02`40cbc5c0 : nt!MiWalkPageTablesRecursively+0x62a ffffec02`40cbc2a0 fffff805`7daf3afa : ffffec02`40cbc560 ffff8307`f5de6740 fffff47a`00000000 ffffec02`40cbc5d0 : nt!MiWalkPageTablesRecursively+0x62a ffffec02`40cbc330 fffff805`7daf33d1 : ffff8307`f90c3950 ffff8307`f5de6740 00000000`00000000 ffffec02`40cbc5e0 : nt!MiWalkPageTablesRecursively+0x62a ffffec02`40cbc3c0 fffff805`7db11882 : ffffec02`40cbc560 00000000`00000001 00000000`00000002 00000000`00000000 : nt!MiWalkPageTables+0x371 ffffec02`40cbc4c0 fffff805`7db20e4e : ffff8307`f5de6590 ffff8307`f13f4080 ffffec02`40cbc860 ffff8307`f13f4780 : nt!MiDeletePagablePteRange+0x3c2 ffffec02`40cbc7d0 fffff805`7df88497 : 00000000`00000000 fffff805`00000001 00000000`00000001 ffffec02`40cbc948 : nt!MiDeleteVirtualAddresses+0x4e ffffec02`40cbc820 fffff805`7da7a697 : 000001a7`d9020000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!MiDeleteVad+0x1b7 ffffec02`40cbc8e0 fffff805`7dfa0bb0 : 00000000`00000000 00000000`00000000 ffffec02`40cbca40 ffff8307`00000000 : nt!MiFreeVadRange+0xa3 ffffec02`40cbc940 fffff805`7dfa07c5 : 000000a6`5497a148 00000000`00000001 000000a6`5497a6e0 000001a7`d9020040 : nt!MmFreeVirtualMemory+0x3b0 ffffec02`40cbca80 fffff805`7dc2d938 : ffff8307`f13f4080 000001a7`da4a0b40 00000000`000034a0 000001a7`df490080 : nt!NtFreeVirtualMemory+0x95 ffffec02`40cbcae0 00007ffb`85d4f724 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x28 000000a6`5497a598 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x00007ffb`85d4f724 SYMBOL_NAME: nt!MiDeleteClusterPage+186ee0 MODULE_NAME: nt IMAGE_VERSION: 10.0.22621.3447 STACK_COMMAND: .cxr; .ecxr ; kb IMAGE_NAME: ntkrnlmp.exe BUCKET_ID_FUNC_OFFSET: 186ee0 FAILURE_BUCKET_ID: 0x1a_403_nt!MiDeleteClusterPage OSPLATFORM_TYPE: x64 OSNAME: Windows 10 FAILURE_ID_HASH: {f401e11c-900d-f6cd-c291-93cf0151a773} Followup: MachineOwner --------- 
submitted by Command-Desperate to pcmasterrace [link] [comments]


2024.05.18 10:13 vikashnehra How to Install PowerMTA on Ubuntu

https://youtu.be/HEvfSOJhCLI

Introduction

PowerMTA, a leading mail transfer agent, is renowned for its robust performance in email delivery systems. When installed on Ubuntu, a popular and stable Linux distribution, PowerMTA leverages the system's reliability and efficiency, providing an optimal environment for managing large volumes of email. This guide aims to equip you with the knowledge to successfully install PowerMTA on your Ubuntu server, enhancing your email marketing strategies and delivery rates.

Prerequisites for Installation

  1. VPS or cloud or dedicated server with at least 2GB of RAM (recommended minimum 8GB). Best and cheap VPS for email marketing
  2. A domain name. I prefer to buy domain names from Namecheap, Godaddy.
  3. PowerMTA rpm file and license. You can get it from Sparkpost.
Before embarking on the PowerMTA installation journey, ensure your Ubuntu server meets the necessary system requirements. It's crucial to have an updated and upgraded system, alongside a proper network configuration, to facilitate a smooth installation process. This section covers the essential steps to prepare your environment for PowerMTA installation.

Downloading PowerMTA

  1. Visit the official Port25 website to download the PowerMTA software package.
  2. Choose the appropriate version for CentOS 7 and download the package to your server.

List of VPS Hosting that Provides Open Port 25

Here is a list of some companies:
  1. Contabo.
  2. OVH.

Preparing Ubuntu for PowerMTA Installation

To pave the way for a successful PowerMTA installation, specific dependencies and libraries must be in place. Additionally, adjusting system settings and permissions is crucial to avoid common pitfalls during the installation phase. This section provides detailed instructions on preparing your Ubuntu system for PowerMTA.
Provide commands to update the system packages and ensure the server is up to date.
sudo apt update sudo apt upgrade 
Install Dependencies: PowerMTA may require some dependencies to be installed. Common dependencies include glibc, libstdc++, and libgcc. You can install them using apt:
sudo apt install glibc libstdc++ libgcc 

Installing PowerMTA on Ubuntu

This crucial part of the guide walks you through the PowerMTA installation process on Ubuntu, detailing each step to ensure you achieve a successful setup. It also includes guidance on validating the installation to confirm that PowerMTA is correctly installed and operational on your server.
Once you have obtained the PowerMTA installation files, transfer .deb file to your Ubuntu server root folder
sudo dpkg -i PowerMTA-5.0r8.deb 
PowerMTA Installed Successfully. Now You Need Configure Some File.
Then Copy your license file to /etc/pmta/ and you are done!

Configuring PowerMTA

With PowerMTA installed, proper configuration is key to harnessing its full potential. Learn how to navigate the basic settings, edit the configuration file, and set up essential features like virtual MTAs and IP rotation for optimal performance and deliverability.
Config file located in /etc/pmta/ directory just open it so we edit and configure.
You will find a place where you can change the IP address And Also Find a Place Where You Can Change Your domain Name.
powermta configDownload
Now restart PowerMTA service using the following command:
sudo systemctl restart pmta 
Configuration Is Complete.

4. Send a Test Email:-

Hostname: Your Ip Server Ip Address/domain Name Username: Your in config file Password: Your password XXXXX from the section in config file Port: 25
Go to SMTPER.NET and enter your server details as follows:

Introduction

PowerMTA, a leading mail transfer agent, is renowned for its robust performance in email delivery systems. When installed on Ubuntu, a popular and stable Linux distribution, PowerMTA leverages the system's reliability and efficiency, providing an optimal environment for managing large volumes of email. This guide aims to equip you with the knowledge to successfully install PowerMTA on your Ubuntu server, enhancing your email marketing strategies and delivery rates.

Prerequisites for Installation

  1. VPS or cloud or dedicated server with at least 2GB of RAM (recommended minimum 8GB). Best and cheap VPS for email marketing
  2. A domain name. I prefer to buy domain names from Namecheap, Godaddy.
  3. PowerMTA rpm file and license. You can get it from Sparkpost.
Before embarking on the PowerMTA installation journey, ensure your Ubuntu server meets the necessary system requirements. It's crucial to have an updated and upgraded system, alongside a proper network configuration, to facilitate a smooth installation process. This section covers the essential steps to prepare your environment for PowerMTA installation.

Downloading PowerMTA

  1. Visit the official Port25 website to download the PowerMTA software package.
  2. Choose the appropriate version for CentOS 7 and download the package to your server.

List of VPS Hosting that Provides Open Port 25

Here is a list of some companies:
  1. Contabo.
  2. OVH.

Preparing Ubuntu for PowerMTA Installation

To pave the way for a successful PowerMTA installation, specific dependencies and libraries must be in place. Additionally, adjusting system settings and permissions is crucial to avoid common pitfalls during the installation phase. This section provides detailed instructions on preparing your Ubuntu system for PowerMTA.
Provide commands to update the system packages and ensure the server is up to date.
sudo apt update sudo apt upgrade 
Install Dependencies: PowerMTA may require some dependencies to be installed. Common dependencies include glibc, libstdc++, and libgcc. You can install them using apt:
sudo apt install glibc libstdc++ libgcc 

Installing PowerMTA on Ubuntu

This crucial part of the guide walks you through the PowerMTA installation process on Ubuntu, detailing each step to ensure you achieve a successful setup. It also includes guidance on validating the installation to confirm that PowerMTA is correctly installed and operational on your server.
Once you have obtained the PowerMTA installation files, transfer .deb file to your Ubuntu server root folder
sudo dpkg -i PowerMTA-5.0r8.deb 
PowerMTA Installed Successfully. Now You Need Configure Some File.
Then Copy your license file to /etc/pmta/ and you are done!

Configuring PowerMTA

With PowerMTA installed, proper configuration is key to harnessing its full potential. Learn how to navigate the basic settings, edit the configuration file, and set up essential features like virtual MTAs and IP rotation for optimal performance and deliverability.
Config file located in /etc/pmta/ directory just open it so we edit and configure.
You will find a place where you can change the IP address And Also Find a Place Where You Can Change Your domain Name.
powermta configDownload
Now restart PowerMTA service using the following command:
sudo systemctl restart pmta 
Configuration Is Complete.

4. Send a Test Email:-

Hostname: Your Ip Server Ip Address/domain Name Username: Your in config file Password: Your password XXXXX from the section in config file Port: 25
Go to SMTPER.NET and enter your server details as follows:
How To Install Powermta On Centos 7 17
installation and configuration PowerMTA Completed.

Configure SPF, DKIM and DMARC:-

Dkim (DomainKeys Identified Mail) :
Run the following commands:
1: openssl genrsa -out dkim.private.key 1024 2: openssl rsa -in dkim.private.key -out dkim.public.key -pubout -outform PEM 
Now Open Dkim.public.key File and copy dkim code.
Dkim Format
"v=DKIM1; k=rsa; p=Your Dkim Code" 
Now Open your DNS zone in and add the following record
SPF (Sender Policy Framework):
To set up SPF. Open your DNS zone in and add the following record:
v=spf1 a ip4:XXX.XXX.XXX.XXX ~all 
XXX.XXX.XXX.XXX = Replace with your server IP.
DMARC (Domain-based Message Authentication, Reporting & Conformance):
Open your DNS zone in and add the following record
v=DMARC1; p=none; fo=1; rua=mailto:dmarc@yourdomain.com; ruf=mailto:dmarc@yourdomain.com 

Integrating PowerMTA with Email Applications

Seamless integration of PowerMTA with your email applications is vital for effective email delivery. This section provides insights into configuring connection settings for various email applications and testing the integration to ensure reliable email dispatch.

Monitoring and Managing PowerMTA

Effective monitoring and management are paramount for maintaining PowerMTA's performance. Discover the essential tools and commands for monitoring your PowerMTA installation, understanding its logs and reports for better management and optimization.

Security and Maintenance

Ensuring the security of your PowerMTA installation is critical. This section emphasizes the best practices for securing your PowerMTA setup and outlines routine maintenance tasks to keep your system running smoothly and securely.

Troubleshooting Common Issues

Even with meticulous installation and configuration, issues can arise. This part of the guide helps you identify and troubleshoot common problems, providing solutions and directing you to additional support resources.

Advanced Features and Customization

Dive deeper into PowerMTA's capabilities by exploring advanced features and customization options. Tailor PowerMTA to meet your specific requirements, enhancing its functionality and your email delivery success.

Conclusion

Installing PowerMTA on Ubuntu marks a significant step toward optimizing your email delivery system. This guide aims to provide a thorough understanding of the installation process, configuration, and maintenance, ensuring you can leverage PowerMTA's full potential on your Ubuntu server.
What are the system requirements for installing PowerMTA on Ubuntu?
VPS or cloud or dedicated server with at least 2GB of RAM (recommended minimum 8GB).
How do I verify the PowerMTA installation package's authenticity?
Download the package from the official PowerMTA vendor or a trusted source. Obtain the checksum or digital signature from the same source or a secure, verified channel. Use a tool like sha256sum or gpg on Ubuntu to verify the checksum or signature against the downloaded file.
What are the essential dependencies needed for PowerMTA installation on Ubuntu?
Before installing PowerMTA, you need to ensure that your system has the necessary dependencies, which typically include: libssl for secure connections rDNS configured for your IP to ensure proper email delivery and feedback loop handling Basic network tools and utilities for configuration and troubleshooting Installing these dependencies is usually straightforward via Ubuntu's package manager, apt.
How can I configure PowerMTA for optimal email delivery?
To configure PowerMTA for optimal email delivery: Edit the PowerMTA configuration file, typically located at /etc/pmta/config, to set up essential parameters like the administrative email, logging level, and SMTP settings. Configure virtual MTAs, domain-specific settings, and IP pools to manage how emails are routed and delivered. Set up DKIM, SPF, and DMARC records to improve email authentication and deliverability. Monitor the feedback loops and adjust settings based on the performance metrics and ISP feedback.
What tools are available for monitoring PowerMTA performance?
Several tools can help you monitor PowerMTA performance, including: PowerMTA's built-in web monitor interface, providing real-time data on queues, throughput, and bounces. Log files generated by PowerMTA, which can be analyzed for detailed insights into delivery success, failures, and deferrals. Third-party monitoring tools like Nagios or Zabbix, which can be configured to monitor PowerMTA services and alert on issues.
How do I troubleshoot common installation and configuration issues with PowerMTA?
To troubleshoot common issues with PowerMTA: Check the PowerMTA log files for detailed error messages and warnings, which can provide insights into what's going wrong. Ensure that all network settings, including hostname and DNS records, are correctly configured. Verify that all required dependencies are installed and up to date. If you encounter issues during the installation, double-check that you have followed all steps correctly and have the necessary permissions. Consult the PowerMTA user manual or online community forums for guidance on specific error messages or configuration challenges.Introduction
PowerMTA, a leading mail transfer agent, is renowned for its robust performance in email delivery systems. When installed on Ubuntu, a popular and stable Linux distribution, PowerMTA leverages the system's reliability and efficiency, providing an optimal environment for managing large volumes of email. This guide aims to equip you with the knowledge to successfully install PowerMTA on your Ubuntu server, enhancing your email marketing strategies and delivery rates.

Prerequisites for Installation

  1. VPS or cloud or dedicated server with at least 2GB of RAM (recommended minimum 8GB). Best and cheap VPS for email marketing
  2. A domain name. I prefer to buy domain names from Namecheap, Godaddy.
  3. PowerMTA rpm file and license. You can get it from Sparkpost.
Before embarking on the PowerMTA installation journey, ensure your Ubuntu server meets the necessary system requirements. It's crucial to have an updated and upgraded system, alongside a proper network configuration, to facilitate a smooth installation process. This section covers the essential steps to prepare your environment for PowerMTA installation.

Downloading PowerMTA

  1. Visit the official Port25 website to download the PowerMTA software package.
  2. Choose the appropriate version for CentOS 7 and download the package to your server.

List of VPS Hosting that Provides Open Port 25

Here is a list of some companies:
  1. Contabo.

Preparing Ubuntu for PowerMTA Installation

To pave the way for a successful PowerMTA installation, specific dependencies and libraries must be in place. Additionally, adjusting system settings and permissions is crucial to avoid common pitfalls during the installation phase. This section provides detailed instructions on preparing your Ubuntu system for PowerMTA.
Provide commands to update the system packages and ensure the server is up to date.
sudo apt update sudo apt upgrade 
Install Dependencies: PowerMTA may require some dependencies to be installed. Common dependencies include glibc, libstdc++, and libgcc. You can install them using apt:
sudo apt install glibc libstdc++ libgcc 

Installing PowerMTA on Ubuntu

This crucial part of the guide walks you through the PowerMTA installation process on Ubuntu, detailing each step to ensure you achieve a successful setup. It also includes guidance on validating the installation to confirm that PowerMTA is correctly installed and operational on your server.
Once you have obtained the PowerMTA installation files, transfer .deb file to your Ubuntu server root folder
sudo dpkg -i PowerMTA-5.0r8.deb 
PowerMTA Installed Successfully. Now You Need Configure Some File.
Then Copy your license file to /etc/pmta/ and you are done!

Configuring PowerMTA

With PowerMTA installed, proper configuration is key to harnessing its full potential. Learn how to navigate the basic settings, edit the configuration file, and set up essential features like virtual MTAs and IP rotation for optimal performance and deliverability.
Config file located in /etc/pmta/ directory just open it so we edit and configure.
You will find a place where you can change the IP address And Also Find a Place Where You Can Change Your domain Name.
powermta configDownload
Now restart PowerMTA service using the following command:
sudo systemctl restart pmta 
Configuration Is Complete.

4. Send a Test Email:-

Hostname: Your Ip Server Ip Address/domain Name Username: Your in config file Password: Your password XXXXX from the section in config file Port: 25
Go to SMTPER.NET and enter your server details as follows:
submitted by vikashnehra to selfhosted [link] [comments]


2024.05.18 09:44 TheMrSanta Trying to use Create Fabric, getting this error

Crashes after hitting play on the minecraft launcher during initialization
---- Minecraft Crash Report ----
// Daisy, daisy...
Time: 2024-05-18 03:39:56
Description: Initializing game
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'create'!
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) at net.minecraft.class\_310.(class\_310.java:458) at net.minecraft.client.main.Main.main(Main.java:211) 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) 
Caused by: java.lang.ExceptionInInitializerError
at com.simibubi.create.foundation.data.CreateRegistrate.registerBlockModel(CreateRegistrate.java:267) at com.simibubi.create.foundation.data.CreateRegistrate.lambda$blockModel$11(CreateRegistrate.java:233) at com.tterrag.registrate.fabric.EnvExecutor.runWhenOn(EnvExecutor.java:10) at com.simibubi.create.foundation.data.CreateRegistrate.onClient(CreateRegistrate.java:255) at com.simibubi.create.foundation.data.CreateRegistrate.lambda$blockModel$13(CreateRegistrate.java:233) at com.tterrag.registrate.AbstractRegistrate$Registration.lambda$register$0(AbstractRegistrate.java:124) at java.base/java.util.ArrayList.forEach(ArrayList.java:1511) at com.tterrag.registrate.AbstractRegistrate$Registration.register(AbstractRegistrate.java:124) at com.tterrag.registrate.AbstractRegistrate.onRegister(AbstractRegistrate.java:217) at com.tterrag.registrate.AbstractRegistrate.lambda$register$1(AbstractRegistrate.java:189) at com.tterrag.registrate.fabric.RegistryUtil.forAllRegistries(RegistryUtil.java:12) at com.tterrag.registrate.AbstractRegistrate.register(AbstractRegistrate.java:188) at com.simibubi.create.Create.onInitialize(Create.java:115) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ... 6 more 
Caused by: java.lang.RuntimeException: Mixin transformation of com.simibubi.create.content.schematics.client.SchematicHotbarSlotOverlay failed
at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:119) at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) at com.simibubi.create.content.schematics.client.SchematicHandler.(SchematicHandler.java:77) at com.simibubi.create.CreateClient.(CreateClient.java:70) ... 20 more 
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) ... 26 more 
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [raised.mixins.json:mods.CreateMixin$SchematicHotbarSlotOverlayMixin from mod raised] from phase [DEFAULT] in config [raised.mixins.json] FAILED during APPLY
at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) at org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) ... 29 more 
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Critical injection failure: u/Redirect annotation on redirectRenderOn could not find any targets matching 'Lcom/simibubi/create/content/schematics/client/SchematicHotbarSlotOverlay;renderOn(Lnet/minecraft/class_4587;I)V' in com.simibubi.create.content.schematics.client.SchematicHotbarSlotOverlay. Using refmap raised.refmap.json [PREINJECT Applicator Phase -> raised.mixins.json:mods.CreateMixin$SchematicHotbarSlotOverlayMixin from mod raised -> Prepare Injections -> -> redirect$fnb000$raised$redirectRenderOn(Lnet/minecraft/class_1041;)I -> Parse]
at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.validateTargets(InjectionInfo.java:658) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.findTargets(InjectionInfo.java:589) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.readAnnotation(InjectionInfo.java:330) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:316) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.(InjectionInfo.java:308) at org.spongepowered.asm.mixin.injection.struct.RedirectInjectionInfo.(RedirectInjectionInfo.java:44) at jdk.internal.reflect.GeneratedConstructorAccessor65.newInstance(Unknown Source) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo$InjectorEntry.create(InjectionInfo.java:149) at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.parse(InjectionInfo.java:710) at org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1329) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:422) at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ... 29 more 
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Render thread
Stacktrace:
at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) at net.minecraft.class\_310.(class\_310.java:458) 
-- Initialization --
Details:
Modules: ADVAPI32.dll:Advanced Windows 32 Base API:10.0.22621.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.22621.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTBASE.dll:Base cryptographic API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation CRYPTSP.dll:Cryptographic Service Provider API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation DBGHELP.DLL:Windows Image Helper:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation DNSAPI.dll:DNS Client API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation GDI32.dll:GDI Client DLL:10.0.22621.3085 (WinBuild.160101.0800):Microsoft Corporation IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation IPHLPAPI.DLL:IP Helper API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation KERNEL32.DLL:Windows NT BASE API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation KERNELBASE.dll:Windows NT BASE API Client DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation MpOav.dll:IOfficeAntiVirus Module:4.18.24040.4 (aa69a05caa955e1cebcc4d2dd249082d41b510c2):Microsoft Corporation NSI.dll:NSI User-mode interface DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation NTASN1.dll:Microsoft ASN.1 API:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation OLEAUT32.dll:OLEAUT32.DLL:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation Ole32.dll:Microsoft OLE for Windows:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation POWRPROF.dll:Power Profile Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation PSAPI.DLL:Process Status Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation Pdh.dll:Windows Performance Data Helper DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation RPCRT4.dll:Remote Procedure Call Runtime:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation SHCORE.dll:SHCORE:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation SHELL32.dll:Windows Shell Common Dll:10.0.22621.2792 (WinBuild.160101.0800):Microsoft Corporation UMPDC.dll:User Mode Power Dependency Coordinator:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation USER32.dll:Multi-User Windows USER API Client DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation USERENV.dll:Userenv:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation VERSION.dll:Version Checking and File Installation Libraries:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WINHTTP.dll:Windows HTTP Services:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WINMM.dll:MCI API DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WS2\_32.dll:Windows Socket 2.0 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation amsi.dll:Anti-Malware Scan Interface:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation apphelp.dll:Application Compatibility Client Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation awt.dll:OpenJDK Platform binary:17.0.8.0:Microsoft bcrypt.dll:Windows Cryptographic Primitives Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.22621.3374 (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.22621.1 (WinBuild.160101.0800):Microsoft Corporation dbgcore.DLL:Windows Core Debugging Helpers:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc.DLL:DHCP Client Service:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation dhcpcsvc6.DLL:DHCPv6 Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation fwpuclnt.dll:FWP/IPsec User-Mode API:10.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation gdi32full.dll:GDI Client DLL:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW java.dll:OpenJDK Platform binary:17.0.8.0:Microsoft javaw.exe:OpenJDK Platform binary:17.0.8.0:Microsoft jemalloc.dll jimage.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jli.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jna4234201223904327453.dll:JNA native library:6.1.4:Java(TM) Native Access (JNA) jsvml.dll:OpenJDK Platform binary:17.0.8.0:Microsoft jvm.dll:OpenJDK 64-Bit server VM:17.0.8.0:Microsoft kernel.appcore.dll:AppModel API Host:10.0.22621.2715 (WinBuild.160101.0800):Microsoft Corporation lwjgl.dll management.dll:OpenJDK Platform binary:17.0.8.0:Microsoft management\_ext.dll:OpenJDK Platform binary:17.0.8.0:Microsoft msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation msvcp\_win.dll:Microsoft® C Runtime Library:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation msvcrt.dll:Windows NT CRT DLL:7.0.22621.2506 (WinBuild.160101.0800):Microsoft Corporation mswsock.dll:Microsoft Windows Sockets 2.0 Service Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation napinsp.dll:E-mail Naming Shim Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation ncrypt.dll:Windows NCrypt Router:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation net.dll:OpenJDK Platform binary:17.0.8.0:Microsoft nio.dll:OpenJDK Platform binary:17.0.8.0:Microsoft nlansp\_c.dll:NLA Namespace Service Provider DLL:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation ntdll.dll:NT Layer DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation perfos.dll:Windows System Performance Objects DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation pfclient.dll:SysMain Client:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation pnrpnsp.dll:PNRP Name Space Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation profapi.dll:User Profile Basic API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation rasadhlp.dll:Remote Access AutoDial Helper:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation shlwapi.dll:Shell Light-weight Utility Library:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation sunmscapi.dll:OpenJDK Platform binary:17.0.8.0:Microsoft ucrtbase.dll:Microsoft® C Runtime Library:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation vcruntime140\_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation verify.dll:OpenJDK Platform binary:17.0.8.0:Microsoft win32u.dll:Win32u:10.0.22621.3593 (WinBuild.160101.0800):Microsoft Corporation windows.storage.dll:Microsoft WinRT Storage API:10.0.22621.3527 (WinBuild.160101.0800):Microsoft Corporation winrnr.dll:LDAP RnR Provider DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation wintypes.dll:Windows Base Types DLL:10.0.22621.1 (WinBuild.160101.0800):Microsoft Corporation wshbth.dll:Windows Sockets Helper DLL:10.0.22621.3374 (WinBuild.160101.0800):Microsoft Corporation zip.dll:OpenJDK Platform binary:17.0.8.0:Microsoft 
Stacktrace:
at net.minecraft.client.main.Main.main(Main.java:211) 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) 
-- System Details --
Details:
Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.8, Microsoft Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft Memory: 224617272 bytes (214 MiB) / 687865856 bytes (656 MiB) up to 11744051200 bytes (11200 MiB) CPUs: 32 Processor Vendor: GenuineIntel Processor Name: 13th Gen Intel(R) Core(TM) i9-13900KF Identifier: Intel64 Family 6 Model 183 Stepping 1 Microarchitecture: unknown Frequency (GHz): 3.00 Number of physical packages: 1 Number of physical CPUs: 24 Number of logical CPUs: 32 Graphics card #0 name: Virtual Desktop Monitor Graphics card #0 vendor: Virtual Desktop, Inc. Graphics card #0 VRAM (MB): 0.00 Graphics card #0 deviceId: unknown Graphics card #0 versionInfo: DriverVersion=15.39.56.845 Graphics card #1 name: NVIDIA GeForce RTX 4070 Ti Graphics card #1 vendor: NVIDIA (0x10de) Graphics card #1 VRAM (MB): 4095.00 Graphics card #1 deviceId: 0x2782 Graphics card #1 versionInfo: DriverVersion=31.0.15.5222 Memory slot #0 capacity (MB): 16384.00 Memory slot #0 clockSpeed (GHz): 4.80 Memory slot #0 type: Unknown Memory slot #1 capacity (MB): 16384.00 Memory slot #1 clockSpeed (GHz): 4.80 Memory slot #1 type: Unknown Virtual memory max (MB): 76441.78 Virtual memory used (MB): 21619.83 Swap memory total (MB): 43840.00 Swap memory used (MB): 148.09 JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance\_javaw.exe\_minecraft.exe.heapdump -Xss1M -Xmx11200m -Xms256m Fabric Mods: advancementplaques: Advancement Plaques 1.4.11 ambientenvironment: Ambient Environment [11.0.0.1](http://11.0.0.1) animatica: Animatica 0.6+1.20 appleskin: AppleSkin 2.5.1+mc1.20 architectury: Architectury 9.1.12 balm-fabric: Balm 7.1.4 betteradvancements: Better Advancements [0.3.2.161](http://0.3.2.161) bettercombat: Better Combat 1.8.5+1.20.1 betterstats: Better Statistics Screen 3.0.0-alpha.2+fabric-1.20.1 tcdcommons: TCD Commons API 3.0.0-alpha.2+fabric-1.20.1 bettertaskbar: Better Taskbar 1.7.0 betterthirdperson: Better Third Person 1.9.0 bhmenu: BHMenu-Fabric 2.4.1 blur: Blur (Fabric) 3.1.0 midnightlib: MidnightLib 1.4.1 satin: Satin 1.13.0 bobby: Bobby 5.0.1 com\_typesafe\_config: config 1.4.2 io\_leangen\_geantyref\_geantyref: geantyref 1.3.13 org\_spongepowered\_configurate-core: configurate-core 4.1.2 org\_spongepowered\_configurate-hocon: configurate-hocon 4.1.2 bookshelf: Bookshelf 20.0.4 brandedlogs: Branded Logs Fabric 1.0.1 bsvsb: Better Sodium Video Settings Button 3.0.3 camerautils: Camera Utils 1.20.1-1.0.5 capes: Capes 1.5.2+1.20 chat\_heads: Chat Heads 0.10.20 cherishedworlds: Cherished Worlds 6.1.2+1.20.1 chunksfadein: Chunks Fade In 1.0.5-1.20.1 com\_moandjiezana\_toml\_toml4j: toml4j 0.7.2 crowdin-translate: CrowdinTranslate 1.4+1.19.3 citresewn: CIT Resewn 1.1.3+1.20 citresewn-defaults: CIT Resewn: Defaults 1.1.3+1.20 cleanview: CleanView 1.20.1-v1-fabric cleardespawn: Clear Despawn 1.1.13 clienttweaks: Client Tweaks 11.1.0 cloth-config: Cloth Config v11 11.1.106 cloth-basic-math: cloth-basic-math 0.6.1 collective: Collective 7.57 connectivity: Connectivity Mod 1.20.1-4.5 continuity: Continuity 3.0.0-beta.5+1.20.1 controlling: Controlling For Fabric 12.0.2 craterlib: CraterLib 1.0.2 create: Create 0.5.1-f-build.1417+mc1.20.1 com\_electronwill\_night-config\_core: core 3.6.6 com\_electronwill\_night-config\_toml: toml 3.6.6 com\_google\_code\_findbugs\_jsr305: jsr305 3.0.2 flywheel: Flywheel 0.6.10-2 milk: Milk Lib 1.2.60 
dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
 porting\_lib\_accessors: Porting Lib Accessors 2.3.2+1.20.1 porting\_lib\_base: Porting Lib Base 2.3.2+1.20.1 
porting_lib_attributes: Porting Lib Attributes 2.3.2+1.20.1
porting_lib_common: Porting Lib Common 2.3.2+1.20.1
porting_lib_config: Porting Lib Config 2.3.2+1.20.1
porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.2+1.20.1
porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.2+1.20.1
porting_lib_utility: Porting Lib Utility 2.3.2+1.20.1
 porting\_lib\_brewing: Porting Lib Brewing 2.3.2+1.20.1 porting\_lib\_client\_events: Porting Lib Client Events 2.3.2+1.20.1 porting\_lib\_entity: Porting Lib Entity 2.3.2+1.20.1 porting\_lib\_extensions: Porting Lib Extensions 2.3.2+1.20.1 porting\_lib\_models: Porting Lib Models 2.3.2+1.20.1 
porting_lib_core: Porting Lib Core 2.3.2+1.20.1
porting_lib_fluids: Porting Lib Fluids 2.3.2+1.20.1
porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
 porting\_lib\_networking: Porting Lib Networking 2.3.2+1.20.1 porting\_lib\_obj\_loader: Porting Lib Obj Loader 2.3.2+1.20.1 porting\_lib\_tags: Porting Lib Tags 3.0 porting\_lib\_tool\_actions: Porting Lib Tool Actions 2.3.2+1.20.1 porting\_lib\_transfer: Porting Lib Transfer 2.3.2+1.20.1 reach-entity-attributes: Reach Entity Attributes 2.4.0 registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1 
porting_lib_data: Porting Lib Data 2.1.1090+1.20
porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
 cupboard: cupboard 1.20.1-2.0 dark-loading-screen: Dark Loading Screen 1.6.14 dcch: DCCH 1.2 debugify: Debugify 1.20.1+2.0 detailab: Detail Armor Bar 2.6.3+1.20.1-fabric distanthorizons: Distant Horizons 2.0.4-a-dev dynamic\_fps: Dynamic FPS 3.1.0 e4mc\_minecraft: e4mc 4.0.1 easyanvils: Easy Anvils 8.0.2 easymagic: Easy Magic 8.0.1 eatinganimationid: Eating Animation 1.20+1.9.61 enchdesc: EnchantmentDescriptions 17.0.8 enhancedblockentities: Enhanced Block Entities 0.9+1.20 advanced\_runtime\_resource\_pack: Runtime Resource Pack 0.6.7 spruceui: SpruceUI 5.0.0+1.20 entity\_model\_features: Entity Model Features 2.0.2 entity\_texture\_features: Entity Texture Features 6.0.1 org\_apache\_httpcomponents\_httpmime: httpmime 4.5.10 entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1 equipmentcompare: Equipment Compare 1.3.7 cardinal-components-base: Cardinal Components API (base) 5.2.0 cardinal-components-entity: Cardinal Components API (entities) 5.2.0 exordium: Exordium 1.2.1-mc1.20.1 fabric-api: Fabric API 0.92.0+1.20.1 fabric-api-base: Fabric API Base 0.4.31+1802ada577 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577 fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577 fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577 fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577 fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77 fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577 fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577 fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577 fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577 fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577 fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577 fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577 fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577 fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577 fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577 fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577 fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.1+1802ada577 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577 fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.4+1802ada577 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577 fabric-language-kotlin: Fabric Language Kotlin 1.10.10+kotlin.1.9.10 org\_jetbrains\_kotlin\_kotlin-reflect: kotlin-reflect 1.9.10 org\_jetbrains\_kotlin\_kotlin-stdlib: kotlin-stdlib 1.9.10 org\_jetbrains\_kotlin\_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.10 org\_jetbrains\_kotlin\_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.10 org\_jetbrains\_kotlinx\_atomicfu-jvm: atomicfu-jvm 0.22.0 org\_jetbrains\_kotlinx\_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3 org\_jetbrains\_kotlinx\_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3 org\_jetbrains\_kotlinx\_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 org\_jetbrains\_kotlinx\_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.0 org\_jetbrains\_kotlinx\_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.0 org\_jetbrains\_kotlinx\_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.0 fabricloader: Fabric Loader 0.15.10 mixinextras: MixinExtras 0.3.5 fabricskyboxes: FabricSkyBoxes 0.7.2+mc1.20.1 fallingleaves: Falling Leaves 1.15.6 fancymenu: FancyMenu 2.14.9 fastload: Fast Load 3.4.0 conditional-mixin: conditional mixin 0.3.2 fastload-119-0-1-2-compat: Fastload 1.19-0-1-2 Compatibility 3.4.0 fastload-1193-compat: Fastload 1.19.3 Compatibility 3.4.0 fastload-1194-compat: Fastload 1.19.4 Compat 3.4.0 fastload\_fapi\_forward: Fastload Fabric-api Forwarding 1.0.2 fastquit: FastQuit 3.0.0+1.20+ ferritecore: FerriteCore 6.0.0 forgeconfigapiport: Forge Config API Port 8.0.0 iceberg: Iceberg 1.1.15 immersive\_aircraft: Immersive Aircraft 1.0.1+1.20.1 org\_mariuszgromada\_math\_mathparser\_org-mxparser: MathParser.org-mXparser 5.2.1 immersive\_melodies: Immersive Melodies 0.1.0+1.20.1 immersive\_paintings: Immersive Paintings 0.6.7+1.20.1 indium: Indium 1.0.30+mc1.20.4 inventoryprofilesnext: Inventory Profiles Next 1.10.7 iris: Iris 1.7.0+mc1.20.1 io\_github\_douira\_glsl-transformer: glsl-transformer 2.0.0-pre13 org\_anarres\_jcpp: jcpp 1.4.14 org\_antlr\_antlr4-runtime: antlr4-runtime 4.11.1 irisflw: Iris Flywheel Compat 0.2.5 itemswapper: ItemSwapper 0.5.3-mc1.20.1 java: OpenJDK 64-Bit Server VM 17 konkrete: Konkrete 1.6.1 lambdynlights: LambDynamicLights 2.3.2+1.20.1 pride: Pride Lib 1.2.0+1.19.4 languagereload: Language Reload 1.5.8+1.20.1 lanserverproperties: Lan Server Properties 1.11 legendarytooltips: Legendary Tooltips 1.4.4 libipn: libIPN 4.0.0 lilac: LiLaC 1.0.0-beta.2 litematica: Litematica 0.15.3 lithium: Lithium 0.11.2 loadmyresources: Load My Resources 1.0.4 make\_bubbles\_pop: Make Bubbles Pop Mod 0.2.0-fabric malilib: MaLiLib 0.16.2 maptooltip: Map Tooltip 3.0.0 minecraft: Minecraft 1.20.1 minihud: MiniHUD 0.27.0 mkb: ModernKeyBinding 1.2.1 modelfix: Model Gap Fix 1.14 modmenu: Mod Menu 7.2.2 mousetweaks: Mouse Tweaks 2.25 namepain: Name Pain 1.5.2 nochatreports: No Chat Reports 1.20.1-v2.2.2 notenoughanimations: NotEnoughAnimations 1.7.3 optigui: OptiGUI 2.2.0-alpha.1 org\_apache\_commons\_commons-text: commons-text 1.10.0 org\_ini4j\_ini4j: ini4j 0.5.4 pickupnotifier: Pick Up Notifier 8.0.0 player-animator: Player Animator 1.0.2-rc1+1.20 presencefootsteps: Presence Footsteps 1.9.4+1.20.1 kirin: Kirin UI 1.15.6+1.20.1 prism: Prism 1.0.5 puzzleslib: Puzzles Lib 8.1.19 puzzlesaccessapi: Puzzles Access Api 8.0.7 raised: Raised 1.2.3 realisticsleep: Realistic Sleep 1.10.2+mc1.20-1.20.1 server\_translations\_api: Server Translations API 2.0.0+1.20 
packet_tweaker: Packet Tweaker 0.4.0+1.19.4
 replanter: Replanter 1.3 roughlyenoughitems: Roughly Enough Items 12.0.652 error\_notifier: Error Notifier 1.0.9 roughlyenoughprofessions: Roughly Enough Professions 2.0.1 roughlyenoughresources: Roughly Enough Resources 2.9.0 searchables: Searchables 1.0.1 shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1 simple-rpc: Simple RPC 3.2.2 me\_hypherionmc\_simplerpc\_simple-rpc-common: simple-rpc-common 5.0.0 skinlayers3d: 3d-Skin-Layers 1.6.4 smoothchunk: Smooth chunk save Mod 1.20.1-3.2 smoothswapping: Smooth Swapping [0.9.3.1](http://0.9.3.1) sodium: Sodium 0.5.8+mc1.20.1 starlight: Starlight 1.1.2+fabric.dbc156f status-effect-bars: Status Effect Bars 1.0.3 tectonic: Tectonic 2.3.4 terralith: Terralith 2.5.1 toms\_storage: Tom's Simple Storage Mod 1.6.6 toolstats: ToolStats 16.0.3 tweakeroo: Tweakeroo 0.17.1 villagernames: Villager Names 7.3 visuality: Visuality 0.7.1+1.20 visualworkbench: Visual Workbench 8.0.0 voicechat: Simple Voice Chat 1.20.1-2.4.24 waterdripsound: Drip Sounds 1.19-0.3.2 waveycapes: WaveyCapes 1.3.2 xaerominimapfair: Xaero's Minimap 23.6.3 xaeroworldmap: Xaero's World Map 1.34.1 yet\_another\_config\_lib\_v3: YetAnotherConfigLib 3.1.1+1.20 com\_twelvemonkeys\_common\_common-image: common-image 3.10.0-SNAPSHOT com\_twelvemonkeys\_common\_common-io: common-io 3.10.0-SNAPSHOT com\_twelvemonkeys\_common\_common-lang: common-lang 3.10.0-SNAPSHOT com\_twelvemonkeys\_imageio\_imageio-core: imageio-core 3.10.0-SNAPSHOT com\_twelvemonkeys\_imageio\_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT com\_twelvemonkeys\_imageio\_imageio-webp: imageio-webp 3.10.0-SNAPSHOT yosbr: YOSBR 0.1.2 zoomify: Zoomify 2.11.2 com\_akuleshov7\_ktoml-core-jvm: ktoml-core-jvm 0.4.1 dev\_isxander\_settxi\_settxi-core: settxi-core 2.10.6 dev\_isxander\_settxi\_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6 Flywheel Backend: Uninitialized Launched Version: fabric-loader-0.15.10-1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: Unknown 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:  
submitted by TheMrSanta to fabricmc [link] [comments]


2024.05.18 09:11 studentblues [Azure] How to use SSH from an AzureML job to clone a private GitHub repo?

I'm looking at cloning a private GitHub repo from an AzureML job. The Azure documentation only specifies this for a compute and virtual machines and not for ML jobs. I could probably go upload the keys along with the pipeline code that I upload from the command() instruction but I don't think this is the best way to do it.
submitted by studentblues to learnmachinelearning [link] [comments]


2024.05.18 07:36 Taylors3000 [Opinion] Initial thoughts on 5th Edition

Long post ahead! While I’m aware we haven’t seen everything yet, I wanted to share my thoughts on what we have seen, as well as my hopes for what has yet to be revealed.
Characters-
Right off the bat it’s sad seeing two characters cut from the game, but this is somewhat rectified upon seeing the quality of the minis this go-around. 4th edition’s minis left a lot to be desired, and while I can’t judge them fully until I see them in person, 5th edition seems to have vastly improved them. What disappoints me more is seeing the lineup being taken straight from 4th edition. While I expected some veterans to return, I was also hoping to see some different faces, either being brand new or ones only featured in previous expansions. To expound on this point, the character stats and abilities are virtually identical to 4th edition. I don’t expect a game like this to ever be “balanced”, but as a player I was hoping to see the characters get different abilities to make this edition feel fresh. As it stands, you could just use your 4th edition character cards and play just fine, which I suppose could be considered a good or bad thing depending on who you ask.
Toads-
The nerf to the toad has me feeling mixed. I feel that it’s a case of overcorrecting from an overreaction. Toadification was an infamously punishing mechanic, so much so that it shaped part of Talisman’s identity. Ask anyone who’s ever played a single game of Talisman what they remember about the game, and almost all will say the Toad. And that’s because it’s brutal! That being said, I was in agreement it was *too* punishing, and could use some tweeks. This game made 2 changes to the mechanic (Lasting only 1 turn, and not losing your objects and followers), but I feel that only one of these should have been chosen. Having both basically makes the toad a slightly more annoying “lose a turn”.
If I were to personally balance the toad, I would do the following:
-The toad still lasts 3 turns
-You don’t lose any followers
-You lose all your objects and gold, BUT if you have a mule it can carry 4 objects for you
-If you defeat any creature or character in combat, the curse immediately breaks
The Board-
Honestly I have nothing negative to say about the board design. The art looks great, and the information is displayed eloquently. I love how drawing cards and rolling dice is represented by symbols instead of text. The Ferryman offering rides to the middle region is a great addition, and helps make gold more useful. No longer being enslaved at the temple is an okay change, though I feel they should have just nerfed it to “Lose 1 turn” instead, as outright removing it loses some of the charm the space had. I’m quite sad that the Warlock deck hasn’t made a return, as I was hopeful it would become a staple. The vanilla Warlock’s cave is just begging to be replaced.
The Ending-
Changing the ending to a boss fight is something I’m indifferent towards. My only gripe is that it doesn’t seem the crown of command is in the game as an alternate ending. Actually one of my hopes with this game would be it included a few endings right from the start, without the need to buy expansions or print them out. But as for the ending we have, I hope the dragon has a bit more depth than just a standard Talisman enemy.
The Adventure cards-
There’s a lot to unpack here. On the one hand, I appreciate the cards being full-sized now. But on the other hand, their designs seem kinda dull. Something about the white backgrounds just makes the cards feel cheap looking by default. And having the illustration be regulated to a window on the card defeats the purpose of having bigger cards in the first place. Talisman has always had wonderful illustrations for their card art, but they were so small they couldn’t be fully appreciated. While technically bigger now, they add further insult by slapping the card name ON the illustration. It really feels like one step forward, two steps back. And God do I *detest* the placement of the encounter numbers. They were in the bottom corner for a reason, so you can stack them in an orderly fashion while clearly seeing what was coming next. Now if you did the same thing they’d take up a ton of space while also looking atrocious. Horrible design choice.
And that’s just the card designs. I’m quite sad to see that keywords aren’t making a return (I’m talking words like “Trinket” or “Cursed”). 4th edition was more than just the base game, and I was hopeful that more design elements from the expansions would be incorporated into the base game. For example the bandit being a “Monster” as opposed to an “Outlaw” seems so unnecessary. We also haven’t seen a single non-base edition adventure card yet. I’m left wondering if there’s anything in the deck that wasn’t in base 4th edition.
Talismans-
I’m pretty happy with the changes to Talismans here. I always thought Talismans would be a good fit to be trinkets, seeing as they were represented as necklaces in artwork. I do wish like with the adventure cards they were *called* trinkets. Not being able to drop them is an interesting twist though. I can’t think of a gameplay reason they would impose such a rule, perhaps a balancing quirk in the playtesting? But I was hopeful that they would have taken notes from the Cataclysm expansion and added abilities to them.
The components-
-Seeing toads regulated to cardboard is quite sad, but I feel it falls in line with the drop in characters. To keep the price down (In this economy) sacrifices need to be made. It doesn’t bother me since I have my 4th edition toads to use, but I totally understand this being a sticking point for players who don’t have them.
-I can’t be sure, but it *seems* like fate tokens are divided into different dark and light chips. And every player in the promo picture opted for dark fate. It makes me wonder if this is actually dark/light fate, or a new mechanic.
-Alliance cards are tokens now, and have a convenient place on the character card. I like this change a lot, but I’m also hoping the back of these tokens have neutral alignment (And there’ll be ways to actually turn neutral in base game).
-Tee-pee stat tokens are back, which is a bit of a bummer since I was hoping they would have upgraded to stat wheels like most modern games.
Final thoughts-
If you read all of the above, you can probably tell that I was hoping that a 5th edition of Talisman would learn from all the expansions 4th edition added. While I never expected things like corner boards or NPC pieces, I was hoping for easy-to-implement changes like alternate endings, keywords, better enemy classifications, warlock cards, a day-night card, etc. Instead it feels like the expansions were outright ignored during the entire design process. If it wasn’t in base game, it's not here. I’m curious if that was a decision by Avalon Hill, or Games Workshop. I’m sure there will be those who’d prefer the game stick as close to 4th edition as possible, but for me this game feels like it’ll be edition 4.5 as opposed to 5th. I still plan on getting it and already preordered it. And as a big house-rule and homebrew fan, most of the things I complained about can easily be tweaked and altered to my liking. In the end, I’m just happy Talisman is returning!
submitted by Taylors3000 to Talisman [link] [comments]


2024.05.18 07:06 Ralts_Bloodthorne Nova Wars - Chapter 64

[First Contact] [Dark Ages] [First] [Prev] [Next] [wiki]
"You cannot prevail. We have you outnumbered, we have the geometry, and you have no support as you are a single ship." - Mar-gite Command Structure
"Come, let us lock bladearms. There is room in this grave for you." - Commander N'Skrek, Task Force Lonely Peach, Third Mar-gite War, Point Ticonderoga
Luke had his feet up on the table, the chair tipped as far back as he could get it without tipping over. He held a full drink in one hand, a cigarette in his mouth, and a big grin on his face.
"All hands, realspace re-entry and jumpshock in four minutes," came over the PA.
His grin got wider.
Then vanished as he heard the familiar tapping of certain shoes.
"Luke, Luke," Sacajawea said, running around to the front of the table.
"What?" Luke asked, frowning.
"The Captain. The course he has us set on," Sacajawea said, wringing her hands.
"What about it?" Luke asked, taking a drag off the cigarette and blowing out smoke rings.
"It's nothing but death and destruction. Hundreds, thousands of people are going to die. There will be massive destruction, some much destruction," she moaned out.
"All hands, all hands, realspace re-entry and jumpshock in three minutes," came over the PA.
"Yup," Luke said. He took another drag and exhaled more smoke rings in another direction.
"Luke, you have to stop him. If he just stays in jumpspace for a few more hours, there's no death and destruction," Sacajawea said. She put her hands on the table. "You have to convince him not to drop out of jumpspace at his target. Thousands will die."
Legion inhaled slowly and exhaled smoke, staring at the human woman in front of him.
"We know," he said.
"You must convince him not to leave jumpspace. Once he does, there is no probability where thousands do not die, where destruction doesn't happen," Sacajawea said.
Legion blinked and a half dozen more of him appeared, all of them sitting down, putting their feet down, and lighting cigarettes.
"He knows. I know," Legion said. He took a drag. "We all know."
"All hands, all hands, realspace entry and jumpshock in two minutes," came the voice over the PA.
Legion motioned at the speaker. "You might want to get ready."
"Virtual Intelligence and Digital Sentience reports jumpshock lockdown. All non-critical systems are ordered to local manual control," came over the PA.
"You have to convince him!" Sacajawea said.
Legion stared at her.
"No."
"All non-critical systems on lockdown. All critical systems ready for backup and reboot," Commander Fenntrick said from where she was manning the DCC Master Control Board.
Captain N'Skrek nodded from where he was standing on the Show Bridge.
He knew he should be at the Primary Battle Bridge, but there was something about standing on the Show Bridge. The reinforced layered transparent battlesteel windows, currently showing the streaks and swirling sparkling fog of jumpspace. The heavily reinforced battle stations. The armored back chairs. The heavy deck plating.
The brutalistic, no-frills design felt right to the huge Treana'ad warrior as he stood in front of the Captain's Throne in his armored vac-suit, the faceplate retracted and a cigarette in his mouth.
"All hands, all hands, prepare for realspace re-entry and jumpshock," sounded over the PA.
"Execute," Captain N'Skrek said.
The command was relayed even as Commander Jas'Skrek reached out and grabbed the brushed steel lever, pulling it toward him.
"BRACE FOR IT!" N'Skrek roared out, aware his voice was carried by the PA.
It wasn't Confederate Space Force SOP, but then, nothing about Task Force Lonely Peach's mission was SOP.
There was a whanging sound from deep in the ship and the sound of a magnetic engine winding down.
Everything went flat, like N'Skrek was facing a painting. He was suddenly thrown forward into it and it shattered like glass around him, the pieces rotating and tumbling through space even though they didn't move.
Legion felt himself thrown backwards, the chair almost kicked out from under him. His beer flew out of his hand, spinning, foam spraying from the bottle. Over a dozen of him repeated it, some curling and rolling, others spreading their arms out.
Four of him were laughing.
Sacajawea screamed, her hands raising.
Everything went flat.
Legion felt himself thrown against the painting, the glass shattering, scattering reality around him.
He was laughing with glee.
All of him snapped back at once, and he hit the deck on his ass.
He was still holding a beer even as a half dozen bottles hit the deck and bounced, spraying foam.
Sacajawea looked up from where she'd fallen, fear filling her eyes.
"Death. All probabilities are full of death."
Legion just laughed.
N'Skrek saw the pieces suddenly shatter into glitter, swarming around him, and he was through.
He came out the other side on his feet.
They had dropped close enough to the Mar-gite Jump Charging Array that he could see it with the naked eye through the windows of the Show Bridge.
Sparks shot from deactivated consoles. One exploded and a midshipman ran forward with a replacement board even as the crewmember manning it picked themselves up from the floor, spitting out a wad of cotton candy onto the floor.
"Grav detectors up and running! Mass detectors online!" Sensors called out.
"CONTACTS! MANY MANY CONTACTS!" Lieutenant JG Wentworth called out from Tactical. "We're being locked up!"
"Execute countermeasures!" N'Skrek snapped. He tapped the button on the side of the wireless mic he was holding. "Weapon stations, local control."
"Sixty percent of weapon stations reporting ready, sir!" Tactical called out.
"Sensors clearing!" Scanning called.
"Steam catapults launching Fruit Flies. Eighteen percent away!" Flight Operations called out.
"OPEN FIRE!" N'Skrek roared out.
He heard his voice repeated over the PA system, the copper wire carrying his voice through the massive ship as the analogue backups picked up the task from the stunned smartwires.
"Realspace entry confirmed! All hands accounted for! Multiple anomalous Terran signatures identified as Legion, nine identified," called out Commander Dulmarch from the newly christened station. "No Mar-gite or other unknown signatures."
N'Skrek nodded, watching the small streaks of light whip away from the bulk of the Gray Lady. He could see dozens of pinpricks nearby and knew they were enemy ships.
"Guns online at local control. Fire permission granted!" Tactical called out.
The ship started shuddering slightly and he could feel the ghostly plucking of C+ cannons firing.
Legion stood up, smiling, moving up and looking down at Sacajawea.
"We know this path leads to death and destruction, little sister," he grinned. "That's the point of it. Don't you understand?"
"But we could all die! So much death, so much destruction. I can even read our own deaths in probability," she said, looking up. Tears were running down her face. "Please, can't you take me away from here? Can't we go elsewhere, Luke?"
Legion shook his head. "Why would I want to be somewhere else, little sister?" he asked. Sparks danced across his teeth as his smile got wider. "This is humanity, little sister. This is the gift we have brought into the malevolent universe for all of our allies, all of those arrayed against us."
The ghostly plucking started and Sacajawea cried out.
"It's the gift we bring our enemies," Legion smiled. "Who only exist to be destroyed."
Sacajawea flinched back as he bent down, holding his hand out to her. "Stand on your feet, little sister. The day of you discovering your true purpose, to learn to use your gift properly, is nigh," he smiled.
She flinched back, tried to pull her hand away, but he grabbed her anyway and yanked her to her feet.
"Stand on your feet, little sister," he said, pulling her close and looking down at her. "No matter probability it is that comes to pass, stand on your feet, look the malevolent universe in the eye, and spit your defiance into death's face."
"Secondary battlescreens spinning up," N'Skrek heard.
He was paying no mind, staring at the holotank, with was still fuzzy and streaked with static, the red and silver showing what even his eyes could see.
The Gray Lady was surrounded. Dozens, hundreds of the shining silver ships. Thirty of the big Mar-gite Cluster Charging Constructs.
Hundreds of Mar-gite Clusters.
The Mar-gite Clusters were too far away, light hours from the Gray Lady, but the silver ships were close, some within a light second or less.
N'Skrek got that tickle, that feeling, down his upper spine.
"BRACE FOR IT!" He roared out.
"Flash flash flash," sounded over the PA. "All hands, prepare for..."
The world went bright white. It cleared for a split second, then happened again, stuttering, strobing.
"You one trick show ponies," N'Skrek snarled as his vision cleared.
"Systems still on local control," Commodore Vertain called out. "No loss of control!"
"Fruit Flies away! Seventy-six percent confirmed. All Fruit Flies confirm still in control."
N'Skrek nodded.
"Sir, Legion is requesting permission to join you on the Show Bridge," Lieutenant Rawkrawr said.
N'Skrek glanced at where Legion was standing by one of the consoles. The bald lean human just nodded.
"Granted," N'Skrek said, returning the nod.
There was another flash, this one seeming almost feeble in response.
N'Skrek just sneered.
The battle screens were flickering, intercepting incoming fire. N'Skrek looked over at the Tactical Defense Systems Officer's screens and saw data scrolling up. It wasn't the lightning fast of modern molycircs, but it was still scrolling.
Every shot you make gives us data on your weapon systems. We will find out how to either mitigate the damage, negate it, or use it our advantage, he thought to himself. You, however, will only know destruction.
The lift doors opened and N'Skrek heard a Terran woman protesting loudly. He didn't bother to turn and look, merely focused on the holotank.
"No! Let me go! Let me go! I don't want to see!" the Terran woman was saying.
Legion, three of him, were dragging her onto the Show Bridge.
"You need to learn, little sister," Legion was saying. "And school is in session."
"There are no probabilities that do not end in death and destruction," the Terran woman yelled.
"Excellent," N'Skrek said, without turning around.
"Targeting solutions are green. Repeat, targeting solutions on the Mar-gite Charging Constructs are green," Tactical called out.
"Excellent," N'Skrek said softly. He smiled. "You may fire at will."
"All Fruit Flies away," Flight Ops said.
N'Skrek just nodded.
He watched in the holotank as the nearest of the silvery ships started shattering or being covered by the purple X of mission kill. Missiles were being launched from the Gray Lady, shrieking through space.
A small creature made of static, a short squat biped with a square head, white eyes and gnashing fangs, popped into the holotank. It jumped up and down, pointing at the cluster of silver ships being represented by diamonds.
"Yes, yes. Shoo," N'Skrek said, motioning at the edge of the tank. "Go find a missile."
The little creature gibbered silently and ran off.
Legion dragged Sacajawea up to the holotank, the one of him behind her holding his hand over her mouth, the other two holding her arms.
"Technically, what I am witnessing is assault," N'Skrek said, staring at the holotank.
"Then don't look," Legion snapped. He grabbed her hair and pushed her head forward. "Look at it. I know you know how to read it. Daxin taught all of us and you used what he taught you to run."
She struggled slightly.
"I don't have to coddle you like Menhit coddled me," Legion snapped. "Instead, I'll coddle you in the same way the Detainee coddles those in her care."
She quit struggling, staring, her eyes wide.
Legion let go of her mouth. "Do not shout. Do not speak, just merely watch. Watch as the battle plays out."
"I will not take advice from a civilian observer, no matter what her supposed powers are and no matter who granted them to her," N'Skrek said. He looked at the version of Legion standing by the console, who was staring down at the screen. "A Confederate Lord Admiral of the Warsteel is one I will take advice when I ask for consultation."
He looked at Sacajawea.
"But only when I ask, and the final judgement is mine," he said coldly.
Sacajawea swallowed, trying to look away from the holotank but unable to as Legion held her hair tightly.
"No more running, little sister," Legion said softly.
On the holotank, the Fruit Flies sped for the enemy, C+ cannon impacts were causing ships to break up, missiles were howling in on their terminal approaches on the huge mega-constructs. Outside the Show Bridge the battlescreens flared and rippled, still mostly transparent.
Legion grinned at her from three different points.
"No more running."
[First Contact] [Dark Ages] [First] [Prev] [Next] [wiki]
submitted by Ralts_Bloodthorne to HFY [link] [comments]


2024.05.18 02:19 xxpoopashootaxx Modded Fabric server crashing at start up

Hello, I wasn't sure where to post this exactly but I am trying to run a modded fabric server and it crashes on start up. The modpack works fine client wise but when attempting to launch the server, it crashes and I'm not sure why. Please help. This is the full log.

[00:11:01] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.11
[00:11:02] [main/INFO]: Loading 342 mods:
\- alloy\_forgery 2.1.2+1.20 \- almostunified 1.20.1-0.9.3 \- alternate-current 1.8.0-beta.3 \- amendments 1.20-1.1.29 
\-- mixinsquared 0.1.1
\- another\_furniture 1.20.1-3.0.1 \- appleskin 2.5.1+mc1.20 \- architectury 9.2.14 \- artifacts 9.5.5 
-- cardinal-components-base 5.2.2
-- cardinal-components-entity 5.2.2
-- expandability 9.0.4
-- mixinextras 0.3.5
\-- step-height-entity-attribute 1.2.0
\- asynclocator 1.3.0 \- athena 3.1.2 \- attributefix 21.0.4 \- automobility 0.4.2+1.20.1-fabric 
\-- jsonem 0.2.1+1.20
\- balm-fabric 7.2.2 \- barteringstation 8.0.0 \- bclib 3.0.14 
\-- wunderlib 1.1.5
\- beautify 1.1.0+1.20 \- better\_climbing 3 \- betteradvancements [0.3.2.162](https://0.3.2.162) \- betterdeserttemples 1.20-Fabric-3.0.3 
\-- org_reflections_reflections 0.10.2
\- betterdungeons 1.20-Fabric-4.0.4 \- betterend 4.0.11 \- betterendisland 1.20-Fabric-2.0.6 \- betterfortresses 1.20-Fabric-2.0.6 \- betterjungletemples 1.20-Fabric-2.0.5 \- bettermineshafts 1.20-Fabric-4.0.4 \- betteroceanmonuments 1.20-Fabric-3.0.4 \- betterstrongholds 1.20-Fabric-4.0.3 \- bitsandchisels 2.7.3 
\-- stacc 1.5.2+boneless2ahhhh
\- boatbreakfix 1.0.11 \- bookshelf 20.1.10 \- bushierflowers 0.0.3-1.20.1 \- cardinal-components 5.2.2 
-- cardinal-components-block 5.2.2
-- cardinal-components-chunk 5.2.2
-- cardinal-components-item 5.2.2
-- cardinal-components-level 5.2.2
-- cardinal-components-scoreboard 5.2.2
\-- cardinal-components-world 5.2.2
\- carrier 1.12.0 
\-- advanced_runtime_resource_pack 0.6.7
\- charmofundying 6.5.0+1.20.1 
\-- spectrelib 0.13.15+1.20.1
\- chefsdelight 1.0.3-fabric-1.20.1 \- chunkloaders 1.2.8+a \- chunky 1.3.146 \- cicada 0.7.1+1.20.1 \- cloth-config 11.1.118 
\-- cloth-basic-math 0.6.1
\- clumps [12.0.0.4](https://12.0.0.4) \- clutter 1.20-0.5.8 \- cobblemon 1.5.0+1.20.1 \- cobblemon\_capturexp 1.5-fabric-1.0.1 \- cobblemon\_chaining 1.5-fabric-1.0.1 \- cobblemon\_counter 1.5-fabric-1.0.0 \- cobblemon\_quests 1.1.9 \- cobblemon\_spawn\_notification 1.4-fabric-1.3.0 \- cobblemonintegrations 1.0.5 \- collective 7.57 \- comforts 6.3.5+1.20.1 
\-- spectrelib 0.13.15+1.20.1
\- connectiblechains 2.2.1+1.20.1 \- convenientdecor 0.4.1 
\-- omega-config 1.4.0+1.20.1
\- convenientnametags 1.1.0 
\-- omega-config 1.4.0+1.20.1
\- coroutil 1.20.1-1.3.7 \- cozy 1.1.1 \- cratedelight 2024.5.5-1.20-fabric \- create 0.5.1-f-build.1417+mc1.20.1 
-- com_google_code_findbugs_jsr305 3.0.2
-- flywheel 0.6.10-2
-- milk 1.2.60
\-- dripstone_fluid_lib 3.0.2
-- porting_lib_brewing 2.3.2+1.20.1
-- porting_lib_models 2.3.2+1.20.1
\-- porting_lib_model_loader 2.3.2+1.20.1
-- porting_lib_obj_loader 2.3.2+1.20.1
\-- porting_lib_model_loader 2.3.2+1.20.1
-- porting_lib_tags 3.0
-- reach-entity-attributes 2.4.0
\-- registrate-fabric 1.3.62-MC1.20.1
-- porting_lib_data 2.1.1090+1.20
\-- porting_lib_gametest 2.1.1090+1.20
\-- porting_lib_model_generators 2.1.1090+1.20
-- porting_lib_gametest 2.1.1090+1.20
\-- porting_lib_model_materials 2.1.1090+1.20
\- create\_cobblemon 0.3 \- create\_questing 1.0.0 \- create\_structures 1.1.0 \- createaddition 1.2.3 \- createdeco 2.0.2-1.20.1-fabric \- createreibugfix 0.1.0-create0.5.1-mc1.20.x 
\-- conditional-mixin 0.3.2
\- culturaldelights 1.0.0+1.20.1 
-- mm 2.3
\-- terraform-wood-api-v1 7.0.1
\- cupboard 1.20.1-2.6 \- darkutils 17.0.3 \- deuf\_refabricated 1.1.0 \- diagonalfences 8.1.4 
\-- diagonalblocks 8.0.5
\- diagonalwalls 8.0.3 
\-- diagonalblocks 8.0.5
\- diagonalwindows 8.1.4 
\-- diagonalblocks 8.0.5
\- dismountentity 3.2 \- easyanvils 8.0.2 \- easymagic 8.0.1 \- easyshulkerboxes 8.0.2 
\-- puzzlesapi 8.1.6
-- cardinal-components-base 5.2.2
-- cardinal-components-entity 5.2.2
\-- puzzlesaccessapi 8.0.9
\- elytraslot 6.3.0+1.20.1 \- expandeddelight 0.3.1 
\-- omega-config 1.4.0+1.20.1
\- explorerscompass 1.20.1-2.2.3-fabric \- exposure 1.6.0 \- fabric-api 0.92.1+1.20.1 
-- fabric-api-base 0.4.31+1802ada577
-- fabric-api-lookup-api-v1 1.6.36+1802ada577
-- fabric-biome-api-v1 13.0.13+1802ada577
-- fabric-block-api-v1 1.0.11+1802ada577
-- fabric-block-view-api-v2 1.0.1+1802ada577
-- fabric-blockrenderlayer-v1 1.1.41+1802ada577
-- fabric-client-tags-api-v1 1.1.2+1802ada577
-- fabric-command-api-v1 1.2.34+f71b366f77
-- fabric-command-api-v2 2.2.13+1802ada577
-- fabric-commands-v0 0.2.51+df3654b377
-- fabric-containers-v0 0.1.64+df3654b377
-- fabric-content-registries-v0 4.0.11+1802ada577
-- fabric-convention-tags-v1 1.5.5+1802ada577
-- fabric-crash-report-info-v1 0.2.19+1802ada577
-- fabric-data-attachment-api-v1 1.0.0+de0fd6d177
-- fabric-data-generation-api-v1 12.3.4+1802ada577
-- fabric-dimensions-v1 2.1.54+1802ada577
-- fabric-entity-events-v1 1.6.0+1c78457f77
-- fabric-events-interaction-v0 0.6.2+1802ada577
-- fabric-events-lifecycle-v0 0.2.63+df3654b377
-- fabric-game-rule-api-v1 1.0.40+1802ada577
-- fabric-item-api-v1 2.1.28+1802ada577
-- fabric-item-group-api-v1 4.0.12+1802ada577
-- fabric-key-binding-api-v1 1.0.37+1802ada577
-- fabric-keybindings-v0 0.2.35+df3654b377
-- fabric-lifecycle-events-v1 2.2.22+1802ada577
-- fabric-loot-api-v2 1.2.1+1802ada577
-- fabric-loot-tables-v1 1.1.45+9e7660c677
-- fabric-message-api-v1 5.1.9+1802ada577
-- fabric-mining-level-api-v1 2.1.50+1802ada577
-- fabric-model-loading-api-v1 1.0.3+1802ada577
-- fabric-models-v0 0.4.2+9386d8a777
-- fabric-networking-api-v1 1.3.11+1802ada577
-- fabric-networking-v0 0.3.51+df3654b377
-- fabric-object-builder-api-v1 11.1.3+1802ada577
-- fabric-particles-v1 1.1.2+1802ada577
-- fabric-recipe-api-v1 1.0.21+1802ada577
-- fabric-registry-sync-v0 2.3.3+1802ada577
-- fabric-renderer-api-v1 3.2.1+1802ada577
-- fabric-renderer-indigo 1.5.1+1802ada577
-- fabric-renderer-registries-v1 3.2.46+df3654b377
-- fabric-rendering-data-attachment-v1 0.3.37+92a0d36777
-- fabric-rendering-fluids-v1 3.0.28+1802ada577
-- fabric-rendering-v0 1.1.49+df3654b377
-- fabric-rendering-v1 3.0.8+1802ada577
-- fabric-resource-conditions-api-v1 2.3.8+1802ada577
-- fabric-resource-loader-v0 0.11.10+1802ada577
-- fabric-screen-api-v1 2.0.8+1802ada577
-- fabric-screen-handler-api-v1 1.3.30+1802ada577
-- fabric-sound-api-v1 1.0.13+1802ada577
-- fabric-transfer-api-v1 3.3.5+8dd72ea377
\-- fabric-transitive-access-wideners-v1 4.3.1+1802ada577
\- fabric-language-kotlin 1.10.20+kotlin.1.9.24 
-- org_jetbrains_kotlin_kotlin-reflect 1.9.24
-- org_jetbrains_kotlin_kotlin-stdlib 1.9.24
-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.24
-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.24
-- org_jetbrains_kotlinx_atomicfu-jvm 0.24.0
-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.8.0
-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.8.0
-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.5.0
-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.3
-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.3
\-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.3
\- fabricloader 0.15.11 
\-- mixinextras 0.3.5
\- farmersdelight 1.20.1-2.1.1+refabricated 
-- mm 2.3
-- porting_lib_accessors 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_base 2.3.4+1.20.1
-- porting_lib_attributes 2.3.4+1.20.1
-- porting_lib_common 2.3.4+1.20.1
-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_entity 2.3.4+1.20.1
-- porting_lib_fluids 2.3.4+1.20.1
-- porting_lib_mixin_extensions 2.3.4+1.20.1
-- porting_lib_transfer 2.3.4+1.20.1
-- porting_lib_utility 2.3.4+1.20.1
\-- reach-entity-attributes 2.4.0
-- porting_lib_client_events 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_config 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_extensions 2.3.4+1.20.1
-- porting_lib_attributes 2.3.4+1.20.1
-- porting_lib_common 2.3.4+1.20.1
-- porting_lib_core 2.3.4+1.20.1
\-- reach-entity-attributes 2.4.0
-- porting_lib_lazy_registration 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_loot 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_networking 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_recipe_book_categories 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
-- porting_lib_registries 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
\-- porting_lib_tool_actions 2.3.4+1.20.1
\-- porting_lib_core 2.3.4+1.20.1
\- farmersknives 3.2 \- ferritecore 6.0.1 \- forgeconfigapiport 8.0.0 \- ftbessentials 2001.2.2 \- ftblibrary 2001.2.1 \- ftbqoptimizer 1.2.2-1.20.1 \- ftbquests 2001.4.2 
\-- team_reborn_energy 3.0.0
\- ftbteams 2001.3.0 \- fwaystones 3.3.2+mc1.20.1 \- geckolib 4.4.4 
\-- com_eliotlash_mclib_mclib 20
\- grindenchantments 3.1.2+1.20 
\-- codec-config-api 1.0.2+1.19.3
\- guardvillagers 2.0.9-1.20.1 
\-- midnightlib 1.4.1
\- gymbadges 1.0 \- highlight 2.0.1 \- iceberg 1.1.18 \- illagerinvasion 8.0.5 
\-- extensibleenums 7.0.1
\- immersive\_aircraft 1.0.0+1.20.1 
\-- org_mariuszgromada_math_mathparser_org-mxparser 5.2.1
\- incantationem 1.2.1+1.20 
\-- yet_another_config_lib_v3 3.0.1+1.20
-- com_twelvemonkeys_common_common-image 3.9.4
-- com_twelvemonkeys_common_common-io 3.9.4
-- com_twelvemonkeys_common_common-lang 3.9.4
-- com_twelvemonkeys_imageio_imageio-core 3.9.4
-- com_twelvemonkeys_imageio_imageio-metadata 3.9.4
\-- com_twelvemonkeys_imageio_imageio-webp 3.9.4
\- incendium 5.3.4 \- jade 11.9.2+fabric \- jadeaddons 5.2.5 \- java 17 \- konkrete 1.8.1 \- krypton 0.2.3 
\-- com_velocitypowered_velocity-native 3.2.0-SNAPSHOT
\- kubejs 2001.6.5-build.7 \- lavender 0.1.7+1.20 
-- lavender-md 0.1.1+1.20
\-- lavender-md-owo-ui 0.1.1+1.20
\- lazydfu 0.1.3 \- letmedespawn 1.2.0 \- lithium 0.11.2 \- longerchathistory 1.4 \- lootballs 1.1.2 \- lootintegrations 1.20.1-3.7 \- lootr [0.7.30.77](https://0.7.30.77) \- luckperms 5.4.102 \- luphieclutteredmod 2.1.0+1.20.1 \- magnumtorch 8.0.2 \- mcwbridges 3.0.0 \- mcwdoors 1.1.0 \- mcwfences 1.1.1 \- mcwfurnitures 3.2.2 \- mcwpaths 1.0.5 \- mcwroofs 2.3.0 \- mcwtrpdoors 1.1.3 \- mcwwindows 2.2.1 \- memoryleakfix 1.1.5 \- mine-spawners 1.0 \- minecraft 1.20.1 \- modernfix 5.17.0+mc1.20.1 \- monsters\_in\_the\_closet 1.0.3+1.20 \- moonlight 1.20-2.11.20 \- mvs 4.1.2-1.20-fabric \- mythicmetals 0.19.7+1.20.1 
-- additionalentityattributes 1.4.0+1.20.0
-- common-protection-api 1.0.0
\-- reach-entity-attributes 2.4.0
\- myths\_and\_legends 1.1 
\-- com_moandjiezana_toml_toml4j 0.7.2
\- naturescompass 1.20.1-2.2.3-fabric \- nerb 0.3 \- neruina 2.0.0-beta.5 
-- com_fasterxml_jackson_core_jackson-annotations 2.17.0
-- com_fasterxml_jackson_core_jackson-core 2.17.0
-- com_fasterxml_jackson_core_jackson-databind 2.17.0
-- org_apache_maven_maven-artifact 3.8.1
\-- org_kohsuke_github-api 1.318
\- netherportalfix 13.0.1 \- notenoughanimations 1.7.3 \- owo 0.11.2+1.20 
\-- blue_endless_jankson 1.2.2
\- packetfixer 1.3.2 \- patchouli 1.20.1-84-FABRIC 
\-- fiber 0.23.0-2
\- permanentsponges 8.1.2 \- pigpen 15.0.2 \- polymorph 0.49.3+1.20.1 
\-- spectrelib 0.13.15+1.20.1
\- puzzleslib 8.1.19 \- railways 1.6.4+fabric-mc1.20.1 
-- mixinextras 0.3.5
\-- mm 2.3
\- reacharound 1.1.2 \- resourcefulconfig 2.1.2 \- resourcefullib 2.1.24 
-- com_teamresourceful_bytecodecs 1.0.2
\-- com_teamresourceful_yabn 1.0.3
\- rhino 2001.2.2-build.18 \- roughlyenoughitems 12.1.725 
\-- error_notifier 1.0.9
\- runelic 18.0.2 \- servercore 1.5.1+1.20.1 
-- fabric-permissions-api-v0 0.3.1
-- org_yaml_snakeyaml 2.2
-- placeholder-api 2.1.3+1.20.1
-- space_arim_dazzleconf_dazzleconf-core 1.3.0-M2
\-- space_arim_dazzleconf_dazzleconf-ext-snakeyaml 1.3.0-M2
\- shulkerboxtooltip 4.0.4+1.20.1 \- simplehats 1.20.1-0.3.0 \- simplemagnets 1.1.11 \- skinlayers3d 1.6.4 \- sliceanddice 3.2.1 \- smarterfarmers 1.20-1.8.2 \- smwyg 1.1.1 \- spark 1.10.53 \- starlight 1.1.2+fabric.dbc156f \- structory 1.3.4 \- structory\_towers 1.0.6 \- structureessentials 1.20.1-3.3 \- supermartijn642configlib 1.1.8+a \- supermartijn642corelib 1.1.17 \- supplementaries 1.20-2.8.10 
\-- mixinsquared 0.1.1
\- suppsquared 1.20-1.1.14 \- terrablender [3.0.1.6](https://3.0.1.6) 
-- com_electronwill_night-config_core 3.6.7
\-- com_electronwill_night-config_toml 3.6.7
\- terralith 2.5.1 \- things 0.3.3+1.20 \- toms\_storage 1.6.6 \- toolstats 16.0.8 \- trashcans 1.0.18 
\-- team_reborn_energy 3.0.0
\- travelersbackpack 1.20.1-9.1.9 \- trinkets 3.7.2 \- universal-graves 3.0.1+1.20.1 
-- common-protection-api 1.0.0
-- placeholder-api 2.1.3+1.20.1
-- polymer-core 0.5.19+1.20.1
-- polymer-networking 0.5.19+1.20.1
\-- polymer-common 0.5.19+1.20.1
\-- packet_tweaker 0.4.0+1.19.4
\-- polymer-registry-sync-manipulator 0.5.19+1.20.1
-- polymer-resource-pack 0.5.19+1.20.1
\-- polymer-common 0.5.19+1.20.1
\-- packet_tweaker 0.4.0+1.19.4
-- polymer-virtual-entity 0.5.19+1.20.1
\-- polymer-common 0.5.19+1.20.1
\-- packet_tweaker 0.4.0+1.19.4
-- predicate-api 0.2.1+1.20.1
-- server_translations_api 2.0.0+1.20
\-- packet_tweaker 0.4.0+1.19.4
\-- sgui 1.2.2+1.20
\- voicechat 1.20.1-2.5.14 
\-- fabric-key-binding-api-v1 1.0.36+fb8d95da82
\- xaerominimap 24.1.1 \- xaeroworldmap 1.38.4 \- yosbr 0.1.2 \- yungsapi 1.20-Fabric-4.0.5 
-- mixinextras 0.3.5
\-- org_javassist_javassist 3.29.2-GA
\- yungsextras 1.20-Fabric-4.0.3 
[00:11:02] [main/INFO]: Applying default options... (YOSBR)
[00:11:02] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/home/minecraft/multicraft/servers/server2323637/default/jalibraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER
[00:11:02] [main/INFO]: Compatibility level set to JAVA_17
[00:11:03] [main/WARN]: Reference map 'cobblemonintegrations-fabric-refmap.json' for cobblemonintegrations.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'codec-config-api-refmap.json' for codec-config-api.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'coroutil.refmap.json' for coroutil_fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'createdeco-fabric-refmap.json' for createdeco.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'FTBQuestsOptimizer.refmap.json' for ftbqoptimizer.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/INFO]: Loaded configuration file for Lithium: 115 options available, 3 override(s) found
[00:11:03] [main/WARN]: Reference map 'LongerChatHistory-fabric-refmap.json' for longerchathistory.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'memoryleakfix-fabric-1.17+-fabric-refmap.json' for memoryleakfix-fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/INFO]: Loaded configuration file for ModernFix 5.17.0+mc1.20.1: 55 options available, 0 override(s) found
[00:11:03] [main/INFO]: Applying Nashorn fix
[00:11:03] [main/WARN]: Reference map 'nerb-fabric-refmap.json' for nerb.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'packetfixer-fabric-fabric-refmap.json' for packetfixer-fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'smarterfarmers-fabric-refmap.json' for smarterfarmers.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'supermartijn642configlib.mixins.refmap.json' for supermartijn642configlib.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'suppsquared-fabric-refmap.json' for suppsquared.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'suppsquared-common-refmap.json' for suppsquared-common.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'trashcans.mixins.refmap.json' for trashcans.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:03] [main/WARN]: Reference map 'yungsextras.refmap.json' for yungsextras_fabric.mixins.json could not be read. If this is a development environment you can ignore this message
[00:11:04] [main/WARN]: Error loading class: net/minecraft/class_906 (java.lang.ClassNotFoundException: net/minecraft/class_906)
[00:11:04] [main/WARN]: u/Mixin target net.minecraft.class_906 was not found porting_lib_tool_actions.mixins.json:FishingHookRendererMixin from mod porting_lib_tool_actions
[00:11:04] [main/WARN]: Error loading class: juuxel/adorn/block/variant/BlockVariantSets (java.lang.ClassNotFoundException: juuxel/adorn/block/variant/BlockVariantSets)
[00:11:04] [main/WARN]: u/Mixin target juuxel.adorn.block.variant.BlockVariantSets was not found mixins.cobblemon-common.json:invoker.AdornRegisterInvoker from mod cobblemon
[00:11:04] [main/WARN]: Error loading class: io/github/apace100/apoli/powefactory/condition/ConditionFactory (java.lang.ClassNotFoundException: io/github/apace100/apoli/powefactory/condition/ConditionFactory)
[00:11:04] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children
[00:11:04] [main/WARN]: Force-disabling mixin 'alloc.chunk_ticking.ServerChunkManagerMixin' as rule 'mixin.alloc.chunk_ticking' (added by mods [servercore]) disables it and children
[00:11:04] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.ThreadedAnvilChunkStorageMixin' as rule 'mixin.world.player_chunk_tick' (added by mods [krypton]) disables it and children
[00:11:04] [main/WARN]: Error loading class: net/minecraft/class_310 (java.lang.ClassNotFoundException: net/minecraft/class_310)
[00:11:04] [main/WARN]: u/Mixin target net.minecraft.class_310 was not found monsters_in_the_closet.mixins.json:MinecraftClientMixin from mod monsters_in_the_closet
[00:11:04] [main/WARN]: Error loading class: fcatcore/servetranslations/api/resource/language/SystemDelegatedLanguage (java.lang.ClassNotFoundException: fcatcore/servetranslations/api/resource/language/SystemDelegatedLanguage)
[00:11:05] [main/WARN]: Error loading class: net/minecraft/class_5616 (java.lang.ClassNotFoundException: net/minecraft/class_5616)
[00:11:05] [main/WARN]: u/Mixin target net.minecraft.class_5616 was not found registrate-fabric.mixins.json:accessor.BlockEntityRenderersAccessor from mod registrate-fabric
[00:11:05] [main/INFO]: Loaded config for: structureessentials.json
[00:11:05] [main/INFO]: [MemoryLeakFix] Will be applying 1 memory leak fixes!
[00:11:05] [main/INFO]: [MemoryLeakFix] Currently enabled memory leak fixes: [biomeTemperatureLeak]
[00:11:05] [main/WARN]: Error loading class: net/minecraft/class_314 (java.lang.ClassNotFoundException: net/minecraft/class_314)
[00:11:05] [main/WARN]: u/Mixin target net.minecraft.class_314 was not found mixins.mm.json:net.minecraft.class_314 from mod mm
[00:11:05] [main/INFO]: I used the json to destroy the json
[00:11:05] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[00:11:08] [main/WARN]: u/Inject(@At("INVOKE")) Shift.BY=2 on porting_lib_entity.mixins.json:common.LivingEntityMixin from mod porting_lib_entity::handler$dpf000$porting_lib_entity$port_lib$onFinishUsing exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.
[00:11:09] [main/INFO]: Injecting BlockStateBase cache population hook into getOpacityIfCached from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin
[00:11:09] [main/INFO]: Injecting BlockStateBase cache population hook into getNeighborPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[00:11:09] [main/INFO]: Injecting BlockStateBase cache population hook into getPathNodeType from me.jellysquid.mods.lithium.mixin.ai.pathing.AbstractBlockStateMixin
[00:11:09] [main/INFO]: Injecting BlockStateBase cache population hook into isConditionallyFullOpaque from ca.spottedleaf.starlight.mixin.common.blockstate.BlockStateBaseMixin
[00:11:09] [main/INFO]: Injecting BlockStateBase cache population hook into getAllFlags from me.jellysquid.mods.lithium.mixin.util.block_tracking.AbstractBlockStateMixin
[00:11:12] [main/ERROR]: Minecraft has crashed!
net.fabricmc.loader.impl.FormattedException: java.lang.NoSuchFieldError: FORMAT
at net.fabricmc.loader.impl.FormattedException.ofLocalized([FormattedException.java:63](https://FormattedException.java:63)) \~\[fabric-loader-0.15.11.jar:?\] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:472](https://MinecraftGameProvider.java:472)) \~\[fabric-loader-0.15.11.jar:?\] at net.fabricmc.loader.impl.launch.knot.Knot.launch([Knot.java:74](https://Knot.java:74)) \~\[fabric-loader-0.15.11.jar:?\] at net.fabricmc.loader.impl.launch.knot.KnotServer.main([KnotServer.java:23](https://KnotServer.java:23)) \~\[fabric-loader-0.15.11.jar:?\] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main([FabricServerLauncher.java:69](https://FabricServerLauncher.java:69)) \~\[fabric-loader-0.15.11.jar:?\] 
Caused by: java.lang.NoSuchFieldError: FORMAT
at net.minecraft.class\_1799.(class\_1799.java:133) \~\[server-intermediary.jar:?\] at java.util.stream.ReferencePipeline$3$1.accept([ReferencePipeline.java:197](https://ReferencePipeline.java:197)) \~\[?:?\] at java.util.Spliterators$ArraySpliterator.forEachRemaining([Spliterators.java:992](https://Spliterators.java:992)) \~\[?:?\] at java.util.stream.AbstractPipeline.copyInto([AbstractPipeline.java:509](https://AbstractPipeline.java:509)) \~\[?:?\] at java.util.stream.AbstractPipeline.wrapAndCopyInto([AbstractPipeline.java:499](https://AbstractPipeline.java:499)) \~\[?:?\] at java.util.stream.AbstractPipeline.evaluate([AbstractPipeline.java:575](https://AbstractPipeline.java:575)) \~\[?:?\] at java.util.stream.AbstractPipeline.evaluateToArrayNode([AbstractPipeline.java:260](https://AbstractPipeline.java:260)) \~\[?:?\] at java.util.stream.ReferencePipeline.toArray([ReferencePipeline.java:616](https://ReferencePipeline.java:616)) \~\[?:?\] at net.minecraft.class\_1856.(class\_1856.java:43) \~\[server-intermediary.jar:?\] at net.minecraft.class\_1856.method\_8092(class\_1856.java:105) \~\[server-intermediary.jar:?\] at net.minecraft.class\_1856.method\_26964(class\_1856.java:123) \~\[server-intermediary.jar:?\] at net.minecraft.class\_1856.method\_8091(class\_1856.java:115) \~\[server-intermediary.jar:?\] at net.minecraft.class\_1845.method\_8080(class\_1845.java:216) \~\[server-intermediary.jar:?\] at net.minecraft.class\_1845.method\_8076(class\_1845.java:115) \~\[server-intermediary.jar:?\] at net.minecraft.class\_2966.method\_12851(class\_2966.java:61) \~\[server-intermediary.jar:?\] at net.minecraft.server.Main.main([Main.java:109](https://Main.java:109)) \~\[server-intermediary.jar:?\] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch([MinecraftGameProvider.java:470](https://MinecraftGameProvider.java:470)) \~\[fabric-loader-0.15.11.jar:?\] ... 3 more 

submitted by xxpoopashootaxx to fabricmc [link] [comments]


2024.05.18 01:24 Infinite_Mud_30 Adding new server into load balancer pool results in constant Outlook authentication prompts

We have an Exchange 2019 classic hybrid environment with some mailboxes still remaining on-prem on a single database on a single VM. I stood up a second VM to add in so we could have HA for on-prem SMTP relay and went ahead and set up a DAG between them, just one database with maybe 10 mailboxes.
After we added the second VM into the load balancer pool for the MAPI virtual directory, Outlook users who still access on-prem shared mailboxes started getting constant basic authentication prompts from Outlook, they'd put in their password but it would not go away and they could not cancel it to gain access to Outlook.
As soon as we took out the second VM from the MAPI LB pool and the users restarted Outlook, everything went back to normal. I have been comparing everything I can between the two VMs to see what the difference in the config is but the only thing that sticks out is that the second VM is on CU14/EP enabled and the first VM is on CU13, EP is not enabled. Our load balancer is configured correctly for EP but it is only enabled on the second VM. However, we previously had two physical servers in the environment servicing MAPI requests that were also on CU14 with Extended Protection enabled while these mailboxes were hosted on the VM running CU13, and they did not have this issue, so I am not sure that that is related.
I tried running Test-OutlookConnectivity on the second VM but it returns an error, "Warning: An unexpected error has occurred and a Watson dump is being generated: Sequence contains no elements." I did see this article from Microsoft but I am not using that same command syntax, the command I am running is:
Test-OutlookConnectivity -RunFromServerId VM2 -ProbeIdentity OutlookMapiHttpSelfTestProbe 
This same command works and succeeds when I do -RunFromServerId VM1.
I have verified the MAPI vdir has the same authentication methods enabled and internal/external URLs on both servers.
Would appreciate any ideas or pointers.
submitted by Infinite_Mud_30 to exchangeserver [link] [comments]


http://swiebodzin.info