Prometheus iso loader v3

Homebrew for PSX/PS1

2012.05.03 12:39 noplace_ioi Homebrew for PSX/PS1

A sub for Playstation 1/PSX Programming, Homebrew Discussion, & Creation. #PS1 #PSX #Playstation
[link]


2024.05.16 23:54 notautogenerated2365 Conventional "RAID 10" ZFS equivalent or RAID Z2 with 8 mixed SAS drives?

I am building a NAS, and although I have done this before, I am still very inexperienced and would like some guidance for how to go about doing this.
I have 8x 300 GB 10K RPM 2.5" SAS drives. They are mixed brand, 3 of them are Seagate and 5 of them are Fujitsu (1 note, the Seagate drives happen to be about 1.5x faster than the Fujitsu ones). I am planning on using an old LGA1151 Supermicro server board to build this NAS. I have a Xeon E3-1270 v3 (4C, 8T, 3.5-3.9 GHz) for it, an LSI 9207-8i HBA, and I am working on getting 2x8GB DDR3 1600 ECC UDIMMs.
I would preferably have 1 TB of usable storage, but what I really want is a lot of speed, both read and write. I plan on getting a Chelsio 10 Gb/s NIC (if you all think my Xeon E3 would be able to keep up). As of right now, I will mainly use it for ISO images and also small coding projects, but I plan on trying out some VMs.
My first thought, to get a lot of speed, was some sort of RAID 10 equivalent in ZFS. After some research, I found that this should be possible, but I have no idea how to set that up. I also don't know if RAID Z2 would actually be faster with 8 drives.
Also, I have another Supermicro board (X10SDV-F) which has a more powerful (albeit soldered) CPU, but only 1 PCIe slot besides an M.2 slot, which wouldn't allow me to use the HBA and a 10 Gb/s NIC at the same time without an M.2 to PCIe x4 adapter.
Any advice?
submitted by notautogenerated2365 to truenas [link] [comments]


2024.05.16 19:04 johnyedwards51 Yolov8 NotImplementedError with GPU but works with CPU. Please help

I used Yolov8 to train my dataset with the CPU and it went great when I wanted to use GPU and train another dataset it's giving me NotImplementedError. i have set up cuda and pytroch and they are defined without any problems, How could I fix it. Please help me. Thank you
the code:
from ultralytics import YOLO model = YOLO("yolov8m.yaml") model.train(data="yolo_con.yaml", epochs=100) 
my cuda version and Ultralytics:
2.3.0+cu121 12.1 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)]
Ultralytics YOLOv8.2.16 Python-3.11.4 torch-2.3.0+cu121 CUDA:0 (NVIDIA GeForce RTX 3070 Laptop GPU, 8192MiB) Setup complete (16 CPUs, 15.7 GB RAM, 22.7/64.0 GB disk)
the error:
Ultralytics YOLOv8.2.16 Python-3.11.4 torch-2.3.0+cu121 CUDA:0 (NVIDIA GeForce RTX 3070 Laptop GPU, 8192MiB) engine\trainer: task=detect, mode=train, model=yolov8m.yaml, data=yolo_con.yaml, epochs=100, time=None, patience=100, batch=16, imgsz=640, save=True, save_period=-1, cache=False, device=None, workers=8, project=None, name=train, exist_ok=False, pretrained=True, optimizer=auto, verbose=True, seed=0, deterministic=True, single_cls=False, rect=False, cos_lr=False, close_mosaic=10, resume=False, amp=True, fraction=1.0, profile=False, freeze=None, multi_scale=False, overlap_mask=True, mask_ratio=4, dropout=0.0, val=True, split=val, save_json=False, save_hybrid=False, conf=None, iou=0.7, max_det=300, half=False, dnn=False, plots=True, source=None, vid_stride=1, stream_buffer=False, visualize=False, augment=False, agnostic_nms=False, classes=None, retina_masks=False, embed=None, show=False, save_frames=False, save_txt=False, save_conf=False, save_crop=False, show_labels=True, show_conf=True, show_boxes=True, line_width=None, format=torchscript, keras=False, optimize=False, int8=False, dynamic=False, simplify=False, opset=None, workspace=4, nms=False, lr0=0.01, lrf=0.01, momentum=0.937, weight_decay=0.0005, warmup_epochs=3.0, warmup_momentum=0.8, warmup_bias_lr=0.1, box=7.5, cls=0.5, dfl=1.5, pose=12.0, kobj=1.0, label_smoothing=0.0, nbs=64, hsv_h=0.015, hsv_s=0.7, hsv_v=0.4, degrees=0.0, translate=0.1, scale=0.5, shear=0.0, perspective=0.0, flipud=0.0, fliplr=0.5, bgr=0.0, mosaic=1.0, mixup=0.0, copy_paste=0.0, auto_augment=randaugment, erasing=0.4, crop_fraction=1.0, cfg=None, tracker=botsort.yaml, save_dir=runs\detect\train WARNING:tensorflow:From [c:\Users\eraha\AppData\Local\Programs\Python\Python311\Lib\site-packages\keras\src\losses.py:2976](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/keras/src/losses.py:2976): The name tf.losses.sparse_softmax_cross_entropy is deprecated. Please use tf.compat.v1.losses.sparse_softmax_cross_entropy instead.
Overriding model.yaml nc=80 with nc=4
from n params module arguments 0 -1 1 1392 ultralytics.nn.modules.conv.Conv [3, 48, 3, 2] 1 -1 1 41664 ultralytics.nn.modules.conv.Conv [48, 96, 3, 2] 2 -1 2 111360 ultralytics.nn.modules.block.C2f [96, 96, 2, True] 3 -1 1 166272 ultralytics.nn.modules.conv.Conv [96, 192, 3, 2] 4 -1 4 813312 ultralytics.nn.modules.block.C2f [192, 192, 4, True] 5 -1 1 664320 ultralytics.nn.modules.conv.Conv [192, 384, 3, 2] 6 -1 4 3248640 ultralytics.nn.modules.block.C2f [384, 384, 4, True] 7 -1 1 1991808 ultralytics.nn.modules.conv.Conv [384, 576, 3, 2] 8 -1 2 3985920 ultralytics.nn.modules.block.C2f [576, 576, 2, True] 9 -1 1 831168 ultralytics.nn.modules.block.SPPF [576, 576, 5] 10 -1 1 0 torch.nn.modules.upsampling.Upsample [None, 2, 'nearest'] 11 [-1, 6] 1 0 ultralytics.nn.modules.conv.Concat [1] 12 -1 2 1993728 ultralytics.nn.modules.block.C2f [960, 384, 2] 13 -1 1 0 torch.nn.modules.upsampling.Upsample [None, 2, 'nearest'] 14 [-1, 4] 1 0 ultralytics.nn.modules.conv.Concat [1] 15 -1 2 517632 ultralytics.nn.modules.block.C2f [576, 192, 2] 16 -1 1 332160 ultralytics.nn.modules.conv.Conv [192, 192, 3, 2] 17 [-1, 12] 1 0 ultralytics.nn.modules.conv.Concat [1] ...TensorBoard: Start with 'tensorboard --logdir runs\detect\train', view at http://localhost:6006/ Freezing layer 'model.22.dfl.conv.weight' AMP: running Automatic Mixed Precision (AMP) checks with YOLOv8n... Downloading https://github.com/ultralytics/assets/releases/download/v8.2.0/yolov8n.pt to 'yolov8n.pt'...

Output is truncated. View as a [scrollable element](command:cellOutput.enableScrolling?9f20e67e-7e63-4e8d-9720-841643f32d6a) or open in a [text editor](command:workbench.action.openLargeOutput?9f20e67e-7e63-4e8d-9720-841643f32d6a). Adjust cell output [settings](command:workbench.action.openSettings?%5B%22%40tag%3AnotebookOutputLayout%22%5D)...100%██████████ 6.23M/6.23M [00:02<00:00, 2.87MB/s]

NotImplementedError Traceback (most recent call last) Cell In[3], [line 5](vscode-notebook-cell:?execution_count=3&line=5) [1](vscode-notebook-cell:?execution_count=3&line=1) from ultralytics import YOLO [3](vscode-notebook-cell:?execution_count=3&line=3) model = YOLO("yolov8m.yaml") -- [5](vscode-notebook-cell:?execution_count=3&line=5) model.train(data="yolo_con.yaml", epochs=100)
File c:\Users\eraha\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\model.py:674, in Model.train(self, trainer, **kwargs) [671](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/model.py:671)pass [673](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/model.py:673) self.trainer.hub_session = self.session # attach optional HUB session [674](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/model.py:674) self.trainer.train() [675](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/model.py:675) # Update model and cfg after training [676](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/model.py:676) if RANK in {-1, 0}:
File c:\Users\eraha\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\trainer.py:199, in BaseTrainer.train(self) [196](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:196)ddp_cleanup(self, str(file)) [198](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:198) else: [199](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:199)self._do_train(world_size)
File c:\Users\eraha\AppData\Local\Programs\Python\Python311\Lib\site-packages\ultralytics\engine\trainer.py:313, in BaseTrainer._do_train(self, world_size) [311](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:311) if world_size > 1: [312](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:312)self._setup_ddp(world_size) [313](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:313) self._setup_train(world_size) [315](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:315) nb = len(self.train_loader) # number of batches [316](file:///C:/Users/eraha/AppData/Local/Programs/Python/Python311/Lib/site-packages/ultralytics/engine/trainer.py:316) nw = max(round(self.args.warmup_epochs * nb), 100) if self.args.warmup_epochs > 0 else -1 # warmup iterations...PythonTLSSnapshot: registered at ..\aten\src\ATen\core\PythonFallbackKernel.cpp:162 [backend fallback] FuncTorchDynamicLayerFrontMode: registered at ..\aten\src\ATen\functorch\DynamicLayer.cpp:493 [backend fallback] PreDispatch: registered at ..\aten\src\ATen\core\PythonFallbackKernel.cpp:166 [backend fallback] PythonDispatcher: registered at ..\aten\src\ATen\core\PythonFallbackKernel.cpp:158 [backend fallback] Output is truncated. View as a [scrollable element](command:cellOutput.enableScrolling?9ae868a0-0a2e-4641-8ebf-c4a39eed998a) or open in a [text editor](command:workbench.action.openLargeOutput?9ae868a0-0a2e-4641-8ebf-c4a39eed998a). Adjust cell output [settings](command:workbench.action.openSettings?%5B%22%40tag%3AnotebookOutputLayout%22%5D)...
submitted by johnyedwards51 to computervision [link] [comments]


2024.05.16 16:11 GrowthWest2361 Modrinth Modpack Crashing

I am using Modrinth for my client side modpack but it crashes and will not launch. These are the logs on launch: [16:05:01] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.11
[16:05:02] [main/INFO]: Loading 171 mods:
`- ambientsounds 6.0.1` `- architectury 9.2.14` `- ash_api 3.0.2+1.20.1` `- auditory 0.0.6-1.20.1` `- bigpony 1.11.2+1.20.1` `- blur 3.1.0` `- cameraoverhaul 1.4.0-fabric-universal` `- capes 1.5.2+1.20` `- cicada 0.7.1+1.20.1` `- citresewn 1.1.5+1.20.1` 
\-- citresewn-defaults 1.1.5+1.20.1
`- cloth-config 11.1.118` 
\-- cloth-basic-math 0.6.1
`- clumps 12.0.0.4` `- creativecore 2.11.28` 
\-- net_minecraftforge_eventbus 6.0.3
`- cullleaves 3.2.0` `- do_a_barrel_roll 3.5.6+1.20.1` 
-- fabric-permissions-api-v0 0.2-SNAPSHOT
\-- mixinsquared 0.1.1
`- eatinganimationid 1.20+1.9.61` `- enhancedvisuals 1.7.2` `- entity_model_features 2.0.2` `- entity_texture_features 6.0.1` 
\-- org_apache_httpcomponents_httpmime 4.5.10
`- entityculling 1.6.2-mc1.20.1` `- essential-container 1.0.0` 
\-- essential-loader 1.2.1
`- exordium 1.2.1-mc1.20.1` `- fabric-api 0.92.1+1.20.1` 
-- fabric-api-base 0.4.31+1802ada577
-- fabric-api-lookup-api-v1 1.6.36+1802ada577
-- fabric-biome-api-v1 13.0.13+1802ada577
-- fabric-block-api-v1 1.0.11+1802ada577
-- fabric-block-view-api-v2 1.0.1+1802ada577
-- fabric-blockrenderlayer-v1 1.1.41+1802ada577
-- fabric-client-tags-api-v1 1.1.2+1802ada577
-- fabric-command-api-v1 1.2.34+f71b366f77
-- fabric-command-api-v2 2.2.13+1802ada577
-- fabric-commands-v0 0.2.51+df3654b377
-- fabric-containers-v0 0.1.64+df3654b377
-- fabric-content-registries-v0 4.0.11+1802ada577
-- fabric-convention-tags-v1 1.5.5+1802ada577
-- fabric-crash-report-info-v1 0.2.19+1802ada577
-- fabric-data-attachment-api-v1 1.0.0+de0fd6d177
-- fabric-data-generation-api-v1 12.3.4+1802ada577
-- fabric-dimensions-v1 2.1.54+1802ada577
-- fabric-entity-events-v1 1.6.0+1c78457f77
-- fabric-events-interaction-v0 0.6.2+1802ada577
-- fabric-events-lifecycle-v0 0.2.63+df3654b377
-- fabric-game-rule-api-v1 1.0.40+1802ada577
-- fabric-item-api-v1 2.1.28+1802ada577
-- fabric-item-group-api-v1 4.0.12+1802ada577
-- fabric-key-binding-api-v1 1.0.37+1802ada577
-- fabric-keybindings-v0 0.2.35+df3654b377
-- fabric-lifecycle-events-v1 2.2.22+1802ada577
-- fabric-loot-api-v2 1.2.1+1802ada577
-- fabric-loot-tables-v1 1.1.45+9e7660c677
-- fabric-message-api-v1 5.1.9+1802ada577
-- fabric-mining-level-api-v1 2.1.50+1802ada577
-- fabric-model-loading-api-v1 1.0.3+1802ada577
-- fabric-models-v0 0.4.2+9386d8a777
-- fabric-networking-api-v1 1.3.11+1802ada577
-- fabric-networking-v0 0.3.51+df3654b377
-- fabric-object-builder-api-v1 11.1.3+1802ada577
-- fabric-particles-v1 1.1.2+1802ada577
-- fabric-recipe-api-v1 1.0.21+1802ada577
-- fabric-registry-sync-v0 2.3.3+1802ada577
-- fabric-renderer-api-v1 3.2.1+1802ada577
-- fabric-renderer-indigo 1.5.1+1802ada577
-- fabric-renderer-registries-v1 3.2.46+df3654b377
-- fabric-rendering-data-attachment-v1 0.3.37+92a0d36777
-- fabric-rendering-fluids-v1 3.0.28+1802ada577
-- fabric-rendering-v0 1.1.49+df3654b377
-- fabric-rendering-v1 3.0.8+1802ada577
-- fabric-resource-conditions-api-v1 2.3.8+1802ada577
-- fabric-resource-loader-v0 0.11.10+1802ada577
-- fabric-screen-api-v1 2.0.8+1802ada577
-- fabric-screen-handler-api-v1 1.3.30+1802ada577
-- fabric-sound-api-v1 1.0.13+1802ada577
-- fabric-transfer-api-v1 3.3.5+8dd72ea377
\-- fabric-transitive-access-wideners-v1 4.3.1+1802ada577
`- fabric-language-kotlin 1.10.20+kotlin.1.9.24` 
-- org_jetbrains_kotlin_kotlin-reflect 1.9.24
-- org_jetbrains_kotlin_kotlin-stdlib 1.9.24
-- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.24
-- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.24
-- org_jetbrains_kotlinx_atomicfu-jvm 0.24.0
-- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.8.0
-- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.8.0
-- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.5.0
-- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.3
-- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.3
\-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.3
`- fabricloader 0.15.11` 
\-- mixinextras 0.3.5
`- faster-random 4.1.0` `- ferritecore 6.0.1` `- flow 1.5.0+1.20.1` `- forgeconfigapiport 8.0.0` `- geckolib 4.4.4` 
\-- com_eliotlash_mclib_mclib 20
`- hdskins 6.10.3+1.20.1` `- inventoryprofilesnext 1.10.10` `- iris 1.7.0+mc1.20.1` 
-- fabric-api-base 0.4.31+1802ada577
-- fabric-key-binding-api-v1 1.0.37+1802ada577
-- io_github_douira_glsl-transformer 2.0.0-pre13
-- org_anarres_jcpp 1.4.14
\-- org_antlr_antlr4-runtime 4.11.1
`- java 17` `- jei 15.3.0.4` `- kirin 1.15.6+1.20.1` `- konkrete 1.8.1` `- krypton 0.2.3` 
\-- com_velocitypowered_velocity-native 3.2.0-SNAPSHOT
`- lazydfu 0.1.3` `- libipn 4.0.2` `- lithium 0.11.2` `- malilib 0.16.3` `- midnightlib 1.4.1` `- minecraft 1.20.1` `- minelp 4.11.7+1.20.1` 
\-- mson 1.9.3+1.20.1
`- modmenu 7.2.2` `- moreculling 1.20.4-0.24.0` 
-- conditional-mixin 0.3.2
\-- mixinsquared 0.1.1
`- mousetweaks 2.26` `- mousewheelie 1.13.0+mc1.20.1` 
-- amecsapi 1.5.1+mc1.20-pre1
-- coat 1.0.0-beta.20+mc1.20-pre1
-- tweed4_annotated 1.3.1+mc1.20-pre1
-- tweed4_base 1.7.1+mc1.20-pre1
-- tweed4_data 1.2.1+mc1.20-pre1
-- tweed4_data_hjson 1.1.1+mc1.20-pre1
-- tweed4_tailor_coat 1.1.3+mc1.20-pre1
-- tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
\-- tweed4_tailor_screen 1.1.4+mc1.20-pre1
`- mru 0.4.0+1.20` `- notenoughanimations 1.7.3` `- notes 1.20.1-2.1.0-fabric` `- openpartiesandclaims 0.22.0` `- physicsmod 3.0.14` `- plasmovoice 2.0.9` 
-- aopalliance_aopalliance 1.0
-- com_google_inject_guice 5.0.1
-- fabric-permissions-api-v0 0.2-SNAPSHOT
\-- javax_inject_javax_inject 1
`- presencefootsteps 1.9.4+1.20.1` `- satin 1.14.0` `- sodium 0.5.8+mc1.20.1` `- sound_physics_remastered 1.20.1-1.3.1` `- starlight 1.1.2+fabric.dbc156f` `- telepistons 1.1.3` `- tooltipscroll 1.3.0` `- transparent 8.0.1+1.20.1` `- viabackwards 5.0.0-SNAPSHOT` `- viafabric 0.4.14+70-main` 
-- org_yaml_snakeyaml 2.2
\-- viafabric-mc1201 0.4.14+70-main
`- viarewind 4.0.0-SNAPSHOT` `- viaversion 5.0.0-SNAPSHOT` `- visuality 0.7.1+1.20` `- xaerominimap 24.1.1` `- xaeroworldmap 1.38.4` `- yet_another_config_lib_v3 3.4.2+1.20.1-fabric` 
-- com_twelvemonkeys_common_common-image 3.10.0
-- com_twelvemonkeys_common_common-io 3.10.0
-- com_twelvemonkeys_common_common-lang 3.10.0
-- com_twelvemonkeys_imageio_imageio-core 3.10.0
-- com_twelvemonkeys_imageio_imageio-metadata 3.10.0
-- com_twelvemonkeys_imageio_imageio-webp 3.10.0
-- org_quiltmc_parsers_gson 0.2.1
\-- org_quiltmc_parsers_json 0.2.1
[16:05:02] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/{COMPUTER_USERNAME}/AppData/Roaming/com.modrinth.theseus/meta/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=CLIENT
[16:05:02] [main/INFO]: Compatibility level set to JAVA_17
[16:05:02] [main/INFO]: Loaded configuration file for Lithium: 115 options available, 2 override(s) found
[16:05:03] [main/WARN]: Reference map 'mru-refmap.json' for mru.mixins.json could not be read. If this is a development environment you can ignore this message
[16:05:03] [main/WARN]: [Satin] Iris is present, custom block renders will not work
[16:05:03] [main/INFO]: Loaded configuration file for Sodium: 42 options available, 3 override(s) found
[16:05:03] [main/INFO]: CameraOverhaul: Using modern mixin 'mirsario.cameraoverhaul.fabric.mixins.modern.CameraMixin'.
[16:05:03] [main/INFO]: CameraOverhaul: Using modern mixin 'mirsario.cameraoverhaul.fabric.mixins.modern.GameRendererMixin'.
[16:05:03] [main/INFO]: CameraOverhaul: Skipping legacy mixin 'mirsario.cameraoverhaul.fabric.mixins.legacy.LegacyCameraMixin'.
[16:05:03] [main/WARN]: Error loading class: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter (java.lang.ClassNotFoundException: net/raphimc/immediatelyfast/feature/core/ImmediateAdapter)
[16:05:03] [main/WARN]: Error loading class: net/coderbot/batchedentityrendering/impl/FullyBufferedMultiBufferSource (java.lang.ClassNotFoundException: net/coderbot/batchedentityrendering/impl/FullyBufferedMultiBufferSource)
[16:05:03] [main/WARN]: Error loading class: net/coderbot/iris/layeInnerWrappedRenderType (java.lang.ClassNotFoundException: net/coderbot/iris/layeInnerWrappedRenderType)
[16:05:03] [main/WARN]: Error loading class: net/coderbot/iris/layeOuterWrappedRenderType (java.lang.ClassNotFoundException: net/coderbot/iris/layeOuterWrappedRenderType)
[16:05:03] [main/WARN]: Error loading class: dev/tr7zw/skinlayers/rendeCustomizableModelPart (java.lang.ClassNotFoundException: dev/tr7zw/skinlayers/rendeCustomizableModelPart)
[16:05:03] [main/WARN]: Error loading class: dev/emi/emi/screen/EmiScreenManager$ScreenSpace (java.lang.ClassNotFoundException: dev/emi/emi/screen/EmiScreenManager$ScreenSpace)
[16:05:03] [main/WARN]: Error loading class: dev/emi/emi/screen/EmiScreenManager$SidebarPanel (java.lang.ClassNotFoundException: dev/emi/emi/screen/EmiScreenManager$SidebarPanel)
[16:05:03] [main/WARN]: Error loading class: dev/emi/emi/screen/StackBatcher (java.lang.ClassNotFoundException: dev/emi/emi/screen/StackBatcher)
[16:05:03] [main/WARN]: Error loading class: folk/sisby/inventory_tabs/tabs/BlockTab (java.lang.ClassNotFoundException: folk/sisby/inventory_tabs/tabs/BlockTab)
[16:05:03] [main/WARN]: Error loading class: folk/sisby/inventory_tabs/tabs/VehicleInventoryTab (java.lang.ClassNotFoundException: folk/sisby/inventory_tabs/tabs/VehicleInventoryTab)
[16:05:03] [main/WARN]: Error loading class: folk/sisby/inventory_tabs/tabs/PlayerInventoryTab (java.lang.ClassNotFoundException: folk/sisby/inventory_tabs/tabs/PlayerInventoryTab)
[16:05:03] [main/WARN]: Error loading class: folk/sisby/inventory_tabs/tabs/ItemTab (java.lang.ClassNotFoundException: folk/sisby/inventory_tabs/tabs/ItemTab)
[16:05:03] [main/WARN]: Error loading class: folk/sisby/inventory_tabs/tabs/EntityTab (java.lang.ClassNotFoundException: folk/sisby/inventory_tabs/tabs/EntityTab)
[16:05:03] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.ThreadedAnvilChunkStorageMixin' as rule 'mixin.world.player_chunk_tick' (added by mods [krypton]) disables it and children
[16:05:03] [main/WARN]: Error loading class: net/optifine/shaders/Shaders (java.lang.ClassNotFoundException: net/optifine/shaders/Shaders)
[16:05:03] [main/WARN]: Error loading class: net/optifine/shaders/ShadersCompatibility (java.lang.ClassNotFoundException: net/optifine/shaders/ShadersCompatibility)
[16:05:03] [main/WARN]: Error loading class: net/optifine/shaders/Programs (java.lang.ClassNotFoundException: net/optifine/shaders/Programs)
[16:05:03] [main/WARN]: Error loading class: com/simibubi/create/content/contraptions/AbstractContraptionEntity (java.lang.ClassNotFoundException: com/simibubi/create/content/contraptions/AbstractContraptionEntity)
[16:05:03] [main/WARN]: Error loading class: org/valkyrienskies/core/impl/game/ships/ShipObjectClient (java.lang.ClassNotFoundException: org/valkyrienskies/core/impl/game/ships/ShipObjectClient)
[16:05:03] [main/WARN]: Error loading class: net/optifine/util/BlockUtils (java.lang.ClassNotFoundException: net/optifine/util/BlockUtils)
[16:05:03] [main/WARN]: Error loading class: link/infra/indium/rendererendeTerrainRenderContext (java.lang.ClassNotFoundException: link/infra/indium/rendererendeTerrainRenderContext)
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.entity.CuboidMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.entity.ModelPartMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.entity.cull.EntityRendererMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.entity.shadows.EntityRenderDispatcherMixin' as rule 'mixin.features.render.entity' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.gui.font.GlyphRendererMixin' as rule 'mixin.features.render.gui.font' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.world.sky.BackgroundRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.world.sky.ClientWorldMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Force-disabling mixin 'features.render.world.sky.WorldRendererMixin' as rule 'mixin.features.render.world.sky' (added by mods [iris]) disables it and children
[16:05:03] [main/WARN]: Error loading class: org/jetbrains/annotations/ApiStatus$Internal (java.lang.ClassNotFoundException: org/jetbrains/annotations/ApiStatus$Internal)
[16:05:04] [main/INFO]: Starting Essential Loader (stage2) version 1.6.0 (0500a9e0db06ef66767fc4dcffb05cd5) [stable]
[16:05:04] [main/INFO]: Starting Essential v1.3.2.4 (#6b55293e12) [stable]
[16:05:04] [main/INFO]: Java: OpenJDK 64-Bit Server VM (v17.0.11) by Azul Systems, Inc. (Azul Systems, Inc.)
[16:05:04] [main/INFO]: Java Path: C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\java_versions\zulu17.50.19-ca-jre17.0.11-win_x64\bin
[16:05:04] [main/INFO]: Java Info: mixed mode, sharing
[16:05:04] [main/INFO]: JVM Arguments:
- -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump
- -Djava.library.path=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.11
- -Djna.tmpdir=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.11
- -Dorg.lwjgl.system.SharedLibraryExtractPath=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.11
- -Dio.netty.native.workdir=C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\natives\1.20.1-0.15.11
- -Dminecraft.launcher.brand=theseus
- -Dminecraft.launcher.version=0.7.1
- -DFabricMcEmu=net.minecraft.client.main.Main
- -Xmx8000M
[16:05:04] [main/INFO]: OS: Windows 11 (v10.0) (Arch: amd64)
[16:05:05] [main/INFO]: Searching for graphics cards...
[16:05:05] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5).
[16:05:07] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=UNKNOWN, name=Meta Virtual Monitor, version=DriverVersion=17.12.55.198]
[16:05:07] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=NVIDIA, name=NVIDIA GeForce RTX 4050 Laptop GPU, version=DriverVersion=31.0.15.5244]
[16:05:07] [main/INFO]: Found graphics card: GraphicsAdapterInfo[vendor=INTEL, name=Intel(R) Iris(R) Xe Graphics, version=DriverVersion=31.0.101.4255]
[16:05:07] [main/WARN]: Sodium has applied one or more workarounds to prevent crashes or other issues on your system: [NVIDIA_THREADED_OPTIMIZATIONS]
[16:05:07] [main/WARN]: This is not necessarily an issue, but it may result in certain features or optimizations being disabled. You can sometimes fix these issues by upgrading your graphics driver.
[16:05:07] [main/WARN]: @Final field field_22786:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final
[16:05:07] [main/WARN]: @Final field field_33815:Ljava/util/List; in mixins.ipnext.json:MixinScreen from mod inventoryprofilesnext should be final
[16:05:14] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[16:05:15] [Render thread/INFO]: Setting user: {MINECRAFT_USERNAME}
[16:05:16] [Render thread/INFO]: Starting DI!
[16:05:16] [Render thread/INFO]: Authenticating to Mojang as {MINECRAFT_USERNAME} ({MINECRAFT_UUID})
[16:05:16] [Render thread/INFO]: [STDOUT]: Registering Sounds for auditory
[16:05:16] [Render thread/INFO]: Thank you for downloading Auditory! :)
[16:05:16] [DefaultDispatcher-worker-2/INFO]: Connecting to Essential Connection Manager...
[16:05:17] [DefaultDispatcher-worker-2/INFO]: Using Default JreDnsResolver
[16:05:17] [DefaultDispatcher-worker-2/INFO]: Using Default JreSocketFactory
[16:05:17] [Cicada thread 0/INFO]: [cicada] Hello, anyone there?
[16:05:17] [Cicada thread 0/INFO]: [do_a_barrel_roll] I'm here, ready to rumble!
[16:05:17] [WebSocketConnectReadThread-95/INFO]: Connected to Essential Connection Manager.
[16:05:17] [Render thread/INFO]: [KONKRETE] Successfully initialized!
[16:05:17] [Render thread/INFO]: [KONKRETE] Server-side libs ready to use!
[16:05:17] [Render thread/INFO]: Compression will use Java, encryption will use Java
submitted by GrowthWest2361 to Minecraft [link] [comments]


