Modern-Warfare-Cubed icon indicating copy to clipboard operation
Modern-Warfare-Cubed copied to clipboard

Shaders Crash

Open Plite7067 opened this issue 2 years ago • 27 comments

Describe the bug

With just mwc installed, on opening a world - both new and old worlds - the game crashes as soon as something from mwc is loaded in. For me, it tried to load in a terrorist, and for the other user, it was the item used at the top of the mwc tab when they moved onto the second page of the creative inventory.

I was trying to recreate a bug for another linux user. I use Arch. I am not sure what they use.

Looking at the crash report and logs, in both cases it was caused by 'Error creating fragment shader: mwc:shaders/postflat'

Reproducibility

I reproduced this issue with no other mods installed.

To Reproduce

Steps to reproduce the behavior:

  1. On linux, download the latest version (said above) from modrinth.
  2. Open Minecraft. (I use the vanilla launcher and the other person uses multimc)
  3. Create new world or open pre-existing one.
  4. Come into contact with something from mwc
  5. Game immediately crashes

Expected behavior

Doesn't crash

Logs or/and crash reports

Latest.log: https://mclo.gs/6eE1te9

Crash Report: https://mclo.gs/N7hEqR8

Versions

  • Modern Warfare Cubed: v0.1-Dev-12
  • Forge: 14.23.5.2860
  • Java: 1.8.0_202, Oracle Corporation
  • Java JVM: Java HotSpot(TM) 64-Bit Server VM (mixed mode)

Specification:

  • OS: Arch linux (Linux 6.3.2-arch1-1 x86_64)
  • CPU: Intel i7-4770HQ (8) @ 3.400GHz
  • GPU: Integrated graphics (Intel Iris Pro Graphics)
  • RAM Allocated: 6GB out of 16GB

All of these info below are not necessary but may become necessary depending on the issue

  • CPU Speed: 3.40GHz
  • CPU Core: 4
  • CPU Threads: 8
  • RAM Size: 16GB
  • RAM Speed: 1600MHz DDR3L
  • Storage Type: SSD
  • GPU VRAM: N/A

Plite7067 avatar Jun 02 '23 20:06 Plite7067

The other person is using ubuntu

Plite7067 avatar Jun 03 '23 08:06 Plite7067

Disabling shaders in the mwc config fixed the issue, may have been to do with integrated graphics. May be fixed in the future, to be confirmed.

Plite7067 avatar Jun 03 '23 19:06 Plite7067

For me, just disabling

    # Enables flash shaders
    B:enableFlashShaders=false
    # Enables gun shaders, so skinning & lighting
    B:enableGunShaders=false

worked.

Plite7067 avatar Jun 03 '23 19:06 Plite7067

this also means that the scopes don't work for me

Plite7067 avatar Jun 17 '23 20:06 Plite7067

this fixes my crash aswell, specs: intel i5-12600k, 32gb ddr5, amd rx 6650xt

yuvia08 avatar Jun 29 '23 23:06 yuvia08

It will be fixed soon don't worry

Desoroxxx avatar Jun 30 '23 12:06 Desoroxxx

Nice!

Plite7067 avatar Jun 30 '23 12:06 Plite7067

0.1 Bug Bash

Desoroxxx avatar Jul 13 '23 01:07 Desoroxxx

Disabling shaders in the mwc config fixed the issue, may have been to do with integrated graphics. May be fixed in the future, to be confirmed.

Yes Integrated Graphics are not currently supported

SticksDeveloper avatar Nov 06 '23 05:11 SticksDeveloper

Its better, as now scopes work, but unless I disable these shader config settings:

    # Enables flash shaders
    B:enableFlashShaders=false

    # Enables gun shaders, so skinning & lighting
    B:enableGunShaders=false

    # Enables reticle shaders
    B:enableReticleShaders=false

    # Setting this to false disables all screen shaders, enabling allows to select which screen shaders are used.
    B:enableScreenShaders=false

    # Setting this to false disables all world shaders, enabling allows to select which world shaders are used.
    B:enableWorldShaders=false

my game crashes. I've tested every option in the shader section of the config file, with just mwc dev 16 and redcore. Not sure if its a different problem, so i haven't created a new issue.

When I enable flash shaders, and use a gun, I get this log: https://mclo.gs/OWQaDN5

This happens with any of the options above enabled though.

I also get this message when I try to use a different game: MESA-INTEL: warning: Haswell Vulkan support is incomplete So it might just be that these shaders need vulkan supporting gpus and drivers.

If you need any more info, let me know.

Plite7067 avatar Dec 22 '23 17:12 Plite7067

looking at the log, the problem still seems to be caused by 'Error creating fragment shader: mwc:shaders/postflat' as in the original post on june 2nd (line 432 of above attached log)

Plite7067 avatar Dec 22 '23 17:12 Plite7067

Yeah this might be another different issue, I will keep this closed for now at least

Desoroxxx avatar Dec 22 '23 18:12 Desoroxxx

Will reopen to remember to take a look tomorrow, but will close if I don't see anything obvious.

Note to myself: Currently this shader doesn't seem to be used, maybe just never loading it and commenting that it is broken is enough? But it might be loaded somewhere else than the shaders class (BAD)

Desoroxxx avatar Dec 26 '23 21:12 Desoroxxx

Same exact issue here on Fedora Linux

---- Minecraft Crash Report ----
// Don't do that.

Time: 2024-01-08 21:02:52 CST
Description: Unexpected error

java.lang.ExceptionInInitializerError
    at com.paneedah.weaponlib.render.Bloom.renderHDRToBuffer(Bloom.java:191)
    at com.paneedah.weaponlib.render.Bloom.doBloom(Bloom.java:84)
    at com.paneedah.weaponlib.render.bgl.PostProcessPipeline.doPostProcess(PostProcessPipeline.java:882)
    at com.paneedah.weaponlib.compatibility.Interceptors.setupViewBobbing(Interceptors.java:589)
    at net.minecraft.client.renderer.EntityRenderer.func_78475_f(EntityRenderer.java:542)
    at net.minecraft.client.renderer.EntityRenderer.func_78479_a(EntityRenderer.java:695)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1276)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4442)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.RuntimeException: Error creating fragment shader: mwc:shaders/postflat
    at com.paneedah.weaponlib.shader.jim.ShaderLoader.loadShader(ShaderLoader.java:53)
    at com.paneedah.weaponlib.render.Shaders.<clinit>(Shaders.java:36)
    ... 18 more


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

-- Affected level --
  Level name: MpServer
  All players: 1 total; [GCEntityClientPlayerMP['GaymerCornelius'/80, l='MpServer', x=8.50, y=65.00, z=8.50]]
  Chunk stats: MultiplayerChunkCache: 0, 0
  Level seed: 0
  Level generator: ID 00 - default, ver 1. Features enabled: false
  Level generator options: 
  Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; 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: 0 game time, 0 day time
  Level dimension: 0
  Level storage version: 0x00000 - Unknown?
  Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  Forced entities: 1 total; [GCEntityClientPlayerMP['GaymerCornelius'/80, l='MpServer', x=8.50, y=65.00, z=8.50]]
  Retry entities: 0 total; []
  Server brand: fml,forge
  Server type: Integrated singleplayer server

