Jump to content

Not sure what's going on here...


Terramvon

Recommended Posts

got this crash report. not sure what it means.

 

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 7/30/20 10:19 PM
Description: Rendering overlay

java.lang.NullPointerException: Registry entry not present: create:copper_ore
    at java.util.Objects.requireNonNull(Objects.java:290) ~[?:1.8.0_51] {}
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:78) ~[?:mc1.15.2_v0.2.4d] {re:classloading}
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:25) ~[?:mc1.15.2_v0.2.4d] {re:classloading}
    at com.simibubi.create.foundation.worldgen.OreFeature.createFeature(OreFeature.java:69) ~[?:mc1.15.2_v0.2.4d] {re:classloading}
    at com.simibubi.create.foundation.worldgen.AllWorldFeatures.reload(AllWorldFeatures.java:64) ~[?:mc1.15.2_v0.2.4d] {re:classloading}
    at com.simibubi.create.foundation.config.CWorldGen.onLoad(CWorldGen.java:25) ~[?:mc1.15.2_v0.2.4d] {re:classloading}
    at com.simibubi.create.foundation.config.ConfigBase$$Lambda$5863/2137762299.accept(Unknown Source) ~[?:?] {}
    at java.util.ArrayList.forEach(ArrayList.java:1249) ~[?:1.8.0_51] {}
    at com.simibubi.create.foundation.config.ConfigBase.onLoad(ConfigBase.java:31) ~[?:mc1.15.2_v0.2.4d] {re:classloading}
    at com.simibubi.create.foundation.config.AllConfigs.onLoad(AllConfigs.java:51) ~[?:mc1.15.2_v0.2.4d] {re:classloading}
    at com.simibubi.create.Create$$Lambda$5327/16471084.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.eventbus.EventBus$$Lambda$2139/1559444773.invoke(Unknown Source) ~[?:?] {}
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258) ~[eventbus-2.2.0-service.jar:?] {}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:66) ~[?:31.2] {re:classloading}
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2299/2118457232.accept(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$5(ModContainer.java:147) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModContainer$$Lambda$5833/1129282461.accept(Unknown Source) ~[?:?] {}
    at java.util.Optional.ifPresent(Optional.java:159) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:147) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:89) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$5811/1376742197.accept(Unknown Source) ~[?:?] {}
    at java.lang.Iterable.forEach(Iterable.java:75) ~[?:1.8.0_51] {}
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062) ~[?:1.8.0_51] {}
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:154) ~[?:?] {re:classloading}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$startModLoading$6(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$5805/1216366780.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2116/1386693416.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.startModLoading(ClientModLoader.java:123) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$onreload$3(ClientModLoader.java:105) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$5765/1115434134.run(Unknown Source) ~[?:?] {}
    at net.minecraftforge.fml.client.ClientModLoader.lambda$createRunnableWithCatch$5(ClientModLoader.java:113) ~[?:?] {re:classloading,pl:runtimedistcleaner:A}
    at net.minecraftforge.fml.client.ClientModLoader$$Lambda$2116/1386693416.run(Unknown Source) ~[?:?] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1618) ~[?:1.8.0_51] {}
    at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1610) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1689) ~[?:1.8.0_51] {}
    at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_51] {}


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