2024.05.15 17:49 cani633 Need help with YoYoLoader crash dump

Hey guys,
Just found the "Balatro Mobile Maker", which converts your legal PC copy of Balatro into an APK file, on GitHub and decided to give it a try with YoYoLoader. However, as I tried launching the APK on YoYo, it yielded the following error. Could you please help troubleshoot?
Exception Data abort exception Thread ID 0x40010003 Thread name YYOLOADER EPC YoYoLoader + 0x0001A974 Cause 0x00030004 BadVAddr 0x00000000 a1: 0x00000000 a2: 0x8126B3A4 a3: 0x9CA6E86C a4: 0x00000000 v1: 0x8140C060 V2: 0X816C0D40 v3: 0x00000000 v4: 0x812788D4 v5: 0x00000000 v6: 0x816C0AEC v7: 0x71442994 v8: 0x00000001 ip: 0xFFFFFFFF sp: 0x816C0A60 lr: 0x81054FD9 pc: 0x81054974 
submitted by cani633 to VitaPiracy [link] [comments]


2024.05.15 17:21 SouthernShape2180 ndtll.dll error in Fallout 4

Hi Everyone. I keep getting CTD on this crashlog. Can someone please help. I think it is a non-mod related issue, but if you could tell me which mods I need to disable in order to fix it, that would be awesome.
Fallout 4 v1.10.163
Buffout 4 v1.28.6
Unhandled exception "EXCEPTION_ACCESS_VIOLATION" at 0x7FF74A091E80 Fallout4.exe+03D1E80
\[Compatibility\] F4EE: false \[Crashlog\] AutoOpen: true PromptUpload: true \[Fixes\] ActorIsHostileToActor: true CellInit: true CreateD3DAndSwapChain: true EncounterZoneReset: true GreyMovies: true MagicEffectApplyEvent: true MovementPlanner: true PackageAllocateLocation: true SafeExit: true TESObjectREFRGetEncounterZone: true UnalignedLoad: true UtilityShader: true \[Patches\] Achievements: true ArchiveLimit: false BSMTAManager: true BSPreCulledObjects: true BSTextureStreamerLocalHeap: false HavokMemorySystem: true INISettingCollection: false InputSwitch: false MaxStdIO: 2048 MemoryManager: true MemoryManagerDebug: false ScaleformAllocator: true SmallBlockAllocator: true WorkshopMenu: true \[Warnings\] CreateTexture2D: true ImageSpaceAdapter: true 
SYSTEM SPECS:
OS: Microsoft Windows 11 Home v10.0.22631 CPU: GenuineIntel 12th Gen Intel(R) Core(TM) i7-12800H GPU #1: Nvidia GA103M \[GeForce RTX 3080 Ti Laptop GPU\] GPU #2: Microsoft Basic Render Driver PHYSICAL MEMORY: 11.05 GB/31.69 GB 
PROBABLE CALL STACK:
\[ 0\] 0x7FF74A091E80 Fallout4.exe+03D1E80 -> 869027+0x20 \[ 1\] 0x7FF74A0740F5 Fallout4.exe+03B40F5 -> 1491658+0x4D5 \[ 2\] 0x7FF74A03181C Fallout4.exe+037181C -> 221966+0xDC \[ 3\] 0x7FF74A02CB8E Fallout4.exe+036CB8E -> 93205+0xE \[ 4\] 0x7FF74B9638C2 Fallout4.exe+1CA38C2 -> 1338062+0xF2 \[ 5\] 0x7FF74B963C1C Fallout4.exe+1CA3C1C -> 1310667+0x20C \[ 6\] 0x7FF74AB7CA24 Fallout4.exe+0EBCA24 -> 1123858+0x364 \[ 7\] 0x7FF74AB5B7CB Fallout4.exe+0E9B7CB -> 146861+0xB6B \[ 8\] 0x7FF74AA00D85 Fallout4.exe+0D40D85 -> 222694+0x15 \[ 9\] 0x7FF74B810F26 Fallout4.exe+1B50F26 -> 329005+0xC6 \[10\] 0x7FF74B811432 Fallout4.exe+1B51432 -> 194800+0x202 \[11\] 0x7FF74B813F67 Fallout4.exe+1B53F67 -> 1492866+0x67 \[12\] 0x7FF74B7DCFED Fallout4.exe+1B1CFED -> 1079791+0x3D \[13\] 0x7FFD8685257D KERNEL32.DLL+001257D \[14\] 0x7FFD8890AA48 ntdll.dll+005AA48 
REGISTERS:
RAX 0x0 (size\_t) RCX 0x1E05BA9F800 (void\*) RDX 0x6EC49BF250 (void\*) RBX 0x0 (size\_t) RSP 0x6EC49BF140 (void\*) RBP 0x6EC49BF249 (void\*) RSI 0x6EC49BF250 (void\*) RDI 0x1E05BA9F800 (void\*) R8 0x1E009CFC7B0 (void\*) R9 0x8 (size\_t) R10 0x6EC49BF200 (BSTArrayBase::IAllocatorFunctor\*) R11 0x6EC49BF2C8 (void\*) R12 0xE067C430 (size\_t) R13 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" R14 0x1E0962BD900 (bhkWorld\*) R15 0x1E05BA9F800 (void\*) 
STACK:
\[RSP+0 \] 0x1E0661911C0 (NiNode\*) Name: "00017DF7\_Physics" \[RSP+8 \] 0x7FF74B863C05 (void\* -> Fallout4.exe+1BA3C05) \[RSP+10 \] 0x6EC49BF249 (void\*) \[RSP+18 \] 0x1E0633FA240 (void\*) \[RSP+20 \] 0x1E009D98800 (void\*) \[RSP+28 \] 0x1E0633FA240 (void\*) \[RSP+30 \] 0x60 (size\_t) \[RSP+38 \] 0x7FF74A0740F5 (void\* -> Fallout4.exe+03B40F5) \[RSP+40 \] 0x1E009D987FC (void\*) \[RSP+48 \] 0x6EC49BF250 (void\*) \[RSP+50 \] 0x1E0633FA240 (void\*) \[RSP+58 \] 0x1E064001600 (BSPortal\*) \[RSP+60 \] 0x1E000000007 (void\*) \[RSP+68 \] 0x0 (size\_t) \[RSP+70 \] 0x0 (size\_t) \[RSP+78 \] 0x0 (size\_t) \[RSP+80 \] 0x0 (size\_t) \[RSP+88 \] 0x1E009D98800 (void\*) \[RSP+90 \] 0x1E0962BD900 (bhkWorld\*) \[RSP+98 \] 0x1E009D987FC (void\*) \[RSP+A0 \] 0xE (size\_t) \[RSP+A8 \] 0x1E03019C4DE (size\_t) \[RSP+B0 \] 0x1DF417F52B0 (void\*) \[RSP+B8 \] 0x7FF70020233A (size\_t) \[RSP+C0 \] 0x7FF74C9096C8 (void\* -> Fallout4.exe+2C496C8) \[RSP+C8 \] 0x1E0960D3BC0 (void\*) \[RSP+D0 \] 0x7FF700000000 (size\_t) \[RSP+D8 \] 0x0 (size\_t) \[RSP+E0 \] 0x0 (size\_t) \[RSP+E8 \] 0x1E000000000 (void\*) \[RSP+F0 \] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+F8 \] 0x7FF74A029321 (void\* -> Fallout4.exe+0369321) \[RSP+100\] 0x1E0633FA240 (void\*) \[RSP+108\] 0x7FF74B7D093F (void\* -> Fallout4.exe+1B1093F) \[RSP+110\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+118\] 0x1E0E067C430 (size\_t) \[RSP+120\] 0x6EC49BF1E4 (void\*) \[RSP+128\] 0x6EC49BF1C0 (void\*) \[RSP+130\] 0x1DFF40D2B00 (IOManager\*) \[RSP+138\] 0x1DF417F52B0 (void\*) \[RSP+140\] 0x966939A4 (size\_t) \[RSP+148\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+150\] 0x0 (size\_t) \[RSP+158\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+160\] 0x1 (size\_t) \[RSP+168\] 0x7FF74A03181C (void\* -> Fallout4.exe+037181C) \[RSP+170\] 0x1E (size\_t) \[RSP+178\] 0x7FF75E83E45C (size\_t) \[RSP+180\] 0x6067C430 (size\_t) \[RSP+188\] 0xEC3BD925 (size\_t) \[RSP+190\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+198\] 0x7FF74A02CB8E (void\* -> Fallout4.exe+036CB8E) \[RSP+1A0\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+1A8\] 0x1DF417F52B0 (void\*) \[RSP+1B0\] 0x966939A4 (size\_t) \[RSP+1B8\] 0x1E (size\_t) \[RSP+1C0\] 0x2 (size\_t) \[RSP+1C8\] 0x7FF74B9638C2 (void\* -> Fallout4.exe+1CA38C2) \[RSP+1D0\] 0x2 (size\_t) \[RSP+1D8\] 0x1 (size\_t) \[RSP+1E0\] 0x2 (size\_t) \[RSP+1E8\] 0x0 (size\_t) \[RSP+1F0\] 0x32 (size\_t) \[RSP+1F8\] 0x1E (size\_t) \[RSP+200\] 0x2 (size\_t) \[RSP+208\] 0x3 (size\_t) \[RSP+210\] 0x12C (size\_t) \[RSP+218\] 0x1 (size\_t) \[RSP+220\] 0x1DFF40D2B00 (IOManager\*) \[RSP+228\] 0x7FF74B963C1C (void\* -> Fallout4.exe+1CA3C1C) \[RSP+230\] 0x0 (size\_t) \[RSP+238\] 0x7FF700000000 (size\_t) \[RSP+240\] 0x1E063449D00 (BGSCombinedCellGeometryDB::LoadTask\*) \[RSP+248\] 0x30D40 (size\_t) \[RSP+250\] 0x4096CBE5 (size\_t) \[RSP+258\] 0x0 (size\_t) \[RSP+260\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+268\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+270\] 0xFFFFFFFF (size\_t) \[RSP+278\] 0x6EC49BF6E4 (void\*) \[RSP+280\] 0x0 (size\_t) \[RSP+288\] 0x7FF74AB7CA24 (void\* -> Fallout4.exe+0EBCA24) \[RSP+290\] 0x6E00000001 (size\_t) \[RSP+298\] 0x6EC49BF4D0 (void\*) \[RSP+2A0\] 0x1DF1C18FE00 (void\*) \[RSP+2A8\] 0x1DFF40625F8 (void\*) \[RSP+2B0\] 0x1DFF4614E00 (void\*) \[RSP+2B8\] 0x1DFF4614E00 (void\*) \[RSP+2C0\] 0xFFFFFFFFFFFFFFFF (size\_t) \[RSP+2C8\] 0x0 (size\_t) \[RSP+2D0\] 0x440D0000 (size\_t) \[RSP+2D8\] 0xC2580000 (size\_t) \[RSP+2E0\] 0x20 (size\_t) \[RSP+2E8\] 0x0 (size\_t) \[RSP+2F0\] 0x0 (size\_t) \[RSP+2F8\] 0x0 (size\_t) \[RSP+300\] 0xFFFFFFFFFFFFFFFF (size\_t) \[RSP+308\] 0x0 (size\_t) \[RSP+310\] 0xA6DA89653331 (size\_t) \[RSP+318\] 0x7FF74AFF0B5F (void\* -> Fallout4.exe+1330B5F) \[RSP+320\] 0x0 (size\_t) \[RSP+328\] 0x4044F5 (void\* -> XINPUT1\_3.dll+00044F5) \[RSP+330\] 0x1DF1C0D2088 (void\*) \[RSP+338\] 0x7FF749E4D27B (void\* -> Fallout4.exe+018D27B) \[RSP+340\] 0x440D0000 (size\_t) \[RSP+348\] 0xBF8000004284F738 (size\_t) \[RSP+350\] 0x35033379 (size\_t) \[RSP+358\] 0x7FFCFBDBBDCE (void\* -> Buffout4.dll+004BDCE) \[RSP+360\] 0x1DF1C0D2088 (void\*) \[RSP+368\] 0x7FF749CE44E3 (void\* -> Fallout4.exe+00244E3) \[RSP+370\] 0x7FF74C909DB8 (void\* -> Fallout4.exe+2C49DB8) \[RSP+378\] 0x6EC49BF540 (void\*) \[RSP+380\] 0x1DFF45807F0 (void\*) \[RSP+388\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+390\] 0x1DFF4580808 (void\*) \[RSP+398\] 0x7FF749E4C85D (void\* -> Fallout4.exe+018C85D) \[RSP+3A0\] 0x0 (size\_t) \[RSP+3A8\] 0x6EC49BF539 (void\*) \[RSP+3B0\] 0x1DF1C3B99D0 (void\*) \[RSP+3B8\] 0x7FF74A054B20 (void\* -> Fallout4.exe+0394B20) \[RSP+3C0\] 0x1E014C86140 (void\*) \[RSP+3C8\] 0x7FF74B7D09C3 (void\* -> Fallout4.exe+1B109C3) \[RSP+3D0\] 0x7FF74C909DB8 (void\* -> Fallout4.exe+2C49DB8) \[RSP+3D8\] 0x6EC49BF520 (void\*) \[RSP+3E0\] 0x0 (size\_t) \[RSP+3E8\] 0x0 (size\_t) \[RSP+3F0\] 0x0 (size\_t) \[RSP+3F8\] 0x7FF700000000 (size\_t) \[RSP+400\] 0x0 (size\_t) \[RSP+408\] 0x0 (size\_t) \[RSP+410\] 0x6E00000000 (size\_t) \[RSP+418\] 0x7FF700000000 (size\_t) \[RSP+420\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+428\] 0xFFFFFFFF (size\_t) \[RSP+430\] 0x0 (size\_t) \[RSP+438\] 0x1DFF40625F8 (void\*) \[RSP+440\] 0x1DF1C3B99D0 (void\*) \[RSP+448\] 0x6EC49BF758 (void\*) \[RSP+450\] 0x6EC49BF760 (void\*) \[RSP+458\] 0x7FF749DBEE12 (void\* -> Fallout4.exe+00FEE12) \[RSP+460\] 0x0 (size\_t) \[RSP+468\] 0x0 (size\_t) \[RSP+470\] 0x0 (size\_t) \[RSP+478\] 0x0 (size\_t) \[RSP+480\] 0x0 (size\_t) \[RSP+488\] 0x0 (size\_t) \[RSP+490\] 0x0 (size\_t) \[RSP+498\] 0x0 (size\_t) \[RSP+4A0\] 0x0 (size\_t) \[RSP+4A8\] 0x0 (size\_t) \[RSP+4B0\] 0x0 (size\_t) \[RSP+4B8\] 0x0 (size\_t) \[RSP+4C0\] 0x0 (size\_t) \[RSP+4C8\] 0x0 (size\_t) \[RSP+4D0\] 0x1DF00000000 (void\*) \[RSP+4D8\] 0x1DFF4062080 (PlayerCharacter\*) Object Reference: File: "You Are Exceptional.esp" Flags: 0x00040009 Form ID: 0x00000007 Form Type: 45 File: "" Flags: 0x00420448 Form ID: 0x00000014 Form Type: 65 \[RSP+4E0\] 0x1DF1C18FE01 (void\*) \[RSP+4E8\] 0x1DF1C18FE01 (void\*) \[RSP+4F0\] 0x0 (size\_t) \[RSP+4F8\] 0x7FF74F8A8000 (void\* -> Fallout4.exe+5BE8000) \[RSP+500\] 0x1DFF40625F8 (void\*) \[RSP+508\] 0x0 (size\_t) \[RSP+510\] 0x6EC49BF760 (void\*) \[RSP+518\] 0x7FF74AB5B7CB (void\* -> Fallout4.exe+0E9B7CB) \[RSP+520\] 0x0 (size\_t) \[RSP+528\] 0x6EC49BF758 (void\*) \[RSP+530\] 0x1DF1C3B99D0 (void\*) \[RSP+538\] 0x1 (size\_t) \[RSP+540\] 0x47A01000C7500800 (size\_t) \[RSP+548\] 0x3F80000045E814B7 (size\_t) \[RSP+550\] 0xCB4A29F10001 (size\_t) \[RSP+558\] 0x0 (size\_t) \[RSP+560\] 0x1E005328A40 (BGSLocation\*) File: "Unofficial Fallout 4 Patch.esp" Flags: 0x00000009 Form ID: 0x0001D807 Form Type: 107 Full Name: "Museum of Freedom" \[RSP+568\] 0x3F80000045600000 (size\_t) \[RSP+570\] 0x7FF7503E3AB8 (void\* -> Fallout4.exe+6723AB8) \[RSP+578\] 0x7FF74C5211A9 (void\* -> Fallout4.exe+28611A9) \[RSP+580\] 0x0 (size\_t) \[RSP+588\] 0x1DFFF2EAB00 (TESObjectCELL\*) File: "PRP.esp" Flags: 0x0004000B Form ID: 0x00017DF7 Form Type: 63 Full Name: "Museum of Freedom" \[RSP+590\] 0x0 (size\_t) \[RSP+598\] 0x440D0000 (size\_t) \[RSP+5A0\] 0xC2800000 (size\_t) \[RSP+5A8\] 0xBFC90FD980000000 (size\_t) \[RSP+5B0\] 0x0 (size\_t) \[RSP+5B8\] 0x7FF749FFD9C0 (void\* -> Fallout4.exe+033D9C0) \[RSP+5C0\] 0x1DFFFFD1E40 (TESObjectREFR\*) Object Reference: File: "Fallout4.esm" Flags: 0x00000019 Form ID: 0x00077CFC Form Type: 32 File: "Fallout4.esm" Flags: 0x00000409 Form ID: 0x0001AC07 Form Type: 64 \[RSP+5C8\] 0x0 (size\_t) \[RSP+5D0\] 0x10000000000 (size\_t) \[RSP+5D8\] 0xFFFFFF01 (size\_t) \[RSP+5E0\] 0x1DF1C151DE0 (void\*) \[RSP+5E8\] 0x0 (size\_t) \[RSP+5F0\] 0x0 (size\_t) \[RSP+5F8\] 0x7FF700000000 (size\_t) \[RSP+600\] 0x7FF7503E3AF0 (void\* -> Fallout4.exe+6723AF0) \[RSP+608\] 0x7FF74C5211A9 (void\* -> Fallout4.exe+28611A9) \[RSP+610\] 0x2 (size\_t) \[RSP+618\] 0x10000000000 (size\_t) \[RSP+620\] 0x2000000000 (size\_t) \[RSP+628\] 0xC0F (size\_t) \[RSP+630\] 0x7FF74C90A948 (void\* -> Fallout4.exe+2C4A948) \[RSP+638\] 0x7FF7503E3AF0 (void\* -> Fallout4.exe+6723AF0) \[RSP+640\] 0x7FF7503E3AD8 (void\* -> Fallout4.exe+6723AD8) \[RSP+648\] 0x7FF74C520BDB (void\* -> Fallout4.exe+2860BDB) \[RSP+650\] 0x2 (size\_t) \[RSP+658\] 0x7FF74C5418FE (void\* -> Fallout4.exe+28818FE) \[RSP+660\] 0x1E012704A60 (void\*) \[RSP+668\] 0x1E0339F1440 (BSFadeNode\*) Name: "MetalBarrel02" \[RSP+670\] 0x7FF74C90A948 (void\* -> Fallout4.exe+2C4A948) \[RSP+678\] 0x7FF7503E3AD8 (void\* -> Fallout4.exe+6723AD8) \[RSP+680\] 0x1E0968CFBE0 (void\*) \[RSP+688\] 0x7FF74C540FC3 (void\* -> Fallout4.exe+2880FC3) \[RSP+690\] 0x2 (size\_t) \[RSP+698\] 0x1E01011E700 (char\*) "@" \[RSP+6A0\] 0x1E011486C00 (void\*) \[RSP+6A8\] 0x1E01149D420 (void\*) \[RSP+6B0\] 0x1E011486C00 (void\*) \[RSP+6B8\] 0x7FF74C4ED51D (void\* -> Fallout4.exe+282D51D) \[RSP+6C0\] 0x1DF1C19A400 (BSShaderAccumulator\*) \[RSP+6C8\] 0x1DF4F444880 (BSSkyShaderProperty\*) Name: "01\_VW\_Oben\_O" \[RSP+6D0\] 0x0 (size\_t) \[RSP+6D8\] 0x1DF1C19A400 (BSShaderAccumulator\*) \[RSP+6E0\] 0xCB4A29F109C7 (size\_t) \[RSP+6E8\] 0x6EC49BF878 (void\*) \[RSP+6F0\] 0x0 (size\_t) \[RSP+6F8\] 0x0 (size\_t) \[RSP+700\] 0x0 (size\_t) \[RSP+708\] 0x0 (size\_t) \[RSP+710\] 0x0 (size\_t) \[RSP+718\] 0x0 (size\_t) \[RSP+720\] 0x1DF417F6818 (void\*) \[RSP+728\] 0x7FF74F8A8080 (void\* -> Fallout4.exe+5BE8080) \[RSP+730\] 0x7FF74F8A8088 (void\* -> Fallout4.exe+5BE8088) \[RSP+738\] 0x1E0124ED600 (BSShaderAccumulator\*) \[RSP+740\] 0x1E04C0FC900 (BSLightingShaderProperty\*) Name: "C:\\Projects\\Fallout4\\Build\\PC\\Data\\materials\\Architecture\\Buildings\\WoodTrimWhite01.BGSM" \[RSP+748\] 0x7FF74C4ECEEE (void\* -> Fallout4.exe+282CEEE) \[RSP+750\] 0x1E0968CFBE0 (void\*) \[RSP+758\] 0x1E0124ED600 (BSShaderAccumulator\*) \[RSP+760\] 0x0 (size\_t) \[RSP+768\] 0x1DF417F6800 (void\*) \[RSP+770\] 0x1DF417F6810 (void\*) \[RSP+778\] 0x7FF74C521B67 (void\* -> Fallout4.exe+2861B67) \[RSP+780\] 0x0 (size\_t) \[RSP+788\] 0x0 (size\_t) \[RSP+790\] 0x0 (size\_t) \[RSP+798\] 0x0 (size\_t) \[RSP+7A0\] 0x0 (size\_t) \[RSP+7A8\] 0x0 (size\_t) \[RSP+7B0\] 0x7FF74F8A8084 (void\* -> Fallout4.exe+5BE8084) \[RSP+7B8\] 0x7FF74F8A8080 (void\* -> Fallout4.exe+5BE8080) \[RSP+7C0\] 0x7FF74F8A8088 (void\* -> Fallout4.exe+5BE8088) \[RSP+7C8\] 0x1 (size\_t) \[RSP+7D0\] 0x1DF1C18FE40 (void\*) \[RSP+7D8\] 0x6EC2B2FAB0 (void\*) \[RSP+7E0\] 0x0 (size\_t) \[RSP+7E8\] 0x7FF74AA00D85 (void\* -> Fallout4.exe+0D40D85) \[RSP+7F0\] 0x0 (size\_t) \[RSP+7F8\] 0x7FF700000000 (size\_t) \[RSP+800\] 0x0 (size\_t) \[RSP+808\] 0x7FFD86234201 (void\* -> KERNELBASE.dll+0034201) \[RSP+810\] 0x7FF74F8A8BB8 (void\* -> Fallout4.exe+5BE8BB8) \[RSP+818\] 0x7FF74B810F26 (void\* -> Fallout4.exe+1B50F26) \[RSP+820\] 0x7FF74F8A8BB8 (void\* -> Fallout4.exe+5BE8BB8) \[RSP+828\] 0x7FF74F8A8BB8 (void\* -> Fallout4.exe+5BE8BB8) \[RSP+830\] 0x0 (size\_t) \[RSP+838\] 0x7FFD862678CD (void\* -> KERNELBASE.dll+00678CD) \[RSP+840\] 0x0 (size\_t) \[RSP+848\] 0x0 (size\_t) \[RSP+850\] 0x7FF74F8BEA40 (void\* -> Fallout4.exe+5BFEA40) \[RSP+858\] 0x1 (size\_t) \[RSP+860\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+868\] 0x7FF74B811432 (void\* -> Fallout4.exe+1B51432) \[RSP+870\] 0x1 (size\_t) \[RSP+878\] 0x7FF74F8A8B68 (void\* -> Fallout4.exe+5BE8B68) \[RSP+880\] 0x0 (size\_t) \[RSP+888\] 0x6EC49BFA20 (void\*) \[RSP+890\] 0x0 (size\_t) \[RSP+898\] 0x0 (size\_t) \[RSP+8A0\] 0x0 (size\_t) \[RSP+8A8\] 0x7FF74B813F67 (void\* -> Fallout4.exe+1B53F67) \[RSP+8B0\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+8B8\] 0x0 (size\_t) \[RSP+8C0\] 0x0 (size\_t) \[RSP+8C8\] 0x0 (size\_t) \[RSP+8D0\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+8D8\] 0x7FF74B7DCFED (void\* -> Fallout4.exe+1B1CFED) \[RSP+8E0\] 0x4C14 (size\_t) \[RSP+8E8\] 0x6EC49BFA40 (void\*) \[RSP+8F0\] 0x1DF1C16BC90 (void\*) \[RSP+8F8\] 0x0 (size\_t) \[RSP+900\] 0x7FF74F8A8B48 (BSJobs::JobThread\*) \[RSP+908\] 0x0 (size\_t) \[RSP+910\] 0x0 (size\_t) \[RSP+918\] 0x7FFD8685257D (void\* -> KERNEL32.DLL+001257D) \[RSP+920\] 0x0 (size\_t) \[RSP+928\] 0x0 (size\_t) \[RSP+930\] 0x0 (size\_t) \[RSP+938\] 0x0 (size\_t) \[RSP+940\] 0x0 (size\_t) \[RSP+948\] 0x7FFD8890AA48 (void\* -> ntdll.dll+005AA48) \[RSP+950\] 0x0 (size\_t) \[RSP+958\] 0x0 (size\_t) \[RSP+960\] 0x0 (size\_t) \[RSP+968\] 0x0 (size\_t) \[RSP+970\] 0x0 (size\_t) \[RSP+978\] 0x0 (size\_t) \[RSP+980\] 0x89827F0E00000000 (size\_t) \[RSP+988\] 0x0 (size\_t) \[RSP+990\] 0x4F0FFFFFB30 (size\_t) \[RSP+998\] 0x7FFD8635CBB0 (void\* -> KERNELBASE.dll+015CBB0) \[RSP+9A0\] 0x6EC49BE280 (void\*) \[RSP+9A8\] 0xD2F80001FFF43EDE (size\_t) \[RSP+9B0\] 0x7FFD0FB7B4BE (size\_t) \[RSP+9B8\] 0x6EC49BE280 (void\*) \[RSP+9C0\] 0x0 (size\_t) \[RSP+9C8\] 0x0 (size\_t) \[RSP+9D0\] 0x0 (size\_t) \[RSP+9D8\] 0x0 (size\_t) \[RSP+9E0\] 0x0 (size\_t) \[RSP+9E8\] 0x0 (size\_t) \[RSP+9F0\] 0x0 (size\_t) \[RSP+9F8\] 0x0 (size\_t) \[RSP+A00\] 0x0 (size\_t) \[RSP+A08\] 0x0 (size\_t) \[RSP+A10\] 0x0 (size\_t) \[RSP+A18\] 0x0 (size\_t) \[RSP+A20\] 0x0 (size\_t) \[RSP+A28\] 0x0 (size\_t) \[RSP+A30\] 0x0 (size\_t) \[RSP+A38\] 0x0 (size\_t) \[RSP+A40\] 0x0 (size\_t) \[RSP+A48\] 0x0 (size\_t) \[RSP+A50\] 0x0 (size\_t) \[RSP+A58\] 0x0 (size\_t) \[RSP+A60\] 0x0 (size\_t) \[RSP+A68\] 0x0 (size\_t) \[RSP+A70\] 0x0 (size\_t) \[RSP+A78\] 0x0 (size\_t) \[RSP+A80\] 0x0 (size\_t) \[RSP+A88\] 0x0 (size\_t) \[RSP+A90\] 0x0 (size\_t) \[RSP+A98\] 0x0 (size\_t) \[RSP+AA0\] 0x0 (size\_t) \[RSP+AA8\] 0x0 (size\_t) \[RSP+AB0\] 0x0 (size\_t) \[RSP+AB8\] 0x0 (size\_t) \[RSP+AC0\] 0x0 (size\_t) \[RSP+AC8\] 0x0 (size\_t) \[RSP+AD0\] 0x0 (size\_t) \[RSP+AD8\] 0x0 (size\_t) \[RSP+AE0\] 0x0 (size\_t) \[RSP+AE8\] 0x0 (size\_t) \[RSP+AF0\] 0x0 (size\_t) \[RSP+AF8\] 0x0 (size\_t) \[RSP+B00\] 0x0 (size\_t) \[RSP+B08\] 0x0 (size\_t) \[RSP+B10\] 0x0 (size\_t) \[RSP+B18\] 0x0 (size\_t) \[RSP+B20\] 0x0 (size\_t) \[RSP+B28\] 0x0 (size\_t) \[RSP+B30\] 0x0 (size\_t) \[RSP+B38\] 0x0 (size\_t) \[RSP+B40\] 0x0 (size\_t) \[RSP+B48\] 0x0 (size\_t) \[RSP+B50\] 0x0 (size\_t) \[RSP+B58\] 0x0 (size\_t) \[RSP+B60\] 0x0 (size\_t) \[RSP+B68\] 0x0 (size\_t) \[RSP+B70\] 0x0 (size\_t) \[RSP+B78\] 0x0 (size\_t) \[RSP+B80\] 0x0 (size\_t) \[RSP+B88\] 0x0 (size\_t) \[RSP+B90\] 0x0 (size\_t) \[RSP+B98\] 0x0 (size\_t) \[RSP+BA0\] 0x0 (size\_t) \[RSP+BA8\] 0x0 (size\_t) \[RSP+BB0\] 0x0 (size\_t) \[RSP+BB8\] 0x0 (size\_t) \[RSP+BC0\] 0x0 (size\_t) \[RSP+BC8\] 0x0 (size\_t) \[RSP+BD0\] 0x0 (size\_t) \[RSP+BD8\] 0x0 (size\_t) \[RSP+BE0\] 0x0 (size\_t) \[RSP+BE8\] 0x0 (size\_t) \[RSP+BF0\] 0x0 (size\_t) \[RSP+BF8\] 0x0 (size\_t) \[RSP+C00\] 0x0 (size\_t) \[RSP+C08\] 0x0 (size\_t) \[RSP+C10\] 0x0 (size\_t) \[RSP+C18\] 0x0 (size\_t) \[RSP+C20\] 0x0 (size\_t) \[RSP+C28\] 0x0 (size\_t) \[RSP+C30\] 0x0 (size\_t) \[RSP+C38\] 0x0 (size\_t) \[RSP+C40\] 0x0 (size\_t) \[RSP+C48\] 0x0 (size\_t) \[RSP+C50\] 0x0 (size\_t) \[RSP+C58\] 0x0 (size\_t) \[RSP+C60\] 0x0 (size\_t) \[RSP+C68\] 0x0 (size\_t) \[RSP+C70\] 0x0 (size\_t) \[RSP+C78\] 0x0 (size\_t) \[RSP+C80\] 0x0 (size\_t) \[RSP+C88\] 0x0 (size\_t) \[RSP+C90\] 0x0 (size\_t) \[RSP+C98\] 0x0 (size\_t) \[RSP+CA0\] 0x0 (size\_t) \[RSP+CA8\] 0x0 (size\_t) \[RSP+CB0\] 0x0 (size\_t) \[RSP+CB8\] 0x0 (size\_t) \[RSP+CC0\] 0x0 (size\_t) \[RSP+CC8\] 0x0 (size\_t) \[RSP+CD0\] 0x0 (size\_t) \[RSP+CD8\] 0x0 (size\_t) \[RSP+CE0\] 0x0 (size\_t) \[RSP+CE8\] 0x0 (size\_t) \[RSP+CF0\] 0x0 (size\_t) \[RSP+CF8\] 0x0 (size\_t) \[RSP+D00\] 0x0 (size\_t) \[RSP+D08\] 0x0 (size\_t) \[RSP+D10\] 0x0 (size\_t) \[RSP+D18\] 0x0 (size\_t) \[RSP+D20\] 0x0 (size\_t) \[RSP+D28\] 0x0 (size\_t) \[RSP+D30\] 0x0 (size\_t) \[RSP+D38\] 0x0 (size\_t) \[RSP+D40\] 0x0 (size\_t) \[RSP+D48\] 0x0 (size\_t) \[RSP+D50\] 0x0 (size\_t) \[RSP+D58\] 0x0 (size\_t) \[RSP+D60\] 0x0 (size\_t) \[RSP+D68\] 0x0 (size\_t) \[RSP+D70\] 0x0 (size\_t) \[RSP+D78\] 0x0 (size\_t) \[RSP+D80\] 0x0 (size\_t) \[RSP+D88\] 0x0 (size\_t) \[RSP+D90\] 0x0 (size\_t) \[RSP+D98\] 0x0 (size\_t) \[RSP+DA0\] 0x0 (size\_t) \[RSP+DA8\] 0x0 (size\_t) \[RSP+DB0\] 0x0 (size\_t) \[RSP+DB8\] 0x0 (size\_t) \[RSP+DC0\] 0x0 (size\_t) \[RSP+DC8\] 0x0 (size\_t) \[RSP+DD0\] 0x0 (size\_t) \[RSP+DD8\] 0x0 (size\_t) \[RSP+DE0\] 0x0 (size\_t) \[RSP+DE8\] 0x0 (size\_t) \[RSP+DF0\] 0x0 (size\_t) \[RSP+DF8\] 0x0 (size\_t) \[RSP+E00\] 0x0 (size\_t) \[RSP+E08\] 0x0 (size\_t) \[RSP+E10\] 0x0 (size\_t) \[RSP+E18\] 0x0 (size\_t) \[RSP+E20\] 0x0 (size\_t) \[RSP+E28\] 0x0 (size\_t) \[RSP+E30\] 0x0 (size\_t) \[RSP+E38\] 0x0 (size\_t) \[RSP+E40\] 0x0 (size\_t) \[RSP+E48\] 0x0 (size\_t) \[RSP+E50\] 0x0 (size\_t) \[RSP+E58\] 0x0 (size\_t) \[RSP+E60\] 0x0 (size\_t) \[RSP+E68\] 0x0 (size\_t) \[RSP+E70\] 0x0 (size\_t) \[RSP+E78\] 0x0 (size\_t) \[RSP+E80\] 0x0 (size\_t) \[RSP+E88\] 0x0 (size\_t) \[RSP+E90\] 0x0 (size\_t) \[RSP+E98\] 0x0 (size\_t) \[RSP+EA0\] 0x0 (size\_t) \[RSP+EA8\] 0x0 (size\_t) \[RSP+EB0\] 0x0 (size\_t) \[RSP+EB8\] 0x0 (size\_t) 
MODULES:
XINPUT1\_3.dll 0x000000400000 mdnsNSP.dll 0x00006C1F0000 steam\_api64.dll 0x00006C330000 X3DAudio1\_7.dll 0x00006C370000 d3d11.dll 0x000180000000 PSAPI.DLL 0x01DF00000000 Fallout4.exe 0x7FF749CC0000 ResampleDmo.DLL 0x7FFCF9680000 DSOUND.DLL 0x7FFCF9740000 XAudio2\_7.dll 0x7FFCF99B0000 d3dcompiler\_46e.dll 0x7FFCFA2A0000 gameoverlayrenderer64.dll 0x7FFCFA6A0000 XDI.dll 0x7FFCFA840000 UnlimitedSurvivalMode.dll 0x7FFCFA8B0000 ToYourFaceFO4.dll 0x7FFCFA900000 SprintSpeedController.dll 0x7FFCFA950000 RobCo\_Patcher.dll 0x7FFCFA9A0000 RememberPickAngleUpdated.dll 0x7FFCFAA80000 ReloadFix.dll 0x7FFCFAB40000 PRKF.dll 0x7FFCFAEE0000 PrivateProfileRedirector.dll 0x7FFCFAF70000 pppl.dll 0x7FFCFAFD0000 po3\_SimpleOffenceSuppressionF4.dll 0x7FFCFB010000 Outfit-ReDress-Fix.dll 0x7FFCFB0A0000 mcm.dll 0x7FFCFB3E0000 LighthousePapyrusExtender.dll 0x7FFCFB480000 Interior-NavCut-Fix.dll 0x7FFCFB5B0000 HighFPSPhysicsFix.dll 0x7FFCFB600000 GCBugFix.dll 0x7FFCFB690000 GardenOfEdenPapyrusExtender.dll 0x7FFCFB6F0000 EnergyWeaponCalcFix.dll 0x7FFCFB990000 crafting\_highlight\_fix.dll 0x7FFCFBB70000 ClassicHolsteredWeapons.dll 0x7FFCFBBC0000 CCExtenderF4.dll 0x7FFCFBC70000 BulletCountedReload.dll 0x7FFCFBCE0000 Buffout4.dll 0x7FFCFBD70000 BakaMaxPapyrusOps.dll 0x7FFCFC0D0000 BackportedBA2Support.dll 0x7FFCFC180000 steamclient64.dll 0x7FFCFD7D0000 D3DCOMPILER\_43.dll 0x7FFCFEE50000 cudart64\_75.dll 0x7FFCFF0C0000 GFSDK\_GodraysLib.x64.dll 0x7FFCFF120000 GFSDK\_SSAO\_D3D11.win64.dll 0x7FFCFF180000 MSVCR110.dll 0x7FFCFF210000 flexRelease\_x64.dll 0x7FFCFF2F0000 IPHLPAPI.DLL 0x7FFCFF440000 MSVCP110.dll 0x7FFCFFA00000 f4se\_1\_10\_163.dll 0x7FFCFFAB0000 BlockingOverhaul.dll 0x7FFD194E0000 msdmo.dll 0x7FFD19BD0000 bink2w64.dll 0x7FFD1A610000 tier0\_s64.dll 0x7FFD1A750000 encounter\_zone\_recalculation.dll 0x7FFD1AA00000 BetterConsole.dll 0x7FFD1AA30000 WeaponDebrisCrashFix.dll 0x7FFD21660000 ArmorPenetrationBugFix.dll 0x7FFD21680000 vstdlib\_s64.dll 0x7FFD216D0000 f4se\_steam\_loader.dll 0x7FFD22580000 SprintStutteringFix.dll 0x7FFD22640000 d3dx11\_43.dll 0x7FFD41360000 nvToolsExt64\_1.dll 0x7FFD413B0000 flexExtRelease\_x64.dll 0x7FFD41490000 usvfs\_x64.dll 0x7FFD477B0000 webio.dll 0x7FFD48CD0000 ncryptsslp.dll 0x7FFD5E130000 CONCRT140.dll 0x7FFD5E4C0000 winmmbase.dll 0x7FFD5FE30000 Windows.UI.dll 0x7FFD5FE60000 VCRUNTIME140.dll 0x7FFD68C60000 VCRUNTIME140\_1.dll 0x7FFD68C80000 MSVCP140.dll 0x7FFD68C90000 textinputframework.dll 0x7FFD6D960000 OneCoreCommonProxyStub.dll 0x7FFD6DB70000 nvwgf2umx.dll 0x7FFD6E290000 AUDIOSES.DLL 0x7FFD72490000 MMDevApi.dll 0x7FFD72CF0000 WINSPOOL.DRV 0x7FFD73BC0000 COMCTL32.dll 0x7FFD73C70000 MpOav.dll 0x7FFD74560000 amsi.dll 0x7FFD745F0000 fastprox.dll 0x7FFD74B10000 nvgpucomp64.dll 0x7FFD74FA0000 wbemsvc.dll 0x7FFD77BF0000 NvMessageBus.dll 0x7FFD77CB0000 wbemcomn.dll 0x7FFD78050000 nvapi64.dll 0x7FFD780D0000 drvstore.dll 0x7FFD79FD0000 MSIMG32.dll 0x7FFD7A150000 wbemprox.dll 0x7FFD7A260000 cryptnet.dll 0x7FFD7A2E0000 nvldumdx.dll 0x7FFD7A360000 OneCoreUAPCommonProxyStub.dll 0x7FFD7A690000 WINMM.dll 0x7FFD7AD30000 VERSION.dll 0x7FFD7B250000 rasadhlp.dll 0x7FFD7B260000 fwpuclnt.dll 0x7FFD7B490000 dhcpcsvc.DLL 0x7FFD7C640000 dhcpcsvc6.DLL 0x7FFD7C660000 WINHTTP.dll 0x7FFD7CF50000 CoreUIComponents.dll 0x7FFD7D850000 avrt.dll 0x7FFD7DE60000 directxdatabasehelper.dll 0x7FFD7DFA0000 d3d11.dll 0x7FFD7F450000 dcomp.dll 0x7FFD7F6B0000 CoreMessaging.dll 0x7FFD7FD50000 MSVCP140\_ATOMIC\_WAIT.dll 0x7FFD7FEC0000 apphelp.dll 0x7FFD80130000 UxTheme.dll 0x7FFD80230000 dxgi.dll 0x7FFD80550000 dwmapi.dll 0x7FFD80660000 WINNSI.DLL 0x7FFD80700000 dxcore.dll 0x7FFD80740000 DbgHelp.dll 0x7FFD83220000 resourcepolicyclient.dll 0x7FFD83660000 wintypes.dll 0x7FFD83990000 windows.storage.dll 0x7FFD83AD0000 HID.DLL 0x7FFD843D0000 IpHlpAPI.dll 0x7FFD846A0000 DNSAPI.dll 0x7FFD846D0000 UMPDC.dll 0x7FFD849F0000 POWRPROF.dll 0x7FFD84A10000 Secur32.dll 0x7FFD84A80000 schannel.DLL 0x7FFD84B00000 kernel.appcore.dll 0x7FFD84C00000 rsaenh.dll 0x7FFD84C20000 SSPICLI.DLL 0x7FFD84F00000 MSWSOCK.dll 0x7FFD85110000 USERENV.dll 0x7FFD851B0000 CRYPTSP.dll 0x7FFD85330000 CRYPTBASE.DLL 0x7FFD85350000 wldp.dll 0x7FFD85460000 NTASN1.dll 0x7FFD85510000 ncrypt.dll 0x7FFD85550000 msasn1.dll 0x7FFD85860000 devobj.dll 0x7FFD85880000 CFGMGR32.dll 0x7FFD858B0000 DPAPI.DLL 0x7FFD85920000 profapi.dll 0x7FFD85B00000 msvcp\_win.dll 0x7FFD85BD0000 wintrust.dll 0x7FFD85C70000 gdi32full.dll 0x7FFD85CE0000 ucrtbase.dll 0x7FFD85E00000 win32u.dll 0x7FFD85F20000 CRYPT32.dll 0x7FFD85F50000 bcryptPrimitives.dll 0x7FFD86180000 KERNELBASE.dll 0x7FFD86200000 bcrypt.dll 0x7FFD865B0000 IMM32.DLL 0x7FFD865E0000 msvcrt.dll 0x7FFD86690000 shcore.dll 0x7FFD86740000 KERNEL32.DLL 0x7FFD86840000 SHELL32.dll 0x7FFD86910000 USER32.dll 0x7FFD87200000 SHLWAPI.dll 0x7FFD87430000 NSI.dll 0x7FFD87550000 OLEAUT32.dll 0x7FFD87560000 RPCRT4.dll 0x7FFD87640000 combase.dll 0x7FFD87780000 COMDLG32.dll 0x7FFD87B10000 sechost.dll 0x7FFD87C10000 MSCTF.dll 0x7FFD87CC0000 imagehlp.dll 0x7FFD87E20000 ole32.dll 0x7FFD88010000 SETUPAPI.dll 0x7FFD881C0000 GDI32.dll 0x7FFD88640000 ADVAPI32.dll 0x7FFD88670000 clbcatq.dll 0x7FFD88740000 WS2\_32.dll 0x7FFD887F0000 ntdll.dll 0x7FFD888B0000 
F4SE PLUGINS:
ArmorPenetrationBugFix.dll v1 BackportedBA2Support.dll v1 BakaMaxPapyrusOps.dll v1.1 BetterConsole.dll BlockingOverhaul.dll v1 Buffout4.dll v1.28.6 BulletCountedReload.dll CCExtenderF4.dll v1.2 ClassicHolsteredWeapons.dll crafting\_highlight\_fix.dll encounter\_zone\_recalculation.dll EnergyWeaponCalcFix.dll v1 GardenOfEdenPapyrusExtender.dll v18 GCBugFix.dll v1 HighFPSPhysicsFix.dll Interior-NavCut-Fix.dll v1.0.3 LighthousePapyrusExtender.dll v1.4 mcm.dll Outfit-ReDress-Fix.dll v1 po3\_SimpleOffenceSuppressionF4.dll v1 pppl.dll PrivateProfileRedirector.dll PRKF.dll ReloadFix.dll v1.2.4 RememberPickAngleUpdated.dll RobCo\_Patcher.dll v3.6 SprintSpeedController.dll v1 SprintStutteringFix.dll ToYourFaceFO4.dll UnlimitedSurvivalMode.dll WeaponDebrisCrashFix.dll XDI.dll 
PLUGINS:
\[ 0\] Fallout4.esm \[ 1\] DLCRobot.esm \[ 2\] DLCworkshop01.esm \[ 3\] DLCCoast.esm \[ 4\] DLCworkshop02.esm \[ 5\] DLCworkshop03.esm \[ 6\] DLCNukaWorld.esm \[ 7\] Unofficial Fallout 4 Patch.esp \[ 8\] XDI.esm \[ 9\] YouAndWhatArmy2.esm \[ A\] WeaponModFixes-GOTY.esp \[ B\] RAW INPUT.esp \[ C\] Less Annoying Berry Mentats.esp \[ D\] Complex Vendors.esp \[ E\] DLC Timing.esp \[ F\] BlockingOverhaul.esp \[10\] AttachPack.esp \[11\] ScopeOverlayDOF.esp \[12\] RemoveBlur.esp \[13\] Vivid Waters.esp \[14\] Vivid Weathers - FO4.esp \[15\] Vivid Weathers - FO4 - Far Harbor.esp \[16\] Vivid Weathers - Natural Bright.esp \[17\] Vivid Weathers - Nuka World.esp \[18\] You Are Exceptional.esp \[19\] SelectMarksman.esp \[1A\] WattzLaserGun.esp \[1B\] Tomacuzi9.esp \[1C\] Zapgun.esp \[1D\] SelectShotgun.esp \[1E\] SurvivalOptions.esp \[1F\] AVBPipeGunsReplace.esp \[FE: 0\] ccBGSFO4044-HellfirePowerArmor.esl \[FE: 1\] ccBGSFO4115-X02.esl \[FE: 2\] ccBGSFO4116-HeavyFlamer.esl \[FE: 3\] ccBGSFO4110-WS\_Enclave.esl \[FE: 4\] ccBGSFO4096-AS\_Enclave.esl \[FE: 5\] ccFSVFO4007-Halloween.esl \[FE: 6\] ccBGSFO4046-TesCan.esl \[FE: 7\] ccSBJFO4003-Grenade.esl \[FE: 8\] ccOTMFO4001-Remnants.esl \[FE: 9\] REFramework.esm \[FE: A\] Ownership Fixes.esp \[FE: B\] Community Fixes Merged.esp \[FE: C\] TMR\_GlitchfinderAIO.esm \[FE: D\] GrenadeCombatFixes.esl \[FE: E\] JumpFallPoseFix.esl \[FE: F\] NPCRespawnFix.esl \[FE: 10\] OutlineWorkshopShader.esl \[FE: 11\] SelectRevolver.esl \[FE: 12\] FOLON\_Lewis.esl \[FE: 13\] PPF.esm \[FE: 14\] MiscAnimTweaks.esp \[FE: 15\] Wetness Shader Fix.esp \[FE: 16\] Fixed Gobo Effects.esp \[FE: 17\] Flutter Flicker Fixer For Foliage.esp \[FE: 18\] PRP.esp \[FE: 19\] PuddleReflectionFix.esp \[FE: 1A\] Chemfluence AI Combat Dynamics.esp \[FE: 1B\] SimplePowerArmorReductionSystem.esp \[FE: 1C\] Keep Radiants In Commonwealth.esp \[FE: 1D\] WhoIsTheGeneral.esp \[FE: 1E\] LegendariesTheyCanUse.esp \[FE: 1F\] No Sneaking in Power Armor.esp \[FE: 20\] Backpacks of the Commonwealth - UFO4P Patch.esp \[FE: 21\] Attach Pack Mod Description Fixes.esp \[FE: 22\] Legendary Mutation Messages Fix.esp \[FE: 23\] Lightweight Lighting.esp \[FE: 24\] Gloomy Glass.esp \[FE: 25\] FO4ParticlePatch.esp \[FE: 26\] WET.esp \[FE: 27\] WAVE.esp \[FE: 28\] Targeted Textures.esp \[FE: 29\] DiamondCityBillboards.esp \[FE: 2A\] Diamond City Supplements.esp \[FE: 2B\] GoodneighborView.esp \[FE: 2C\] TerrainUndersides.esp \[FE: 2D\] VividFallout - AiO - BestChoice.esp \[FE: 2E\] UltimateLockpick.esp 
Thanks so much!
submitted by SouthernShape2180 to Fallout4Mods [link] [comments]


