Skip to content

Instantly share code, notes, and snippets.

View marchermans's full-sized avatar
🏠
Working from home

Marc Hermans marchermans

🏠
Working from home
View GitHub Profile
18:26:52: Executing task 'DownloadSources --stacktrace'...
> Configure project :
Fabric Loom: 0.3.0 Build(local)
[Loom]: Adding MC as repository.
[Loom]: Available: jar
:setting up loom dependencies
:setting up mappings (yarn 1.14.4+build.15)
[Not remapping artifact, no mod]: yarn-1.14.4+build.15-v2.jar
allprojects {
afterEvaluate { project ->
if(project.path == ':') {
def overwrite = project.tasks.findByName('DownloadSources') != null
project.tasks.create(name: 'DownloadSources', overwrite: overwrite) {
doLast {
def configuration = null
def repository = project.repositories.toList().find {
project.repositories.clear()
project.repositories.add(it)
> Task :DownloadSources FAILED
:loading intermediary -> named source mappings
[SourcesJarRemapping]: Failed to remap file.
org.gradle.internal.exceptions.DefaultMultiCauseException: Could not resolve all files for configuration ':minecraftLibraries'.
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.rethrowFailure(DefaultConfiguration.java:1293)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.access$2300(DefaultConfiguration.java:140)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationFileCollection.visitFiles(DefaultConfiguration.java:1270)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration$ConfigurationFileCollection.getFiles(DefaultConfiguration.java:1256)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration.getFiles(DefaultConfiguration.java:499)
at org.gradle.api.internal.artifacts.configurations.DefaultConfiguration_Decorated.getFiles(Unknown Source)
2019-11-30T11:48:52.440+0100 [INFO] [org.gradle.internal.nativeintegration.services.NativeServices] Initialized native services in: /home/marc/.gradle/native
2019-11-30T11:48:52.572+0100 [DEBUG] [org.gradle.launcher.daemon.client.DaemonClient] Executing build e868882b-b232-4080-b813-6bc7ff8dbf8a in daemon client {pid=13749}
2019-11-30T11:48:52.575+0100 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface veth7c539b4
2019-11-30T11:48:52.575+0100 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback interface? false
2019-11-30T11:48:52.575+0100 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding remote address /fe80:0:0:0:9819:c5ff:fe34:a05f%veth7c539b4
2019-11-30T11:48:52.575+0100 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Adding IP addresses for network interface veth601f0a0
2019-11-30T11:48:52.575+0100 [DEBUG] [org.gradle.internal.remote.internal.inet.InetAddresses] Is this a loopback
@marchermans
marchermans / log.txt
Created November 29, 2019 12:27
Stripping transformer
> Configure project :
Fabric Loom: 0.3 Build(local)
:setting up loom dependencies
:setting up mappings (yarn 1.14.4+build.15)
> Task :ideaModule
[ContainedZipStripping]: Transforming: /home/marc/.gradle/caches/jars-3/bbb613ca9d72c54cbe7cb65e2731c7c3/fabric-loom-0.3.jar
[ContainedZipStripping]: Transforming: /home/marc/.gradle/caches/fabric-loom/yarn-1.14.4+build.15-v2-stripped-final.jar
[ContainedZipStripping]: Transforming: /home/marc/IdeaProjects/FabricTest/.gradle/loom-cache/remapped_mods/net.fabricmc.yarn.1_14_4.1.14.4+build.15-v2.net.fabricmc.fabric-api.fabric-api-0.4.1+build.245-1.14.jar
Stream.of(
VoxelShapes.combineAndSimplify(Block.makeCuboidShape(-12.5, 16, 3.5, -3.5, 17, 12.5), Stream.of(
Block.makeCuboidShape(-13.25, 16.75, 3.5, -12.5, 17.75, 12.5),
Block.makeCuboidShape(-3.5, 16.75, 3.5, -2.75, 17.75, 12.5),
Block.makeCuboidShape(-12.5, 16.75, 2.75, -3.5, 17.75, 3.5),
Block.makeCuboidShape(-12.5, 16.75, 12.5, -3.5, 17.75, 13.25)
).reduce((v1, v2) -> {return VoxelShapes.combineAndSimplify(v1, v2, IBooleanFunction.OR);});, IBooleanFunction.OR),
Stream.of(
Stream.of(
Stream.of(
[14:23:20] [ForkJoinPool.commonPool-worker-2/WARN] [equivalency/]: ******************* RESULT: Compound analysis *********************
[14:23:20] [ForkJoinPool.commonPool-worker-2/WARN] [equivalency/]: * BlockContainer{contents=minecraft:jungle_planks, count=1.0}: [SimpleCompoundInstance{type=equivalency:tree, amount=2.0}]
[14:23:20] [ForkJoinPool.commonPool-worker-2/WARN] [equivalency/]: * BlockContainer{contents=minecraft:gold_ore, count=1.0}: [SimpleCompoundInstance{type=equivalency:chaos, amount=4.0}, SimpleCompoundInstance{type=equivalency:earth, amount=2.0}, SimpleCompoundInstance{type=equivalency:metalic, amount=8.0}]
[14:23:20] [ForkJoinPool.commonPool-worker-2/WARN] [equivalency/]: * BlockContainer{contents=minecraft:stripped_jungle_wood, count=1.0}: [SimpleCompoundInstance{type=equivalency:burnable, amount=300.0}, SimpleCompoundInstance{type=equivalency:tree, amount=8.0}]
[14:23:20] [ForkJoinPool.commonPool-worker-2/WARN] [equivalency/]: * BlockContainer{contents=minecraft:sandstone, count=1.0}:
[12:19:42] [ForkJoinPool.commonPool-worker-3/WARN] [equivalency/]: ******************* WARNING: Missing root equivalency data. *********************
[12:19:42] [ForkJoinPool.commonPool-worker-3/WARN] [equivalency/]: * Missing root information for: ItemStackWrapper{stack=1 pink_dye, count=1.0}. Removing from recipe graph.
[12:19:42] [ForkJoinPool.commonPool-worker-3/WARN] [equivalency/]: * Missing root information for: ItemStackWrapper{stack=1 redstone_block, count=1.0}. Removing from recipe graph.
[12:19:42] [ForkJoinPool.commonPool-worker-3/WARN] [equivalency/]: * Missing root information for: ItemStackWrapper{stack=1 apple, count=1.0}. Removing from recipe graph.
[12:19:42] [ForkJoinPool.commonPool-worker-3/WARN] [equivalency/]: * Missing root information for: ItemStackWrapper{stack=1 cake, count=1.0}. Removing from recipe graph.
[12:19:42] [ForkJoinPool.commonPool-worker-3/WARN] [equivalency/]: * Missing root information for: ItemStackWrapper{stack=1 purple_dye, count=1.0}. Removing from recipe graph.
java.lang.IllegalStateException: The ObjectHolder annotation cannot apply to a field that does not map to a registry. Ensure the registry was created during the RegistryEvent.NewRegistry event. (found : com.ldtteam.equivalency.api.compound.ICompoundType at com.ldtteam.equivalency.api.util.ModCompoundTypes.PRODUCTION)
at net.minecraftforge.registries.ObjectHolderRef.<init>(ObjectHolderRef.java:95) ~[forge-1.14.4-28.1.90_mapped_stable_53-1.14.2-recomp.jar:?] {re:classloading}
at net.minecraftforge.registries.ObjectHolderRegistry.scanTarget(ObjectHolderRegistry.java:154) ~[forge-1.14.4-28.1.90_mapped_stable_53-1.14.2-recomp.jar:?] {re:classloading}
at net.minecraftforge.registries.ObjectHolderRegistry.lambda$findObjectHolders$8(ObjectHolderRegistry.java:111) ~[forge-1.14.4-28.1.90_mapped_stable_53-1.14.2-recomp.jar:?] {re:classloading}
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183) ~[?:1.8.0_222] {}
at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175) ~[?:
[16:44:38] [Server thread/ERROR] [ne.mi.ev.EventBus/EVENTBUS]: Exception caught during firing event: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "net/minecraft/item/ItemStack"
Index: 1
Listeners:
0: NORMAL
1: net.minecraftforge.eventbus.EventBus$$Lambda$2022/533398008@c93a464
java.lang.LinkageError: loader constraint violation: loader (instance of sun/misc/Launcher$AppClassLoader) previously initiated loading for a different type with name "net/minecraft/item/ItemStack"
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
at java.net.URLClassLoader.defineClass(URLClassLoader.java:468)