-- Head --
Thread: Render thread
Stacktrace:
    at java.util.Objects.requireNonNull(Objects.java:290)
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:78)
    at com.simibubi.create.repack.registrate.util.entry.RegistryEntry.get(RegistryEntry.java:25)
    at com.simibubi.create.foundation.worldgen.OreFeature.createFeature(OreFeature.java:69)
    at com.simibubi.create.foundation.worldgen.AllWorldFeatures.reload(AllWorldFeatures.java:64)
    at com.simibubi.create.foundation.config.CWorldGen.onLoad(CWorldGen.java:25)
    at com.simibubi.create.foundation.config.ConfigBase$$Lambda$5863/2137762299.accept(Unknown Source)
    at java.util.ArrayList.forEach(ArrayList.java:1249)
    at com.simibubi.create.foundation.config.ConfigBase.onLoad(ConfigBase.java:31)
    at com.simibubi.create.foundation.config.AllConfigs.onLoad(AllConfigs.java:51)
    at com.simibubi.create.Create$$Lambda$5327/16471084.accept(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.doCastFilter(EventBus.java:212)
    at net.minecraftforge.eventbus.EventBus.lambda$addListener$11(EventBus.java:204)
    at net.minecraftforge.eventbus.EventBus$$Lambda$2139/1559444773.invoke(Unknown Source)
    at net.minecraftforge.eventbus.EventBus.post(EventBus.java:258)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer.lambda$new$0(FMLModContainer.java:66)
    at net.minecraftforge.fml.javafmlmod.FMLModContainer$$Lambda$2299/2118457232.accept(Unknown Source)
    at net.minecraftforge.fml.ModContainer.lambda$dispatchConfigEvent$5(ModContainer.java:147)
    at net.minecraftforge.fml.ModContainer$$Lambda$5833/1129282461.accept(Unknown Source)
    at java.util.Optional.ifPresent(Optional.java:159)
    at net.minecraftforge.fml.ModContainer.dispatchConfigEvent(ModContainer.java:147)
    at net.minecraftforge.fml.config.ModConfig.fireEvent(ModConfig.java:89)
    at net.minecraftforge.fml.config.ConfigTracker.openConfig(ConfigTracker.java:106)
    at net.minecraftforge.fml.config.ConfigTracker.lambda$loadConfigs$1(ConfigTracker.java:83)
    at net.minecraftforge.fml.config.ConfigTracker$$Lambda$5811/1376742197.accept(Unknown Source)
    at java.lang.Iterable.forEach(Iterable.java:75)
    at java.util.Collections$SynchronizedCollection.forEach(Collections.java:2062)
    at net.minecraftforge.fml.config.ConfigTracker.loadConfigs(ConfigTracker.java:83)
    at net.minecraftforge.fml.ModLoader.loadMods(ModLoader.java:154)

-- Overlay render details --
Details:
    Overlay name: net.minecraft.client.gui.ResourceLoadProgressGui
Stacktrace:
    at net.minecraft.client.renderer.GameRenderer.func_195458_a(GameRenderer.java:784)
    at net.minecraft.client.Minecraft.func_195542_b(Minecraft.java:924)
    at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:553)
    at net.minecraft.client.main.Main.main(SourceFile:204)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider.lambda$launchService$0(FMLClientLaunchProvider.java:51)
    at net.minecraftforge.fml.loading.FMLClientLaunchProvider$$Lambda$484/1327478824.call(Unknown Source)
    at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54)
    at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72)
    at cpw.mods.modlauncher.Launcher.run(Launcher.java:81)
    at cpw.mods.modlauncher.Launcher.main(Launcher.java:65)