2024.05.15 14:59 Super_Tradition_8918 Helm and Blackbox-exporter values issue

I'm using helm v3.14.4 with Prometheus and Blackbox-exporter.
For BB, I have a custom values.yaml file. I just changed the http_2xx timeout from 5s to 10s and added the tls_config. I then run helm upgrade with that file.
# helm upgrade blackbox prometheus-community/prometheus-blackbox-exporter --version=8.16.0 -n blackbox -f values.yaml ...... # helm get values blackbox -n blackbox USER-SUPPLIED VALUES: modules: http_2xx: http: preferred_ip_protocol: ip4 tls_config: insecure_skip_verify: true prober: http timeout: 10s 
Perfect. I look at the bb port 9115 page for config and get:
modules: http_2xx: prober: http timeout: 5s http: valid_http_versions: - HTTP/1.1 - HTTP/2.0 preferred_ip_protocol: ip4 ip_protocol_fallback: true follow_redirects: true enable_http2: true tcp: ip_protocol_fallback: true icmp: ip_protocol_fallback: true ttl: 64 dns: ip_protocol_fallback: true recursion_desired: true 
This has the wrong timeout and no TLS section. My scrapes are also failing due to timeouts and cert warnings.
Newbie here. Thanks!

submitted by Super_Tradition_8918 to PrometheusMonitoring [link] [comments]