-- System Details --
  Minecraft Version: 1.12.2
  Operating System: Linux (amd64) version 6.6.9-200.fc39.x86_64
  Java Version: 1.8.0_202, Oracle Corporation
  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  Memory: 1549178536 bytes (1477 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  JVM Flags: 8 total; -Xmx4096M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  IntCache: cache: 13, tcache: 95, allocated: 0, tallocated: 0
  FML: MCP 9.42 Powered by Forge 14.23.5.2859 213 mods loaded, 212 mods active
       States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
       
       | State  | ID                                | Version                             | Source                                                      | Signature                                |
       |:------ |:--------------------------------- |:----------------------------------- |:----------------------------------------------------------- |:---------------------------------------- |
       | LCHIJA | minecraft                         | 1.12.2                              | minecraft.jar                                               | None                                     |
       | LCHIJA | mcp                               | 9.42                                | minecraft.jar                                               | None                                     |
       | LCHIJA | FML                               | 8.0.99.99                           | forge-1.12.2-14.23.5.2859.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCHIJA | forge                             | 14.23.5.2859                        | forge-1.12.2-14.23.5.2859.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCHIJA | micdoodlecore                     | 4.0.6                               | minecraft.jar                                               | None                                     |
       | LCHIJA | mixinbooter                       | 7.1                                 | minecraft.jar                                               | None                                     |
       | LCHIJA | controllable                      | 0.11.2                              | controllable-0.11.2-1.12.2.jar                              | None                                     |
       | LCHIJA | openmodscore                      | 0.12.2                              | minecraft.jar                                               | None                                     |
       | LCHIJA | foamfixcore                       | 7.7.4                               | minecraft.jar                                               | None                                     |
       | LCHIJA | opencomputers|core                | 1.8.3                               | minecraft.jar                                               | None                                     |
       | LCHIJA | randompatches                     | 1.12.2-1.22.1.10                    | randompatches-1.12.2-1.22.1.10.jar                          | None                                     |
       | LCHIJA | skinlayers3d                      | 1.2.0                               | 3dSkinLayers-forge-mc1.12.2-1.2.0.jar                       | None                                     |
       | LCHIJA | redcore                           | 0.6-Dev-1                           | !Red-Core-MC-1.7-1.12-0.6-Dev-1.jar                         | None                                     |
       | LCHIJA | 113_water_mechanics               | 1.0.4                               | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar.jar             | None                                     |
       | LCHIJA | fastbench                         | 1.7.4                               | FastWorkbench-1.12.2-1.7.4.jar                              | None                                     |
       | LCHIJA | actuallyadditions                 | 1.12.2-r152                         | ActuallyAdditions-1.12.2-r152.jar                           | None                                     |
       | LCHIJA | libvulpes                         | 0.4.2.-25                           | LibVulpes-1.12.2-0.4.2-25-universal.jar                     | None                                     |
       | LCHIJA | advancedrocketry                  | 1.12.2-2.0.0-17                     | AdvancedRocketry-1.12.2-2.0.0-17.jar                        | None                                     |
       | LCHIJA | ctm                               | MC1.12.2-1.0.2.31                   | CTM-MC1.12.2-1.0.2.31.jar                                   | None                                     |
       | LCHIJA | appliedenergistics2               | rv6-stable-7-extended_life-v0.55.29 | appliedenergistics2-rv6-stable-7-extended_life-v0.55.29.jar | None                                     |
       | LCHIJA | bdlib                             | 1.14.4.1                            | bdlib-1.14.4.1-mc1.12.2.jar                                 | None                                     |
       | LCHIJA | ae2stuff                          | 0.7.0.4                             | ae2stuff-0.7.0.4-mc1.12.2.jar                               | None                                     |
       | LCHIJA | forgelin                          | 1.8.4                               | Forgelin-1.8.4.jar                                          | None                                     |
       | LCHIJA | waila                             | 1.8.26                              | Hwyla-1.8.26-B41_1.12.2.jar                                 | None                                     |
       | LCHIJA | jei                               | 4.16.1.1003                         | jei_1.12.2-4.16.1.1003.jar                                  | None                                     |
       | LCHIJA | redstoneflux                      | 2.1.1                               | RedstoneFlux-1.12-2.1.1.1-universal.jar                     | None                                     |
       | LCHIJA | mekanism                          | 1.12.2-9.8.3.390                    | Mekanism-1.12.2-9.8.3.390.jar                               | None                                     |
       | LCHIJA | aeadditions                       | 1.3.8                               | AEAdditions-1.12.2-1.3.8.jar                                | None                                     |
       | LCHIJA | aiimprovements                    | 0.0.1.3                             | AIImprovements-1.12-0.0.1b3.jar                             | None                                     |
       | LCHIJA | antighost                         | 1.1.1                               | antighost-1.12-forge14.21.1.2387-1.1.1.jar                  | None                                     |
       | LCHIJA | applecore                         | 3.4.0                               | AppleCore-mc1.12.2-3.4.0.jar                                | None                                     |
       | LCHIJA | appleskin                         | 1.0.14                              | AppleSkin-mc1.12-1.0.14.jar                                 | None                                     |
       | LCHIJA | galacticraftcore                  | 4.0.6                               | Galacticraft-1.12.2-4.0.6.jar                               | None                                     |
       | LCHIJA | galacticraftplanets               | 4.0.6                               | Galacticraft-1.12.2-4.0.6.jar                               | None                                     |
       | LCHIJA | asmodeuscore                      | 1.0.0                               | AsmodeusCore-1.12.2-1.0.0.jar                               | None                                     |
       | LCHIJA | attributefix                      | 1.0.12                              | AttributeFix-Forge-1.12.2-1.0.12.jar                        | None                                     |
       | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.4.18                       | badwithernocookiereloaded-1.12.2-3.4.18.jar                 | None                                     |
       | LCHIJA | bno                               | 1.12.2-1.0.4.0                      | BasicNetherOres-1.12.2-1.0.5.0.jar                          | None                                     |
       | LCHIJA | baubles                           | 1.5.2                               | Baubles-1.12-1.5.2.jar                                      | None                                     |
       | LCHIJA | bedbugs                           | @VERSION@                           | BedBugs-1.12-1.0.1.jar                                      | None                                     |
       | LCHIJA | betterbuilderswands               | 0.13.2                              | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar           | None                                     |
       | LCHIJA | bettercaves                       | 1.12.2                              | bettercaves-1.12.2-2.0.4.jar                                | None                                     |
       | LCHIJA | bettermineshafts                  | 1.12.2-2.2.1                        | BetterMineshaftsForge-1.12.2-2.2.1.jar                      | None                                     |
       | LCHIJA | biomesoplenty                     | 7.0.1.2445                          | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar               | None                                     |
       | LCHIJA | bookshelf                         | 2.3.590                             | Bookshelf-1.12.2-2.3.590.jar                                | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | codechickenlib                    | 3.2.3.358                           | CodeChickenLib-1.12.2-3.2.3.358-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | brandonscore                      | 2.4.20                              | BrandonsCore-1.12.2-2.4.20.162-universal.jar                | None                                     |
       | LCHIJA | buildinggadgets                   | 2.8.4                               | BuildingGadgets-2.8.4.jar                                   | None                                     |
       | LCHIJA | car                               | 2.0.1                               | car-1.12.2-2.0.1.jar                                        | None                                     |
       | LCHIJA | cavern                            | 2.3.1                               | Cavern_1.12.2-v2.3.1.jar                                    | None                                     |
       | LCHIJA | caves_and_cliffs                  | 1.0.9                               | CC(FG1.12.2) 1.0.9.jar                                      | None                                     |
       | LCHIJA | chameleon                         | 1.12-4.1.3                          | Chameleon-1.12-4.1.3.jar                                    | None                                     |
       | LCHIJA | chickenchunks                     | 2.4.2.74                            | ChickenChunks-1.12.2-2.4.2.74-universal.jar                 | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | chisel                            | MC1.12.2-1.0.2.45                   | Chisel-MC1.12.2-1.0.2.45.jar                                | None                                     |
       | LCHIJA | chiselsandbits                    | 14.33                               | chiselsandbits-14.33.jar                                    | None                                     |
       | LCHIJA | chunkgenlimit                     | 1.1                                 | chunkgenlimiter-1.1.jar                                     | None                                     |
       | LCHIJA | clumps                            | 3.1.2                               | Clumps-3.1.2.jar                                            | None                                     |
       | LCHIJA | controlling                       | 3.0.10                              | Controlling-3.0.12.2.jar                                    | None                                     |
       | LCHIJA | cookingforblockheads              | 6.5.0                               | CookingForBlockheads_1.12.2-6.5.0.jar                       | None                                     |
       | LCHIJA | extendedrenderer                  | v1.0                                | coroutil-1.12.1-1.2.37.jar                                  | None                                     |
       | LCHIJA | coroutil                          | 1.12.1-1.2.37                       | coroutil-1.12.1-1.2.37.jar                                  | None                                     |
       | LCHIJA | configmod                         | v1.0                                | coroutil-1.12.1-1.2.37.jar                                  | None                                     |
       | LCHIJA | cosmeticarmorreworked             | 1.12.2-v5a                          | CosmeticArmorReworked-1.12.2-v5a.jar                        | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCHIJA | customloadingscreen               | 1.12.2-1.5.7                        | CustomLoadingScreen-1.12.2-1.5.7.jar                        | None                                     |
       | LCHIJA | custommainmenu                    | 2.0.9.1                             | CustomMainMenu-MC1.12.2-2.0.9.1.jar                         | None                                     |
       | LCHIJA | darkutils                         | 1.8.230                             | DarkUtils-1.12.2-1.8.230.jar                                | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | forestry                          | 5.8.2.422                           | forestry_1.12.2-5.8.2.422.jar                               | None                                     |
       | LCHIJA | eleccore                          | 1.9.453                             | ElecCore-1.12.2-1.9.453.jar                                 | None                                     |
       | LCHIJA | endercore                         | 1.12.2-0.5.78                       | EnderCore-1.12.2-0.5.78.jar                                 | None                                     |
       | LCHIJA | enderio                           | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | mcjtylib_ng                       | 3.5.4                               | mcjtylib-1.12-3.5.4.jar                                     | None                                     |
       | LCHIJA | opencomputers                     | 1.8.3                               | OpenComputers-MC1.12.2-1.8.3+274990f.jar                    | None                                     |
       | LCHIJA | rftools                           | 7.73                                | rftools-1.12-7.73.jar                                       | None                                     |
       | LCHIJA | deepresonance                     | 1.8.0                               | deepresonance-1.12-1.8.0.jar                                | None                                     |
       | LCHIJA | deuf                              | 1.1-1.12.2                          | deuf-1.1-1.12.2.jar                                         | None                                     |
       | LCHIJA | draconicevolution                 | 2.3.28                              | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar          | None                                     |
       | LCHIJA | draconicadditions                 | 1.17.0                              | Draconic-Additions-1.12.2-1.17.0.45-universal.jar           | None                                     |
       | LCHIJA | dupefixproject                    | 3.1.6                               | DupeFixProject-1.12.2-3.1.6.jar                             | None                                     |
       | LCHIJA | dynamiclights                     | 1.4.9                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_onfire              | 1.0.7                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_creepers            | 1.0.6                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_dropitems           | 1.1.0                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_entityclasses       | 1.0.1                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_mobequipment        | 1.1.0                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_flamearrows         | 1.0.1                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_floodlights         | 1.0.3                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_otherplayers        | 1.0.9                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_theplayer           | 1.1.3                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | orelib                            | 3.6.0.1                             | OreLib-1.12.2-3.6.0.1.jar                                   | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
       | LCHIJA | dsurround                         | @VERSION@                           | DynamicSurroundings-1.12.2-3.6.3.jar                        | None                                     |
       | LCHIJA | enderiointegrationtic             | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiobase                       | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduits                   | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduitsappliedenergistics | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduitsopencomputers      | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduitsrefinedstorage     | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiointegrationforestry        | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | mantle                            | 1.12-1.3.3.55                       | Mantle-1.12-1.3.3.55.jar                                    | None                                     |
       | LCHIJA | twilightforest                    | 3.11.1021                           | twilightforest-1.12.2-3.11.1021-universal.jar               | None                                     |
       | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183                   | TConstruct-1.12.2-2.13.0.183.jar                            | None                                     |
       | LCHIJA | enderiointegrationticlate         | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioinvpanel                   | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiomachines                   | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiopowertools                 | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | gasconduits                       | 5.3.72                              | EnderIO-conduits-mekanism-1.12.2-5.3.72.jar                 | None                                     |
       | LCHIJA | enderioendergy                    | 5.3.72                              | EnderIO-endergy-1.12.2-5.3.72.jar                           | None                                     |
       | LCHIJA | enderiozoo                        | 5.3.72                              | EnderIO-zoo-1.12.2-5.3.72.jar                               | None                                     |
       | LCHIJA | enderportaldecoration             | 0.0.1                               | EnderPortalDecoration-1.12.2-0.0.1.jar                      | None                                     |
       | LCHIJA | enderstorage                      | 2.4.6.137                           | EnderStorage-1.12.2-2.4.6.137-universal.jar                 | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | enderutilities                    | 0.7.15                              | enderutilities-1.12.2-0.7.15.jar                            | 2b03e1423915a189b8094816baa18f239d576dff |
       | LCHIJA | renderlib                         | 1.3.3                               | RenderLib-1.12.2-1.3.3.jar                                  | None                                     |
       | LCHIJA | entityculling                     | 6.4.2                               | EntityCulling-1.12.2-6.4.2.jar                              | None                                     |
       | LCHIJA | entity_desync_fix                 | 1.0.2                               | EntityDesyncFix-1.12.2-1.0.2.jar                            | None                                     |
       | LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1                     | valkyrielib-1.12.2-2.0.20.1.jar                             | None                                     |
       | LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1                     | environmentaltech-1.12.2-2.0.20.1.jar                       | None                                     |
       | LCHIJA | extrautils2                       | 1.0                                 | extrautils2-1.12-1.9.9.jar                                  | None                                     |
       | LCHIJA | zerocore                          | 1.12.2-0.1.2.9                      | zerocore-1.12.2-0.1.2.9.jar                                 | None                                     |
       | LCHIJA | bigreactors                       | 1.12.2-0.4.5.68                     | ExtremeReactors-1.12.2-0.4.5.68.jar                         | None                                     |
       | LCHIJA | fairylights                       | 2.1.10                              | fairylights-2.2.0-1.12.2.jar                                | None                                     |
       | LCHIJA | fbp                               | 2.4.1                               | FancyBlockParticles-1.12.x-2.4.1.jar                        | None                                     |
       | LCHIJA | farmingforblockheads              | 3.1.28                              | FarmingForBlockheads_1.12.2-3.1.28.jar                      | None                                     |
       | LCHIJA | fastfurnace                       | 1.3.1                               | FastFurnace-1.12.2-1.3.1.jar                                | None                                     |
       | LCHIJA | fastleafdecay                     | v14                                 | FastLeafDecay-v14.jar                                       | None                                     |
       | LCHIJA | foamfix                           | @VERSION@                           | foamfix-0.10.15-1.12.2.jar                                  | None                                     |
       | LCHIJA | forgemultipartcbe                 | 2.6.2.83                            | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | microblockcbe                     | 2.6.2.83                            | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                | None                                     |
       | LCHIJA | minecraftmultipartcbe             | 2.6.2.83                            | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                | None                                     |
       | LCHIJA | futuremc                          | 0.2.6                               | future-mc-0.2.15.jar                                        | None                                     |
       | LCHIJA | galaxyspace                       | 2.1.1                               | GalaxySpace-1.12.2-2.1.1.jar                                | None                                     |
       | LCHIJA | galacticcomputers                 | 1.0.0                               | GalacticComputers-1.0.0.jar                                 | None                                     |
       | LCHIJA | glassential                       | 1.1.0                               | glassential-1.12.2-1.1.0.jar                                | None                                     |
       | LCHIJA | hardcoredarkness                  | 2.0                                 | HardcoreDarkness-MC1.12.2-2.0.jar                           | d72e0dd57935b3e9476212aea0c0df352dd76291 |
       | LCHIJA | hgp                               | Release                             | hgp-1.0.jar                                                 | None                                     |
       | LCHIJA | icbmclassic                       | 5.4.0                               | ICBM-classic-1.12.2-5.4.0.jar                               | None                                     |
       | LCHIJA | incontrol                         | 3.9.18                              | incontrol-1.12-3.9.18.jar                                   | None                                     |
       | LCHIJA | teslacorelib                      | 1.0.18                              | tesla-core-lib-1.12.2-1.0.18.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | industrialforegoing               | 1.12.2-1.12.2                       | industrialforegoing-1.12.2-1.12.13-237.jar                  | None                                     |
       | LCHIJA | inventorytweaks                   | 1.64+dev.151.822d839                | InventoryTweaks-1.64+dev.151.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
       | LCHIJA | journeymap                        | 1.12.2-5.7.1                        | journeymap-1.12.2-5.7.1.jar                                 | None                                     |
       | LCHIJA | jeid                              | 1.0.4-SNAPSHOT                      | JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar                       | None                                     |
       | LCHIJA | jeresources                       | 0.9.3.203                           | JustEnoughResources-1.12.2-0.9.3.203.jar                    | None                                     |
       | LCHIJA | libraryex                         | 1.2.2                               | LibraryEx-1.12.2-1.2.2.jar                                  | None                                     |
       | LCHIJA | llor                              | 1.1.6-mc1.12.2                      | LLOverlayReloaded-1.1.6-mc1.12.2.jar                        | None                                     |
       | LCHIJA | lootr                             | 0.6.2                               | lootr-1.12.2-0.6.2.jar                                      | None                                     |
       | LCHIJA | lostcities                        | 2.0.22                              | lostcities-1.12-2.0.22.jar                                  | None                                     |
       | LCHIJA | mcwbridges                        | 1.0.6                               | mcw-bridges-1.0.6b-mc1.12.2.jar                             | None                                     |
       | LCHIJA | mekanismfluxified                 | 1.0.0                               | mekanismfluxified-1.12.2-1.0.0.jar                          | None                                     |
       | LCHIJA | mekanismgenerators                | 1.12.2-9.8.3.390                    | MekanismGenerators-1.12.2-9.8.3.390.jar                     | None                                     |
       | LCHIJA | mekanismtools                     | 1.12.2-9.8.3.390                    | MekanismTools-1.12.2-9.8.3.390.jar                          | None                                     |
       | LCHIJA | taiga                             | 1.12.2-1.3.3                        | taiga-1.12.2-1.3.4.jar                                      | None                                     |
       | LCHIJA | mekores                           | 2.0.13                              | mekores-2.0.13.jar                                          | None                                     |
       | LCHIJA | moartinkers                       | 0.6.0                               | moartinkers-0.6.0.jar                                       | None                                     |
       | LCHIJA | mwc                               | 0.1-Dev-17                          | Modern-Warfare-Cubed-0.1-Dev-17.jar                         | None                                     |
       | LCHIJA | numina                            | 1.0                                 | Numina-1.12.2-1.1.049.jar                                   | None                                     |
       | LCHIJA | powersuits                        | 1.1.048                             | ModularPowersuits-1.12.2-1.1.048.jar                        | None                                     |
       | LCHIJA | stevekung's_lib                   | 1.3.0                               | SteveKunG's-Lib-mc1.12.2-v1.3.0.jar                         | None                                     |
       | LCHIJA | moreplanets                       | 2.3.2                               | More-Planets-1.12.2-2.3.2-GC4.0.5.jar                       | None                                     |
       | LCHIJA | mousetweaks                       | 2.10.1                              | MouseTweaks-2.10.1-mc1.12.2.jar                             | None                                     |
       | LCHIJA | mrtjpcore                         | 2.1.4.43                            | MrTJPCore-1.12.2-2.1.4.43-universal.jar                     | None                                     |
       | LCHIJA | nanfix                            | Final                               | nanfix-final-absorbtion.jar                                 | None                                     |
       | LCHIJA | naturescompass                    | 1.8.5                               | NaturesCompass-1.12.2-1.8.5.jar                             | None                                     |
       | LCHIJA | netherex                          | 2.2.5                               | NetherEx-1.12.2-2.2.5.jar                                   | None                                     |
       | LCHIJA | netherportalfix                   | 5.3.17                              | NetherPortalFix_1.12.1-5.3.17.jar                           | None                                     |
       | LCHIJA | netherbackport                    | 1.0.0                               | NetherUpdateBackport-1.12.2(1.0.1).jar                      | None                                     |
       | LCHIJA | nothirium                         | 0.3.4-beta                          | Nothirium-1.12.2-0.3.4-beta.jar                             | None                                     |
       | LCHIJA | omlib                             | 3.1.5-256                           | omlib-1.12.2-3.1.5-256.jar                                  | None                                     |
       | LCHIJA | ompd                              | 3.1.1-76                            | ompd-1.12.2-3.1.1-76.jar                                    | None                                     |
       | LCHIJA | openmods                          | 0.12.2                              | OpenModsLib-1.12.2-0.12.2.jar                               | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
       | LCHIJA | openblocks                        | 1.8.1                               | OpenBlocks-1.12.2-1.8.1.jar                                 | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
       | LCHIJA | eternalsoap.icbm.opencomputers    | 1.0                                 | OpenComputersICBMAddon-1.3.jar                              | None                                     |
       | LCHIJA | openmodularturrets                | 3.1.14-382                          | openmodularturrets-1.12.2-3.1.14-382.jar                    | None                                     |
       | LCHIJA | harvestcraft                      | 1.12.2zb                            | Pam's HarvestCraft 1.12.2zg.jar                             | None                                     |
       | LCHIJA | particleculling                   | v1.4.1                              | particleculling-1.12.2-v1.4.1.jar                           | None                                     |
       | LCHIJA | patchouli                         | 1.0-23.6                            | Patchouli-1.0-23.6.jar                                      | None                                     |
       | LCHIJA | performant                        | 1.12.2-1.5                          | performant-1.11.jar                                         | None                                     |
       | LCHIJA | placebo                           | 1.6.0                               | Placebo-1.12.2-1.6.1.jar                                    | None                                     |
       | LCHIJA | planttech2                        | 1.0.8                               | planttech2-1.0.9.jar                                        | None                                     |
       | LCHIJA | projectintelligence               | 1.0.9                               | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar           | None                                     |
       | LCHIJA | projectred-core                   | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-Base.jar                        | None                                     |
       | LCHIJA | projectred-compat                 | 1.0                                 | ProjectRed-1.12.2-4.9.4.120-compat.jar                      | None                                     |
       | LCHIJA | projectred-integration            | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-integration.jar                 | None                                     |
       | LCHIJA | projectred-transmission           | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-integration.jar                 | None                                     |
       | LCHIJA | projectred-fabrication            | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-fabrication.jar                 | None                                     |
       | LCHIJA | projectred-illumination           | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-lighting.jar                    | None                                     |
       | LCHIJA | projectred-expansion              | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                  | None                                     |
       | LCHIJA | projectred-relocation             | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                  | None                                     |
       | LCHIJA | projectred-transportation         | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                  | None                                     |
       | LCHIJA | projectred-exploration            | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-world.jar                       | None                                     |
       | LCHIJA | reauth                            | 4.0.7                               | ReAuth-1.12-Forge-4.0.7.jar                                 | daba0ec4df71b6da841768c49fb873def208a1e3 |
       | LCHIJA | resourceloader                    | 1.5.3                               | ResourceLoader-MC1.12.1-1.5.3.jar                           | d72e0dd57935b3e9476212aea0c0df352dd76291 |
       | LCHIJA | additionalstructures              | 2.5.0                               | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar              | None                                     |
       | LCHIJA | rftdimtweak                       | 1.1                                 | RFTDimTweak-1.12.2-1.1.jar                                  | None                                     |
       | LCHIJA | rftoolsdim                        | 5.71                                | rftoolsdim-1.12-5.71.jar                                    | None                                     |
       | LCHIJA | rftoolspower                      | 1.2.0                               | rftoolspower-1.12-1.2.0.jar                                 | None                                     |
       | LCHIJA | rftpwroc                          | 0.1                                 | rftpwr_oc-0.2.jar                                           | None                                     |
       | LCHIJA | soundfilters                      | 0.12.1_for_1.12                     | SoundFilters-0.12.1_for_1.12.jar                            | None                                     |
       | LCHIJA | soundreloader                     | 1.1                                 | soundreloader-1.2-1.12.2.jar                                | None                                     |
       | LCHIJA | stg                               | 1.12.2-1.2.3                        | stg-1.12.2-1.2.3.jar                                        | None                                     |
       | LCHIJA | storagedrawers                    | 5.5.0                               | StorageDrawers-1.12.2-5.5.0.jar                             | None                                     |
       | LCHIJA | surge                             | 2.0.79                              | Surge-1.12.2-2.0.79.jar                                     | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | tcomplement                       | 1.12.2-0.4.3                        | TinkersComplement-1.12.2-0.4.3.jar                          | None                                     |
       | LCHIJA | tinkersoc                         | 0.6                                 | tinkersoc-0.6.jar                                           | None                                     |
       | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769            | TinkerToolLeveling-1.12.2-1.1.0.jar                         | None                                     |
       | LCHIJA | trashslot                         | 8.4.10                              | TrashSlot_1.12.2-8.4.10.jar                                 | None                                     |
       | LCHIJA | unifieditems                      | 1.7.4.212                           | UnifiedItems-1.12.2-1.7.4-212.jar                           | None                                     |
       | LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1                     | valkyrielib-1.12.2-2.0.20.1.jar                             | None                                     |
       | LCHIJA | vanillafix                        | 1.0.10-150                          | VanillaFix-1.0.10-150.jar                                   | None                                     |
       | LCHIJA | wawla                             | 2.6.275                             | Wawla-1.12.2-2.6.275.jar                                    | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | zombieawareness                   | 1.12.1-1.11.16                      | zombieawareness-1.12.1-1.11.16.jar                          | None                                     |
       | LCHIJA | solcarrot                         | 1.8.4                               | solcarrot-1.12.2-1.8.4.jar                                  | None                                     |
       | LCHIJA | eleccoreloader                    | 1.9.453                             | ElecCore-1.12.2-1.9.453.jar                                 | None                                     |
       | LCHIJA | teslacorelib_registries           | 1.0.18                              | tesla-core-lib-1.12.2-1.0.18.jar                            | None                                     |
       | UD     | advancedrocketrycore              | 1                                   | minecraft.jar                                               | None                                     |
  Loaded coremods (and transformers): EntityDesyncFixPlugin (EntityDesyncFix-1.12.2-1.0.2.jar)
                                        
                                      FutureMC (future-mc-0.2.15.jar)
                                        thedarkcolour.futuremc.asm.CoreTransformer
                                      RenderLibPlugin (RenderLib-1.12.2-1.3.3.jar)
                                        meldexun.renderlib.asm.RenderLibClassTransformer
                                      ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
                                        
                                      MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
                                        micdoodle8.mods.miccore.MicdoodleTransformer
                                      MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
                                        mekanism.coremod.KeybindingMigrationHelper
                                      weaponlib (Modern-Warfare-Cubed-0.1-Dev-17.jar)
                                        com.paneedah.weaponlib.core.WeaponlibClassTransformer
                                      AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
                                        squeek.applecore.asm.TransformerModuleHandler
                                      ClsPlugin (CustomLoadingScreen-1.12.2-1.5.7.jar)
                                        alexiil.mc.mod.load.coremod.ClsTransformer
                                      LootrCore (lootr-1.12.2-0.6.2.jar)
                                        
                                      Controllable (controllable-0.11.2-1.12.2.jar)
                                        
                                      AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-17.jar)
                                        zmaster587.advancedRocketry.asm.ClassTransformer
                                      ChunkGenLimiterCoremod (chunkgenlimiter-1.1-core.jar)
                                        io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimitTransformer
                                      Red Core (!Red-Core-MC-1.7-1.12-0.6-Dev-1.jar)
                                        
                                      LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                        lumien.resourceloader.asm.ClassTransformer
                                      LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
                                        lumien.hardcoredarkness.asm.ClassTransformer
                                      EntityCullingPlugin (EntityCulling-1.12.2-6.4.2.jar)
                                        meldexun.entityculling.asm.EntityCullingClassTransformer
                                      GSHooksLoader (GalaxySpace-1.12.2-2.1.1.jar)
                                        galaxyspace.core.hooklib.minecraft.PrimaryClassTransformer
                                      Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)
                                        invtweaks.forge.asm.ContainerTransformer
                                      MixinBooter (!mixinbooter-7.1.jar)
                                        
                                      Born in a Barn (Born In A Barn 1.8-1.12-1.2.jar)
                                        com.chocohead.biab.BornInABarn
                                      RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
                                        com.therandomlabs.randompatches.core.RPTransformer
                                      Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      ForgelinPlugin (Forgelin-1.8.4.jar)
                                        
                                      DupeFixProjectCoreMod (DupeFixProject-1.12.2-3.1.6.jar)
                                        
                                      OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
                                        openmods.core.OpenModsClassTransformer
                                      TransformLoader (DynamicSurroundings-1.12.2-3.6.3.jar)
                                        
                                      NothiriumPlugin (Nothirium-1.12.2-0.3.4-beta.jar)
                                        meldexun.nothirium.mc.asm.NothiriumClassTransformer
                                      CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
                                        team.chisel.ctm.client.asm.CTMTransformer
                                      SurgeLoadingPlugin (Surge-1.12.2-2.0.79.jar)
                                        
                                      EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
                                        com.enderio.core.common.transform.EnderCoreTransformer
                                        com.enderio.core.common.transform.SimpleMixinPatcher
                                      AE2ELCore (appliedenergistics2-rv6-stable-7-extended_life-v0.55.29.jar)
                                        appeng.core.transformer.AE2ELTransformer
                                      VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
                                        
                                      JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
                                        org.dimdev.jeid.JEIDTransformer
                                      serializationisbad (serializationisbad-1.5.jar)
                                        io.dogboy.serializationisbad.legacyforge.SIBTransformer
                                      TransformerLoader (OpenComputers-MC1.12.2-1.8.3+274990f.jar)
                                        li.cil.oc.common.asm.ClassTransformer
                                      DLFMLCorePlugin (DynamicLights-1.12.2.jar)
                                        atomicstryker.dynamiclights.common.DLTransformer
                                      SteveKunGLibPlugin (SteveKunG's-Lib-mc1.12.2-v1.3.0.jar)
  GL info: ' Vendor: 'AMD' Version: '4.6 (Compatibility Profile) Mesa 23.3.2 (git-527d45230f)' Renderer: 'AMD Radeon RX 6900 XT (radeonsi, navi21, LLVM 17.0.6, DRM 3.54, 6.6.9-200.fc39.x86_64)'
  OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  AE2 Version: stable rv6-stable-7-extended_life-v0.55.29 for Forge 14.23.5.2847
  Ender IO: No known problems detected.
            Authlib is : /home/jack/.var/app/com.atlauncher.ATLauncher/data/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
            
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            !!!You are looking at the diagnostics information, not at the crash.       !!!
            !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
                                   - TinkerWorld (Enabled/Not Forced)
                                   - TinkerTools (Enabled/Not Forced)
                                   - TinkerHarvestTools (Enabled/Forced)
                                   - TinkerMeleeWeapons (Enabled/Forced)
                                   - TinkerRangedWeapons (Enabled/Forced)
                                   - TinkerModifiers (Enabled/Forced)
                                   - TinkerSmeltery (Enabled/Not Forced)
                                   - TinkerGadgets (Enabled/Not Forced)
                                   - TinkerOredict (Enabled/Forced)
                                   - TinkerIntegration (Enabled/Forced)
                                   - TinkerFluids (Enabled/Forced)
                                   - TinkerMaterials (Enabled/Forced)
                                   - TinkerModelRegister (Enabled/Forced)
                                   - chiselIntegration (Enabled/Not Forced)
                                   - chiselsandbitsIntegration (Enabled/Not Forced)
                                   - wailaIntegration (Enabled/Not Forced)
  Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
                                    - ModuleMelter (Enabled/Not Forced)
                                    - ModuleArmor (Enabled/Not Forced)
                                    - ModuleSteelworks (Enabled/Not Forced)
                                    - ChiselPlugin (Enabled/Not Forced)
                                    - ToolLevelingPlugin (Enabled/Not Forced)
                                    - Oredict (Enabled/Forced)
  List of loaded APIs: * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r152.jar
                       * AppleCoreAPI (3.4.0) from AppleCore-mc1.12.2-3.4.0.jar
                       * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7-extended_life-v0.55.29.jar
                       * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
                       * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
                       * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.68.jar
                       * cavern.api (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.data (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.entity (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.event (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.item (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
                       * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
                       * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
                       * CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.2.37.jar
                       * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v5a.jar
                       * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * DR-API (1.0.4-Beta) from deepresonance-1.12-1.8.0.jar
                       * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.28.354-universal.jar
                       * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.453.jar
                       * enderioapi (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
                       * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * GalacticraftAPI (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|block (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|entity (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|event|client (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|event|oxygen (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|event|worldgen (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|galaxies (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|item (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|power (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab|core (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab|entity (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab|worldgen (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|recipe (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|tile (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|transmission (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|transmission|grid (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|trasmission|tile (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|vector (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|world (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
                       * jeresources|API (0.9.3.203) from JustEnoughResources-1.12.2-0.9.3.203.jar
                       * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
                       * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.1003.jar
                       * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
                       * MouseTweaks|API (1.0) from MouseTweaks-2.10.1-mc1.12.2.jar
                       * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
                       * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * PatchouliAPI (6) from Patchouli-1.0-23.6.jar
                       * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
                       * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
                       * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
                       * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
                       * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
                       * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
                       * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
                       * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  Patchouli open book context: n/a
  AE2 Integration: IC2:OFF, GTCE:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
  Suspected Mods: Modern Warfare Cubed (mwc)
  Launched Version: 1.12.2
  LWJGL: 2.9.4
  OpenGL: AMD Radeon RX 6900 XT (radeonsi, navi21, LLVM 17.0.6, DRM 3.54, 6.6.9-200.fc39.x86_64) GL version 4.6 (Compatibility Profile) Mesa 23.3.2 (git-527d45230f), AMD
  GL Caps: Using GL 1.3 multitexturing.
           Using GL 1.3 texture combiners.
           Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
           Shaders are available because OpenGL 2.1 is supported.
           VBOs are available because OpenGL 1.5 is supported.
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge'
  Type: Client (map_client.txt)
  Resource Packs: 
  Current Language: English (US)
  Profiler Position: N/A (disabled)
  CPU: 16x AMD Ryzen 7 3800X 8-Core Processor
  Client Crashes Since Restart: 1
  Integrated Server Crashes Since Restart: 0

CorneliusCornbread avatar Jan 09 '24 03:01 CorneliusCornbread

Same exact issue here on Fedora Linux

---- Minecraft Crash Report ----
// Don't do that.

Time: 2024-01-08 21:02:52 CST
Description: Unexpected error

java.lang.ExceptionInInitializerError
    at com.paneedah.weaponlib.render.Bloom.renderHDRToBuffer(Bloom.java:191)
    at com.paneedah.weaponlib.render.Bloom.doBloom(Bloom.java:84)
    at com.paneedah.weaponlib.render.bgl.PostProcessPipeline.doPostProcess(PostProcessPipeline.java:882)
    at com.paneedah.weaponlib.compatibility.Interceptors.setupViewBobbing(Interceptors.java:589)
    at net.minecraft.client.renderer.EntityRenderer.func_78475_f(EntityRenderer.java:542)
    at net.minecraft.client.renderer.EntityRenderer.func_78479_a(EntityRenderer.java:695)
    at net.minecraft.client.renderer.EntityRenderer.func_175068_a(EntityRenderer.java:1276)
    at net.minecraft.client.renderer.EntityRenderer.func_78471_a(EntityRenderer.java:1259)
    at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1062)
    at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1119)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:4442)
    at net.minecraft.client.main.Main.main(SourceFile:123)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
    at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.RuntimeException: Error creating fragment shader: mwc:shaders/postflat
    at com.paneedah.weaponlib.shader.jim.ShaderLoader.loadShader(ShaderLoader.java:53)
    at com.paneedah.weaponlib.render.Shaders.<clinit>(Shaders.java:36)
    ... 18 more


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

-- Affected level --
  Level name: MpServer
  All players: 1 total; [GCEntityClientPlayerMP['GaymerCornelius'/80, l='MpServer', x=8.50, y=65.00, z=8.50]]
  Chunk stats: MultiplayerChunkCache: 0, 0
  Level seed: 0
  Level generator: ID 00 - default, ver 1. Features enabled: false
  Level generator options: 
  Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; 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: 0 game time, 0 day time
  Level dimension: 0
  Level storage version: 0x00000 - Unknown?
  Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
  Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
  Forced entities: 1 total; [GCEntityClientPlayerMP['GaymerCornelius'/80, l='MpServer', x=8.50, y=65.00, z=8.50]]
  Retry entities: 0 total; []
  Server brand: fml,forge
  Server type: Integrated singleplayer server

-- System Details --
  Minecraft Version: 1.12.2
  Operating System: Linux (amd64) version 6.6.9-200.fc39.x86_64
  Java Version: 1.8.0_202, Oracle Corporation
  Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  Memory: 1549178536 bytes (1477 MB) / 4294967296 bytes (4096 MB) up to 4294967296 bytes (4096 MB)
  JVM Flags: 8 total; -Xmx4096M -XX:MetaspaceSize=256M -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
  IntCache: cache: 13, tcache: 95, allocated: 0, tallocated: 0
  FML: MCP 9.42 Powered by Forge 14.23.5.2859 213 mods loaded, 212 mods active
       States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
       
       | State  | ID                                | Version                             | Source                                                      | Signature                                |
       |:------ |:--------------------------------- |:----------------------------------- |:----------------------------------------------------------- |:---------------------------------------- |
       | LCHIJA | minecraft                         | 1.12.2                              | minecraft.jar                                               | None                                     |
       | LCHIJA | mcp                               | 9.42                                | minecraft.jar                                               | None                                     |
       | LCHIJA | FML                               | 8.0.99.99                           | forge-1.12.2-14.23.5.2859.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCHIJA | forge                             | 14.23.5.2859                        | forge-1.12.2-14.23.5.2859.jar                               | e3c3d50c7c986df74c645c0ac54639741c90a557 |
       | LCHIJA | micdoodlecore                     | 4.0.6                               | minecraft.jar                                               | None                                     |
       | LCHIJA | mixinbooter                       | 7.1                                 | minecraft.jar                                               | None                                     |
       | LCHIJA | controllable                      | 0.11.2                              | controllable-0.11.2-1.12.2.jar                              | None                                     |
       | LCHIJA | openmodscore                      | 0.12.2                              | minecraft.jar                                               | None                                     |
       | LCHIJA | foamfixcore                       | 7.7.4                               | minecraft.jar                                               | None                                     |
       | LCHIJA | opencomputers|core                | 1.8.3                               | minecraft.jar                                               | None                                     |
       | LCHIJA | randompatches                     | 1.12.2-1.22.1.10                    | randompatches-1.12.2-1.22.1.10.jar                          | None                                     |
       | LCHIJA | skinlayers3d                      | 1.2.0                               | 3dSkinLayers-forge-mc1.12.2-1.2.0.jar                       | None                                     |
       | LCHIJA | redcore                           | 0.6-Dev-1                           | !Red-Core-MC-1.7-1.12-0.6-Dev-1.jar                         | None                                     |
       | LCHIJA | 113_water_mechanics               | 1.0.4                               | 1.13WaterMechanicsBackport-1.0.5-1.12.2.jar.jar             | None                                     |
       | LCHIJA | fastbench                         | 1.7.4                               | FastWorkbench-1.12.2-1.7.4.jar                              | None                                     |
       | LCHIJA | actuallyadditions                 | 1.12.2-r152                         | ActuallyAdditions-1.12.2-r152.jar                           | None                                     |
       | LCHIJA | libvulpes                         | 0.4.2.-25                           | LibVulpes-1.12.2-0.4.2-25-universal.jar                     | None                                     |
       | LCHIJA | advancedrocketry                  | 1.12.2-2.0.0-17                     | AdvancedRocketry-1.12.2-2.0.0-17.jar                        | None                                     |
       | LCHIJA | ctm                               | MC1.12.2-1.0.2.31                   | CTM-MC1.12.2-1.0.2.31.jar                                   | None                                     |
       | LCHIJA | appliedenergistics2               | rv6-stable-7-extended_life-v0.55.29 | appliedenergistics2-rv6-stable-7-extended_life-v0.55.29.jar | None                                     |
       | LCHIJA | bdlib                             | 1.14.4.1                            | bdlib-1.14.4.1-mc1.12.2.jar                                 | None                                     |
       | LCHIJA | ae2stuff                          | 0.7.0.4                             | ae2stuff-0.7.0.4-mc1.12.2.jar                               | None                                     |
       | LCHIJA | forgelin                          | 1.8.4                               | Forgelin-1.8.4.jar                                          | None                                     |
       | LCHIJA | waila                             | 1.8.26                              | Hwyla-1.8.26-B41_1.12.2.jar                                 | None                                     |
       | LCHIJA | jei                               | 4.16.1.1003                         | jei_1.12.2-4.16.1.1003.jar                                  | None                                     |
       | LCHIJA | redstoneflux                      | 2.1.1                               | RedstoneFlux-1.12-2.1.1.1-universal.jar                     | None                                     |
       | LCHIJA | mekanism                          | 1.12.2-9.8.3.390                    | Mekanism-1.12.2-9.8.3.390.jar                               | None                                     |
       | LCHIJA | aeadditions                       | 1.3.8                               | AEAdditions-1.12.2-1.3.8.jar                                | None                                     |
       | LCHIJA | aiimprovements                    | 0.0.1.3                             | AIImprovements-1.12-0.0.1b3.jar                             | None                                     |
       | LCHIJA | antighost                         | 1.1.1                               | antighost-1.12-forge14.21.1.2387-1.1.1.jar                  | None                                     |
       | LCHIJA | applecore                         | 3.4.0                               | AppleCore-mc1.12.2-3.4.0.jar                                | None                                     |
       | LCHIJA | appleskin                         | 1.0.14                              | AppleSkin-mc1.12-1.0.14.jar                                 | None                                     |
       | LCHIJA | galacticraftcore                  | 4.0.6                               | Galacticraft-1.12.2-4.0.6.jar                               | None                                     |
       | LCHIJA | galacticraftplanets               | 4.0.6                               | Galacticraft-1.12.2-4.0.6.jar                               | None                                     |
       | LCHIJA | asmodeuscore                      | 1.0.0                               | AsmodeusCore-1.12.2-1.0.0.jar                               | None                                     |
       | LCHIJA | attributefix                      | 1.0.12                              | AttributeFix-Forge-1.12.2-1.0.12.jar                        | None                                     |
       | LCHIJA | badwithernocookiereloaded         | 1.12.2-3.4.18                       | badwithernocookiereloaded-1.12.2-3.4.18.jar                 | None                                     |
       | LCHIJA | bno                               | 1.12.2-1.0.4.0                      | BasicNetherOres-1.12.2-1.0.5.0.jar                          | None                                     |
       | LCHIJA | baubles                           | 1.5.2                               | Baubles-1.12-1.5.2.jar                                      | None                                     |
       | LCHIJA | bedbugs                           | @VERSION@                           | BedBugs-1.12-1.0.1.jar                                      | None                                     |
       | LCHIJA | betterbuilderswands               | 0.13.2                              | BetterBuildersWands-1.12.2-0.13.2.271+5997513.jar           | None                                     |
       | LCHIJA | bettercaves                       | 1.12.2                              | bettercaves-1.12.2-2.0.4.jar                                | None                                     |
       | LCHIJA | bettermineshafts                  | 1.12.2-2.2.1                        | BetterMineshaftsForge-1.12.2-2.2.1.jar                      | None                                     |
       | LCHIJA | biomesoplenty                     | 7.0.1.2445                          | BiomesOPlenty-1.12.2-7.0.1.2445-universal.jar               | None                                     |
       | LCHIJA | bookshelf                         | 2.3.590                             | Bookshelf-1.12.2-2.3.590.jar                                | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | codechickenlib                    | 3.2.3.358                           | CodeChickenLib-1.12.2-3.2.3.358-universal.jar               | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | brandonscore                      | 2.4.20                              | BrandonsCore-1.12.2-2.4.20.162-universal.jar                | None                                     |
       | LCHIJA | buildinggadgets                   | 2.8.4                               | BuildingGadgets-2.8.4.jar                                   | None                                     |
       | LCHIJA | car                               | 2.0.1                               | car-1.12.2-2.0.1.jar                                        | None                                     |
       | LCHIJA | cavern                            | 2.3.1                               | Cavern_1.12.2-v2.3.1.jar                                    | None                                     |
       | LCHIJA | caves_and_cliffs                  | 1.0.9                               | CC(FG1.12.2) 1.0.9.jar                                      | None                                     |
       | LCHIJA | chameleon                         | 1.12-4.1.3                          | Chameleon-1.12-4.1.3.jar                                    | None                                     |
       | LCHIJA | chickenchunks                     | 2.4.2.74                            | ChickenChunks-1.12.2-2.4.2.74-universal.jar                 | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | chisel                            | MC1.12.2-1.0.2.45                   | Chisel-MC1.12.2-1.0.2.45.jar                                | None                                     |
       | LCHIJA | chiselsandbits                    | 14.33                               | chiselsandbits-14.33.jar                                    | None                                     |
       | LCHIJA | chunkgenlimit                     | 1.1                                 | chunkgenlimiter-1.1.jar                                     | None                                     |
       | LCHIJA | clumps                            | 3.1.2                               | Clumps-3.1.2.jar                                            | None                                     |
       | LCHIJA | controlling                       | 3.0.10                              | Controlling-3.0.12.2.jar                                    | None                                     |
       | LCHIJA | cookingforblockheads              | 6.5.0                               | CookingForBlockheads_1.12.2-6.5.0.jar                       | None                                     |
       | LCHIJA | extendedrenderer                  | v1.0                                | coroutil-1.12.1-1.2.37.jar                                  | None                                     |
       | LCHIJA | coroutil                          | 1.12.1-1.2.37                       | coroutil-1.12.1-1.2.37.jar                                  | None                                     |
       | LCHIJA | configmod                         | v1.0                                | coroutil-1.12.1-1.2.37.jar                                  | None                                     |
       | LCHIJA | cosmeticarmorreworked             | 1.12.2-v5a                          | CosmeticArmorReworked-1.12.2-v5a.jar                        | aaaf83332a11df02406e9f266b1b65c1306f0f76 |
       | LCHIJA | customloadingscreen               | 1.12.2-1.5.7                        | CustomLoadingScreen-1.12.2-1.5.7.jar                        | None                                     |
       | LCHIJA | custommainmenu                    | 2.0.9.1                             | CustomMainMenu-MC1.12.2-2.0.9.1.jar                         | None                                     |
       | LCHIJA | darkutils                         | 1.8.230                             | DarkUtils-1.12.2-1.8.230.jar                                | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | forestry                          | 5.8.2.422                           | forestry_1.12.2-5.8.2.422.jar                               | None                                     |
       | LCHIJA | eleccore                          | 1.9.453                             | ElecCore-1.12.2-1.9.453.jar                                 | None                                     |
       | LCHIJA | endercore                         | 1.12.2-0.5.78                       | EnderCore-1.12.2-0.5.78.jar                                 | None                                     |
       | LCHIJA | enderio                           | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | mcjtylib_ng                       | 3.5.4                               | mcjtylib-1.12-3.5.4.jar                                     | None                                     |
       | LCHIJA | opencomputers                     | 1.8.3                               | OpenComputers-MC1.12.2-1.8.3+274990f.jar                    | None                                     |
       | LCHIJA | rftools                           | 7.73                                | rftools-1.12-7.73.jar                                       | None                                     |
       | LCHIJA | deepresonance                     | 1.8.0                               | deepresonance-1.12-1.8.0.jar                                | None                                     |
       | LCHIJA | deuf                              | 1.1-1.12.2                          | deuf-1.1-1.12.2.jar                                         | None                                     |
       | LCHIJA | draconicevolution                 | 2.3.28                              | Draconic-Evolution-1.12.2-2.3.28.354-universal.jar          | None                                     |
       | LCHIJA | draconicadditions                 | 1.17.0                              | Draconic-Additions-1.12.2-1.17.0.45-universal.jar           | None                                     |
       | LCHIJA | dupefixproject                    | 3.1.6                               | DupeFixProject-1.12.2-3.1.6.jar                             | None                                     |
       | LCHIJA | dynamiclights                     | 1.4.9                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_onfire              | 1.0.7                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_creepers            | 1.0.6                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_dropitems           | 1.1.0                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_entityclasses       | 1.0.1                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_mobequipment        | 1.1.0                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_flamearrows         | 1.0.1                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_floodlights         | 1.0.3                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_otherplayers        | 1.0.9                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | dynamiclights_theplayer           | 1.1.3                               | DynamicLights-1.12.2.jar                                    | None                                     |
       | LCHIJA | orelib                            | 3.6.0.1                             | OreLib-1.12.2-3.6.0.1.jar                                   | 7a2128d395ad96ceb9d9030fbd41d035b435753a |
       | LCHIJA | dsurround                         | @VERSION@                           | DynamicSurroundings-1.12.2-3.6.3.jar                        | None                                     |
       | LCHIJA | enderiointegrationtic             | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiobase                       | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduits                   | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduitsappliedenergistics | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduitsopencomputers      | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioconduitsrefinedstorage     | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiointegrationforestry        | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | mantle                            | 1.12-1.3.3.55                       | Mantle-1.12-1.3.3.55.jar                                    | None                                     |
       | LCHIJA | twilightforest                    | 3.11.1021                           | twilightforest-1.12.2-3.11.1021-universal.jar               | None                                     |
       | LCHIJA | tconstruct                        | 1.12.2-2.13.0.183                   | TConstruct-1.12.2-2.13.0.183.jar                            | None                                     |
       | LCHIJA | enderiointegrationticlate         | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderioinvpanel                   | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiomachines                   | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | enderiopowertools                 | 5.3.72                              | EnderIO-1.12.2-5.3.72.jar                                   | None                                     |
       | LCHIJA | gasconduits                       | 5.3.72                              | EnderIO-conduits-mekanism-1.12.2-5.3.72.jar                 | None                                     |
       | LCHIJA | enderioendergy                    | 5.3.72                              | EnderIO-endergy-1.12.2-5.3.72.jar                           | None                                     |
       | LCHIJA | enderiozoo                        | 5.3.72                              | EnderIO-zoo-1.12.2-5.3.72.jar                               | None                                     |
       | LCHIJA | enderportaldecoration             | 0.0.1                               | EnderPortalDecoration-1.12.2-0.0.1.jar                      | None                                     |
       | LCHIJA | enderstorage                      | 2.4.6.137                           | EnderStorage-1.12.2-2.4.6.137-universal.jar                 | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | enderutilities                    | 0.7.15                              | enderutilities-1.12.2-0.7.15.jar                            | 2b03e1423915a189b8094816baa18f239d576dff |
       | LCHIJA | renderlib                         | 1.3.3                               | RenderLib-1.12.2-1.3.3.jar                                  | None                                     |
       | LCHIJA | entityculling                     | 6.4.2                               | EntityCulling-1.12.2-6.4.2.jar                              | None                                     |
       | LCHIJA | entity_desync_fix                 | 1.0.2                               | EntityDesyncFix-1.12.2-1.0.2.jar                            | None                                     |
       | LCHIJA | valkyrielib                       | 1.12.2-2.0.20.1                     | valkyrielib-1.12.2-2.0.20.1.jar                             | None                                     |
       | LCHIJA | environmentaltech                 | 1.12.2-2.0.20.1                     | environmentaltech-1.12.2-2.0.20.1.jar                       | None                                     |
       | LCHIJA | extrautils2                       | 1.0                                 | extrautils2-1.12-1.9.9.jar                                  | None                                     |
       | LCHIJA | zerocore                          | 1.12.2-0.1.2.9                      | zerocore-1.12.2-0.1.2.9.jar                                 | None                                     |
       | LCHIJA | bigreactors                       | 1.12.2-0.4.5.68                     | ExtremeReactors-1.12.2-0.4.5.68.jar                         | None                                     |
       | LCHIJA | fairylights                       | 2.1.10                              | fairylights-2.2.0-1.12.2.jar                                | None                                     |
       | LCHIJA | fbp                               | 2.4.1                               | FancyBlockParticles-1.12.x-2.4.1.jar                        | None                                     |
       | LCHIJA | farmingforblockheads              | 3.1.28                              | FarmingForBlockheads_1.12.2-3.1.28.jar                      | None                                     |
       | LCHIJA | fastfurnace                       | 1.3.1                               | FastFurnace-1.12.2-1.3.1.jar                                | None                                     |
       | LCHIJA | fastleafdecay                     | v14                                 | FastLeafDecay-v14.jar                                       | None                                     |
       | LCHIJA | foamfix                           | @VERSION@                           | foamfix-0.10.15-1.12.2.jar                                  | None                                     |
       | LCHIJA | forgemultipartcbe                 | 2.6.2.83                            | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
       | LCHIJA | microblockcbe                     | 2.6.2.83                            | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                | None                                     |
       | LCHIJA | minecraftmultipartcbe             | 2.6.2.83                            | ForgeMultipart-1.12.2-2.6.2.83-universal.jar                | None                                     |
       | LCHIJA | futuremc                          | 0.2.6                               | future-mc-0.2.15.jar                                        | None                                     |
       | LCHIJA | galaxyspace                       | 2.1.1                               | GalaxySpace-1.12.2-2.1.1.jar                                | None                                     |
       | LCHIJA | galacticcomputers                 | 1.0.0                               | GalacticComputers-1.0.0.jar                                 | None                                     |
       | LCHIJA | glassential                       | 1.1.0                               | glassential-1.12.2-1.1.0.jar                                | None                                     |
       | LCHIJA | hardcoredarkness                  | 2.0                                 | HardcoreDarkness-MC1.12.2-2.0.jar                           | d72e0dd57935b3e9476212aea0c0df352dd76291 |
       | LCHIJA | hgp                               | Release                             | hgp-1.0.jar                                                 | None                                     |
       | LCHIJA | icbmclassic                       | 5.4.0                               | ICBM-classic-1.12.2-5.4.0.jar                               | None                                     |
       | LCHIJA | incontrol                         | 3.9.18                              | incontrol-1.12-3.9.18.jar                                   | None                                     |
       | LCHIJA | teslacorelib                      | 1.0.18                              | tesla-core-lib-1.12.2-1.0.18.jar                            | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | industrialforegoing               | 1.12.2-1.12.2                       | industrialforegoing-1.12.2-1.12.13-237.jar                  | None                                     |
       | LCHIJA | inventorytweaks                   | 1.64+dev.151.822d839                | InventoryTweaks-1.64+dev.151.jar                            | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
       | LCHIJA | journeymap                        | 1.12.2-5.7.1                        | journeymap-1.12.2-5.7.1.jar                                 | None                                     |
       | LCHIJA | jeid                              | 1.0.4-SNAPSHOT                      | JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar                       | None                                     |
       | LCHIJA | jeresources                       | 0.9.3.203                           | JustEnoughResources-1.12.2-0.9.3.203.jar                    | None                                     |
       | LCHIJA | libraryex                         | 1.2.2                               | LibraryEx-1.12.2-1.2.2.jar                                  | None                                     |
       | LCHIJA | llor                              | 1.1.6-mc1.12.2                      | LLOverlayReloaded-1.1.6-mc1.12.2.jar                        | None                                     |
       | LCHIJA | lootr                             | 0.6.2                               | lootr-1.12.2-0.6.2.jar                                      | None                                     |
       | LCHIJA | lostcities                        | 2.0.22                              | lostcities-1.12-2.0.22.jar                                  | None                                     |
       | LCHIJA | mcwbridges                        | 1.0.6                               | mcw-bridges-1.0.6b-mc1.12.2.jar                             | None                                     |
       | LCHIJA | mekanismfluxified                 | 1.0.0                               | mekanismfluxified-1.12.2-1.0.0.jar                          | None                                     |
       | LCHIJA | mekanismgenerators                | 1.12.2-9.8.3.390                    | MekanismGenerators-1.12.2-9.8.3.390.jar                     | None                                     |
       | LCHIJA | mekanismtools                     | 1.12.2-9.8.3.390                    | MekanismTools-1.12.2-9.8.3.390.jar                          | None                                     |
       | LCHIJA | taiga                             | 1.12.2-1.3.3                        | taiga-1.12.2-1.3.4.jar                                      | None                                     |
       | LCHIJA | mekores                           | 2.0.13                              | mekores-2.0.13.jar                                          | None                                     |
       | LCHIJA | moartinkers                       | 0.6.0                               | moartinkers-0.6.0.jar                                       | None                                     |
       | LCHIJA | mwc                               | 0.1-Dev-17                          | Modern-Warfare-Cubed-0.1-Dev-17.jar                         | None                                     |
       | LCHIJA | numina                            | 1.0                                 | Numina-1.12.2-1.1.049.jar                                   | None                                     |
       | LCHIJA | powersuits                        | 1.1.048                             | ModularPowersuits-1.12.2-1.1.048.jar                        | None                                     |
       | LCHIJA | stevekung's_lib                   | 1.3.0                               | SteveKunG's-Lib-mc1.12.2-v1.3.0.jar                         | None                                     |
       | LCHIJA | moreplanets                       | 2.3.2                               | More-Planets-1.12.2-2.3.2-GC4.0.5.jar                       | None                                     |
       | LCHIJA | mousetweaks                       | 2.10.1                              | MouseTweaks-2.10.1-mc1.12.2.jar                             | None                                     |
       | LCHIJA | mrtjpcore                         | 2.1.4.43                            | MrTJPCore-1.12.2-2.1.4.43-universal.jar                     | None                                     |
       | LCHIJA | nanfix                            | Final                               | nanfix-final-absorbtion.jar                                 | None                                     |
       | LCHIJA | naturescompass                    | 1.8.5                               | NaturesCompass-1.12.2-1.8.5.jar                             | None                                     |
       | LCHIJA | netherex                          | 2.2.5                               | NetherEx-1.12.2-2.2.5.jar                                   | None                                     |
       | LCHIJA | netherportalfix                   | 5.3.17                              | NetherPortalFix_1.12.1-5.3.17.jar                           | None                                     |
       | LCHIJA | netherbackport                    | 1.0.0                               | NetherUpdateBackport-1.12.2(1.0.1).jar                      | None                                     |
       | LCHIJA | nothirium                         | 0.3.4-beta                          | Nothirium-1.12.2-0.3.4-beta.jar                             | None                                     |
       | LCHIJA | omlib                             | 3.1.5-256                           | omlib-1.12.2-3.1.5-256.jar                                  | None                                     |
       | LCHIJA | ompd                              | 3.1.1-76                            | ompd-1.12.2-3.1.1-76.jar                                    | None                                     |
       | LCHIJA | openmods                          | 0.12.2                              | OpenModsLib-1.12.2-0.12.2.jar                               | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
       | LCHIJA | openblocks                        | 1.8.1                               | OpenBlocks-1.12.2-1.8.1.jar                                 | d2a9a8e8440196e26a268d1f3ddc01b2e9c572a5 |
       | LCHIJA | eternalsoap.icbm.opencomputers    | 1.0                                 | OpenComputersICBMAddon-1.3.jar                              | None                                     |
       | LCHIJA | openmodularturrets                | 3.1.14-382                          | openmodularturrets-1.12.2-3.1.14-382.jar                    | None                                     |
       | LCHIJA | harvestcraft                      | 1.12.2zb                            | Pam's HarvestCraft 1.12.2zg.jar                             | None                                     |
       | LCHIJA | particleculling                   | v1.4.1                              | particleculling-1.12.2-v1.4.1.jar                           | None                                     |
       | LCHIJA | patchouli                         | 1.0-23.6                            | Patchouli-1.0-23.6.jar                                      | None                                     |
       | LCHIJA | performant                        | 1.12.2-1.5                          | performant-1.11.jar                                         | None                                     |
       | LCHIJA | placebo                           | 1.6.0                               | Placebo-1.12.2-1.6.1.jar                                    | None                                     |
       | LCHIJA | planttech2                        | 1.0.8                               | planttech2-1.0.9.jar                                        | None                                     |
       | LCHIJA | projectintelligence               | 1.0.9                               | ProjectIntelligence-1.12.2-1.0.9.28-universal.jar           | None                                     |
       | LCHIJA | projectred-core                   | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-Base.jar                        | None                                     |
       | LCHIJA | projectred-compat                 | 1.0                                 | ProjectRed-1.12.2-4.9.4.120-compat.jar                      | None                                     |
       | LCHIJA | projectred-integration            | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-integration.jar                 | None                                     |
       | LCHIJA | projectred-transmission           | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-integration.jar                 | None                                     |
       | LCHIJA | projectred-fabrication            | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-fabrication.jar                 | None                                     |
       | LCHIJA | projectred-illumination           | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-lighting.jar                    | None                                     |
       | LCHIJA | projectred-expansion              | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                  | None                                     |
       | LCHIJA | projectred-relocation             | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                  | None                                     |
       | LCHIJA | projectred-transportation         | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-mechanical.jar                  | None                                     |
       | LCHIJA | projectred-exploration            | 4.9.4.120                           | ProjectRed-1.12.2-4.9.4.120-world.jar                       | None                                     |
       | LCHIJA | reauth                            | 4.0.7                               | ReAuth-1.12-Forge-4.0.7.jar                                 | daba0ec4df71b6da841768c49fb873def208a1e3 |
       | LCHIJA | resourceloader                    | 1.5.3                               | ResourceLoader-MC1.12.1-1.5.3.jar                           | d72e0dd57935b3e9476212aea0c0df352dd76291 |
       | LCHIJA | additionalstructures              | 2.5.0                               | Rex's-AdditionalStructures-1.12.x(v.2.5.0).jar              | None                                     |
       | LCHIJA | rftdimtweak                       | 1.1                                 | RFTDimTweak-1.12.2-1.1.jar                                  | None                                     |
       | LCHIJA | rftoolsdim                        | 5.71                                | rftoolsdim-1.12-5.71.jar                                    | None                                     |
       | LCHIJA | rftoolspower                      | 1.2.0                               | rftoolspower-1.12-1.2.0.jar                                 | None                                     |
       | LCHIJA | rftpwroc                          | 0.1                                 | rftpwr_oc-0.2.jar                                           | None                                     |
       | LCHIJA | soundfilters                      | 0.12.1_for_1.12                     | SoundFilters-0.12.1_for_1.12.jar                            | None                                     |
       | LCHIJA | soundreloader                     | 1.1                                 | soundreloader-1.2-1.12.2.jar                                | None                                     |
       | LCHIJA | stg                               | 1.12.2-1.2.3                        | stg-1.12.2-1.2.3.jar                                        | None                                     |
       | LCHIJA | storagedrawers                    | 5.5.0                               | StorageDrawers-1.12.2-5.5.0.jar                             | None                                     |
       | LCHIJA | surge                             | 2.0.79                              | Surge-1.12.2-2.0.79.jar                                     | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | tcomplement                       | 1.12.2-0.4.3                        | TinkersComplement-1.12.2-0.4.3.jar                          | None                                     |
       | LCHIJA | tinkersoc                         | 0.6                                 | tinkersoc-0.6.jar                                           | None                                     |
       | LCHIJA | tinkertoolleveling                | 1.12.2-1.1.0.DEV.b23e769            | TinkerToolLeveling-1.12.2-1.1.0.jar                         | None                                     |
       | LCHIJA | trashslot                         | 8.4.10                              | TrashSlot_1.12.2-8.4.10.jar                                 | None                                     |
       | LCHIJA | unifieditems                      | 1.7.4.212                           | UnifiedItems-1.12.2-1.7.4-212.jar                           | None                                     |
       | LCHIJA | universalmodifiers                | 1.12.2-1.0.16.1                     | valkyrielib-1.12.2-2.0.20.1.jar                             | None                                     |
       | LCHIJA | vanillafix                        | 1.0.10-150                          | VanillaFix-1.0.10-150.jar                                   | None                                     |
       | LCHIJA | wawla                             | 2.6.275                             | Wawla-1.12.2-2.6.275.jar                                    | d476d1b22b218a10d845928d1665d45fce301b27 |
       | LCHIJA | zombieawareness                   | 1.12.1-1.11.16                      | zombieawareness-1.12.1-1.11.16.jar                          | None                                     |
       | LCHIJA | solcarrot                         | 1.8.4                               | solcarrot-1.12.2-1.8.4.jar                                  | None                                     |
       | LCHIJA | eleccoreloader                    | 1.9.453                             | ElecCore-1.12.2-1.9.453.jar                                 | None                                     |
       | LCHIJA | teslacorelib_registries           | 1.0.18                              | tesla-core-lib-1.12.2-1.0.18.jar                            | None                                     |
       | UD     | advancedrocketrycore              | 1                                   | minecraft.jar                                               | None                                     |
  Loaded coremods (and transformers): EntityDesyncFixPlugin (EntityDesyncFix-1.12.2-1.0.2.jar)
                                        
                                      FutureMC (future-mc-0.2.15.jar)
                                        thedarkcolour.futuremc.asm.CoreTransformer
                                      RenderLibPlugin (RenderLib-1.12.2-1.3.3.jar)
                                        meldexun.renderlib.asm.RenderLibClassTransformer
                                      ParticleCullingLoadingPlugin (particleculling-1.12.2-v1.4.1.jar)
                                        
                                      MicdoodlePlugin (Galacticraft-1.12.2-4.0.6.jar)
                                        micdoodle8.mods.miccore.MicdoodleTransformer
                                      MekanismCoremod (Mekanism-1.12.2-9.8.3.390.jar)
                                        mekanism.coremod.KeybindingMigrationHelper
                                      weaponlib (Modern-Warfare-Cubed-0.1-Dev-17.jar)
                                        com.paneedah.weaponlib.core.WeaponlibClassTransformer
                                      AppleCore (AppleCore-mc1.12.2-3.4.0.jar)
                                        squeek.applecore.asm.TransformerModuleHandler
                                      ClsPlugin (CustomLoadingScreen-1.12.2-1.5.7.jar)
                                        alexiil.mc.mod.load.coremod.ClsTransformer
                                      LootrCore (lootr-1.12.2-0.6.2.jar)
                                        
                                      Controllable (controllable-0.11.2-1.12.2.jar)
                                        
                                      AdvancedRocketryPlugin (AdvancedRocketry-1.12.2-2.0.0-17.jar)
                                        zmaster587.advancedRocketry.asm.ClassTransformer
                                      ChunkGenLimiterCoremod (chunkgenlimiter-1.1-core.jar)
                                        io.github.barteks2x.chunkgenlimiter.coremod.ChunkGenLimitTransformer
                                      Red Core (!Red-Core-MC-1.7-1.12-0.6-Dev-1.jar)
                                        
                                      LoadingPlugin (ResourceLoader-MC1.12.1-1.5.3.jar)
                                        lumien.resourceloader.asm.ClassTransformer
                                      LoadingPlugin (HardcoreDarkness-MC1.12.2-2.0.jar)
                                        lumien.hardcoredarkness.asm.ClassTransformer
                                      EntityCullingPlugin (EntityCulling-1.12.2-6.4.2.jar)
                                        meldexun.entityculling.asm.EntityCullingClassTransformer
                                      GSHooksLoader (GalaxySpace-1.12.2-2.1.1.jar)
                                        galaxyspace.core.hooklib.minecraft.PrimaryClassTransformer
                                      Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.151.jar)
                                        invtweaks.forge.asm.ContainerTransformer
                                      MixinBooter (!mixinbooter-7.1.jar)
                                        
                                      Born in a Barn (Born In A Barn 1.8-1.12-1.2.jar)
                                        com.chocohead.biab.BornInABarn
                                      RandomPatches (randompatches-1.12.2-1.22.1.10.jar)
                                        com.therandomlabs.randompatches.core.RPTransformer
                                      Do not report to Forge! (If you haven't disabled the FoamFix coremod, try disabling it in the config! Note that this bit of text will still appear.) (foamfix-0.10.15-1.12.2.jar)
                                        pl.asie.foamfix.coremod.FoamFixTransformer
                                      ForgelinPlugin (Forgelin-1.8.4.jar)
                                        
                                      DupeFixProjectCoreMod (DupeFixProject-1.12.2-3.1.6.jar)
                                        
                                      OpenModsCorePlugin (OpenModsLib-1.12.2-0.12.2.jar)
                                        openmods.core.OpenModsClassTransformer
                                      TransformLoader (DynamicSurroundings-1.12.2-3.6.3.jar)
                                        
                                      NothiriumPlugin (Nothirium-1.12.2-0.3.4-beta.jar)
                                        meldexun.nothirium.mc.asm.NothiriumClassTransformer
                                      CTMCorePlugin (CTM-MC1.12.2-1.0.2.31.jar)
                                        team.chisel.ctm.client.asm.CTMTransformer
                                      SurgeLoadingPlugin (Surge-1.12.2-2.0.79.jar)
                                        
                                      EnderCorePlugin (EnderCore-1.12.2-0.5.78-core.jar)
                                        com.enderio.core.common.transform.EnderCoreTransformer
                                        com.enderio.core.common.transform.SimpleMixinPatcher
                                      AE2ELCore (appliedenergistics2-rv6-stable-7-extended_life-v0.55.29.jar)
                                        appeng.core.transformer.AE2ELTransformer
                                      VanillaFixLoadingPlugin (VanillaFix-1.0.10-150.jar)
                                        
                                      JustEnoughIDs Extension Plugin (JustEnoughIDs-1.0.4-SNAPSHOT-thin.jar)
                                        org.dimdev.jeid.JEIDTransformer
                                      serializationisbad (serializationisbad-1.5.jar)
                                        io.dogboy.serializationisbad.legacyforge.SIBTransformer
                                      TransformerLoader (OpenComputers-MC1.12.2-1.8.3+274990f.jar)
                                        li.cil.oc.common.asm.ClassTransformer
                                      DLFMLCorePlugin (DynamicLights-1.12.2.jar)
                                        atomicstryker.dynamiclights.common.DLTransformer
                                      SteveKunGLibPlugin (SteveKunG's-Lib-mc1.12.2-v1.3.0.jar)
  GL info: ' Vendor: 'AMD' Version: '4.6 (Compatibility Profile) Mesa 23.3.2 (git-527d45230f)' Renderer: 'AMD Radeon RX 6900 XT (radeonsi, navi21, LLVM 17.0.6, DRM 3.54, 6.6.9-200.fc39.x86_64)'
  OpenModsLib class transformers: [llama_null_fix:FINISHED],[horse_base_null_fix:FINISHED],[pre_world_render_hook:FINISHED],[player_render_hook:FINISHED],[horse_null_fix:FINISHED]
  AE2 Version: stable rv6-stable-7-extended_life-v0.55.29 for Forge 14.23.5.2847
  Ender IO: No known problems detected.
            Authlib is : /home/jack/.var/app/com.atlauncher.ATLauncher/data/libraries/com/mojang/authlib/1.5.25/authlib-1.5.25.jar
            
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
            !!!You are looking at the diagnostics information, not at the crash.       !!!
            !!!Scroll up until you see the line with '---- Minecraft Crash Report ----'!!!
            !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  Pulsar/tconstruct loaded Pulses: - TinkerCommons (Enabled/Forced)
                                   - TinkerWorld (Enabled/Not Forced)
                                   - TinkerTools (Enabled/Not Forced)
                                   - TinkerHarvestTools (Enabled/Forced)
                                   - TinkerMeleeWeapons (Enabled/Forced)
                                   - TinkerRangedWeapons (Enabled/Forced)
                                   - TinkerModifiers (Enabled/Forced)
                                   - TinkerSmeltery (Enabled/Not Forced)
                                   - TinkerGadgets (Enabled/Not Forced)
                                   - TinkerOredict (Enabled/Forced)
                                   - TinkerIntegration (Enabled/Forced)
                                   - TinkerFluids (Enabled/Forced)
                                   - TinkerMaterials (Enabled/Forced)
                                   - TinkerModelRegister (Enabled/Forced)
                                   - chiselIntegration (Enabled/Not Forced)
                                   - chiselsandbitsIntegration (Enabled/Not Forced)
                                   - wailaIntegration (Enabled/Not Forced)
  Pulsar/tcomplement loaded Pulses: - ModuleCommons (Enabled/Forced)
                                    - ModuleMelter (Enabled/Not Forced)
                                    - ModuleArmor (Enabled/Not Forced)
                                    - ModuleSteelworks (Enabled/Not Forced)
                                    - ChiselPlugin (Enabled/Not Forced)
                                    - ToolLevelingPlugin (Enabled/Not Forced)
                                    - Oredict (Enabled/Forced)
  List of loaded APIs: * actuallyadditionsapi (34) from ActuallyAdditions-1.12.2-r152.jar
                       * AppleCoreAPI (3.4.0) from AppleCore-mc1.12.2-3.4.0.jar
                       * appliedenergistics2|API (rv6) from appliedenergistics2-rv6-stable-7-extended_life-v0.55.29.jar
                       * Baubles|API (1.4.0.2) from Baubles-1.12-1.5.2.jar
                       * BetterWithModsAPI (Beta 0.6) from AppleSkin-mc1.12-1.0.14.jar
                       * bigreactors|API (4.0.1) from ExtremeReactors-1.12.2-0.4.5.68.jar
                       * cavern.api (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.data (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.entity (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.event (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * cavern.api.item (2.2.5) from Cavern_1.12.2-v2.3.1.jar
                       * Chisel-API (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
                       * ChiselAPI|Carving (0.0.1) from Chisel-MC1.12.2-1.0.2.45.jar
                       * ChiselsAndBitsAPI (14.25.0) from chiselsandbits-14.33.jar
                       * CoroAI|dynamicdifficulty (1.0) from coroutil-1.12.1-1.2.37.jar
                       * cosmeticarmorreworked|api (1.0.0) from CosmeticArmorReworked-1.12.2-v5a.jar
                       * ctm-api (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-events (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-models (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-textures (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * ctm-api-utils (0.1.0) from CTM-MC1.12.2-1.0.2.31.jar
                       * DR-API (1.0.4-Beta) from deepresonance-1.12-1.8.0.jar
                       * DraconicEvolution|API (1.3) from Draconic-Evolution-1.12.2-2.3.28.354-universal.jar
                       * ElecCoreAPI (1.0.0) from ElecCore-1.12.2-1.9.453.jar
                       * enderioapi (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|addon (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|capacitor (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|conduits (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|farm (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|redstone (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|teleport (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|tools (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * enderioapi|upgrades (4.0.0) from EnderIO-1.12.2-5.3.72.jar
                       * farmingforblockheads|api (1.0) from FarmingForBlockheads_1.12.2-3.1.28.jar
                       * ForestryAPI|apiculture (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|arboriculture (4.3.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|book (5.8.1) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|circuits (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|climate (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|core (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|farming (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|food (1.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|fuels (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|genetics (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|gui (5.8.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|hives (4.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|lepidopterology (1.4.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|mail (3.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|modules (5.7.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|multiblock (3.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|recipes (5.4.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|storage (5.0.0) from forestry_1.12.2-5.8.2.422.jar
                       * ForestryAPI|world (2.1.0) from forestry_1.12.2-5.8.2.422.jar
                       * GalacticraftAPI (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|block (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|entity (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|event|client (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|event|oxygen (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|event|worldgen (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|galaxies (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|item (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|power (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab|core (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab|entity (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|prefab|worldgen (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|recipe (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|tile (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|transmission (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|transmission|grid (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|trasmission|tile (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|vector (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * GalacticraftAPI|world (1.0) from Galacticraft-1.12.2-4.0.6.jar
                       * industrialforegoingapi (5) from industrialforegoing-1.12.2-1.12.13-237.jar
                       * jeresources|API (0.9.3.203) from JustEnoughResources-1.12.2-0.9.3.203.jar
                       * journeymap|client-api (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-display (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-event (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-model (1.4) from journeymap-1.12.2-5.7.1.jar
                       * journeymap|client-api-util (1.4) from journeymap-1.12.2-5.7.1.jar
                       * JustEnoughItemsAPI (4.13.0) from jei_1.12.2-4.16.1.1003.jar
                       * MekanismAPI|core (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|energy (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|gas (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|infuse (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|laser (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|transmitter (9.8.1) from Mekanism-1.12.2-9.8.3.390.jar
                       * MekanismAPI|util (9.0.0) from Mekanism-1.12.2-9.8.3.390.jar
                       * MouseTweaks|API (1.0) from MouseTweaks-2.10.1-mc1.12.2.jar
                       * openblocks|api (1.2) from OpenBlocks-1.12.2-1.8.1.jar
                       * opencomputersapi|component (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|core (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|driver (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|driver|item (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|event (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|filesystem (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|internal (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|machine (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|manual (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|network (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * opencomputersapi|prefab (7.0.0-alpha) from OpenComputers-MC1.12.2-1.8.3+274990f.jar
                       * PatchouliAPI (6) from Patchouli-1.0-23.6.jar
                       * projectred|api (2.1) from ProjectRed-1.12.2-4.9.4.120-Base.jar
                       * redstonefluxapi (2.1.1) from RedstoneFlux-1.12-2.1.1.1-universal.jar
                       * StorageDrawersAPI (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|event (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|registry (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|render (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|storage (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * StorageDrawersAPI|storage-attribute (2.1.0) from StorageDrawers-1.12.2-5.5.0.jar
                       * valkyrielib.api (1.12.2-2.0.10a) from valkyrielib-1.12.2-2.0.20.1.jar
                       * WailaAPI (1.3) from Hwyla-1.8.26-B41_1.12.2.jar
                       * zerocore|API|multiblock (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
                       * zerocore|API|multiblock|rectangular (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
                       * zerocore|API|multiblock|tier (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
                       * zerocore|API|multiblock|validation (1.10.2-0.0.2) from zerocore-1.12.2-0.1.2.9.jar
  Patchouli open book context: n/a
  AE2 Integration: IC2:OFF, GTCE:OFF, RC:OFF, MFR:OFF, Waila:ON, InvTweaks:ON, JEI:ON, Mekanism:ON, OpenComputers:ON, THE_ONE_PROBE:OFF, TESLA:OFF, CRAFTTWEAKER:OFF
  Suspected Mods: Modern Warfare Cubed (mwc)
  Launched Version: 1.12.2
  LWJGL: 2.9.4
  OpenGL: AMD Radeon RX 6900 XT (radeonsi, navi21, LLVM 17.0.6, DRM 3.54, 6.6.9-200.fc39.x86_64) GL version 4.6 (Compatibility Profile) Mesa 23.3.2 (git-527d45230f), AMD
  GL Caps: Using GL 1.3 multitexturing.
           Using GL 1.3 texture combiners.
           Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
           Shaders are available because OpenGL 2.1 is supported.
           VBOs are available because OpenGL 1.5 is supported.
  Using VBOs: Yes
  Is Modded: Definitely; Client brand changed to 'fml,forge'
  Type: Client (map_client.txt)
  Resource Packs: 
  Current Language: English (US)
  Profiler Position: N/A (disabled)
  CPU: 16x AMD Ryzen 7 3800X 8-Core Processor
  Client Crashes Since Restart: 1
  Integrated Server Crashes Since Restart: 0

Attempt to close HDR Buffer and Screen Shader

Koud-Wind avatar Jan 09 '24 05:01 Koud-Wind

Interesting that it also happens with dedicated graphics cards

Plite7067 avatar Jan 09 '24 10:01 Plite7067

Lasers are also completely broken, causing immediate crashes crash-2024-01-09_13.26.47-client.txt

CorneliusCornbread avatar Jan 09 '24 19:01 CorneliusCornbread

From what we can see it only happens with Mesa drivers, report it to them

Desoroxxx avatar Apr 02 '24 12:04 Desoroxxx

Ok, thanks

Plite7067 avatar Apr 02 '24 12:04 Plite7067

https://gitlab.freedesktop.org/mesa/mesa/-/issues/10942 Link to the mesa issue, if anyone wants to add anything

Plite7067 avatar Apr 02 '24 13:04 Plite7067

The mesa devs think that the problem could be this: 3263992: warning: 0:133(2): error: return' with wrong type int, in function isPointInCone' returning float. It appears in both the latest.log and the opengl api trace that I ran. Is it related? The conversation is on the above link.

Plite7067 avatar May 03 '24 19:05 Plite7067

Well it seems to only happen on Mesa so my guess would be it's a Mesa issue, but it could be that AMD and NVIDIA windows drivers have a bug/out of spec behavior that makes it not crash, so honestly only them could tell

Desoroxxx avatar May 05 '24 13:05 Desoroxxx

Looking at the method/function, when it returns -1, would its type be an int or a float? Because that could be the error? https://github.com/Cubed-Development/Modern-Warfare-Cubed/blob/main/src%2Fmain%2Fresources%2Fassets%2Fmwc%2Fshaders%2Fpostflat.frag#L133

Plite7067 avatar May 05 '24 17:05 Plite7067

Looking at the method/function, when it returns -1, would its type be an int or a float? Because that could be the error? main/src%2Fmain%2Fresources%2Fassets%2Fmwc%2Fshaders%2Fpostflat.frag#L133

wat

Yes that is indeed not right, why the hell does it not crash on any other driver???

Desoroxxx avatar May 05 '24 18:05 Desoroxxx

wat

Yes that is indeed not right, why the hell does it not crash on any other driver???

Lol, other drivers do not have the same quality level as Mesa.

markjanes-intel avatar May 06 '24 16:05 markjanes-intel

1715030061-wayshot replacing -1 with float(-1) works!

Plite7067 avatar May 06 '24 21:05 Plite7067

1715030061-wayshot replacing -1 with float(-1) works!

Doing -1.0 will work too

Desoroxxx avatar May 07 '24 12:05 Desoroxxx