-- System Details --
Details:
    Minecraft Version: 1.15.2
    Minecraft Version ID: 1.15.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_51, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 4253079104 bytes (4056 MB) / 5368709120 bytes (5120 MB) up to 5368709120 bytes (5120 MB)
    CPUs: 4
    JVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx5G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M
    ModLauncher: 5.1.2+70+master.2845bb9
    ModLauncher launch target: fmlclient
    ModLauncher naming: srg
    ModLauncher services:
        /eventbus-2.2.0-service.jar eventbus PLUGINSERVICE
        /forge-1.15.2-31.2.33.jar object_holder_definalize PLUGINSERVICE
        /forge-1.15.2-31.2.33.jar runtime_enum_extender PLUGINSERVICE
        /accesstransformers-2.1.3-shadowed.jar accesstransformer PLUGINSERVICE
        /forge-1.15.2-31.2.33.jar capability_inject_definalize PLUGINSERVICE
        /forge-1.15.2-31.2.33.jar runtimedistcleaner PLUGINSERVICE
        /preview_OptiFine_1.15.2_HD_U_G1_pre30.jar OptiFine TRANSFORMATIONSERVICE
        /forge-1.15.2-31.2.33.jar fml TRANSFORMATIONSERVICE
        /OptiForge-MC1.15.2-0.1.27.jar FakeOptiFine TRANSFORMATIONSERVICE
        /MixinBootstrap-1.0.3.jar mixinbootstrap TRANSFORMATIONSERVICE
        /OptiForge-MC1.15.2-0.1.27.jar optiforge TRANSFORMATIONSERVICE
        /MixinBootstrap-1.0.3.jar mixin PLUGINSERVICE
        /MixinBootstrap-1.0.3.jar mixinbootstrap PLUGINSERVICE
    FML: 31.2
    Forge: net.minecraftforge:31.2.33
    FML Language Providers:
        javafml@31.2
        minecraft@1
    Mod List:
        SaveMyStronghold-1.15.2-1.0.1.jar Save My Stronghold! {savemystronghold@1.15.2-1.0.1 CREATE_REGISTRIES}
        QuarkOddities-1.15.2.jar Quark Oddities {quarkoddities@1.15.2 CREATE_REGISTRIES}
        torchslabmod-1.15.2_v1.6.15.jar Torch Slab Mod {torchslabmod@1.6.15 CREATE_REGISTRIES}
        berry_good-2.0.0.jar Berry Good {berry_good@2.0 CREATE_REGISTRIES}
        jei-1.15.2-6.0.2.12.jar Just Enough Items {jei@6.0.2.12 CREATE_REGISTRIES}
        OptiForge-MC1.15.2-0.1.27.jar OptiForge {optiforge@0.1.27 CREATE_REGISTRIES}
        Abnormals-Core-1.15.2-1.0.6.jar Abnormals Core {abnormals_core@1.0.6 CREATE_REGISTRIES}
        Buzzier-Bees-1.15.2-1.5.2.jar Buzzier Bees {buzzierbees@1.5.2 CREATE_REGISTRIES}
        Upgrade-Aquatic-1.15.2-1.7.0.jar Upgrade Aquatic {upgrade_aquatic@1.7.0 CREATE_REGISTRIES}
        KleeSlabs_1.15.2-8.0.0.jar KleeSlabs {kleeslabs@8.0.0 CREATE_REGISTRIES}
        Vulcanite-2.1.1-mc1.15.2.jar Vulcanite {vulcanite@2.1.1-mc1.15.2 CREATE_REGISTRIES}
        create-mc1.15.2_v0.2.4d.jar Create {create@mc1.15.2_v0.2.4d CREATE_REGISTRIES}
        BetterCaves-1.15.2-1.0.jar YUNG's Better Caves {bettercaves@1.15.2-1.0 CREATE_REGISTRIES}
        Waystones_1.15.2-6.0.2.jar Waystones {waystones@6.0.2 CREATE_REGISTRIES}
        MoreOresInONE-1.1_1.15.2.jar More Ores in ONE {moreoresinone@1.1 CREATE_REGISTRIES}
        ForgeEndertech-1.15.2-6.0.4.0-build.0044.jar Forge Endertech {forgeendertech@6.0.4.0 CREATE_REGISTRIES}
        TerraForged-1.15.2-0.0.14.jar TerraForged {terraforged@0.0.14 CREATE_REGISTRIES}
        Clumps-5.0.2.jar Clumps {clumps@5.0.2 CREATE_REGISTRIES}
        Placebo-1.15.2-3.0.2.jar Placebo {placebo@3.0.2 CREATE_REGISTRIES}
        BasicNetherOres-1.15.2-4.0.3.jar Basic Nether Ores {bno@4.0.3 CREATE_REGISTRIES}
        VanillaTweaks-1.15.2.1.5.27.jar VanillaTweaks {vanillatweaks@1.15.2.1.5.27 CREATE_REGISTRIES}
        snowundertrees-1.15.2-v1.1.1.jar Snow Under Trees {snowundertrees@v1.1.1 CREATE_REGISTRIES}
        bedspreads-FORGE-1.15.2-3.0.0.1.jar Bedspreads {bedspreads@FORGE-1.15.2-3.0.0.1 CREATE_REGISTRIES}
        additional_lights-1.15.2-2.0.2.jar Additional Lights {additional_lights@2.0.2 CREATE_REGISTRIES}
        traverse-1.15.2-3.2.0.jar Traverse {traverse@1.15.2-3.2.0 ERROR}
        FpsReducer-mc1.15.2-1.15.jar FPS Reducer {fpsreducer@mc1.15.2-1.15 CREATE_REGISTRIES}
        Swamp-Expansion-1.15.2-1.7.2.jar Swamp Expansion {swampexpansion@NONE CREATE_REGISTRIES}
        forge-1.15.2-31.2.33-universal.jar Forge {forge@31.2.33 CREATE_REGISTRIES}
        structure-gel-api-1.15.2-1.1.0.jar Structure Gel API {structure_gel@1.1.0 CREATE_REGISTRIES}
        ironchest-1.15.2-10.0.3.jar Iron Chests {ironchest@1.15.2-10.0.1 CREATE_REGISTRIES}
        forge-1.15.2-31.2.33-client.jar Minecraft {minecraft@1.15.2 CREATE_REGISTRIES}
        The-Endergetic-Expansion-1.15.2-v1.3.2.jar The Endergetic Expansion {endergetic@1.3.2 CREATE_REGISTRIES}
        wt_improvements-1.15.2-1.0.0.0.jar Wandering Trader Improvements {wt_improvements@1.15.2-1.0.0.0 CREATE_REGISTRIES}
        repurposedstructures-1.15.2-1.7.2.jar Repurposed Structures {repurposed_structures@1.15.2-1.7.2 CREATE_REGISTRIES}
        swingthroughgrass-1.15.2-1.4.0.jar SwingThroughGrass {swingthroughgrass@1.15.2-1.4.0 CREATE_REGISTRIES}
        MouseTweaks-2.13-mc1.15.1.jar Mouse Tweaks {mousetweaks@2.13 CREATE_REGISTRIES}
        netherportalspread_1.15-3.4.jar Nether Portal Spread {netherportalspread@3.4 CREATE_REGISTRIES}
        phosphor-forge-mc1.15.2-0.5.2+build.4.jar Phosphor {phosphor@0.5.2+build.4 CREATE_REGISTRIES}
        Blur-1.1.0-1.jar Blur {blur@1.1.0-1 CREATE_REGISTRIES}
        valhelsia_structures-15.0.3a.jar Valhelsia Structures {valhelsia_structures@15.0.3a CREATE_REGISTRIES}
        LetSleepingDogsLie-1.15.2-1.1.1.jar Let Sleeping Dogs Lie {dogslie@1.1.1 CREATE_REGISTRIES}
        AdLods-1.15.2-3.0.3.0-build.0035.jar Large Ore Deposits {adlods@3.0.3.0 CREATE_REGISTRIES}
        masonry-1.15.2-0.3.4.jar Masonry {masonry@NONE CREATE_REGISTRIES}
        towers_of_the_wild-1.15.2-1.2.0.jar Towers Of the Wild {towers_of_the_wild@1.15.2-1.2.0 CREATE_REGISTRIES}
        simplefarming-1.15.2-1.2.9.jar Simple Farming {simplefarming@1.15.2-1.2.9 CREATE_REGISTRIES}
        Ding-1.15.2-1.1.0.jar Ding {ding@1.1.0 CREATE_REGISTRIES}
        paintings-1.15.2-7.0.0.0.jar Paintings ++ {paintings@1.14.4-6.0.1.5 CREATE_REGISTRIES}
        Savage-and-Ravage-1.15.2-1.1.4.jar Savage & Ravage {savageandravage@1.1.4 CREATE_REGISTRIES}
        collective-1.15.2-1.32.jar Collective {collective@1.32 CREATE_REGISTRIES}
        cyclepaintings_1.15-1.3.jar Cycle Paintings {cyclepaintings@1.3 CREATE_REGISTRIES}
        FastWorkbench-1.15.1-3.0.0.jar FastWorkbench {fastbench@3.0.0 CREATE_REGISTRIES}
        AutoRegLib-1.5-40.jar AutoRegLib {autoreglib@1.5-40 CREATE_REGISTRIES}
        Quark-r2.1-245.jar Quark {quark@r2.1-245 CREATE_REGISTRIES}
        Enhanced-Mushrooms-1.15.2-v1.2.2.jar Enhanced Mushrooms {enhanced_mushrooms@$1.1.0 CREATE_REGISTRIES}
        OreExcavation-1.7.151.jar Ore Excavation {oreexcavation@NONE CREATE_REGISTRIES}
        DoubleSlabs-1.15-2.7.4.jar Double Slabs {doubleslabs@2.7.4 CREATE_REGISTRIES}
        themidnight-0.5.9.jar The Midnight {midnight@0.5.9 CREATE_REGISTRIES}
        worldedit-forge-mc1.15.2-7.1.0.jar WorldEdit {worldedit@7.1.0;48cc31c CREATE_REGISTRIES}
        FastFurnace-1.15.1-3.0.0.jar FastFurnace {fastfurnace@3.0.0 CREATE_REGISTRIES}
        AppleSkin-mc1.15.2-forge-1.0.14.jar AppleSkin {appleskin@1.0.14 CREATE_REGISTRIES}
        AI-Improvements-1.15.2-0.3.0.jar AI-Improvements {aiimprovements@0.3.0 CREATE_REGISTRIES}
        CHAS+v1.3+for+1.15.jar Craftable Horse Armour {craftablehorsearmour@1.3 CREATE_REGISTRIES}
        Charm-1.15.2-1.5.9.jar Charm {charm@1.15.2-1.5.9 CREATE_REGISTRIES}
        Strange-1.15.2-1.0.0-beta.5.hotfix1.jar Strange {strange@1.15.2-1.0.0-beta.5 CREATE_REGISTRIES}
        Charmonium-1.15.2-1.0.1.jar Charmonium {charmonium@1.15.2-1.0.1 CREATE_REGISTRIES}
        Covalent-1.15.2-1.0.2.jar Covalent {covalent@1.15.2-1.0.2 CREATE_REGISTRIES}
        bwncr-1.15.1-3.6.13.jar Bad Wither No Cookie Reloaded {bwncr@1.15.1-3.6.13 CREATE_REGISTRIES}
        classicbar-3.0.2.jar Classic Bar {classicbar@3.0.2 CREATE_REGISTRIES}
        FastLeafDecay-v22.jar FastLeafDecay {fastleafdecay@v22 CREATE_REGISTRIES}
        farlanders-1.15.2-1.3.1.jar The Farlanders {farlanders@1.3.1 CREATE_REGISTRIES}
        BetterAdvancements-1.15.2-0.1.0.99.jar Better Advancements {betteradvancements@0.1.0.99 CREATE_REGISTRIES}
    Launched Version: 1.15.2-forge-31.2.33
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) UHD Graphics 615 GL version 4.6.0 - Build 27.20.100.8190, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'forge'
    Type: Client (map_client.txt)
    Resource Packs:
    Current Language: ~~ERROR~~ NullPointerException: null
    CPU: 4x Intel(R) Core(TM) i5-8200Y CPU @ 1.30GHz
    OptiFine Version: OptiFine_1.15.2_HD_U_G1_pre30
    OptiFine Build: 20200622-083032
    Render Distance Chunks: 8
    Mipmaps: 0
    Anisotropic Filtering: 1
    Antialiasing: 0
    Multitexture: false
    Shaders: null
    OpenGlVersion: 4.6.0 - Build 27.20.100.8190
    OpenGlRenderer: Intel(R) UHD Graphics 615
    OpenGlVendor: Intel
    CpuCount: 4