2024.05.15 13:55 SUV1708 Help installing

I’m trying to install Ubuntu as main os, but when I get into the boot, it just show a black screen and don’t charge the boot loader. I’ve tried changing the usb like 5 times, I’ve changed the iso image, I’ve changed the partition settings and nothing works. I’ve also tried with the Linux mint iso and doesn’t works.
submitted by SUV1708 to Ubuntu [link] [comments]


2024.05.13 21:30 TheWqlkingW BLACK SCREEN WITH MOUSE WHEN I TURN ON LAPTOP - BRAND NEW TO LINUX

BLACK SCREEN WITH MOUSE WHEN I TURN ON LAPTOP - BRAND NEW TO LINUX
Hello everyone, just trying to get some help here. Randomly decided yesterday to convert my crusty ass asus laptop (amd r10 cpu with r5 graphics, 8gb ram ddr4) to arch, specifically cachyos. Flashed the iso to a usb, booted it from BIOS and ran the installer perfectly fine, all options selected and all. When it was done it restarted and ever since I’ve been greeted with a black screen with nothing but a cursor every single time I turn on the laptop. I tried troubleshooting through a mix of Google searches and GPT 4, and all I’ve managed so far is a terminal login thing which works and only shows me my system info with ASCII of the logo. Even tried reinstalling and it still doesn’t work. My best guess is a driver issue regarding the graphics loader or something? How do I fix this please
submitted by TheWqlkingW to cachyos [link] [comments]


2024.05.13 10:57 totalrewrite [EU-FR] [H] Artisans, CRP R2 Desko, Deskmats, GMK Keysets, SA Handarbeit, Keycult No.1 65 Rev. 0, LZ CLS, LZ MP, LZ PhysiX Red, MerisiWorks Dodici, Syryan Mont Cervin, TGR 910 RE PC, TX-1800 V2, TX-75 V1, TX-84 V1, TX Parts [W] PayPal, Lin EM7, Lin Dolphin

Timestamp
LINK TO PM
Hello, the following items are for sale/trade.
Shipping worldwide with tracking. Estimates for keysets/keyboards:
Items I am looking for:
Please comment here when messaging (NO Reddit chat; regular PMs only). Click here to write me a PM.
Lin Whale 75 F13 alu plate and PCB
TX-84/87 V1 brushed brass plate
Keycult No.1 65
Album
LZ CLS
Album
LZ MP
Album
Merisi.Works Dodici
Album
Syryan Mont Cervin
TGR 910 RE
Album
LZ PhysiX red
Album
TX-75 V1
Album
TX-84 V1
Album
TX-1800 V2
Album
GMK 80002
GMK Awaken
GMK Camping R3
GMK Cobalt
GMK Cubed
GMK Dracula R1
GMK DMG R3
GMK Dots R2
GMK Fleuriste
GMK Olive R2
GMK Prepress
GMK Royal Cadet
GMK Space Cadet R2
GMK Striker R2
GMK Sumi
SA Handarbeit
Hammer CRP R2 Desko
Deskmats
Album
New, unused
15USD each + shipping
HIBI/RAMA/Salvun keycaps
New, unused
Prices include worldwide shipping
Artisans
Timestamp
Prices include worldwide shipping
Looking for HWS Earls (wishlist): Singles Night "A Green", and specific multishots
LINK TO PM
submitted by totalrewrite to mechmarket [link] [comments]


2024.05.12 23:21 QuasarVX Lost with Sentry against the most oddest character

Lost with Sentry against the most oddest character
Idk how I put the battle on auto and put my phone down I look down I see my sentry die to this guy at tier 2 lvl 60 and other other characters was lvl 1 my sentry has his uniform lvl 68 and ctp of greed I think it's called. I've been rubbing my head all day on how that happened lml cause my next character pretty much 1 shotted the whole team.
submitted by QuasarVX to MarvelFuture_Fight [link] [comments]


2024.05.12 20:47 Nummy01 1080ti trying to get it to pass through to a bizzite VM

https://preview.redd.it/0krpl9lyj10d1.png?width=716&format=png&auto=webp&s=eb258c4822af34b1ea196f5509165f59a3e08c95
  Fedora 33325cf6-9657-df8f-e945-4f62f19efae8    16777216 16777216    20                        hvm /usshare/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd /etc/libvirt/qemu/nvram/33325cf6-9657-df8f-e945-4f62f19efae8_VARS-pure-efi.fd               destroy restart restart  /uslocal/sbin/qemu     vdisk1  
vdisk2
vdisk3
submitted by Nummy01 to unRAID [link] [comments]


2024.05.12 20:35 AntwonofGeorgia need opinion on a machine plz

trying get a cheap pc to play old games, mostly the sims. Found these on eBay and was hoping the XPerts could shed some light for me: TIA!!
a re-purposed Wyse Zx0Q retro gaming machine with the following specs: -2.00 GHZ Dual Core AMD GX-420CA Processor -4 GB DDR3 RAM -32 GB Solid State Hard drive -Radeon HD 8400E Graphics -DVI, DP, and VGA (over adapter) video outputs -Realtek HD Audio -Realtek Gigabit Ethernet Adapter -4x USB 2.0 ports (2 front, 2 rear) and 2x USB 3.0 ports (rear) -Built-in PC speaker (Windows audio routes over this when no speaker is connected)
Windows XP configuration: -All hardware drivers installed -Daemon Tools v3.47 installed for mounting ISO's as virtual CD drives -Chrome v49, Firefox v52, and K-Melon v76 web browsers installed -.net 2.0 Framework -Visual C++ 2005 and 2010 redistributables -DirectX 9.0c
submitted by AntwonofGeorgia to windowsxp [link] [comments]


2024.05.12 16:29 ptr1337 [Announcement] CachyOS May 2024 Release Changelog

Hello CachyOS Enthusiasts @everyone,
This is our 6th release this year and we are really excited to announce our newly added features. We are now introducing the Bcachefs file system in our installer. This can be used with on a root installation and has been tested quite well. Bcachefs is currently still in an experimental state but will improve lot with the next major kernel releases. The installer automatically detects which file system is installed and will correctly configure and install the required packages.
The next new feature is an AI SDK Installation. This installation type automatically installs all required packages required to have a local AI Installation. This was done due to requests from an Local AI Enthusiasts group and will be further enhanced in the future. For now, this install method only works for CUDA and NVIDIA, but we are also working on introducing this for offical ROCm supported cards. ROCm support is planned to be released together with the next release.
Last but not least, we are adding an experimental handheld Edition for CachyOS. The Deckify Edition automatically setups a Steam Deck like experience and installs all required Gaming Tools for it. We are also proud to announce that this version will use the LAVD Scheduler, which is funded by Valve and improves the Frametime and 1% lows on Handhelds dramatically. The Deckify Edition is currently tested on the Rog Ally, Lenovo Legion GO and MSI Claw. Steam Deck support is also being currently worked on, but there are some small issues that should be fixed with upcoming releases. For more information check out following: Deckify information
We are also working closely together with the sched-ext development team and currently testing their framework a lot. The Rusty Scheduler has made insane improvements for interactivity and is already used by many users in our community as the default scheduler with systemd services.
This release also contains some fixes for the ISO and calamares. The fstrim timer is now correctly enabled, the ISO won't screen lock anymore during installation and some fixes for ZFS and the umount module of calamares.
With this release we are dropping support for the Offline Installer to avoid extra maintenance work. Currently it is not possible for us to provide feature parity for the Offline Installer and thus is the reason for dropping it. We will keep an ISO online, which will still include the Offline Installer, so that users can use this as a fallback.
We have also prepared our repository for the upcoming explicit sync changes from NVIDIA and AMD. Kwin, Mutter, egl-wayland and xorg-xwayland are provided with the patches, which are required for explicit sync. The NVIDIA Driver support is expected to be released on May 15, after some internal testing we will push this driver to the repository.
CachyOS now provides an archive for the "cachyos", "cachyos-v3" and "cachyos-v4" repository. This archive can be used to downgrade the kernels or other customized packages provided from our repository.
We have introduced a new Forum, feel free to check it out! https://discuss.cachyos.org
Here you can find the changelog for this release:
Features: - Filesystems: Introduce Bcachefs as a filesystem option - pacstrap: Add detection if Bcachefs is used and install corresponding Bcachefs-tools - CachyOS-AI-SDK: Introduce new install option to provide a OOB NVIDIA SDK Setup - CachyOS-Deckify: Provide variant for Handhelds (experimental), see here for more details - BTRFS: Automatic Snapper for snapshots, can be installed from within the CachyOS hello app. - ISO: Drop Offline Installer - Package Updates: Python 3.12, gcc 14.1.1, mesa 24.0.6, xwayland 24.1rc2 , NVIDIA 550.78
Bug-Fixes: - settings.conf: Move hardware detection before netinstall - pacstrap: Use btrfs-assistant instead of btrfs-assistant-git - plymouth: remove plymouth hook on zfs + encryption - ISO: Add various config files for KDE, to avoid getting screen locking during installation - services-systemd: Properly enable fstrim.timer - umount: Disable emergency to avoid issues with the zfs installation - shellprocess: Cleanup leftovers from the offline installation
Download:
Grab your copy of the latest ISO from our mirrors on SourceForge:
Support Us:
Your contributions help us maintain our servers. Consider supporting CachyOS through:
Thank you for your continued support!
The CachyOS Team
submitted by ptr1337 to cachyos [link] [comments]


2024.05.12 13:27 Pakorane What mod is changing the stone slab texture to this? (not a resource pack I checked)

