René's URL Explorer Experiment


Title: " Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! " error when trying to use Music Player mod. · Issue #136 · PatchworkMC/patchwork-api · GitHub

Open Graph Title: " Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! " error when trying to use Music Player mod. · Issue #136 · PatchworkMC/patchwork-api

X Title: " Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! " error when trying to use Music Player mod. · Issue #136 · PatchworkMC/patchwork-api

Description: Log java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53) at net.fabric...

Open Graph Description: Log java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke...

X Description: Log java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! at net.fabricmc.loader.entrypoint.minecraft.hooks.Entryp...

Opengraph URL: https://github.com/PatchworkMC/patchwork-api/issues/136

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"\" Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! \" error when trying to use Music Player mod.","articleBody":"\u003cdetails\u003e\r\n\u003csummary\u003eLog\u003c/summary\u003e\r\n\r\n```\r\njava.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'!\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)\r\n\tat net.minecraft.class_310.method_1503(class_310.java)\r\n\tat net.minecraft.class_310.method_1514(class_310.java:394)\r\n\tat net.minecraft.client.main.Main.main(Main.java:155)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:497)\r\n\tat net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)\r\n\tat net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)\r\n\tat net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)\r\n\tSuppressed: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)\r\n\t\tat org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)\r\n\t\tat net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157)\r\n\t\tat net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143)\r\n\t\tat java.lang.ClassLoader.loadClass(ClassLoader.java:357)\r\n\t\tat net.fabricmc.fabric.api.event.server.ServerStartCallback.lambda$static$1(ServerStartCallback.java:31)\r\n\t\tat net.fabricmc.fabric.api.event.server.ServerStartCallback$$Lambda$1433/1256061845.apply(Unknown Source)\r\n\t\tat net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:44)\r\n\t\tat net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.\u003cinit\u003e(ArrayBackedEvent.java:35)\r\n\t\tat net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:46)\r\n\t\tat net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:42)\r\n\t\tat net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:57)\r\n\t\tat net.fabricmc.fabric.api.event.server.ServerStartCallback.\u003cclinit\u003e(ServerStartCallback.java:30)\r\n\t\tat net.patchworkmc.impl.event.lifecycle.LifecycleEvents.onInitialize(LifecycleEvents.java:100)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient$$Lambda$1380/49199879.accept(Unknown Source)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)\r\n\t\t... 12 more\r\n\tCaused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector proxyPutWorld(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; in patchwork-events-world.mixins.json:MixinMinecraftServer failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap patchwork-events-world-refmap.json\r\n\t\tat org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)\r\n\t\tat org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)\r\n\t\t... 29 more\r\n\tSuppressed: java.lang.NoClassDefFoundError: Could not initialize class net.fabricmc.fabric.api.event.server.ServerStartCallback\r\n\t\tat net.patchworkmc.impl.fml.PatchworkFML.onInitialize(PatchworkFML.java:37)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient$$Lambda$1380/49199879.accept(Unknown Source)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)\r\n\t\t... 12 more\r\n\tSuppressed: java.lang.NoClassDefFoundError: Could not initialize class net.fabricmc.fabric.api.event.server.ServerStartCallback\r\n\t\tat net.patchworkmc.impl.biomes.PatchworkBiomes.onInitialize(PatchworkBiomes.java:46)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient$$Lambda$1380/49199879.accept(Unknown Source)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)\r\n\t\t... 12 more\r\n\tSuppressed: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:364)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:191)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:178)\r\n\t\tat org.spongepowered.asm.mixin.transformer.FabricMixinTransformerProxy.transformClassBytes(FabricMixinTransformerProxy.java:23)\r\n\t\tat net.fabricmc.loader.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:157)\r\n\t\tat net.fabricmc.loader.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:143)\r\n\t\tat java.lang.ClassLoader.loadClass(ClassLoader.java:357)\r\n\t\tat net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.lambda$static$1(ServerLifecycleEvents.java:35)\r\n\t\tat net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents$$Lambda$1449/1171086422.apply(Unknown Source)\r\n\t\tat net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.update(ArrayBackedEvent.java:44)\r\n\t\tat net.fabricmc.fabric.impl.base.event.ArrayBackedEvent.\u003cinit\u003e(ArrayBackedEvent.java:35)\r\n\t\tat net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:46)\r\n\t\tat net.fabricmc.fabric.impl.base.event.EventFactoryImpl.createArrayBacked(EventFactoryImpl.java:42)\r\n\t\tat net.fabricmc.fabric.api.event.EventFactory.createArrayBacked(EventFactory.java:57)\r\n\t\tat net.fabricmc.fabric.api.event.lifecycle.v1.ServerLifecycleEvents.\u003cclinit\u003e(ServerLifecycleEvents.java:35)\r\n\t\tat net.fabricmc.fabric.impl.event.lifecycle.LegacyEventInvokers.onInitialize(LegacyEventInvokers.java:31)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient$$Lambda$1380/49199879.accept(Unknown Source)\r\n\t\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)\r\n\t\t... 12 more\r\n\tCaused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Redirector proxyPutWorld(Ljava/util/Map;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object; in patchwork-events-world.mixins.json:MixinMinecraftServer failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap patchwork-events-world-refmap.json\r\n\t\tat org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:400)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1280)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1042)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:320)\r\n\t\tat org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:345)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:570)\r\n\t\tat org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:351)\r\n\t\t... 29 more\r\nCaused by: net.patchworkmc.impl.PatchworkInitializationException: Failed to construct Patchwork mods\r\n\tat net.patchworkmc.impl.Patchwork.onInitialize(Patchwork.java:107)\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient$$Lambda$1380/49199879.accept(Unknown Source)\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:50)\r\n\t... 12 more\r\n\tSuppressed: java.lang.NoSuchMethodError: net.minecraftforge.fml.loading.moddiscovery.ModFile.findResource(Ljava/lang/String;)Ljava/nio/file/Path;\r\n\t\tat info.u_team.music_player.dependency.DependencyManager.findJarFilesInJar(DependencyManager.java:53)\r\n\t\tat info.u_team.music_player.dependency.DependencyManager.construct(DependencyManager.java:32)\r\n\t\tat info.u_team.music_player.proxy.ClientProxy.construct(ClientProxy.java:24)\r\n\t\tat info.u_team.music_player.MusicPlayerMod.\u003cinit\u003e(MusicPlayerMod.java:20)\r\n\t\tat patchwork_generated.info.u_team.music_player.MusicPlayerModInitializer.constructTargetMod(Unknown Source)\r\n\t\tat patchwork_generated.info.u_team.music_player.MusicPlayerModInitializer.onForgeInitialize(Unknown Source)\r\n\t\tat net.patchworkmc.impl.Patchwork.onInitialize(Patchwork.java:104)\r\n\t\t... 14 more\r\n\r\n\r\nA detailed walkthrough of the error, its code path and all known details is as follows:\r\n---------------------------------------------------------------------------------------\r\n\r\n-- Head --\r\nThread: Client thread\r\nStacktrace:\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:53)\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)\r\n\tat net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)\r\n\tat net.minecraft.class_310.method_1503(class_310.java)\r\n\r\n-- Initialization --\r\nDetails:\r\nStacktrace:\r\n\tat net.minecraft.class_310.method_1514(class_310.java:394)\r\n\tat net.minecraft.client.main.Main.main(Main.java:155)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\r\n\tat sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)\r\n\tat sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\r\n\tat java.lang.reflect.Method.invoke(Method.java:497)\r\n\tat net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)\r\n\tat net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)\r\n\tat net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)\r\n\r\n-- System Details --\r\nDetails:\r\n\tMinecraft Version: 1.14.4\r\n\tMinecraft Version ID: 1.14.4\r\n\tOperating System: Windows 10 (amd64) version 10.0\r\n\tJava Version: 1.8.0_51, Oracle Corporation\r\n\tJava VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation\r\n\tMemory: 787010736 bytes (750 MB) / 1140850688 bytes (1088 MB) up to 2147483648 bytes (2048 MB)\r\n\tCPUs: 2\r\n\tJVM Flags: 9 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx2G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M\r\n\tFabric Mods: \r\n\t\tcom_electronwill_night-config_core: core 3.6.2\r\n\t\tcom_electronwill_night-config_toml: toml 3.6.2\r\n\t\tfabric: Fabric API 0.15.0+build.259-1.14\r\n\t\tfabric-api-base: Fabric API Base 0.1.2+28f8190f42\r\n\t\tfabric-biomes-v1: Fabric Biomes (v1) 0.1.1+28f8190f42\r\n\t\tfabric-command-api-v1: Fabric Command API (v1) 1.0.1+b534aa0c42\r\n\t\tfabric-commands-v0: Fabric Commands (v0) 0.2.0+bfd4c99d42\r\n\t\tfabric-containers-v0: Fabric Containers (v0) 0.1.3+28f8190f42\r\n\t\tfabric-content-registries-v0: Fabric Content Registries (v0) 0.1.2+28f8190f42\r\n\t\tfabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+28f8190f42\r\n\t\tfabric-dimensions-v1: fabric-dimensions-v1 0.1.1+e15ff88642\r\n\t\tfabric-events-interaction-v0: Fabric Events Interaction (v0) 0.3.0+6e76156542\r\n\t\tfabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.0+c6bdeeaa42\r\n\t\tfabric-item-api-v1: Fabric Item API (v1) 1.0.0+c6bdeeaa42\r\n\t\tfabric-item-groups-v0: Fabric Item Groups (v0) 0.2.0+7ce6c57742\r\n\t\tfabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.0+9e24fbc342\r\n\t\tfabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.0+85811ffb42\r\n\t\tfabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.1.0+f27aa19d42\r\n\t\tfabric-loot-tables-v1: Fabric Loot Tables (v1) 0.1.1+28f8190f42\r\n\t\tfabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.1+28f8190f42\r\n\t\tfabric-models-v0: Fabric Models (v0) 0.1.0+933c24c242\r\n\t\tfabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.1+28f8190f42\r\n\t\tfabric-networking-v0: Fabric Networking (v0) 0.1.10+e7757afe42\r\n\t\tfabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.0.0+002fcb6542\r\n\t\tfabric-object-builders-v0: Fabric Object Builders (v0) 0.2.0+002fcb6542\r\n\t\tfabric-particles-v1: fabric-particles-v1 0.2.1+e9056b2242\r\n\t\tfabric-registry-sync-v0: Fabric Registry Sync (v0) 0.2.3+28f8190f42\r\n\t\tfabric-renderer-api-v1: Fabric Renderer API (v1) 0.1.1+933c24c242\r\n\t\tfabric-renderer-indigo: Fabric Renderer - Indigo 0.1.14+e15ff88642\r\n\t\tfabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.2+28f8190f42\r\n\t\tfabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.3+28f8190f42\r\n\t\tfabric-rendering-v0: Fabric Rendering (v0) 0.1.2+28f8190f42\r\n\t\tfabric-resource-loader-v0: Fabric Resource Loader (v0) 0.1.4+28f8190f42\r\n\t\tfabric-tag-extensions-v0: Fabric Tag Extensions (v0) 0.1.3+d423005742\r\n\t\tfabric-textures-v0: Fabric Textures (v0) 0.1.4+933c24c242\r\n\t\tfabricloader: Fabric Loader 0.8.9+build.203\r\n\t\tminecraft: Minecraft 1.14.4\r\n\t\tmusicplayer: Music Player ${file.jarVersion}\r\n\t\tpatchwork: Patchwork 0.7.0\r\n\t\tpatchwork-biomes: Patchwork Biomes 0.2.0+e18acfc8\r\n\t\tpatchwork-capabilities: Patchwork Capabilities support 0.2.0+e18acfc8\r\n\t\tpatchwork-data-generators: Patchwork Data Generators 0.2.0+e18acfc8\r\n\t\tpatchwork-dispatcher: Patchwork Dispatcher 0.3.0+827b7347\r\n\t\tpatchwork-enum-hacks: Patchwork Enum Hacks 0.2.0+e18acfc8\r\n\t\tpatchwork-eventbus: Patchwork EventBus 0.2.0\r\n\t\tpatchwork-events-entity: Patchwork Entity Events 0.4.0+929bf8d0\r\n\t\tpatchwork-events-input: Patchwork Input Events 0.2.0+e18acfc8\r\n\t\tpatchwork-events-lifecycle: Patchwork Lifecycle Events 0.2.0+e18acfc8\r\n\t\tpatchwork-events-rendering: Patchwork Rendering Events 0.2.0+e18acfc8\r\n\t\tpatchwork-events-world: Patchwork World Events 0.2.0+e18acfc8\r\n\t\tpatchwork-extensions: Patchwork Extensions 0.2.0+e18acfc8\r\n\t\tpatchwork-extensions-block: Patchwork Extensions Block 0.2.0+e18acfc8\r\n\t\tpatchwork-extensions-item: Patchwork Item Extensions 0.2.0+e18acfc8\r\n\t\tpatchwork-extensions-shearing: Patchwork Extensions Shearing 0.2.0+e18acfc8\r\n\t\tpatchwork-fml: Patchwork FML Interface 0.2.0+e18acfc8\r\n\t\tpatchwork-gui: Patchwork GUI 0.2.0+e18acfc8\r\n\t\tpatchwork-level-generators: Patchwork Level Generators 0.2.0+e18acfc8\r\n\t\tpatchwork-loot: Patchwork Loot 0.2.0+e18acfc8\r\n\t\tpatchwork-networking: Patchwork Networking 0.2.0+e18acfc8\r\n\t\tpatchwork-networking-messages: Patchwork Networking Messages 0.2.0+e18acfc8\r\n\t\tpatchwork-recipes: Patchwork Recipes 0.2.0+e18acfc8\r\n\t\tpatchwork-registries: Patchwork Registries 0.3.0+827b7347\r\n\t\tpatchwork-tooltype: Patchwork ToolType 0.2.0+e18acfc8\r\n\t\tpatchwork-vanilla-patches: Patchwork Vanilla Patches 0.2.0+e18acfc8\r\n\t\tuteamcore: U Team Core ${file.jarVersion}\r\n\tLaunched Version: fabric-loader-0.8.9+build.203-1.14.4\r\n\tLWJGL: 3.2.2 build 10\r\n\tOpenGL: NO CONTEXT\r\n\tGL Caps: \r\n\tUsing VBOs: Yes\r\n\tIs Modded: Definitely; Client brand changed to 'fabric'\r\n\tType: Client (map_client.txt)\r\n\tResource Packs: ~~ERROR~~ NullPointerException: null\r\n\tCurrent Language: ~~ERROR~~ NullPointerException: null\r\n\tCPU: \u003cunknown\u003e\r\n```\r\n\u003c/details\u003e","author":{"url":"https://github.com/theZombieGeneral","@type":"Person","name":"theZombieGeneral"},"datePublished":"2020-07-18T17:15:11.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":1},"url":"https://github.com/136/patchwork-api/issues/136"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:c075db4e-b744-dfbb-0214-840c15315dfd
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id9ADA:BD194:B01BA:EA461:698E4A36
html-safe-nonce89ae95ebe0a1c2c292e30a63c963c8b901b0516e74e5ac84fbe20afc56f428dc
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5QURBOkJEMTk0OkIwMUJBOkVBNDYxOjY5OEU0QTM2IiwidmlzaXRvcl9pZCI6IjM1NzMyMjM3MjMyODc1OTU1NzUiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==
visitor-hmac31ebed46c3ab03e0eb06150bd82b91a2351b32d1c3b75b68b557b454863b336d
hovercard-subject-tagissue:660266149
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/PatchworkMC/patchwork-api/136/issue_layout
twitter:imagehttps://opengraph.githubassets.com/a55e9710ca6c099396a1fa404308a72ac4d7315b961f42f27e29b19a1ce67632/PatchworkMC/patchwork-api/issues/136
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/a55e9710ca6c099396a1fa404308a72ac4d7315b961f42f27e29b19a1ce67632/PatchworkMC/patchwork-api/issues/136
og:image:altLog java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernametheZombieGeneral
hostnamegithub.com
expected-hostnamegithub.com
Nonea5632af64f7fed7bff1d6a428d1aca1b94fa7a48f760de2d39d9b1effdbf0082
turbo-cache-controlno-preview
go-importgithub.com/PatchworkMC/patchwork-api git https://github.com/PatchworkMC/patchwork-api.git
octolytics-dimension-user_id56008689
octolytics-dimension-user_loginPatchworkMC
octolytics-dimension-repository_id227717133
octolytics-dimension-repository_nwoPatchworkMC/patchwork-api
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id227717133
octolytics-dimension-repository_network_root_nwoPatchworkMC/patchwork-api
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3dda52e29a416820ced574e74040033b820613a2
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/issues/136#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPatchworkMC%2Fpatchwork-api%2Fissues%2F136
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2FPatchworkMC%2Fpatchwork-api%2Fissues%2F136
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=PatchworkMC%2Fpatchwork-api
Reloadhttps://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/issues/136
Reloadhttps://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/issues/136
Reloadhttps://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/issues/136
PatchworkMC https://patch-diff.githubusercontent.com/PatchworkMC
patchwork-apihttps://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2FPatchworkMC%2Fpatchwork-api
Fork 47 https://patch-diff.githubusercontent.com/login?return_to=%2FPatchworkMC%2Fpatchwork-api
Star 283 https://patch-diff.githubusercontent.com/login?return_to=%2FPatchworkMC%2Fpatchwork-api
Code https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api
Issues 21 https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/issues
Pull requests 3 https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/pulls
Actions https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/actions
Projects 0 https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/projects
Wiki https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/wiki
Security 0 https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/security
Insights https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/pulse
Code https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api
Issues https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/issues
Pull requests https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/pulls
Actions https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/actions
Projects https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/projects
Wiki https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/wiki
Security https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/security
Insights https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/pulse
" Could not execute entrypoint stage 'main' due to errors, provided by 'patchwork-dispatcher'! " error when trying to use Music Player mod.https://patch-diff.githubusercontent.com/PatchworkMC/patchwork-api/issues/136#top
https://github.com/theZombieGeneral
https://github.com/theZombieGeneral
theZombieGeneralhttps://github.com/theZombieGeneral
on Jul 18, 2020https://github.com/PatchworkMC/patchwork-api/issues/136#issue-660266149
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.