Link to comment
Share on other sites

graphic issue

 

 

frustration was intense. I could taste sick at the back of my throat knowing she was sucking off a well hung man at the back of hers and all the mixed up feeling that was inside my head.

Time seemed to stand still and I tried to forget about it the best I could. I don't even know how I had ended up there, but pulling up outside my work, I pulled the handbreak, wound down the window and tried to work out what was happening. Before I could get far, I could hear the beep from my phone and another message coming through. This time, I could see the circle and triangle on the notification and knew she had sent a video.

At first I couldn't make out what was happening until the camera settled, and was left on a shelf with a wide view or the room, then I realised there she was on the middle of the bed, kneeling on all fours. Her thigh high boots and her crotchless see-through body suit with her taped up tits.

As the video rolled on, I could see her touching herself and making her pussy wet and then turning to face the camera, she said, "I hope your cage is still on my little Cuck Bitch, because your dick is never going in my pussy ever again... not when I can get fucked like this..."

Looking back off camera, she smiled at someone and shouted, "come in boys." Like they had been waiting for her signal, two toned black men walked in front of the lense. They were naked and it was easy to see how hot their bodies were.

The lighter skinned of the two was well over six foot and devoid of all body hair and as he walked around the bed to stand in front of her, his huge cock came into view. In stark contrast to his light black torso his huge cock was jet black with two veins running his entire 11 inch length. Taking his cock in her white hands just made him look even longer. Even with both her hands wrapped around him, he still had 2 or 3 inches of cock left to start to take in her mouth.