https://preview.redd.it/p2l4n21fdzzc1.png?width=2048&format=png&auto=webp&s=c0d7be26f0a3443cc0c88dc2975dbd6bcafac82d
This is the mod list if it helps
UniversalEnchants-v4.2.15-1.19.2-Forge.jar
red_power-1.1.jar
u_team_core-forge-1.19.2-4.4.3.297.jar
useful_railroads-1.19.2-1.5.1.47.jar
blockui-1.19.2-0.0.99-ALPHA.jar
multipiston-1.19.2-1.2.25-ALPHA.jar
extendedcreativeinventory-1.19.2-2.1.jar
Create_mortar1.19.2v0.1.9.jar
alchemind-0.2.2.2-1.19.2-create0.5.1.jar
ArmorSoundTweak-6.0.0-forge.jar
VanillaAIOTs-1.19.2-2.2.1.jar
Roads-1.19.2-1.6.0.jar
mapperbase-1.19.2-5.0.0.2.jar.disabled
roadstuff-1.19.2-7.0.1.jar.disabled
goprone-1.19-2.0.4.jar
tinygates-1.19.2-3.1.2.jar
ProjectRed-1.19.2-4.17.0-beta+34-expansion.jar
tinyredstone-1.19.2-4.1.6.jar
RedstoneExtras-1.19-1.0.11.jar
redstonepen-1.19.2-forge-1.2.32.jar
ProjectRed-1.19.2-4.17.0-beta+34-fabrication.jar
ProjectRed-1.19.2-4.17.0-beta+34-transmission.jar
ProjectRed-1.19.2-4.17.0-beta+34-exploration.jar
ProjectRed-1.19.2-4.17.0-beta+34-illumination.jar
ProjectRed-1.19.2-4.17.0-beta+34-integration.jar
CBMultipart-1.19.2-3.2.0.139-universal.jar
ProjectRed-1.19.2-4.17.0-beta+34-core.jar
morered-1.19.2-3.0.0.2.jar
mods_optimizer-forge-1.19.2-2.0.0.jar
infinitybuttons-1.19.2-4.0.4.jar
createrailwaysnavigator-0.5.2-beta-1.19.2-forge.jar
radium-0.8.2.jar.disabled
radon-0.8.2.jar.disabled
FastSuite-1.19.2-4.1.1.jar
refinedstorage-1.11.7.jar.disabled
ppfluids-1.19.2-2.0.1.jar
PrettyPipes-1.13.6.jar
IntegratedCrafting-1.19.2-1.1.6.jar
IntegratedTerminals-1.19.2-1.4.13.jar
IntegratedTunnels-1.19.2-1.8.27.jar
integratednbt-1.19.2-1.6.0.jar
IntegratedScripting-1.19.2-1.0.2.jar
CommonCapabilities-1.19.2-2.9.1.jar
CyclopsCore-1.19.2-1.19.1.jar
IntegratedDynamics-1.19.2-1.22.0.jar
AdvancedPeripherals-1.19.2-0.7.35r.jar.disabled
enderchests-forge-1.19-1.10.8.jar
endertanks-forge-1.19-1.12.10.jar
CodeChickenLib-1.19.2-4.3.2.490-universal.jar
EnderStorage-1.19.2-2.10.1.181-universal.jar
functionalstorage-1.19.2-1.1.10.jar
titanium-1.19.2-3.7.4-30.jar
ImmersivePetroleum-1.19.2-4.2.0-29.jar
betterchunkloading-1.19.2-4.2.jar.disabled
everycomp-1.19.2-2.5.22.jar.disabled
easy_villagers-1.19.2-1.0.17.jar
buildinggadgets-3.16.2-build.22+mc1.19.2.jar
LegendaryTooltips-1.19.2-forge-1.4.0.jar
sound-physics-remastered-forge-1.19.2-1.3.1.jar
FastLeafDecay-30.jar
ColdSweat-2.2.5.1.jar
thirstcanteen-1.19.2-1.3.jar
TCIntegrations-1.19.2-2.0.18.2.jar.disabled
Tinkers Reforged 1.19.2-2.1.2.jar.disabled
Mantle-1.19.2-1.10.24.jar.disabled
TConstruct-1.19.2-3.8.1.16.jar.disabled
Powah-4.0.11.jar
handcrafted-forge-1.19.2-2.0.6.jar
expandedstorage-8.3.4+1.19.2-forge.jar
IronDoorKey-FORGE-1.19.2-1.0.jar
ironcoals-4.1.4.jar
AdChimneys-1.19.2-9.1.20.0-build.1202.jar
AdPother-1.19.2-7.0.25.0-build.1300.jar
polyeng-forge-0.1.1-1.19.2.jar
chisel_chipped_integration_v1.0.1_1.19.2.jar
sophisticatedbackpacks-1.19.2-3.20.2.1035.jar
ars_creo-1.19.2-3.2.1.jar
ars_nouveau-1.19.2-3.23.0.jar
accurate_block_placement-1.19.2_1.0.jar
abstoneedition-2.1.3-forge-mc1.19.jar
cookingforblockheads-forge-1.19.2-13.3.4.jar
twigs-forge-1.19.2-3.0.1.jar
gtceu-1.19.2-1.2.1.jar.disabled
Mekanism-MoreSolarPanels-1.19.2-1.5.2.jar
mekanismtweaks-1.1.jar
MekanismAdditions-1.19.2-10.3.9.13.jar
JustEnoughMekanismMultiblocks-1.19.2-3.4.jar
MekanismTools-1.19.2-10.3.9.13.jar
Mekanism-1.19.2-10.3.9.13.jar
MekanismGenerators-1.19.2-10.3.9.13.jar
more-immersive-wires-1.19.2-1.1.3.jar
ImmersiveEngineering-1.19.2-9.2.4-170.jar
mcw-paths-1.0.4forge-mc1.19.2.jar
mcw-paintings-1.0.5-1.19.2forge.jar
mcw-lights-1.0.6-mc1.19.2forge.jar
mcw-roofs-2.3.0-mc1.19.2forge.jar
mcw-furniture-3.2.2-mc1.19.2forge.jar
mcw-trapdoors-1.1.2-mc1.19.2forge.jar
mcw-windows-2.2.1-mc1.19.2forge.jar
mcw-fences-1.1.1-mc1.19.2forge.jar
mcw-doors-1.1.0forge-mc1.19.2.jar
mcw-bridges-3.0.0-mc1.19.2forge.jar
jepp-1.19.2-1.1.0.jar
MEED-1.19.2-4.3.jar
jeed-1.19.2-2.1.4.jar
justenoughbreeding-forge-1.19.2-1.2.1.jar
JustEnoughResources-1.19.2-1.2.3.243.jar
jei-1.19.2-forge-11.6.0.1019.jar
adaptive_performance_tweaks_mods_1.19.2-10.0.0.jar.disabled
molten_vents_custom_blocks.json
AE2WTLib-12.9.7.jar
Applied-Botanics-forge-1.4.6.jar
appliedenergistics2-forge-12.9.9.jar
badpackets-forge-0.2.3.jar
compactmachines-5.1.0.jar
pamhc2foodextended-1.19.2-1.0.0.jar
pamhc2trees-1.19.2-1.0.1.jar
pamhc2crops-1.19.2-1.0.2.jar
pamhc2foodcore-1.19.2-1.0.1.jar
sixstairs-1.19.2-10-forge.jar
netherrackblasting-1.19.2-0-forge.jar
clayblasting-1.19.2-0-forge.jar
netherwart-1.19.2-6-forge.jar
stonesmelting-1.19.2-0-forge.jar
blastingraw-1.19.2-1-forge.jar
smeltingsand-1.19.2-11-forge.jar
Hostile_Delight_0.2.2_1.19.2.jar
Croptopia-1.19.2-FORGE-2.2.2.jar
CroptopiaDelight-1.19.2_1.2.2-forge.jar
CoffeeDelight-Forge-1.19.2-1.4.jar
extradelight-1.3.2.jar
DecorationDelightRefurbished-1.19.2.jar
ItalianDelight-1.19.2 1.5-MAR_FIX.jar
fruitsdelight-0.5.9.jar
Festive_Delight_1.3_Forge_1.19.2.jar
PineappleDelight-Forge-1.19.2-1.0.7.jar
abnormals_delight-1.19.2-4.1.2.jar
miners_delight-1.19.2-1.1.2.jar
quark_delight_1.0.0_forge_1.19.2.jar
CrabbersDelight-1.19.2-1.1.4.jar
corn_delight-1.0.3-1.19.2.jar.disabled
mysterious_mountain_lib-1.2.3-1.19.2.jar
chefs-delight-1.0.2-forge-1.19.2.jar
endsdelight-1.19.2-1.2.1.jar
endersdelight-1.19-1.2.2.jar
Delightful-1.19.2-3.4.1.jar
oceansdelight-1.0.2-1.19.2.jar
NethersDelight-1.19-3.1.jar
peculiars-1.19.2-4.1.1.jar
xtonesreworked-1.0.3-1.19.2-43.2.0.jar
seasonals-1.19.2-4.2.0.jar
laboratoryblocks-1.19.2-0.3.2r-ctm-required.jar
extrasounds-1.19.2-forge-1.3-hotfix.jar
auditory-0.0.5-1.19.2.jar
casualness_delight-1.19.2-0.4.jar.disabled
letsdo-addon-structures-1.6.0_1.19.2.jar
doapi-1.1.0b.jar
letsdo-meadow-forge-1.2.4.jar
letsdo-vinery-forge-1.3.12b.jar
TerraBlender-forge-1.19.2-2.0.1.136.jar
cookielicious-1.19.2-3.0.0.jar
enchantingcommands-1.19.2-3.3.jar
exquisito-1.19.2-1.2.1.jar
pathundergates-1.19.2-1.0.0-release.jar
ironladders-1.19.2-2.1.51-forge.jar
manavisualizer-1.19.2-1.5.2.jar
Torcherino-forge-1.19.2-17.0.4.jar
FluidDrawersLegacy-1.19.2-forge-3.0.2.1.jar
DoubleSlabs-1.19-6.1.0.jar
BetterFurnaces-1.19.2-1.1.2-forge.jar
FactoryAPI-1.19.2-2.0-forge.jar
keepmysoiltilled-1.19.2-2.2.jar
adaptive_performance_tweaks_1.19.2-10.0.0.jar.disabled
adaptive_performance_tweaks_player_1.19.2-10.0.0.jar.disabled
adaptive_performance_tweaks_gamerules_1.19.2-10.0.0.jar
adaptive_performance_tweaks_items_1.19.2-10.0.0.jar
adaptive_performance_tweaks_spawn_1.19.2-10.2.0.jar
adaptive_performance_tweaks_core_1.19.2-10.2.0.jar
immersive-portals-2.3.7-mc1.19.2-forge.jar.disabled
Excessive Building [Forge] 1.19.2-2.0.3.1.jar
corail_pillar-5.6.0-1.19.1.jar
antiblocksrechiseled-0.1.8.jar
bbs-1.19.2-1.1.0-forge.jar
TrampleNoMore-Forge-1.19.2-9.0.1.jar
curiouslanterns-1.19.2-1.3.3.jar
make_bubbles_pop-0.2.0-forge-mc1.19-1.19.3.jar
respiteful-1.1.2.c.jar
compressedcreativity-1.19.2-0.1.8.jar
pneumaticcraft-repressurized-1.19.2-4.3.15-52.jar
UniversalBoneMeal-v4.2.0-1.19.2-Forge.jar
snad-1.3.1.jar
goldenhopper-1.2.8-1.19.jar
radiantgear-forge-2.0.3+1.19.2.jar
smoothswapping-0.9.2-1.19.2-forge.jar
StrawStatues-v4.0.12-1.19.2-Forge.jar
WaystonesTeleportPets-1.19.2-1.19.4--1.2.jar
BotanicAdditions-1.19.2-19.3.6.jar
HammerLib-1.19.2-19.3.81.jar
BuildersDelight-1.19.2-v.1.1.jar
floormats-1.19.2-v1.5.6.jar
torchslabmod-1.19.2_v1.7.4.jar
labels-1.19.2-1.10.jar
v_slab_compat-1.19.2-1.9.jar
ThirstWasTaken-1.19.2-1.3.7.jar
MoreBuckets-1.19.2-3.0.2.jar
Cucumber-1.19.2-6.0.10.jar
flatbedrock-forge-2.0.0-build.14+mc1.19.2.jar
neapolitan-1.19.2-4.1.0.jar
DrawersTooltip-1.19.2-forge-6.0.2.jar
tia-1.19.2-1.0-forge.jar
firstperson-forge-2.3.4-mc1.19.2.jar
MerchantMarkers-1.19.2-forge-1.3.1.jar
BotanyPotsTiers-Forge-1.19.2-3.3.2.jar
rsgauges-1.19.2-forge-1.2.19.jar
DustrialDecor-1.3.3-1.19.2.jar
collective-1.19.2-7.57.jar
stackrefill-1.19.2-4.2.jar
framedcompactdrawers-1.19-5.2.1.jar
Architects-Palette-1.19.2-1.3.5.jar
ItemBorders-1.19.1-1.2.0.jar
Prism-1.19.1-1.0.2.jar
AnimaticaReforged-1.19.2-0.1.3.jar
potacore-0.2.8-universal.jar
memoryleakfix-forge-1.17+-1.0.0.jar
emi_loot-0.6.5+1.19.2+forge.jar
BlockRunner-v4.2.2-1.19.2-Forge.jar
BrewinAndChewin-1.19-2.0.jar
DripSounds-1.19-0.3.0.jar
Uppers-0.5.1.jar
culturaldelights-1.19.2-0.15.5.jar
sawmill-1.19-1.2.0.jar
effective_fg-1.3.4.jar
emi-1.1.6+1.19.2+forge.jar
zmedievalmusic-1.19.2-2.0.jar
cuisinedelight-1.0.10.jar
tesseract-1.0.35a-forge-mc1.19.jar
TipTheScales-forge-1.19.2-6.0.10.jar
blueflame-1.19.2-0.1.0.2.jar
ToolStats-Forge-1.19.2-12.1.6.jar
engineersdecor-1.19.2-forge-1.3.29.jar
AIOTBotania-1.19.2-3.0.2.jar
platforms-forge-1.19-1.10.7.jar
shetiphiancore-forge-1.19-3.11.11.jar
fuelgoeshere-1.19.2-0.1.0.0.jar
AdLods-1.19.2-7.0.11.0-build.1280.jar
ForgeEndertech-1.19.2-10.0.9.0-build.1216.jar
absentbydesign-1.19-1.7.0.jar
MythicBotany-1.19.2-3.0.2.jar
SandBox-1.19.2-1.0.1.jar
LibX-1.19.2-4.2.8.jar
AmbientEnvironment-forge-1.19.2-8.0+3.jar
FarmersRespite-1.19-2.0.jar
visuality-forge-2.0.2.jar
Stoneworks-v4.0.2-1.19.2-Forge.jar
suppsquared-1.19.2-1.1.1.jar
entangled-1.3.18-forge-mc1.19.2.jar
worldedit-mod-7.2.12.jar
Cyclic-1.19.2-1.8.4.jar
modelfix-1.8.jar
BetterF3-4.0.1-Forge-1.19.2.jar
Fastload-Reforged-mc1.19.2-3.4.0.jar
Decorative Blocks-forge-1.19.2-3.0.0.jar
JadeAddons-1.19.2-forge-3.6.0.jar
PickUpNotifier-v4.2.4-1.19.2-Forge.jar
BotanyTrees-Forge-1.19.2-5.0.12.jar
OreExcavation-1.11.166.jar
Highlighter-1.19.1-1.1.4.jar
Iceberg-1.19.2-forge-1.1.4.jar
pipez-forge-1.19.2-1.2.6.jar
EasyAnvils-v4.0.11-1.19.2-Forge.jar
FramedBlocks-6.8.6.jar
sophisticatedcore-1.19.2-0.6.4.605.jar
sophisticatedstorage-1.19.2-0.9.7.765.jar
EasyMagic-v4.3.3-1.19.2-Forge.jar
BotanyPots-Forge-1.19.2-9.0.43.jar
kleeslabs-forge-1.19.2-12.3.0.jar
Botania-1.19.2-440-FORGE.jar
Patchouli-1.19.2-77.jar
entity_model_features_forge_1.19.2-2.0.2.jar
entity_texture_features_forge_1.19.2-6.0.1.jar
AmbientSounds_FORGE_v5.2.13_mc1.19.2.jar
cupboard-1.19.2-2.6.jar
NoChatReports-FORGE-1.19.2-v1.5.1.jar
craftingtweaks-forge-1.19.2-15.1.9.jar
FastFurnace-1.19.2-7.0.0.jar
ImmediatelyFast-Forge-1.2.14+1.19.2.jar
AI-Improvements-1.19.2-0.5.2.jar
FastWorkbench-1.19.2-7.1.4.jar
Placebo-1.19.2-7.4.0.jar
StorageDrawers-1.19-11.1.2.jar
chipped-forge-1.19.2-2.1.5.jar
resourcefullib-forge-1.19.2-1.1.24.jar
AttributeFix-Forge-1.19.2-17.2.8.jar
polymorph-forge-0.46.6+1.19.2.jar
journeymap-1.19.2-5.9.8-forge.jar
moonlight-1.19.2-2.3.6-forge.jar
supplementaries-1.19.2-2.4.20.jar
balm-forge-1.19.2-4.6.0.jar
waystones-forge-1.19.2-11.4.2.jar
modernfix-forge-5.17.0+mc1.19.2.jar
Jade-1.19.1-forge-8.9.2.jar
Clumps-forge-1.19.2-9.0.0+14.jar
appleskin-forge-mc1.19-2.4.2.jar
rubidium_extras-1.19.2_v1.4.3.jar
dynamiclightsreforged-1.19.2_v1.4.0.jar
embeddium-0.3.18+mc1.19.2.jar
create_connected_blocks-0.5.4.jar.disabled
Connectible Chains-forge-1.19.2-2.1.4.jar
pipe_connector-1.19.2-0.1.04.jar
CTM-1.19.2-1.1.6+8.jar
DiagonalWindows-v4.0.2-1.19.2-Forge.jar
DiagonalFences-v4.2.6-1.19.2-Forge.jar
liquidburner-1.19.2-0.5.jar
cc-tweaked-1.19.2-1.101.4.jar
Resourcify (1.19-1.19.2-forge)-1.3.6.jar
toms_storage-1.19-1.5.10.jar
create_deepfried-0.1.0.jar
mechanical_trading_station-1.19.2-0.0.1.c.jar
trading_station-1.19.2-0.1.2.jar
createfrozenflavors0.5a.jar
Elitia_Forge_v0.5.3_mc1.19.2.jar
melterblock-1.19.2-1.3.4-all.jar
steel_armor_blocks_forge_1.19.2_1.3.0.jar
expandingtechnologies-1.0.1.jar
Overworld Netherite Ore Mod 1.8 1.19.2 Forge.jar
dbExtended-1.19.2-6.0.1.jar
createarmoryv0.6.jar
Horror_elements_mod_1.5.6_1.19.2.jar
epicsamurai-0.0.17-1.19.2-forge.jar
cccbridge-mc1.19.2-forge-v1.5.1.jar
chairsontrains-forge-1.19.2-1.0.0.jar
CreateCosmicGadgets V1.2.5.jar
create_irradiated-1.19.2-v1.03.jar
create_paper_line-1.19.2-0.1.1.e.jar
create_brass_coated-0.2.2.1-1.19.2.jar.disabled
V3.jar
create_so-2.0.0.jar
create_ore_excavation_plus-0.2.3-1.19.2.jar
create_ratatouille-1.19.2-1.0.jar
sleepable_create-1.19.2-0.2.0.jar
create_salt 1.19.2-1.1.0.jar
salt-1.19.2-1.2.4.jar
Saros-Create-Addon-1.19.2-1.9-[Forge].jar
createslimecraft1192v1-1.jar
createlowheated-forge-1.19.2-0.5.1.f-h.jar
Create_ElectricTrains_V1.0_1.19.2.jar
CraftableCreateCasings1.1HOTFIXmc1.19.2.jar
CreateUnbreakableTools-1.0+forge-1.19.2.jar
rainbowcompound-1.19.2-1.3.3b.jar
cbandb_1.0-Forge_1.19.2.jar
Create_Theme_Armor_Addon_1.0.5.jar
JsonThings-1.19.2-0.7.15.jar
SmidgeonOBliss-1.19.2-1.3.2.jar
create-electric-stonks-1.19.2-1.2.5.jar
createtipsy-0.1.a+mc1.19.2.jar
Create Train Additions 0.3.0-1.19.2.jar
CreateDrinks-1.0.2-1.19.2.jar
gourmet-1.19.2-0.1.0c.jar
CreateMoreAutomation-1.19.2-0.3.0.jar
Renforced_Brass_Armor_1.19.2.jar
create_wizardry-1.19.2-0.2.0.jar
irons_spellbooks-1.19.2-3.1.4.jar
player-animation-lib-forge-1.0.2.jar
biomimicry-0.2c+1.19.2.jar
FarmersDelight-1.19.2-1.2.4.jar
create_tweaked_controllers-1.19.2-1.2.4.jar
createqol-1.19.2-1.1-ht1.jar
createmoredrillheads-2.0.3-1.19.2.jar
bobberdetector-0.1.9-1.19.2.jar
garnished-1.7.5+1.19.2.jar
createbicbit-1.19.2-0.0.80.jar
create_easy_structures-0.1.1-1.19.2.jar.disabled
vintageimprovements-1.19.2-0.1.4.0.jar
createappliedkinetics-1.3.2-1.19.2.jar
create_mechanical_spawner-1.19.2-0.0.14.e-44.jar
create-chromaticreturn1.19.2_v1.4.2.jar
moderntrainparts-mc1.19.2-0.2.2-forge.jar
Create-Guardian-Beam-Defense-1.2.3b.jar
Create_Deco_Casing_3.1.0_1.19.jar
createutilities-0.3.0+1.19.2.jar
extendedflywheels-1.2.5-1.19.2-0.5.f.jar.disabled
create_ca-2.0b - 1.19.2.jar
create_mechanical_extruder-1.19.2-1.5.7.e-44.jar
createframed-1.19.2-1.4.2.jar
create_oxidized-1.19.2-0.1.1.jar
createbb-1.19.2-2.4.1.jar
dsbg-1.0-1.19.2.jar
molten_vents-1.19.2-2.0.6.jar
nocube's_create_compact_exp_1.0.3_forge_1.19.2.jar
create_haven-0.0.7-1.19.2.jar
createendertransmission-2.0.7-1.19.2.jar
create_factory-0.0.2-1.19.2.jar
createcafe-1.2.4-1.19.2.jar
createindustry-0.8.0b-1.19.2.jar
create_sabers-1.19.2-1.3.0.jar
create_power_loader-1.4.0-mc1.19.2.jar
alloyed-1.19.2-v1.5a.jar
CreateCasing-1.19.2-1.6.0-ht1.jar
create_connected-0.7.4-mc1.19.2-all.jar
creategoggles-1.19.2-0.5.5.g-[FORGE].jar
createliquidfuel-2.1.1-1.19.2.jar
createdieselgenerators-1.19.2-1.2h.jar
createteleporters2-1.19.2.jar
createsifter-1.19.2-1.8.1.e-44.jar
createair-1.0-1.19.2.jar
ThinAir-v4.0.1-1.19.2-Forge.jar
cloth-config-8.3.115-forge.jar
createchunkloading-1.5.0-forge.jar
createbigcannons-forge-1.19.2-0.5.4.jar
dynamicvillage-v0.3-1.19.2.jar
create_compressed_1.0.1_forge_1.19.2.jar
Estrogen-4.1.0+1.19.2-forge.jar
architectury-6.6.92-forge.jar
curios-forge-1.19.2-5.1.6.2.jar
extendedgears-2.1.1-1.19.2-0.5.1.f-forge.jar
create_crystal_clear-0.2.1-1.19.2.jar
design_decor-0.4-1.19.2.jar
create_misc_and_things_ 1.19.2_4.0A.jar
interiors-0.5.3+forge-mc1.19.2.jar
create-confectionery1.19.2_v1.0.9.jar
Copycats-forge.1.19.2-1.2.5.jar
bellsandwhistles-v0.4.4-1.19.2.jar
createdeco-1.3.3-1.19.2.jar
createoreexcavation-1.19-1.2.3.jar
create_central_kitchen-1.19.2-for-create-0.5.1.f-1.3.11.c.jar
create-stuff-additions1.19.2_v2.0.4a.jar
fusion-1.1.1-forge-mc1.19.2.jar
rechiseled-1.1.6-forge-mc1.19.2.jar
rechiseledcreate-1.0.2-forge-mc1.19.jar
supermartijn642configlib-1.1.8-forge-mc1.19.jar
supermartijn642corelib-1.1.17-forge-mc1.19.2.jar
botarium-forge-1.19.2-1.9.2.jar
create-new-age-forge-1.19.2-1.1.2.jar
create_jetpack-forge-3.3.1.jar
create_enchantment_industry-1.19.2-for-create-0.5.1.f-1.2.9.d.jar
sliceanddice-forge-2.3.2.jar
createaddition-1.19.2-1.2.3.jar
create-1.19.2-0.5.1.f.jar
redirector-5.0.0.jar
wso16-forge-1.1.jar
merenc-forge-1.20.x-v3.2.jar
screenshot-to-clipboard-1.0.9-forge.jar
lmft-1.0.2+1.19-forge.jar
lightspeed-1.19.2-1.0.5.jar
blueprint-1.19.2-6.2.0.jar
Controlling-forge-1.19.2-10.0+7.jar
Quark-3.4-418.jar
rubidium-extra-0.4.19+mc1.19.2-build.105.jar
JER-Integration-4.5.0.jar
configured-2.1.1-1.19.2.jar
recipeessentials-1.19.2-3.2.jar
textrues_embeddium_options-0.1.1+mc1.19.2.jar
MouseTweaks-forge-mc1.19-2.23.jar
CreativeCore_FORGE_v2.9.4_mc1.19.2.jar
jeimultiblocks-1.19.2-0.0.3.jar
reforgium-1.0.12a.jar
ResourcePackOverrides-v4.0.4-1.19.2-Forge.jar
caelus-forge-1.19.2-3.0.0.6.jar
ferritecore-5.0.3-forge.jar
yeetusexperimentus-1.0.1-build.2+mc1.19.1.jar
Bookshelf-Forge-1.19.2-16.3.20.jar
connectedness-2.0.1a.jar
Boat-Item-View-Forge-1.19.x-0.0.4.jar
JustEnoughProfessions-forge-1.19.2-2.0.2.jar
gpumemleakfix-1.19.2-1.6.jar
obscure_api-15.jar
structureessentials-1.19.2-3.2.jar
PresenceFootsteps-1.19.2-1.6.4.1-forge.jar
drinkbeer-refill-1.19.2-1.0.3.jar
transparent-5.1.2+1.19-forge.jar
PuzzlesLib-v4.4.3-1.19.2-Forge.jar
VisualWorkbench-v4.2.4-1.19.2-Forge.jar
AutoRegLib-1.8.2-55.jar
biomemusic-1.19.2-2.2.jar
Fallingleaves-1.19.1-1.3.1.jar
kotlinforforge-3.12.0-all.jar
eeriemusic-1.19.2-1.4.jar.disabled
EnchantmentDescriptions-Forge-1.19.2-13.0.14.jar
geckolib-forge-1.19-3.1.40.jar
Create-Dreams-n-Desires-1.19.2-0.2.5b.PREBETA.jar
MysticalAgriculture-1.19.2-6.0.14.jar
ironbows-1.19.2-FORGE-1.9.jar
clockwork-1.19.2-0.1.13-forge-4621aeec07.jar.disabled
valkyrienskies-119-2.1.2-beta.1.jar.disabled
ImmersivePosts-1.19.2-4.3.0-8.jar
systeams-1.19.2-1.6.1.jar.disabled
ThermalExtra-3.0.5-1.19.2.jar.disabled
thermal_locomotion-1.19.2-10.3.0.16.jar.disabled
thermal_dynamics-1.19.2-10.3.0.20.jar.disabled
thermal_innovation-1.19.2-10.3.0.20.jar.disabled
industrial-foregoing-1.19.2-3.3.2.3-7.jar.disabled
thermal_expansion-1.19.2-10.3.1.25.jar.disabled
thermal_foundation-1.19.2-10.3.1.57.jar.disabled
cofh_core-1.19.2-10.3.1.48.jar.disabled
Steam_Rails-1.6.4+forge-mc1.19.2.jar
domum_ornamentum-1.19-1.0.107-RELEASE-universal.jar
structurize-1.19.2-1.0.689-RELEASE.jar
Shimmer-forge-1.19.2-0.1.14.jar.disabled
BuildingBlocksOverhaul-v2.21.0-B-Forge1.19.2.jar
constructionwand-1.19.2-2.10.jar
similsaxtranstructors-1.19-1.0.24.jar
Kiwi-1.19.2-forge-8.3.6.jar
LightingWand-1.19.2-forge-5.1.1.jar
moreminecarts-1.5.7.jar
Saros-Road-Blocks-Mod-1.19.2-2.6.jar
buildersaddition-1.19.2-20220926a.jar
BuildingWands-mc1.19.2-2.6.9-release.jar
BuildPasteMod-1.19.2v1.9.5x.jar
effortlessbuilding-1.19.2-3.5-all.jar
submitted by Pakorane to MinecraftMod [link] [comments]


