[Bug] FontSet.getGlyphInfo fails due to concurrency
turabian-luvr opened this issue · 0 comments
What happened?
The first time I open chat after loading a save or creating a new world (for example, by typing '/'), Minecraft usually (but not always) crashes with a vague Index Out of Bounds error. This only happens with REI installed. If it's caused by an incompatibility with some other mod, I haven't been able to find it.
What mod loaders are you seeing the problem on?
Fabric
What do you think this bug is of?
- Visual
- Recipe Lookup
- Cheat Mode
- Plugin Integration / JEI Plugin Compatibility
- Others
Relevant log output
---- Minecraft Crash Report ----
// Who set us up the TNT?
Time: 2022-12-21 05:08:38
Description: Rendering screen
java.lang.ArrayIndexOutOfBoundsException: Index -1 out of bounds for length 129
at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.rehash(Int2ObjectOpenHashMap.java:1334)
at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.insert(Int2ObjectOpenHashMap.java:279)
at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(Int2ObjectOpenHashMap.java:500)
at net.minecraft.class_377.method_2011(class_377.java:137)
at net.minecraft.class_327.method_27516(class_327.java:57)
at net.minecraft.class_5225.method_30879(class_5225.java:59)
at net.minecraft.class_5223.method_27477(class_5223.java:17)
at net.minecraft.class_5223.method_27474(class_5223.java:43)
at net.minecraft.class_5481.method_30753(class_5481.java:23)
at net.minecraft.class_5225.method_30875(class_5225.java:58)
at net.minecraft.class_327.method_30880(class_327.java:372)
at net.minecraft.class_332.method_27534(class_332.java:140)
at net.minecraft.class_339.method_25359(class_339.java:96)
at net.minecraft.class_4185.method_25359(class_4185.java:48)
at net.minecraft.class_339.method_25394(class_339.java:66)
at net.minecraft.class_437.method_25394(class_437.java:107)
at net.minecraft.class_408.method_25394(class_408.java:313)
at net.minecraft.class_757.method_3192(class_757.java:881)
at net.minecraft.class_310.method_1523(class_310.java:1177)
at net.minecraft.class_310.method_1514(class_310.java:768)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Thread: Render thread
Stacktrace:
at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.rehash(Int2ObjectOpenHashMap.java:1334)
at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.insert(Int2ObjectOpenHashMap.java:279)
at it.unimi.dsi.fastutil.ints.Int2ObjectOpenHashMap.computeIfAbsent(Int2ObjectOpenHashMap.java:500)
at net.minecraft.class_377.method_2011(class_377.java:137)
at net.minecraft.class_327.method_27516(class_327.java:57)
at net.minecraft.class_5225.method_30879(class_5225.java:59)
at net.minecraft.class_5223.method_27477(class_5223.java:17)
at net.minecraft.class_5223.method_27474(class_5223.java:43)
at net.minecraft.class_5481.method_30753(class_5481.java:23)
at net.minecraft.class_5225.method_30875(class_5225.java:58)
at net.minecraft.class_327.method_30880(class_327.java:372)
at net.minecraft.class_332.method_27534(class_332.java:140)
at net.minecraft.class_339.method_25359(class_339.java:96)
at net.minecraft.class_4185.method_25359(class_4185.java:48)
at net.minecraft.class_339.method_25394(class_339.java:66)
at net.minecraft.class_437.method_25394(class_437.java:107)
at net.minecraft.class_408.method_25394(class_408.java:313)
Mixins in Stacktrace: None found
-- Screen render details --
Details:
Screen name: net.minecraft.class_408
Mouse location: Scaled: (320, 189). Absolute: (960.000000, 568.000000)
Screen size: Scaled: (640, 379). Absolute: (1920, 1137). Scale factor of 3.000000
Stacktrace:
at net.minecraft.class_757.method_3192(class_757.java:881)
at net.minecraft.class_310.method_1523(class_310.java:1177)
at net.minecraft.class_310.method_1514(class_310.java:768)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Mixins in Stacktrace: None found
-- Affected level --
Details:
All players: 1 total; [class_746['MLG_TrickBlocks'/187, l='ClientLevel', x=-55.25, y=75.00, z=34.29]]
Chunk stats: 4096, 136
Level dimension: minecraft:the_nether
Level spawn location: World: (0,118,0), Section: (at 0,6,0 in 0,7,0; chunk contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 3532 game time, 3532 day time
Server brand: fabric
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.class_638.method_8538(class_638.java:453)
at net.minecraft.class_310.method_1587(class_310.java:2341)
at net.minecraft.class_310.method_1514(class_310.java:787)
at net.minecraft.client.main.Main.method_44604(Main.java:244)
at net.minecraft.client.main.Main.main(Main.java:51)
at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Mixins in Stacktrace: None found
-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Fabric Mods, Supplementaries Generated Pack, Create Legacy Copper, Better+Botanicals,+Lumber+and+Woodstuffs.zip, Better+Botanicals,+Vegetation.zip, Botany's+3D+Crops.zip, Botany's+3D+Mushrooms.zip, Copper Legacy Pack.zip, CreeperOverhaulOverhaul_1.18.1-1.0.zip, Fancy,+GUI+Overhaul+v0.1.2.7.zip, Lum-5.2-1.19.zip, Stardust Labs Omni-Biome Name Fix v1.3.zip, Twigs.zip, YUNGs-Better-Dungeons-Resources-1.0.zip, simplyswords-vanilla-style.zip, Better-Leaves-7.1-1.19+.zip, better-botanicals-shrooms-fungi-e140.zip, vinery/bushy_leaves, Enhanced Dripstone v1.1.zip, Subtle_Dripstone_(1.19).zip
-- System Details --
Details:
Minecraft Version: 1.19.2
Minecraft Version ID: 1.19.2
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.3, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 3682569344 bytes (3511 MiB) / 8589934592 bytes (8192 MiB) up to 8589934592 bytes (8192 MiB)
CPUs: 8
Processor Vendor: GenuineIntel
Processor Name: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Identifier: Intel64 Family 6 Model 60 Stepping 3
Microarchitecture: Haswell (Client)
Frequency (GHz): 4.00
Number of physical packages: 1
Number of physical CPUs: 4
Number of logical CPUs: 8
Graphics card #0 name: NVIDIA GeForce RTX 2060 SUPER
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x1f06
Graphics card #0 versionInfo: DriverVersion=31.0.15.2756
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 1.60
Memory slot #0 type: DDR3
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 1.60
Memory slot #1 type: DDR3
Virtual memory max (MB): 26071.77
Virtual memory used (MB): 21279.99
Swap memory total (MB): 9745.94
Swap memory used (MB): 376.59
JVM Flags: 12 total; -XX:-OmitStackTraceInFastThrow -Xms2048M -Xmx8192M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
Fabric Mods:
advancementinfo: AdvancementInfo 1.19.1-fabric0.58.5-1.3.1
advdebug: Advancements Debug 2.3.0
airhop: Air Hop 4.2.1
alternate-current: Alternate Current 1.4.0
ambientsounds: Ambient Sounds (Fabric) 5.2.13
amecs: Amecs 1.3.8+mc.1.19-rc2
amecsapi: Amecs API 1.3.6+mc22w17a
amplifiednether: Amplified nether 1.2
appleskin: AppleSkin 2.4.1+mc1.19
architectury: Architectury 6.4.62
attributefix: AttributeFix 17.1.3
authme: Auth Me 4.2.0
badpackets: Bad Packets 0.2.1
balm-fabric: Balm 4.5.2+0
bclib: BCLib 2.1.5
besmirchment: Besmirchment 1.19-6
playerabilitylib: Pal 1.6.0
reach-entity-attributes: Reach Entity Attributes 2.3.0
better_bad_omen: Better Bad Omen 1.6.0
bettercombat: Better Combat 1.5.3+1.19
bettercontrols: Better Controls 1.2.3
betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.1
betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
betterend: Better End 2.1.2
betterf3: BetterF3 4.0.0
betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0
org_reflections_reflections: reflections 0.10.2
betterfpsdist: Better FPS distance Mod 1.19.1-2.0
bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
betternether: Better Nether 7.1.2
betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
bewitchment: Bewitchment 1.19-6
impersonate: Impersonate 2.8.0
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
blanket-client-tweaks: Blanket Client-tweaks 1.1.2
blossom: Blossom 1.0.6
boatiview: Boat Item View Fabric 0.0.4
bookshelf: Bookshelf 16.1.11
bwplus: Bewitchment Plus 1.19-7
capybara: Capybara 2.0.1
cardinal-components: Cardinal Components API 5.0.2
cardinal-components-base: Cardinal Components API (base) 5.0.2
cardinal-components-block: Cardinal Components API (blocks) 5.0.2
cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
cardinal-components-entity: Cardinal Components API (entities) 5.0.2
cardinal-components-item: Cardinal Components API (items) 5.0.2
cardinal-components-level: Cardinal Components API (world saves) 5.0.2
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
cardinal-components-world: Cardinal Components API (worlds) 5.0.2
carpet: Carpet Mod 1.4.84
carpet-fixes: Carpet Fixes 1.19-1.12.2
conditional-mixin: conditional mixin 0.3.1
catwalksinc: Catwalks Inc. 1.3.1
chimes: Chimes 1.1.4
chisel: Chisel Refabricated 1.4.5
chunky: Chunky 1.3.38
chunkyborder: Chunkyborder 1.1.34
cleancut: CleanCut 1.19.2-5.1-fabric
cleanview: CleanView 1.19.2-v1-fabric
clickthrough: ClickThrough 1.19.1-fabric0.58.5-0.4
crowdin-translate: CrowdinTranslate 1.4+1.19
gbfabrictools: GBfabrictools 1.3.4+1.19
cloth-config: Cloth Config v8 8.2.88
cloth-basic-math: cloth-basic-math 0.6.1
clumps: Clumps 9.0.0+14
collective-fabric: Collective (Fabric) 5.22
fiber: fiber 0.23.0-2
connectivity: Connectivity Mod 1.19.2-3.4
consistency_plus: Consistency Plus 0.5.1+1.19.2
stonecutter_recipe_tags: Stonecutter Recipe Tags 4.0.0+1.19.9b8d04c.fabric
controlling: Controlling For Fabric 10.0+7
couplings: Couplings 1.9.1+1.19
crawl: Crawl 0.11.0
mm: Manningham Mills 2.3
create: Create 0.5.0g-796+1.19.2
com_google_code_findbugs_jsr305: jsr305 3.0.2
fake-player-api: Fake Player API 0.5.0
flywheel: Flywheel 0.6.8-1
milk: Milk Lib 1.0.51
dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
noindium: No Indium? 1.1.0+1.19
registrate-fabric: Registrate for Fabric 1.1.44-MC1.19.2
create_crystal_clear: Create: Crystal Clear 1.0+1.19.2
createaddition: Create Crafts & Additions ${version}
team_reborn_energy: Energy 2.2.0
creativecore: CreativeCore (Fabric) 2.9.3
creeperoverhaul: Creeper Overhaul 2.0.5
crittersandcompanions: Critters and Companions 1.19.2-1.0.2
cull-less-leaves: Cull Less Leaves 1.0.6
cursery: Cursery Mod 1.19.2-3.1
dashloader: DashLoader 4.1.3+1.19
com_github_luben_zstd-jni: zstd-jni 1.5.2-2
dev_quantumfusion_hyphen: Hyphen 0.2.2
dev_quantumfusion_taski: Taski 1.1.0
debugify: Debugify 2.8.0
decorative_blocks: Decorative Blocks 3.0.0
defaultsettings: DefaultSettings 3.5.2
detailab: Detail Armor Bar 2.6.2+1.19-fabric
disable_custom_worlds_advice: Disable Custom Worlds Advice 3.0
dynamicfps: Dynamic FPS 2.2.0
com_moandjiezana_toml_toml4j: toml4j 0.7.2
dynview: Dynamic View Mod 1.19-2.4
earthtojavamobs: Earth2Java 1.9.3
ecologics: Ecologics 2.1.11
edenring: EdenRing 0.6.4
eer: Erroring Entity Remover 1.0.3+1.19
elytraslot: Elytra Slot 6.0.0+1.19.2
enchdesc: EnchantmentDescriptions 13.0.3
enhancedblockentities: Enhanced Block Entities 0.7.2+1.19.2
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2
spruceui: SpruceUI 4.0.0+1.19
entityculling: EntityCulling-Fabric 1.5.2-mc1.19
com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT
explorify-fabric: Explorify 1.19-1.3.0
extraalchemy: Extra Alchemy 1.9.0
fabric-api: Fabric API 0.69.0+1.19.2
fabric-api-base: Fabric API Base 0.4.13+0d0f210290
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.12+93d8cb8290
fabric-biome-api-v1: Fabric Biome API (v1) 9.0.20+0d0f210290
fabric-block-api-v1: Fabric Block API (v1) 1.0.1+12bfe4ea90
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.22+c6af733c90
fabric-client-tags-api-v1: Fabric Client Tags 1.0.3+b35fea8390
fabric-command-api-v1: Fabric Command API (v1) 1.2.13+f71b366f90
fabric-command-api-v2: Fabric Command API (v2) 2.1.9+93d8cb8290
fabric-commands-v0: Fabric Commands (v0) 0.2.30+df3654b390
fabric-containers-v0: Fabric Containers (v0) 0.1.38+df3654b390
fabric-content-registries-v0: Fabric Content Registries (v0) 3.4.4+6064db2a90
fabric-convention-tags-v1: Fabric Convention Tags 1.2.0+27265b3490
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.7+aeb40ebe90
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.3+ad31814d90
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.33+0d0f210290
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.2+9244241690
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.31+6eb9a2a190
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.31+df3654b390
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.23+c6af733c90
fabric-item-api-v1: Fabric Item API (v1) 1.6.1+fa140d5990
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.36+9244241690
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.23+aaaf9d3390
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.21+df3654b390
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.2+9244241690
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.10+83a8659290
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.13+9e7660c690
fabric-message-api-v1: Fabric Message API (v1) 5.0.5+93d8cb8290
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.21+33fbc73890
fabric-models-v0: Fabric Models (v0) 0.3.19+c6af733c90
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.8+3b1d070f90
fabric-networking-v0: Fabric Networking (v0) 0.3.25+df3654b390
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.1.3+06e0e25190
fabric-particles-v1: Fabric Particles (v1) 1.0.12+79adfe0a90
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.29+9244241690
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.1.0+e7aeff4590
fabric-renderer-indigo: Fabric Renderer - Indigo 0.6.17+aeb40ebe90
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.22+df3654b390
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.17+0d0f210290
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.9+c6af733c90
fabric-rendering-v0: Fabric Rendering (v0) 1.1.25+df3654b390
fabric-rendering-v1: Fabric Rendering (v1) 1.11.1+73145abb90
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.1+aae9039d90
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.2+574a764890
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.30+b0bc9a6790
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.4+1cc24b1b90
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.1+c4f28df590
fabric-textures-v0: Fabric Textures (v0) 1.0.22+aeb40ebe90
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.3+9d081d6490
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.2+42d99c3290
fabric-language-kotlin: Fabric Language Kotlin 1.8.7+kotlin.1.7.22
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.22
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.22
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.22
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.22
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.5
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
fabricloader: Fabric Loader 0.14.12
fallingtree: FallingTree 3.10.0
farmersdelight: Farmer's Delight 1.19.2-1.3.9
ferritecore: FerriteCore 5.0.3
forgeconfigapiport: Forge Config API Port 4.2.9
fpsreducer: FPS Reducer 1.19.2-2.1
geckolib3: Geckolib 3.1.38
com_eliotlash_mclib_mclib: mclib 20
guardvillagers: Guard Villagers Fabric 1.19.2-1.0.16
hexcasting: Hex Casting 0.10.3
immersive_aircraft: Immersive Aircraft 0.1.1+1.19.2
indium: Indium 1.0.9+mc1.19.2
inventoryprofilesnext: Inventory Profiles Next 1.9.0
itemmodelfix: Item Model Fix 1.0.3+1.19
jade: Jade 8.6.3
jadeaddons: Jade Addons 3.0.0
java: OpenJDK 64-Bit Server VM 17
krypton: Krypton 0.2.1
com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
labels: labels 1.19.2-1.4
lazy-language-loader: lazy-language-loader 0.3.1
lazydfu: LazyDFU 0.1.3
libipn: libIPN 2.0.0
libraryferret: Library ferret 3.0.0
lithium: Lithium 0.10.4
lod: Distant Horizons 1.6.9a
lootr: Lootr 0.4.25.64
mcwbridges: Macaw's Bridges 1.0.6
mcwdoors: Macaw's Doors 1.0.7
mcwfences: Macaw's Fences and Walls 1.0.6
mcwlights: Macaw's Lights and Lamps 1.0.4
mcwpaintings: Macaw's Paintings 1.0.4
mcwpaths: Macaw's Paths and Pavings 1.0.2
mcwroofs: Macaw's Roofs 2.2.1
mcwtrpdoors: Macaw's Trapdoors 1.0.8
mcwwindows: Macaw's Windows 2.1.0
memoryleakfix: memory Leak Fix 1.19.1-0.7.0
midnightlib: MidnightLib 1.0.0
minecraft: Minecraft 1.19.2
mixintrace: MixinTrace 1.1.1+1.17
modmenu: Mod Menu 4.1.2
moonlight: Moonlight 1.19.2-2.1.19
morevillagers: More Villagers 4.0.2
mousetweaks: Mouse Tweaks 2.22
naturalist: Naturalist 2.1.1
naturallychargedcreepers-fabric: Naturally Charged Creepers (Fabric) 2.4
naturescompass: Nature's Compass 1.19.2-2.1.0-fabric
netherportalfix: NetherPortalFix 10.0.0
nochatreports: No Chat Reports 1.19.2-v1.13.12
nofade: No Fade 1.18-2.0.1
nullscape: Nullscape 1.2
opaccreatesupport: OPAC Create Mod Support 1.1.0
openpartiesandclaims: Open Parties and Claims 0.16.5
owo: oωo 0.9.3+1.19
blue_endless_jankson: jankson 1.2.1
patchouli: Patchouli 1.19.2-77-FABRIC
paucal: PAUCAL 0.5.0
paxi: Paxi 1.19.2-Fabric-3.0
peepingcreepers: Peeping Creepers 1.2-1.18-1.19
pehkui: Pehkui 3.6.1+1.14.4-1.19.3
kanos_config: Kanos Config 0.3.1+1.14.4-1.19
pickyourpoison: Pick Your Poison 1.0.11
org_json_json: json 20211205
satin: Satin 1.8.0
player-animator: Player Animator 0.4.0
pling: Pling 1.5.0
puzzleslib: Puzzles Lib 4.3.12
reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67
rhino: Rhino 1902.2.2-build.264
rottencreatures: Rotten Creatures 1.0.1
roughly_enough_loot_tables: Roughly Enough Loot Tables 1.19-1.0
roughly_enough_trades: Roughly Enough Trades 1.19-1.0
roughlyenoughitems: Roughly Enough Items 9.1.580
error_notifier: Error Notifier 1.0.9
servercore: ServerCore 1.3.3-1.19.2
com_electronwill_night-config_core: core 3.6.6
com_electronwill_night-config_toml: toml 3.6.6
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
me_lucko_spark-api: spark-api 0.1-SNAPSHOT
placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
simplyswords: Simply Swords 1.34-1.19.x
smoke_suppression: Smoke Suppression 1.0.13
smoothboot: Smooth Boot 1.19-1.7.1
smoothchunk: Smooth chunk save Mod 1.19.1-2.0
snailmail: Snail Mail 1.19-1.1.0
sodium: Sodium 0.4.4+build.18
org_joml_joml: joml 1.10.4
sodium-extra: Sodium Extra 0.4.15+mc1.19.2-build.85
caffeineconfig: CaffeineConfig 1.0.0+1.17
sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
spark: spark 1.9.45
spiderstpo: Spiders 2.0 1.19.2-2.0.3
starlight: Starlight 1.1.1+fabric.ae22326
starterkit-fabric: Starter Kit (Fabric) 4.1
stendhal: Stendhal 1.3.4-1.19
libgui: LibGui 6.0.0-beta.5+1.19-pre1
jankson: Jankson 4.1.1+j1.2.1
libninepatch: LibNinePatch 1.1.0
structory: Structory 1.0.1
supplementaries: Supplementaries 1.19.2-2.2.27
t_and_t: Towns and Towers 1.10
tellme: TellMe 0.9.0-beta.1
things: Things 0.2.20+1.19
toms_storage: Tom's Simple Storage Mod 1.4.5
tooltipfix: ToolTip Fix 1.1.1-1.19
totw_additions: Towers of the Wild: Additions 1.2.3
trinkets: Trinkets 3.4.1
twilightforest: The Twilight Forest 4.2.333
here-be-no-dragons: Here be no Dragons! 1.0.0
javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
porting_lib: Porting Lib 2.1.642+1.19.2
forge_tags: Porting Lib Tags 3.0
porting_lib_base: Porting Lib Base 2.1.642+1.19.2
com_github_llamalad7_mixinextras: MixinExtras 0.1.1
serialization_hooks: Serialization Hooks 0.3.26
porting_lib_entity: Porting Lib Entity 2.1.642+1.19.2
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.642+1.19.2
porting_lib_model_generators: Porting Lib Model Generators 2.1.642+1.19.2
porting_lib_models: Porting Lib Models 2.1.642+1.19.2
porting_lib_networking: Porting Lib Networking 2.1.642+1.19.2
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.642+1.19.2
porting_lib_model_loader: Porting Lib Model Loader 2.1.642+1.19.2
porting_lib_transfer: Porting Lib Transfer 2.1.642+1.19.2
porting_lib_extensions: Porting Lib Extensions 2.1.642+1.19.2
porting_lib_accessors: Porting Lib Accessors 2.1.642+1.19.2
porting_lib_attributes: Porting Lib Attributes 2.1.642+1.19.2
porting_lib_constants: Porting Lib Constants 2.1.642+1.19.2
porting_lib_common: Porting Lib Common 2.1.642+1.19.2
universalenchants: Universal Enchants 4.2.9
extensibleenums: Extensible Enums 4.0.0
vinery: Vinery 1.1
visualworkbench: Visual Workbench 4.2.0
wands: Building Wands 2.6.3_release
wwoo: William Wythers' Overhauled Overworld 3.1.9
xaerominimapfair: Xaero's Minimap 22.16.0
xaeroworldmap: Xaero's World Map 1.28.3
yet-another-config-lib: YetAnotherConfigLib 1.7.1
yungsapi: YUNG's API 1.19.2-Fabric-3.8.5
org_javassist_javassist: javassist 3.28.0-GA
yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
Flywheel Backend: GL33 Instanced Arrays
Launched Version: 1.19.2
Backend library: LWJGL version 3.3.1 SNAPSHOT
Backend API: NVIDIA GeForce RTX 2060 SUPER/PCIe/SSE2 GL version 3.2.0 NVIDIA 527.56, NVIDIA Corporation
Window size: 1920x1137
GL Caps: Using framebuffer using OpenGL 3.2
GL debug messages:
Using VBOs: Yes
Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
Type: Integrated Server (map_client.txt)
Graphics mode: fancy
Resource Packs: vanilla, Fabric Mods, Supplementaries Generated Pack, Create Legacy Copper, Better+Botanicals,+Lumber+and+Woodstuffs.zip (incompatible), Better+Botanicals,+Vegetation.zip (incompatible), Botany's+3D+Crops.zip (incompatible), Botany's+3D+Mushrooms.zip (incompatible), Copper Legacy Pack.zip (incompatible), CreeperOverhaulOverhaul_1.18.1-1.0.zip (incompatible), Fancy,+GUI+Overhaul+v0.1.2.7.zip, Lum-5.2-1.19.zip, Stardust Labs Omni-Biome Name Fix v1.3.zip, Twigs.zip (incompatible), YUNGs-Better-Dungeons-Resources-1.0.zip (incompatible), simplyswords-vanilla-style.zip, Better-Leaves-7.1-1.19+.zip, better-botanicals-shrooms-fungi-e140.zip (incompatible), vinery/bushy_leaves
Current Language: English (United Kingdom)
CPU: 8x Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
Server Running: true
Player Count: 1 / 8; [class_3222['MLG_TrickBlocks'/187, l='ServerLevel[pw_20221221]', x=-55.25, y=75.00, z=34.29]]
Data Packs: vanilla, Fabric Mods, WWOO, Supplementaries Generated Pack, structory-v1-3.zip, arboria-v0-6.zip, biomesaplings-v1-0-6.zip, BlazeandCaves Advancements Pack 1.15.1.zip, Remove_Terralith_Intro_Message.zip (incompatible), VillageNerfer.zip (incompatible), Less+OP+Villagers+v1.5.5.zip, no-vanilla-villages.zip, ichphilipp-s-endcity-better-end-1-18-1.zip (incompatible), pw_ecologics_compat.zip, pw_lootr_compat.zip, pw_wwoo_compat.zip
World Generation: Stable
Anything else?
No response
By submitting this issue, I have included the necessary logs by pasting the contents into the correct location or attaching the file as an upload.
- Yes, and I did not use any paste services other than GitHub Gists.
By submitting this issue, I have confirmed my REI and REI's dependencies are up to date.
- Yes