While this happened, the other guy walked towards the bottom of the bed and stood between the two heels on her boots with her wet pussy open to his every whim. At first, to get her ready for his girth, he licked three of his fingers and expertly slid them inside of her wet pussy, with each stroke you could see her juices cover his hands until it was clear she was ready to accept the biggest cock she had ever fucked. Taking one hand off the guy in front, she moved it behind her and and found his huge cock. Taking her lips off the first guy and staring into the camera so I could see her face, she guided the tip of him inside of her, making her eyes roll with pleasure before re-taking the first guy back in her mouth so she was fucked from both ends.

The pressure in my pants was intense! Watching her body taken by these two men, the pleasure she was giving and receiving was too much and my cock needed to grow but there was nowhere it could go and the pain was intense.
https://freepornsites.mobi/category/vr-porn-sites/
After the film stopped, I watched it again and again, hearing her scream their names and telling them she had never been fucked like this. The images were stuck in my mind, playing over and over as I drove home.

As I pulled into the drive, siri told me she had sent a message. I asked him to read it.

"I hope you enjoyed the show Cuck. Now go home and wait for me! Go upstairs, lie naked on my bed and show me you still have your cage on."

Following her orders to the letter, when I got in I lay on her bed, with the front door unlocked, and waited there for hours until finally, I heard the noise of her heels on the hall floor. The excitement was too much, and as she came in to the room my tiny cock was pushing against its cage.
https://hotmyfreecams.com/
Telling me not to look at her as I hadn't done anything to deserve it, she told me she had a gift for me. Standing on the bed, still with her boots on, she placed her heels either side of my chest and squatted over my mouth.

Laughing, she let go over her pelvic muscles and before I knew it, thick cum oozed from her pussy and in to my mouth. She let me know the two guys from the video had fucked her three or four times without a condom and she wanted me to taste how good it felt.

When her pussy was empty, she flipped one leg over my chest and spun around. Grabbing my cheeks, she forced my mouth open and spat in my mouth, clenched it shut and telling me to swallow or she would never let me cum again. Knowing she wouldn't leave until I had taken their seed, I took a deep breath and swallowed my present like the cuckbitch I am.

Edited by lodisocu
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.