2024.05.12 09:36 lav_art1 Daily Crash

I read a lot of posts and everyone talks that continiuty is wrong. I tryed to delete this but it doesnt help(
EDIT: I tried reading through myself but I couldn't really find anything sadly.
java.lang.IllegalArgumentException: Input byte array has wrong 4-byte ending unit at java.base/java.util.Base64$Decoder.decode0(Base64.java:838) at java.base/java.util.Base64$Decoder.decode(Base64.java:566) at java.base/java.util.Base64$Decoder.decode(Base64.java:589) at gg.essential.util.SkinKt.propertyToSkin(skin.kt:22) at gg.essential.util.SkinKt.gameProfileToSkin(skin.kt:33) at net.minecraft.class_1071.handler$epc000$essential$instantSkinLoad(class_1071.java:2047) at net.minecraft.class_1071.method_4652(class_1071.java) at net.minecraft.class_640.method_2969(class_640.java:129) at net.minecraft.class_640.method_2968(class_640.java:101) at net.minecraft.class_742.method_3117(class_742.java:87) at net.minecraft.class_1007.method_4216(class_1007.java:149) at net.minecraft.class_1007.method_3931(class_1007.java:43) at net.minecraft.class_922.redirect$zna000$entity_model_features$emf$getTextureRedirect(class_922.java:1577) at net.minecraft.class_922.method_24302(class_922.java:155) at net.minecraft.class_922.method_4054(class_922.java:136) at net.minecraft.class_1007.method_4215(class_1007.java:66) at net.minecraft.class_1007.method_3936(class_1007.java:43) at net.minecraft.class_898.method_3954(class_898.java:145) at net.minecraft.class_761.method_22977(class_761.java:1574) at net.minecraft.class_761.method_22710(class_761.java:1324) at net.minecraft.class_757.method_3188(class_757.java:1110) at net.minecraft.class_757.method_3192(class_757.java:880) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Thread: Render thread Stacktrace: at java.base/java.util.Base64$Decoder.decode0(Base64.java:838) at java.base/java.util.Base64$Decoder.decode(Base64.java:566) at java.base/java.util.Base64$Decoder.decode(Base64.java:589) at gg.essential.util.SkinKt.propertyToSkin(skin.kt:22) at gg.essential.util.SkinKt.gameProfileToSkin(skin.kt:33) at net.minecraft.class_1071.handler$epc000$essential$instantSkinLoad(class_1071.java:2047) at net.minecraft.class_1071.method_4652(class_1071.java) at net.minecraft.class_640.method_2969(class_640.java:129) at net.minecraft.class_640.method_2968(class_640.java:101) at net.minecraft.class_742.method_3117(class_742.java:87) at net.minecraft.class_1007.method_4216(class_1007.java:149) at net.minecraft.class_1007.method_3931(class_1007.java:43) at net.minecraft.class_922.redirect$zna000$entity_model_features$emf$getTextureRedirect(class_922.java:1577) at net.minecraft.class_922.method_24302(class_922.java:155) at net.minecraft.class_922.method_4054(class_922.java:136) at net.minecraft.class_1007.method_4215(class_1007.java:66) at net.minecraft.class_1007.method_3936(class_1007.java:43) at net.minecraft.class_898.method_3954(class_898.java:145) at net.minecraft.class_761.method_22977(class_761.java:1574) at net.minecraft.class_761.method_22710(class_761.java:1324) at net.minecraft.class_757.method_3188(class_757.java:1110) -- Entity being rendered -- Details: Entity Type: minecraft:player (net.minecraft.class_745) Entity ID: 241 Entity Name: §9§l§2§n§5§9§4§a Entity's Exact location: 291.50, 118.00, 2238.50 Entity's Block location: World: (291,118,2238), Section: (at 3,6,14 in 18,7,139; chunk contains blocks 288,-64,2224 to 303,319,2239), Region: (0,4; contains chunks 0,128 to 31,159, blocks 0,-64,2048 to 511,319,2559) Entity's Momentum: 0.00, 0.00, 0.00 Entity's Passengers: [] Entity's Vehicle: null Stacktrace: at net.minecraft.class_898.method_3954(class_898.java:145) at net.minecraft.class_761.method_22977(class_761.java:1574) at net.minecraft.class_761.method_22710(class_761.java:1324) at net.minecraft.class_757.method_3188(class_757.java:1110) at net.minecraft.class_757.method_3192(class_757.java:880) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) -- Renderer details -- Details: Assigned renderer: net.minecraft.class_1007@dfb4188 Location: 19.12,2.38,-24.20 - World: (19,2,-25), Section: (at 3,2,7 in 1,0,-2; chunk contains blocks 16,-64,-32 to 31,319,-17), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,-64,-512 to 511,319,-1) Rotation: 135.0 Delta: 0.020000935 Stacktrace: at net.minecraft.class_898.method_3954(class_898.java:145) at net.minecraft.class_761.method_22977(class_761.java:1574) at net.minecraft.class_761.method_22710(class_761.java:1324) at net.minecraft.class_757.method_3188(class_757.java:1110) at net.minecraft.class_757.method_3192(class_757.java:880) at net.minecraft.class_310.method_1523(class_310.java:1219) at net.minecraft.class_310.method_1514(class_310.java:802) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) -- Affected level -- Details: All players: 3 total; [class_746['lav_art'/150376, l='ClientLevel', x=272.38, y=114.00, z=2262.42], class_745['Spacewolve_playz'/149192, l='ClientLevel', x=274.71, y=117.46, z=2244.53], class_745['§9§l§2§n§5§9§4§a'/241, l='ClientLevel', x=291.50, y=118.00, z=2238.50]] Chunk stats: 1024, 201 F: 3 L: 0 U: 27 Level dimension: minecraft:temp_world_141a5afb-17a7-47d9-96c6-6ddae95b0f9f Level spawn location: World: (8,-63,8), Section: (at 8,1,8 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511) Level time: 3073869 game time, 1 day time Server brand: Yacht (Marina) Server type: Non-integrated multiplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:458) at net.minecraft.class_310.method_1587(class_310.java:2406) at net.minecraft.class_310.method_1514(class_310.java:821) at net.minecraft.client.main.Main.main(Main.java:250) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:243) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:278) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) -- Last reload -- Details: Reload number: 2 Reload reason: manual Finished: Yes Packs: vanilla, fabric, file/UniqueDark_1.20.1.zip, file/soft-weather-1.0-1.18.zip, file/Bibliophilia1.0.zip, file/nan2uu-visual-spawn-egg-v1-0.zip, file/trims-item-fix.zip, file/§4§lLow fire.zip, file/BlueCrystall, file/vnla96.zip, file/new-in-town-official-rp-by-kanokarob-v1.2.zip, server, replaymod_lang, essential -- System Details -- Details: Minecraft Version: 1.20.1 Minecraft Version ID: 1.20.1 Operating System: Windows 11 (amd64) version 10.0 Java Version: 17.0.10, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation Memory: 2791306136 bytes (2661 MiB) / 4294967296 bytes (4096 MiB) up to 13690208256 bytes (13056 MiB) CPUs: 6 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz Identifier: Intel64 Family 6 Model 158 Stepping 10 Microarchitecture: Coffee Lake Frequency (GHz): 2.90 Number of physical packages: 1 Number of physical CPUs: 6 Number of logical CPUs: 6 Virtual memory max (MB): 48079.90 Virtual memory used (MB): 22771.94 Swap memory total (MB): 23552.00 Swap memory used (MB): 0.00 JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms4096m -Xmx13056m Fabric Mods: bettermounthud: Better Mount HUD 1.2.2 betterpingdisplay: Better Ping Display 1.1.1 blur: Blur (Fabric) 3.1.0 satin: Satin 1.13.0 bobby: Bobby 5.0.0 com_typesafe_config: config 1.4.2 fabric-api-base: Fabric API Base 0.4.29+b04edc7a82 fabric-command-api-v2: Fabric Command API (v2) 2.2.11+b3afc78b82 io_leangen_geantyref_geantyref: geantyref 1.3.13 org_spongepowered_configurate-core: configurate-core 4.1.2 org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.10.91 c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.10.91 c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.10.91 c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.10.91 c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.10.91 c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.10.91 c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.10.91 c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.10.91 c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.10.91 c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.10.91 c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.10.91 c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.10.91 c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.10.91 c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.10.91 c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.10.91 c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.10.91 c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.10.91 c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.10.91 c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.91 c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.10.91 c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.10.91 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 com_ibm_async_asyncutil: asyncutil 0.1.0 net_objecthunter_exp4j: exp4j 0.4.8 org_threadly_threadly: threadly 7.0 capes: Capes 1.5.2+1.20 chat_heads: Chat Heads 0.10.16 citresewn: CIT Resewn 1.1.3+1.20 citresewn-defaults: CIT Resewn: Defaults 1.1.3+1.20 cloth-config: Cloth Config v11 11.0.99 cloth-basic-math: cloth-basic-math 0.6.1 cmdkeybind: Command Macros 1.6.2-1.20 kyrptconfig: Kyrpt Config 1.5.4-1.20 continuity: Continuity 3.0.0-beta.2+1.20 debugify: Debugify 1.20.1+1.1 dynamicfps: Dynamic FPS 2.3.0 com_moandjiezana_toml_toml4j: toml4j 0.7.2 elementa: Elementa 647 emotecraft: Emotecraft 2.2.7-a.build.49 bendy-lib: Bendy api 4.0.0 emotes-compat-rp: Emotecraft compatibility layer 1.0.2 entity_model_features: Entity Model Features 0.2.10 entity_texture_features: Entity Texture Features 4.4.4 org_apache_httpcomponents_httpmime: httpmime 4.5.10 entityculling: EntityCulling-Fabric 1.6.2-mc1.20 essential: Essential 1.3.2.3+g6a2d13e09b essential-container: essential-container 1.0.0 essential-loader: essential-loader 1.2.0 essential-dependencies: Essential Dependencies 0 fabric-language-kotlin: Fabric Language Kotlin 1.10.19+kotlin.1.9.23 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.23 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.23 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.23 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.23 org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.2 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.0 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.0 org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3 fabric-api: Fabric API 0.83.1+1.20.1 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.34+4d8536c977 fabric-biome-api-v1: Fabric Biome API (v1) 13.0.10+b3afc78b77 fabric-block-api-v1: Fabric Block API (v1) 1.0.9+e022e5d177 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.39+b3afc78b77 fabric-client-tags-api-v1: Fabric Client Tags 1.0.20+b3afc78b77 fabric-command-api-v1: Fabric Command API (v1) 1.2.32+f71b366f77 fabric-commands-v0: Fabric Commands (v0) 0.2.49+df3654b377 fabric-containers-v0: Fabric Containers (v0) 0.1.61+df3654b377 fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.7+b3afc78b77 fabric-convention-tags-v1: Fabric Convention Tags 1.5.3+b3afc78b77 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77 fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.1.11+b3afc78b77 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.51+b3afc78b77 fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.21+b3afc78b77 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.0+b3afc78b77 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.61+df3654b377 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.38+b04edc7a77 fabric-item-api-v1: Fabric Item API (v1) 2.1.26+b3afc78b77 fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.7+b3afc78b77 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.20+b3afc78b77 fabric-loot-api-v2: Fabric Loot API (v2) 1.1.37+b3afc78b77 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.41+9e7660c677 fabric-message-api-v1: Fabric Message API (v1) 5.1.6+b3afc78b77 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.47+b3afc78b77 fabric-models-v0: Fabric Models (v0) 0.3.35+b3afc78b77 fabric-networking-api-v1: Fabric Networking API (v1) 1.3.8+b3afc78b77 fabric-networking-v0: Fabric Networking (v0) 0.3.48+df3654b377 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.0.6+b3afc78b77 fabric-particles-v1: Fabric Particles (v1) 1.0.28+b3afc78b77 fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.18+b3afc78b77 fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.2.6+b3afc78b77 fabric-renderer-api-v1: Fabric Renderer API (v1) 3.0.1+b3afc78b77 fabric-renderer-indigo: Fabric Renderer - Indigo 1.3.1+b3afc78b77 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.44+df3654b377 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.33+b3afc78b77 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.26+b3afc78b77 fabric-rendering-v0: Fabric Rendering (v0) 1.1.47+df3654b377 fabric-rendering-v1: Fabric Rendering (v1) 3.0.6+b3afc78b77 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.5+ea08f9d877 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.7+f7923f6d77 fabric-screen-api-v1: Fabric Screen API (v1) 2.0.6+b3afc78b77 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.27+b3afc78b77 fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77 fabric-transfer-api-v1: Fabric Transfer API (v1) 3.2.2+b3afc78b77 fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.2.0+b3afc78b77 fabricloader: Fabric Loader 0.15.8 mixinextras: MixinExtras 0.3.5 fabricskyboxes: FabricSkyBoxes 0.7.1+mc1.20 fallingleaves: Falling Leaves 1.15.1+1.20.1 fastload: Fast Load 3.4.0 conditional-mixin: conditional mixin 0.3.2 fastload-119-0-1-2-compat: Fastload 1.19-0-1-2 Compatibility 3.4.0 fastload-1193-compat: Fastload 1.19.3 Compatibility 3.4.0 fastload-1194-compat: Fastload 1.19.4 Compat 3.4.0 fastload_fapi_forward: Fastload Fabric-api Forwarding 1.0.2 ferritecore: FerriteCore 6.0.0 firstperson: FirstpersonModel 2.2.3 fsb-interop: FabricSkyBoxes Interop 1.3.2+mc1.20-build.36 immediatelyfast: ImmediatelyFast 1.1.15+1.20.1 net_lenni0451_reflect: Reflect 1.1.0 indium: Indium 1.0.18+mc1.20 iris: Iris 1.6.4 io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 org_anarres_jcpp: jcpp 1.4.14 org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 isxander-main-menu-credits: Main Menu Credits 1.1.2 java: Java HotSpot(TM) 64-Bit Server VM 17 languagereload: Language Reload 1.5.7+1.20 litematica: Litematica 0.15.0 litematica_printer: Litematica Printer 7.0.4 lithium: Lithium 0.11.2 malilib: MaLiLib 0.16.0 midnightlib: MidnightLib 1.4.1 minecraft: Minecraft 1.20.1 modmenu: Mod Menu 7.0.1 mousetweaks: Mouse Tweaks 2.25 nochatreports: No Chat Reports 1.20.1-v2.2.1 notenoughanimations: NotEnoughAnimations 1.6.4 optigui: OptiGUI 2.1.2 optiglue: OptiGlue 2.1.2-mc.1.19.3 org_apache_commons_commons-text: commons-text 1.10.0 org_ini4j_ini4j: ini4j 0.5.4 org_jetbrains_annotations: annotations 23.0.0 plasmovoice: Plasmo Voice 2.0.5 aopalliance_aopalliance: aopalliance 1.0 com_google_inject_guice: guice 5.0.1 fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT javax_inject_javax_inject: javax.inject 1 player-animator: Player Animator 1.0.2-rc1+1.20 puzzle: Puzzle 1.5.1+1.20 puzzle-base: Puzzle Base 1.5.1+1.20 puzzle-gui: Puzzle GUI 1.5.1+1.20 puzzle-models: Puzzle Models 1.5.1+1.20 puzzle-splashscreen: Puzzle Splash Screen 1.5.1+1.20 reeses-sodium-options: Reese's Sodium Options 1.5.1+mc1.20-build.74 replaymod: Replay Mod 1.20.1-2.6.13 shulkerboxtooltip: Shulker Box Tooltip 4.0.3+1.20 sodium: Sodium 0.4.10+build.27 sodium-extra: Sodium Extra 0.4.20+mc1.20-build.103 caffeineconfig: CaffeineConfig 1.1.0+1.17 crowdin-translate: CrowdinTranslate 1.4+1.19.3 starlight: Starlight 1.1.2+fabric.dbc156f universalcraft: UniversalCraft 337 viafabricplus: ViaFabricPlus 2.7.7 vigilance: Vigilance 297 visuality: Visuality 0.7.0+1.20 vmp: Very Many Players 0.2.0+beta.7.96 world-host: World Host 0.4.2 org_quiltmc_qup_json: json 0.2.0 xaerominimap: Xaero's Minimap 23.5.0 xaeroworldmap: Xaero's World Map 1.30.6 yet_another_config_lib_v3: YetAnotherConfigLib 3.0.1+1.20 com_twelvemonkeys_common_common-image: common-image 3.9.4 com_twelvemonkeys_common_common-io: common-io 3.9.4 com_twelvemonkeys_common_common-lang: common-lang 3.9.4 com_twelvemonkeys_imageio_imageio-core: imageio-core 3.9.4 com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.9.4 com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.9.4 yosbr: YOSBR 0.1.2 zoomify: Zoomify 2.10.0 com_akuleshov7_ktoml-core-jvm: ktoml-core-jvm 0.4.1 dev_isxander_settxi_settxi-core: settxi-core 2.10.6 dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.6 Loaded Shaderpack: (off) NEC status: No NEC detected Launched Version: 1.20.1 Backend library: LWJGL version 3.3.1 SNAPSHOT Backend API: NVIDIA GeForce RTX 2060/PCIe/SSE2 GL version 3.2.0 NVIDIA 552.22, NVIDIA Corporation Window size: 1920x1009 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) Graphics mode: fancy Resource Packs: vanilla, fabric, file/UniqueDark_1.20.1.zip, file/soft-weather-1.0-1.18.zip (incompatible), file/Bibliophilia1.0.zip (incompatible), file/nan2uu-visual-spawn-egg-v1-0.zip (incompatible), file/trims-item-fix.zip, file/§4§lLow fire.zip, file/BlueCrystall, file/vnla96.zip (incompatible), file/new-in-town-official-rp-by-kanokarob-v1.2.zip Current Language: ru_ru CPU: 6x Intel(R) Core(TM) i5-9400F CPU @ 2.90GHz 
submitted by lav_art1 to fabricmc [link] [comments]


2024.05.12 06:26 Kooky_Essay_3317 TK aftermarket

Can anyone help me figure out why this is happening?
submitted by Kooky_Essay_3317 to CarMechanicSimulator [link] [comments]


2024.05.11 20:42 fudge_u (OFFER) Batman: Mask of the Phantasm*, Colossal, Departed*, Duel*, French Dispatch, Last Voyage of Demeter, Matilda*, My Best Friend's Wedding*, Oppenheimer*, Social Network*, Transporter 1&2, True Lies*, Wonka, Better Off Dead, Elizabethtown, Evolution, Fog City, Sin City (REQUEST) View List (* 4K)

ISO/WANT:
 
 
FOR TRADE/OFFERING:
Newly added movies are in bold.
 
MA
iTunes OR Vudu ONLY
Disney/Marvel (All are split codes unless otherwise indicated. Assume there are no points.)
To look up the expiration date for WB movies, go here:
submitted by fudge_u to uvtrade [link] [comments]


2024.05.11 19:49 TheDuskinRaider PC US Chernarus - ZDM PVE All Are Welcome! New & Experienced! Traders Drugs Heliz DarkHorde DNA & More!

PC US Chernarus - ZDM PVE All Are Welcome! New & Experienced! Traders Drugs Heliz DarkHorde DNA & More!
https://preview.redd.it/jiavscbjztzc1.png?width=720&format=png&auto=webp&s=05475e5f8192e5270531f199281b7d454ff3cbad
--Key Features--
  • PvE Only Server
  • Dark & Gritty Environment - Storytelling Through Custom PoI's & Locations
  • Friendly & Helpful Staffing
  • Custom NPC Traders & 4 Trader Locations
  • No Truly Safe Zones, Only Safer Zones
  • DNA Safestores & Keycards
  • Dark Horde - Custom Loot For Day vs Night
  • MORE Infected
  • Fast Travel System (DNA Doors from Outposts to Final Stand)
  • Collectible Items
  • In Depth Medical System
  • Custom Item Categories & Rarities
https://preview.redd.it/n0uv3vpoztzc1.png?width=1920&format=png&auto=webp&s=7a2ea677220a1787860ee758db0bd52d5ab35812
-Server Information-
-US Based, but All are Welcome
-18+ Community
-15,000 Rubles Start
-PvE Only
-20 Slot Server
-Server Name: ZDM PVE All Are Welcome! New & Experienced! Traders Drugs Heliz DarkHorde DNA & More!
-Server IP: 64.94.95.58:2302
-Discord: Zero Day Mods Community
-First and Third Person Perspective
45 Mod List: ClothingInventoryFix, Tombstone V++ Map, NoVehicleDamage, BlackGhostCustomGear, RaG_Vehicle_Pack, RaG_BaseItems, LastDayZ_Radios, AdditionalMedicSupplies, Tarkov_Medical, RFFS Heli Carcover Addon, CarCover, PvZmoD The Dark Horde, PvZmoD Spawn System, RedFalcon Flight System Heliz, SNAFU_Weapons, MegaFoodPack, MassFood, Collectible Items, MMG - Mightys Military Gear, MMG Base Storage, CodeLock, CannabisPlus, Simple - Trader Signs S3, BBPItemPack, DNA Keycards, BaseBuildingPlus, PowerPoleLight, TraderPlus, ItemRarity, SchanaModGlobalChat, SchanaModParty, SchanaModCompass, VanillaPlusPlusMap, BuildAnywhere_v3, BuilderItems, StreetLighting, FlipTransport, DayZ Editor Loader, VPPAdminTools, GameLabs, DayZ-Expansion-Book, DayZ-Expansion, DayZ-Expansion-Core, Dabs Framework, CF
https://preview.redd.it/0ln3qrp55uzc1.png?width=1920&format=png&auto=webp&s=e004a52721deb95345dd8156b102feb1236dde02
submitted by TheDuskinRaider to DayZServers [link] [comments]


2024.05.11 18:06 LelouchBestBoy been trying to fix it but idk whats wrong

[19:04:00] [main/INFO]: Loading Minecraft 1.20.1 with Fabric Loader 0.15.11 [19:04:00] [ForkJoinPool-1-worker-22/WARN]: Mod calculator-rinf uses the version 1.1.0R which isn't compatible with Loader's extended semantic version format (Could not parse version number component '0R'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [19:04:00] [ForkJoinPool-1-worker-7/WARN]: Mod ctov uses the version 3.2.6c which isn't compatible with Loader's extended semantic version format (Could not parse version number component '6c'!), SemVer is recommended for reliably evaluating dependencies and prioritizing newer version [19:04:00] [main/WARN]: Warnings were found! - Mod 'AmbientFireflies' (anxff) 1.4.0+1.20.1 recommends any version of lambdynamiclights, which is missing! - You should install any version of lambdynamiclights for the optimal experience. - Mod 'Cardinal Components API (world saves)' (cardinal-components-level) 5.2.2 recommends any version of cardinal-components-world, which is missing! - You should install any version of cardinal-components-world for the optimal experience. [19:04:00] [main/INFO]: Loading 207 mods: - andromeda 0.9.2-1.20.1 -- dark-matter-analytics 1.1.0-1.20 -- dark-matter-analytics-crashes 1.1.0-1.20 -- dark-matter-analytics-mixpanel 1.1.0-1.20 -- dark-matter-base 1.1.0-1.20 -- dark-matter-content 1.1.0-1.20 -- dark-matter-glitter 1.1.0-1.20 -- dark-matter-minecraft 1.1.0-1.20 \-- dark-matter-mirage 1.1.0-1.20 - anxff 1.4.0+1.20.1 - architectury 9.1.12 - basicweapons 1.1.0 - bclib 3.0.13 \-- wunderlib 1.1.5 - beaconoverhaul 1.8.4+1.20 \-- reach-entity-attributes 2.4.0 - betterdeserttemples 1.20-Fabric-3.0.3 \-- org_reflections_reflections 0.10.2 - betterdungeons 1.20-Fabric-4.0.3 - betterend 4.0.10 - betterfortresses 1.20-Fabric-2.0.5 - betterjungletemples 1.20-Fabric-2.0.4 - bettermineshafts 1.20-Fabric-4.0.4 - betternether 9.0.9 - betteroceanmonuments 1.20-Fabric-3.0.3 - betterstats 3.9.7+fabric-1.20.1 \-- tcdcommons 3.9.6+fabric-1.20.1 - betterstrongholds 1.20-Fabric-4.0.3 - bettertrims 2.0.1 - betterwitchhuts 1.20-Fabric-3.0.3 - blockus 2.7.6+1.20.1 \-- terraform-wood-api-v1 7.0.1 - bookshelf 20.1.10 - c2me 0.2.0+alpha.11.5 -- c2me-base 0.2.0+alpha.11.5 -- c2me-client-uncapvd 0.2.0+alpha.11.5 -- c2me-fixes-chunkio-threading-issues 0.2.0+alpha.11.5 -- c2me-fixes-general-threading-issues 0.2.0+alpha.11.5 -- c2me-fixes-worldgen-threading-issues 0.2.0+alpha.11.5 -- c2me-fixes-worldgen-vanilla-bugs 0.2.0+alpha.11.5 -- c2me-notickvd 0.2.0+alpha.11.5 -- c2me-opts-allocs 0.2.0+alpha.11.5 -- c2me-opts-chunk-access 0.2.0+alpha.11.5 -- c2me-opts-chunkio 0.2.0+alpha.11.5 -- c2me-opts-math 0.2.0+alpha.11.5 -- c2me-opts-scheduling 0.2.0+alpha.11.5 -- c2me-opts-worldgen-general 0.2.0+alpha.11.5 -- c2me-opts-worldgen-vanilla 0.2.0+alpha.11.5 -- c2me-rewrites-chunk-serializer 0.2.0+alpha.11.5 -- c2me-rewrites-chunkio 0.2.0+alpha.11.5 -- c2me-server-utils 0.2.0+alpha.11.5 -- c2me-threading-chunkio 0.2.0+alpha.11.5 -- c2me-threading-lighting 0.2.0+alpha.11.5 -- c2me-threading-worldgen 0.2.0+alpha.11.5 -- com_electronwill_night-config_core 3.6.5 -- com_electronwill_night-config_toml 3.6.5 -- com_ibm_async_asyncutil 0.1.0 -- net_objecthunter_exp4j 0.4.8 \-- org_threadly_threadly 7.0 - carpeted 1.20-1.4 - carryon 2.1.2.7 - chiselsandbits 1.4.148 -- org_lz4_lz4-pure-java 1.8.0 -- saeculariacaudices 1.0.23 \-- scena 1.0.103 \-- saeculariacaudices 1.0.23 - cloth-config 11.1.106 \-- cloth-basic-math 0.6.1 - clutter 1.20-0.4.3 - collective 7.57 - colytra 6.2.0+1.20.1 - comforts 6.3.4+1.20.1 -- cardinal-components-entity 5.2.1 \-- spectrelib 0.13.14+1.20.1 - completeconfig 2.4.0 -- completeconfig-base 2.4.0 -- completeconfig-gui-cloth 2.4.0 \-- completeconfig-gui-yacl 2.4.0 - connectiblechains 2.2.1+1.20.1 - creativecore 2.11.5 \-- net_minecraftforge_eventbus 6.0.3 - ctov 3.2.6c - dawn 5.0.0 -- terraform-shapes-api-v1 7.0.1 \-- terraform-wood-api-v1 7.0.1 - diagonalfences 8.0.1 - doubledoors 5.5 - easyanvils 8.0.1 - easymagic 8.0.1 - elytraslot 6.3.0+1.20.1 - emotecraft 2.2.7-b.build.50 -- bendy-lib 4.0.0 \-- player-animator 1.0.2-rc1+1.20 - enchanted-vertical-slabs 1.9.1 - entangled 1.3.14 - fabric-api 0.92.1+1.20.1 -- fabric-api-base 0.4.31+1802ada577 -- fabric-api-lookup-api-v1 1.6.36+1802ada577 -- fabric-biome-api-v1 13.0.13+1802ada577 -- fabric-block-api-v1 1.0.11+1802ada577 -- fabric-block-view-api-v2 1.0.1+1802ada577 -- fabric-blockrenderlayer-v1 1.1.41+1802ada577 -- fabric-client-tags-api-v1 1.1.2+1802ada577 -- fabric-command-api-v1 1.2.34+f71b366f77 -- fabric-command-api-v2 2.2.13+1802ada577 -- fabric-commands-v0 0.2.51+df3654b377 -- fabric-containers-v0 0.1.64+df3654b377 -- fabric-content-registries-v0 4.0.11+1802ada577 -- fabric-convention-tags-v1 1.5.5+1802ada577 -- fabric-crash-report-info-v1 0.2.19+1802ada577 -- fabric-data-attachment-api-v1 1.0.0+de0fd6d177 -- fabric-data-generation-api-v1 12.3.4+1802ada577 -- fabric-dimensions-v1 2.1.54+1802ada577 -- fabric-entity-events-v1 1.6.0+1c78457f77 -- fabric-events-interaction-v0 0.6.2+1802ada577 -- fabric-events-lifecycle-v0 0.2.63+df3654b377 -- fabric-game-rule-api-v1 1.0.40+1802ada577 -- fabric-item-api-v1 2.1.28+1802ada577 -- fabric-item-group-api-v1 4.0.12+1802ada577 -- fabric-key-binding-api-v1 1.0.37+1802ada577 -- fabric-keybindings-v0 0.2.35+df3654b377 -- fabric-lifecycle-events-v1 2.2.22+1802ada577 -- fabric-loot-api-v2 1.2.1+1802ada577 -- fabric-loot-tables-v1 1.1.45+9e7660c677 -- fabric-message-api-v1 5.1.9+1802ada577 -- fabric-mining-level-api-v1 2.1.50+1802ada577 -- fabric-model-loading-api-v1 1.0.3+1802ada577 -- fabric-models-v0 0.4.2+9386d8a777 -- fabric-networking-api-v1 1.3.11+1802ada577 -- fabric-networking-v0 0.3.51+df3654b377 -- fabric-object-builder-api-v1 11.1.3+1802ada577 -- fabric-particles-v1 1.1.2+1802ada577 -- fabric-recipe-api-v1 1.0.21+1802ada577 -- fabric-registry-sync-v0 2.3.3+1802ada577 -- fabric-renderer-api-v1 3.2.1+1802ada577 -- fabric-renderer-indigo 1.5.1+1802ada577 -- fabric-renderer-registries-v1 3.2.46+df3654b377 -- fabric-rendering-data-attachment-v1 0.3.37+92a0d36777 -- fabric-rendering-fluids-v1 3.0.28+1802ada577 -- fabric-rendering-v0 1.1.49+df3654b377 -- fabric-rendering-v1 3.0.8+1802ada577 -- fabric-resource-conditions-api-v1 2.3.8+1802ada577 -- fabric-resource-loader-v0 0.11.10+1802ada577 -- fabric-screen-api-v1 2.0.8+1802ada577 -- fabric-screen-handler-api-v1 1.3.30+1802ada577 -- fabric-sound-api-v1 1.0.13+1802ada577 -- fabric-transfer-api-v1 3.3.5+8dd72ea377 \-- fabric-transitive-access-wideners-v1 4.3.1+1802ada577 - fabric-language-kotlin 1.10.9+kotlin.1.9.0 -- org_jetbrains_kotlin_kotlin-reflect 1.9.0 -- org_jetbrains_kotlin_kotlin-stdlib 1.9.0 -- org_jetbrains_kotlin_kotlin-stdlib-jdk7 1.9.0 -- org_jetbrains_kotlin_kotlin-stdlib-jdk8 1.9.0 -- org_jetbrains_kotlinx_atomicfu-jvm 0.22.0 -- org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm 1.7.3 -- org_jetbrains_kotlinx_kotlinx-coroutines-jdk8 1.7.3 -- org_jetbrains_kotlinx_kotlinx-datetime-jvm 0.4.0 -- org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm 1.6.0 -- org_jetbrains_kotlinx_kotlinx-serialization-core-jvm 1.6.0 \-- org_jetbrains_kotlinx_kotlinx-serialization-json-jvm 1.6.0 - fabricloader 0.15.11 \-- mixinextras 0.3.5 - ferritecore 6.0.0 - forgeconfigapiport 8.0.0 - furnacerecycle 2.0 - geckolib 4.2.3 \-- com_eliotlash_mclib_mclib 20 - handcrafted 3.0.5 - iceberg 1.1.18 - immersive_aircraft 0.7.5+1.20.1 \-- org_mariuszgromada_math_mathparser_org-mxparser 5.2.1 - inventorio 1.9.2 - inventorysorter 1.9.0-1.20 \-- kyrptconfig 1.5.6-1.20 - java 17 - kiwi 11.1.1 - krypton 0.2.3 \-- com_velocitypowered_velocity-native 3.2.0-SNAPSHOT - leavesbegone 8.0.0 - linkart 5.3.0-1.20.2 - lithium 0.11.2 - minecraft 1.20.1 - moonlight 1.20-2.8.51 - paintings 11.0.0.0 - philipsruins 1.20.1 - pickupnotifier 8.0.0 - plentyofarmors 1.3.0 - puzzleslib 8.0.24 - replantingcrops 5.3 - resourcefullib 2.1.24 -- com_teamresourceful_bytecodecs 1.0.2 \-- com_teamresourceful_yabn 1.0.3 - roughlyenoughitems 12.0.665 \-- error_notifier 1.0.9 - slotswap 1.1.0+mc1.20.1 - snowrealmagic 9.0.1 - sound_physics_remastered 1.20.1-1.1.2 - spark 1.10.53 \-- fabric-permissions-api-v0 0.1-SNAPSHOT - stackablepotions 1.0.0 - supermartijn642configlib 1.1.8+a - supermartijn642corelib 1.1.15 - terralith 2.4.5 - trinkets 3.7.2 - universal_ores 1.5.2 - villager-hats 1.6.2+1.20 - villagernames 4.5.2 -- cardinal-components-base 5.2.2 \-- cardinal-components-level 5.2.2 - villagersplus 3.0 - visualoverhaul 5.0.1 \-- midnightlib 1.4.1 - visualworkbench 8.0.0 - xaerominimap 23.8.2 - xaeroworldmap 1.34.1 - yet_another_config_lib_v3 3.4.2+1.20.1-fabric -- com_twelvemonkeys_common_common-image 3.10.0 -- com_twelvemonkeys_common_common-io 3.10.0 -- com_twelvemonkeys_common_common-lang 3.10.0 -- com_twelvemonkeys_imageio_imageio-core 3.10.0 -- com_twelvemonkeys_imageio_imageio-metadata 3.10.0 -- com_twelvemonkeys_imageio_imageio-webp 3.10.0 -- org_quiltmc_parsers_gson 0.2.1 \-- org_quiltmc_parsers_json 0.2.1 - yungsapi 1.20-Fabric-4.0.2 \-- org_javassist_javassist 3.29.2-GA [19:04:01] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=file:/C:/Users/royso/OneDrive/Desktop/fabric%20server%201.20.1/libraries/net/fabricmc/sponge-mixin/0.13.3+mixin.0.8.5/sponge-mixin-0.13.3+mixin.0.8.5.jar Service=Knot/Fabric Env=SERVER [19:04:01] [main/INFO]: Compatibility level set to JAVA_17 [19:04:01] [main/INFO]: (AndromedaMixinPlugin) Definitely up to a lot of good [19:04:01] [main/INFO]: (AndromedaMixinPlugin) Platform: FABRIC [19:04:01] [main/INFO]: Initializing com.ishland.c2me.base.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.fixes.chunkio.threading_issues.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.fixes.general.threading_issues.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.threading_issues.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.fixes.worldgen.vanilla_bugs.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.notickvd.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.opts.allocs.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.opts.chunk_access.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.opts.chunkio.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.opts.math.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.opts.scheduling.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.general.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.opts.worldgen.vanilla.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunk_serializer.mixin [19:04:01] [main/INFO]: Disabling config ioSystem.gcFreeChunkSerializer: Incompatible with architectury@9.1.12 (*) (defined in c2me) [19:04:01] [main/INFO]: Disabling com.ishland.c2me.rewrites.chunk_serializer.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.rewrites.chunkio.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.server.utils.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.threading.chunkio.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.threading.lighting.mixin [19:04:01] [main/INFO]: Initializing com.ishland.c2me.threading.worldgen.mixin [19:04:01] [main/WARN]: Reference map 'carpeted-fabric-refmap.json' for carpeted.mixins.json could not be read. If this is a development environment you can ignore this message [19:04:01] [main/WARN]: Reference map 'carpeted-common-refmap.json' for carpeted-common.mixins.json could not be read. If this is a development environment you can ignore this message [19:04:01] [main/WARN]: Reference map 'chisels-and-bits-fabric-refmap.json' for chiselsandbits.mixins.json could not be read. If this is a development environment you can ignore this message [19:04:01] [main/WARN]: Reference map 'entangled.mixins.refmap.json' for entangled.mixins.json could not be read. If this is a development environment you can ignore this message [19:04:01] [main/INFO]: Loaded configuration file for Lithium: 115 options available, 3 override(s) found [19:04:01] [main/WARN]: Reference map 'philipsruins-refmap.json' for philipsruins.mixins.json could not be read. If this is a development environment you can ignore this message [19:04:01] [main/WARN]: Reference map 'plenty-of-armors-refmap.json' for plentyofarmors.mixins.json could not be read. If this is a development environment you can ignore this message [19:04:01] [main/WARN]: Reference map 'supermartijn642configlib.mixins.refmap.json' for supermartijn642configlib.mixins.json could not be read. If this is a development environment you can ignore this message [19:04:02] [main/WARN]: Error loading class: net/minecraft/class_293 (java.lang.ClassNotFoundException: net/minecraft/class_293) [19:04:02] [main/WARN]: @Mixin target net.minecraft.class_293 was not found creativecore.fabric.mixins.json:VertexFormatMixin from mod creativecore [19:04:02] [main/WARN]: Force-disabling mixin 'alloc.blockstate.StateMixin' as rule 'mixin.alloc.blockstate' (added by mods [ferritecore]) disables it and children [19:04:02] [main/WARN]: Force-disabling mixin 'world.block_entity_ticking.sleeping.campfire.CampfireBlockEntityMixin' as rule 'mixin.world.block_entity_ticking.sleeping.campfire' (added by mods [andromeda]) disables it and children [19:04:02] [main/WARN]: Force-disabling mixin 'world.block_entity_ticking.sleeping.campfire.lit.CampfireBlockEntityMixin' as rule 'mixin.world.block_entity_ticking.sleeping.campfire' (added by mods [andromeda]) disables it and children [19:04:02] [main/WARN]: Force-disabling mixin 'world.block_entity_ticking.sleeping.campfire.unlit.CampfireBlockEntityMixin' as rule 'mixin.world.block_entity_ticking.sleeping.campfire' (added by mods [andromeda]) disables it and children [19:04:02] [main/WARN]: Force-disabling mixin 'world.player_chunk_tick.ThreadedAnvilChunkStorageMixin' as rule 'mixin.world.player_chunk_tick' (added by mods [c2me, krypton]) disables it and children [19:04:02] [main/WARN]: Error loading class: net/minecraft/class_4224 (java.lang.ClassNotFoundException: net/minecraft/class_4224) [19:04:02] [main/WARN]: @Mixin target net.minecraft.class_4224 was not found sound_physics_remastered.mixins.json:ChannelAccessor from mod sound_physics_remastered [19:04:02] [main/INFO]: Initializing MixinExtras via com.llamalad7.mixinextras.service.MixinExtrasServiceImpl(version=0.3.5). [19:04:02] [main/INFO]: Loaded local config [19:04:02] [main/INFO]: Loaded server config [19:04:05] [main/INFO]: Constructing shapes for nodeWith 2.0, extensionWidth 2.0, nodeHeight 24.0, extensionBottom 0.0, extensionHeight 24.0 took 54 milliseconds [19:04:05] [main/INFO]: Constructing shapes for nodeWith 2.0, extensionWidth 2.0, nodeHeight 16.0, extensionBottom 0.0, extensionHeight 16.0 took 33 milliseconds [19:04:05] [main/INFO]: Constructing shapes for nodeWith 2.0, extensionWidth 1.0, nodeHeight 16.0, extensionBottom 6.0, extensionHeight 15.0 took 64 milliseconds [19:04:08] [main/INFO]: [bclib] Added Config betternether.main to auto sync (file hash) [19:04:08] [main/INFO]: [bclib] Added Config betternether.generator to auto sync (file hash) [19:04:08] [main/INFO]: [bclib] Added Config betternether.blocks to auto sync (file hash) [19:04:08] [main/INFO]: [bclib] Added Config betternether.items to auto sync (file hash) [19:04:08] [main/INFO]: [bclib] Added Config betternether.biomes to auto sync (file hash) [19:04:08] [main/INFO]: [bclib] Added Config betternether.mobs to auto sync (file hash) [19:04:08] [main/INFO]: [bclib] Added Config betternether.recipes to auto sync (file hash) [19:04:08] [main/WARN]: [bclib] Recipe betternether:bone_block_bone_button only takes in a single item and should be shapeless [19:04:08] [main/INFO]: Initialized chisels-and-bits for Fabric [19:04:09] [main/INFO]: loading json file and contents for paintings. [19:04:09] [main/INFO]: **Paintings++ no longer copies the base file outside if the mod. ** [19:04:09] [main/INFO]: Loaded json painting abstract_blue , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting abstract_rainbow , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting abstract_red , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting abstract_sunset , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting arachnophobe , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting barn_owl , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting big_z , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting blue_bird , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting bluesclues , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting borgia , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting cane , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting cat_black , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting cat_gray , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting cat_orange , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting cat , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting colorful_squares , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting crest , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting danger_zone , 32 x 32 [19:04:09] [main/INFO]: Loaded json painting decorative_gun , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting exit_down , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting exit_up , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting exit_left , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting exit_right , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting face_bat , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_chicken , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_cow , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_creeper , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_dog , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_enderman , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_pig , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_pigman , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_silverfish , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_skeleton , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_squid , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting face_zombie , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting fishes , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting flowers , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting fruits , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting ghost , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting glowlamp , 32 x 32 [19:04:09] [main/INFO]: Loaded json painting glowstone_hourglass , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting iluvmc , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting link , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting mine_prosperity , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting no_trespassing_for_mobs , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting ocelot , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting penguin , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting pig_on_a_cliff , 32 x 32 [19:04:09] [main/INFO]: Loaded json painting pkmn_blue , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting pkmn_red , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting pkmn_green , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting plains_hut , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting portrait_2 , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting portrait , 32 x 32 [19:04:09] [main/INFO]: Loaded json painting prison , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting prosperity , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting rest , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting skeleton , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting sky , 32 x 32 [19:04:09] [main/INFO]: Loaded json painting skyblock , 32 x 32 [19:04:09] [main/INFO]: Loaded json painting snake , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting snow_landscape , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting subaraki , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting synth_city , 16 x 16 [19:04:09] [main/INFO]: Loaded json painting tapistry_a , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting tapistry_b , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting tapistry_purple , 16 x 32 [19:04:09] [main/INFO]: Loaded json painting torched , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting waterfall , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting whale , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting wheat_field , 32 x 16 [19:04:09] [main/INFO]: Loaded json painting wolf_in_wheat , 32 x 16 [19:04:09] [main/INFO]: (Andromeda) [BlockRegistry] BlockRegistry init complete! [19:04:09] [main/INFO]: (Andromeda) [ItemRegistry] ItemRegistry init complete! [19:04:09] [main/INFO]: (Andromeda) [EntityTypeRegistry] EntityTypeRegistry init complete! [19:04:09] [main/INFO]: (Andromeda) [ResourceConditionRegistry] ResourceConditionRegistry init complete! [19:04:09] [main/INFO]: (Andromeda) [ScreenHandlerRegistry] ScreenHandlerRegistry init complete! [19:04:09] [main/INFO]: (Andromeda) [TagRegistry] TagRegistry init complete! [19:04:09] [main/INFO]: Fireflies initializing [19:04:09] [main/INFO]: Fireflies entities registered [19:04:09] [main/INFO]: Fireflies items registered [19:04:09] [main/INFO]: Fireflies sounds registered [19:04:09] [main/INFO]: Fireflies particles registered [19:04:09] [main/INFO]: Fireflies potions registered [19:04:09] [main/INFO]: Hello Fabric world! [19:04:09] [main/INFO]: Reflections took 36 ms to scan 1 urls, producing 1 keys and 2 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 3 values [19:04:09] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 3 values [19:04:09] [main/INFO]: [bclib] Added Config betterend.entities to auto sync (file hash) [19:04:09] [main/INFO]: [bclib] Added Config betterend.blocks to auto sync (file hash) [19:04:09] [main/INFO]: [bclib] Added Config betterend.items to auto sync (file hash) [19:04:09] [main/INFO]: [bclib] Added Config betterend.biomes to auto sync (file hash) [19:04:09] [main/INFO]: [bclib] Added Config betterend.recipes to auto sync (file hash) [19:04:09] [main/INFO]: [bclib] Added Config betterend.enchantments to auto sync (file hash) [19:04:09] [main/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 1 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 3 values [19:04:09] [main/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 3 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [19:04:09] [main/INFO]: [betternether] =^..^= BetterNether for 1.20 =^..^= [19:04:09] [main/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 1 values [19:04:09] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 1 values [19:04:09] [main/INFO]: Reflections took 2 ms to scan 1 urls, producing 1 keys and 2 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 2 values [19:04:09] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 1 values [19:04:09] [main/INFO]: Reflections took 0 ms to scan 1 urls, producing 1 keys and 1 values [19:04:10] [main/INFO]: Fixing MC-151457. Crafting remainder for minecraft:pufferfish_bucket is now minecraft:bucket. [19:04:10] [main/INFO]: Fixing MC-151457. Crafting remainder for minecraft:salmon_bucket is now minecraft:bucket. [19:04:10] [main/INFO]: Fixing MC-151457. Crafting remainder for minecraft:cod_bucket is now minecraft:bucket. [19:04:10] [main/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tropical_fish_bucket is now minecraft:bucket. [19:04:10] [main/INFO]: Fixing MC-151457. Crafting remainder for minecraft:axolotl_bucket is now minecraft:bucket. [19:04:10] [main/INFO]: Fixing MC-151457. Crafting remainder for minecraft:powder_snow_bucket is now minecraft:bucket. [19:04:10] [main/INFO]: Fixing MC-151457. Crafting remainder for minecraft:tadpole_bucket is now minecraft:bucket. [19:04:10] [main/INFO]: Loading Collective version 7.57. [19:04:10] [main/INFO]: Initialized entity types. [19:04:10] [main/INFO]: Constructing common components for diagonalfences:main [19:04:10] [main/INFO]: Constructing common components for easyanvils:main [19:04:10] [main/INFO]: Constructing common components for easymagic:main [19:04:10] [main/INFO]: [evs] Enchanted Vertical Slabs initialized! [19:04:10] [main/ERROR]: No data fixer registered for handcrafted [19:04:10] [main/ERROR]: No data fixer registered for immersive_aircraft:gyrodyne [19:04:10] [main/ERROR]: No data fixer registered for immersive_aircraft:biplane [19:04:10] [main/ERROR]: No data fixer registered for immersive_aircraft:airship [19:04:10] [main/ERROR]: No data fixer registered for immersive_aircraft:cargo_airship [19:04:10] [main/ERROR]: No data fixer registered for immersive_aircraft:quadrocopter [19:04:10] [main/ERROR]: No data fixer registered for immersive_aircraft:bullet [19:04:10] [main/ERROR]: No data fixer registered for immersive_aircraft:tiny_tnt [19:04:10] [main/INFO]: Processing 3 KiwiModule annotations [19:04:11] [main/INFO]: Module [kiwi:contributors] initialized [19:04:11] [main/INFO]: Module [snowrealmagic:core] initialized [19:04:11] [main/INFO]: block: 7 [19:04:11] [main/INFO]: block_entity_type: 2 [19:04:11] [main/INFO]: entity_type: 1 [19:04:11] [main/INFO]: loot_pool_entry_type: 1 [19:04:11] [main/INFO]: Module [kiwi:data] initialized [19:04:11] [main/INFO]: recipe_serializer: 3 [19:04:11] [main/INFO]: Compression will use Java, encryption will use Java [19:04:11] [main/INFO]: Constructing common components for leavesbegone:main [19:04:11] [main/INFO]: Registered painting abstract_blue [19:04:11] [main/INFO]: Registered painting abstract_rainbow [19:04:11] [main/INFO]: Registered painting abstract_red [19:04:11] [main/INFO]: Registered painting abstract_sunset [19:04:11] [main/INFO]: Registered painting arachnophobe [19:04:11] [main/INFO]: Registered painting barn_owl [19:04:11] [main/INFO]: Registered painting big_z [19:04:11] [main/INFO]: Registered painting blue_bird [19:04:11] [main/INFO]: Registered painting bluesclues [19:04:11] [main/INFO]: Registered painting borgia [19:04:11] [main/INFO]: Registered painting cane [19:04:11] [main/INFO]: Registered painting cat_black [19:04:11] [main/INFO]: Registered painting cat_gray [19:04:11] [main/INFO]: Registered painting cat_orange [19:04:11] [main/INFO]: Registered painting cat [19:04:11] [main/INFO]: Registered painting colorful_squares [19:04:11] [main/INFO]: Registered painting crest [19:04:11] [main/INFO]: Registered painting danger_zone [19:04:11] [main/INFO]: Registered painting decorative_gun [19:04:11] [main/INFO]: Registered painting exit_down [19:04:11] [main/INFO]: Registered painting exit_up [19:04:11] [main/INFO]: Registered painting exit_left [19:04:11] [main/INFO]: Registered painting exit_right [19:04:11] [main/INFO]: Registered painting face_bat [19:04:11] [main/INFO]: Registered painting face_chicken [19:04:11] [main/INFO]: Registered painting face_cow [19:04:11] [main/INFO]: Registered painting face_creeper [19:04:11] [main/INFO]: Registered painting face_dog [19:04:11] [main/INFO]: Registered painting face_enderman [19:04:11] [main/INFO]: Registered painting face_pig [19:04:11] [main/INFO]: Registered painting face_pigman [19:04:11] [main/INFO]: Registered painting face_silverfish [19:04:11] [main/INFO]: Registered painting face_skeleton [19:04:11] [main/INFO]: Registered painting face_squid [19:04:11] [main/INFO]: Registered painting face_zombie [19:04:11] [main/INFO]: Registered painting fishes [19:04:11] [main/INFO]: Registered painting flowers [19:04:11] [main/INFO]: Registered painting fruits [19:04:11] [main/INFO]: Registered painting ghost [19:04:11] [main/INFO]: Registered painting glowlamp [19:04:11] [main/INFO]: Registered painting glowstone_hourglass [19:04:11] [main/INFO]: Registered painting iluvmc [19:04:11] [main/INFO]: Registered painting link [19:04:11] [main/INFO]: Registered painting mine_prosperity [19:04:11] [main/INFO]: Registered painting no_trespassing_for_mobs [19:04:11] [main/INFO]: Registered painting ocelot [19:04:11] [main/INFO]: Registered painting penguin [19:04:11] [main/INFO]: Registered painting pig_on_a_cliff [19:04:11] [main/INFO]: Registered painting pkmn_blue [19:04:11] [main/INFO]: Registered painting pkmn_red [19:04:11] [main/INFO]: Registered painting pkmn_green [19:04:11] [main/INFO]: Registered painting plains_hut [19:04:11] [main/INFO]: Registered painting portrait_2 [19:04:11] [main/INFO]: Registered painting portrait [19:04:11] [main/INFO]: Registered painting prison [19:04:11] [main/INFO]: Registered painting prosperity [19:04:11] [main/INFO]: Registered painting rest [19:04:11] [main/INFO]: Registered painting skeleton [19:04:11] [main/INFO]: Registered painting sky [19:04:11] [main/INFO]: Registered painting skyblock [19:04:11] [main/INFO]: Registered painting snake [19:04:11] [main/INFO]: Registered painting snow_landscape [19:04:11] [main/INFO]: Registered painting subaraki [19:04:11] [main/INFO]: Registered painting synth_city [19:04:11] [main/INFO]: Registered painting tapistry_a [19:04:11] [main/INFO]: Registered painting tapistry_b [19:04:11] [main/INFO]: Registered painting tapistry_purple [19:04:11] [main/INFO]: Registered painting torched [19:04:11] [main/INFO]: Registered painting waterfall [19:04:11] [main/INFO]: Registered painting whale [19:04:11] [main/INFO]: Registered painting wheat_field [19:04:11] [main/INFO]: Registered painting wolf_in_wheat [19:04:11] [main/INFO]: Constructing common components for pickupnotifier:main [19:04:11] [main/INFO]: Registering Mod items forplentyofarmors [19:04:11] [main/INFO]: Constructing common components for puzzleslib:main [19:04:11] [main/INFO]: Registering C2S receiver with id roughlyenoughitems:request_tags_c2s [19:04:11] [main/INFO]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIPlugin [19:04:11] [main/INFO]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIPlugin [19:04:11] [main/INFO]: [REI] Registered plugin provider DefaultPlugin [roughlyenoughitems] for REIServerPlugin [19:04:11] [main/INFO]: [REI] Registered plugin provider DefaultRuntimePlugin [roughlyenoughitems] for REIServerPlugin [19:04:11] [main/INFO]: [REI] Registered plugin provider FabricFluidAPISupportPlugin for REIServerPlugin [19:04:11] [main/INFO]: [REI] Registered plugin provider FabricFluidAPISupportPlugin for REIPlugin [19:04:11] [main/INFO]: Registering C2S receiver with id roughlyenoughitems:delete_item [19:04:11] [main/INFO]: Registering C2S receiver with id roughlyenoughitems:create_item [19:04:11] [main/INFO]: Registering C2S receiver with id roughlyenoughitems:create_item_grab [19:04:11] [main/INFO]: Registering C2S receiver with id roughlyenoughitems:create_item_hotbar [19:04:11] [main/INFO]: Registering C2S receiver with id roughlyenoughitems:move_items [19:04:11] [main/INFO]: Registering C2S receiver with id roughlyenoughitems:move_items_new [19:04:11] [main/INFO]: Initialized Saecularia-Caudices [19:04:11] [main/INFO]: Loaded block entity configuration. [19:04:11] [main/INFO]: Loaded block configuration. [19:04:11] [main/INFO]: Loaded chisel mode group configuration. [19:04:11] [main/INFO]: Loaded chisel mode configuration. [19:04:11] [main/INFO]: Loaded container type configuration. [19:04:11] [main/INFO]: Loaded item group configuration. [19:04:11] [main/INFO]: Loaded item configuration. [19:04:11] [main/INFO]: Loaded metadata key configuration. [19:04:11] [main/INFO]: Loaded model property configuration. [19:04:11] [main/INFO]: Loaded modification operation configuration. [19:04:11] [main/INFO]: Loaded modification operation group configuration. [19:04:11] [main/INFO]: Loaded pattern placement type configuration. [19:04:11] [main/INFO]: Loaded recipe serializer configuration. [19:04:11] [main/INFO]: Loaded tag configuration. [19:04:11] [main/INFO]: Registering recipe types. [19:04:11] [main/INFO]: Registering event handlers [19:04:13] [main/INFO]: Initialized scena-fabric [19:04:13] [main/INFO]: Reloading reverb parameters [19:04:13] [main/INFO]: Registered JSON trade offer adapter. [19:04:13] [main/INFO]: Constructing common components for visualworkbench:main [19:04:13] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 4 values [19:04:13] [main/INFO]: Reflections took 1 ms to scan 1 urls, producing 1 keys and 4 values [19:04:13] [main/ERROR]: Failed to start the minecraft server java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'bclib'! at net.fabricmc.loader.impl.FabricLoaderImpl.lambda$invokeEntrypoints$2(FabricLoaderImpl.java:388) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:386) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.15.11.jar:?] at net.minecraft.server.Main.main(Main.java:112) ~[server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.15.11.jar:?] Suppressed: java.lang.NoSuchFieldError: CLENT_CONFIG at org.betterx.betterend.config.Configs.(Configs.java:22) ~[better-end-4.0.10.jar:?] at org.betterx.betterend.registry.EndBlocks.(EndBlocks.java:29) ~[better-end-4.0.10.jar:?] at org.betterx.betterend.registry.EndBlockEntities.(EndBlockEntities.java:17) ~[better-end-4.0.10.jar:?] at org.betterx.betterend.BetterEnd.onInitialize(BetterEnd.java:46) ~[better-end-4.0.10.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.game.minecraft.Hooks.startServer(Hooks.java:63) ~[fabric-loader-0.15.11.jar:?] at net.minecraft.server.Main.main(Main.java:112) ~[server-intermediary.jar:?] at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.knot.KnotServer.main(KnotServer.java:23) ~[fabric-loader-0.15.11.jar:?] at net.fabricmc.loader.impl.launch.server.FabricServerLauncher.main(FabricServerLauncher.java:69) ~[fabric-loader-0.15.11.jar:?] Caused by: java.lang.NoSuchFieldError: CLIENT_CONFIG at org.betterx.bclib.registry.PresetsRegistry.register(PresetsRegistry.java:17) ~[bclib-3.0.13.jar:?] at org.betterx.bclib.BCLib.onInitialize(BCLib.java:73) ~[bclib-3.0.13.jar:?] at net.fabricmc.loader.impl.FabricLoaderImpl.invokeEntrypoints(FabricLoaderImpl.java:384) ~[fabric-loader-0.15.11.jar:?] ... 6 more 
submitted by LelouchBestBoy to fabricmc [link] [comments]


2024.05.11 16:01 AutoModerator FIA F4 Spanish Championship: Jarama - Weekend Discussion

FIA F4 Spanish Championship: Jarama - Weekend Discussion

F4 Spain - Jarama
F1FS Wiki: Formula 4 Guide - Teams & Drivers - 2024 Calendar

Session Times

All times in CET (UTC+1:00).
  • Saturday 11th
    • Qualifying 1 - 15:40
    • Race 1 - 18:10
  • Sunday 12th
    • Qualifying 2 - 10:00
    • Race 2 - 12:05
    • Race 3 - 17:25
A table of the weekends timetable can be found here: Link
You can convert the session times to your local time through the following service: timeanddate.com

Circuit Information

Circuit del Jarama
  • Layout: Here.
  • Length: 3.850 km (2.392 miles)
  • Turns: 14
  • Distance:
    • Race 1: 30min + 1 Lap
    • Race 2: 25min + 1 Lap
    • Race 3: 30min + 1 Lap

Results & Standings

Full championship results can be found Here
Full championship standings can be found Here.

Timing & Streaming

The FIA F4 Spanish Championship has its own official Stream via YouTube and Twitch.
YouTube Channel: Here

Twitter & Discord

For up to date information regarding this series, follow these Twitter accounts:
---
submitted by AutoModerator to F1FeederSeries [link] [comments]


2024.05.11 10:39 olorin12 What is my next troubleshooting step?

So, I've had a working W11 VM with gpu passthrough on this machine before.
Got my W11 vm set up, everything works fine up to the point of adding my gpu/gpu audio to the vm. After that, everytime I boot I either get BSOD saying "System Thread Exception Not Handled", or I get the W11 login screen and shortly after it freezes with black screen.
Found/implemented this solution, didn't work: sudo nano /etc/modprobe.d/kvm.conf add "options kvm ignore_msrs=1" reboot
Same result.
Here is my XML:

win11
cc2058c1-f714-49af-8658-29fb7c266b5a





33554432
33554432
12















hvm




/usshare/edk2/x64/OVMF_CODE.secboot.fd
/valib/libvirt/qemu/nvram/win11_VARS.fd























destroy
restart
destroy





/usbin/qemu-system-x86_64




























































































































































submitted by olorin12 to VFIO [link] [comments]


2024.05.11 10:11 ZazaGaza213 First mechanical keyboard for ~100$, thoughts on it?

V3 barebone (without knob), carbon black: https://www.keychron.com/products/keychron-v3-qmk-custom-mechanical-keyboard?variant=40256628818009
Keychain k pro banana switches: https://www.keychron.com/products/keychron-k-pro-switch?variant=40299927240793
ISO keycaps for V3: https://www.keychron.com/products/iso-ansi-q3-q4-q6-k8-oem-dye-sub-pbt-keycap-set-retro
Palm rest: https://www.keychron.com/collections/keychron-add-on/products/keychron-resin-palm-rest
Would this be enough? I never build/had a mechanical keyboard before, so from looking at reviews and such, with a little bit of modding this should be enough, no extra lube needed from looking at the switches page, right? Thanks! Suggestions appreciated if I did something wrong or if there is something I could change without breaking bank
submitted by ZazaGaza213 to Keychron [link] [comments]


http://rodzice.org/