Jump to content

Naheulf

Members
  • Posts

    14
  • Joined

  • Last visited

Everything posted by Naheulf

  1. So, how to know if this task "success" or "fail" ?
  2. Here is the output of D:\jeux\Minecraft\ModdingForge\forge-1.15.2-31.2.30-mdk>gradlew runData 1> output.log 2>&1 on newly unzipped forge-1.15.2-31.2.30-mdk.zip https://raw.githubusercontent.com/Naheulf/Minecraft_mods_report/master/Forge/ForgeGradle/1.15.2_runData_output.log
  3. ### Description of the Issue Gradlew fail running "runData" task. ### Steps to Reproduce the Issue Download forge Mdk (see below for Forge versions) Extract the zip open widows Command Prompt (cmd.exe) change current dir to the extracted folder run command "gradlew runData" ### Expected Behavior Gradlew should end with the "BUILD SUCCESSFUL" message like "jar" task. ### Actual Behavior Task fail ### Tested forge versions forge-1.14.4-28.1.0-mdk (I saw it when trying to update a mod that uses this version) forge-1.14.4-28.2.0-mdk (Forge LTS? , recommended) forge-1.14.4-28.2.23-mdk (Forge LTS?, latest) forge-1.15.2-31.2.0-mdk (Community LTS? | Forge Current?, recommended) forge-1.15.2-31.2.30-mdk (Community LTS? | Forge Current?, latest) forge-1.16.1-32.0.47-mdk (Forge Current?, latest) ### Debug Information OS: Windows 8.1 x64 Mdk java version : java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode)
  4. I see few dead links in the EAQ: Dead links in the first post (https://forums.minecraftforge.net/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/: Dead link in the second post (https://forums.minecraftforge.net/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/?do=findComment&comment=8022) Dead link in the third post (https://forums.minecraftforge.net/topic/20-rules-and-eaq-read-first-or-you-will-get-banned/?do=findComment&comment=8633 😞
  5. I just see this article about TornadoVM. Can it be used to improve Minecraft start and/or execution speed ?
  6. Fixed ! The following line was missing from the build.gradle file apply plugin: 'eclipse'
  7. I am trying to setup Eclipse workspace for Random Patches (Branch 1.15) . Whenever I try to use the gradlew genEclipseRuns commands, it gives me a Build Fail error. D:\jeux\Minecraft\ModdingForge\RandomPatches>gradlew genEclipseRuns To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html. Daemon will be stopped at the end of the build stopping after processing > Configure project : New Dep: net.minecraftforge:forge:1.15.2-31.0.1_mapped_snapshot_20200126-1.15.1_at_62f112c8fc084e73d6fc4f718aa6c1bb62046881 > Task :genEclipseRuns FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':genEclipseRuns'. > java.lang.NullPointerException (no error message) * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights. * Get more help at https://help.gradle.org BUILD FAILED in 16s 8 actionable tasks: 7 executed, 1 up-to-date D:\jeux\Minecraft\ModdingForge\RandomPatches> In attachment there the output of gradlew genEclipseRuns --info --stacktrace 1> output.log 2>&1 output.log
  8. Thanks. I will ask my server provider to add this argument to java args. Does-it works for all forge/mc version or only for some versions ?
  9. Is there a way to disable formatted output in console ? My server provider doesn't handle ANSI escape char. So logs look like this : › [?1h=› [?1h=› [K[06:31:52] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 68% › [?1h[?1h==› › [?1h=[?1h=› › [?1h=› [?1h=› [?1h=› [?1h=› [K[06:31:54] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 72% › [?1h=› [?1h=› [?1h=› [?1h=› [K[06:31:55] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 77% › [?1h=› [?1h=› [?1h=› [K[06:31:57] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 82% › [?1h=› [?1h=› [K[06:31:59] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 87% › [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [K[06:32:01] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 94% › [?1h=› [?1h=› [?1h=› [?1h=› [K[06:32:02] [Server thread/INFO] [minecraft/DedicatedServer]: Done (170.541s)! For help, type "help" or "?" › [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [K[06:32:03] [Server thread/INFO] [advancedrocketry]: Checking for asteroid config at /data/service3056/data/service_item_1084893/./config/advRocketry/asteroidConfig.xml › [K[06:32:03] [Server thread/INFO] [advancedrocketry]: Checking for ore config at /data/service3056/data/service_item_1084893/./config/advRocketry/oreConfig.xml › [?1h=› [K[06:32:04] [Server thread/INFO] [advancedrocketry]: Checking for config at /data/service3056/data/service_item_1084893/./world/advRocketry/planetDefs.xml › [K[06:32:04] [Server thread/INFO] [advancedrocketry]: Advanced Planet Config file Found! Loading from file. › [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=[?1h=› › [?1h=[?1h=› › [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [?1h=› [K[06:32:11] [Server thread/INFO] [chancecubes]: Loaded custom rewards for the mod Extra Utilities 2
  10. At the beginning I was trying to find another bug in a modpack. I am one of the two people who manages this modpack. To find which < mod | couple of mods > cause this bug I tried to remove a lot of mods at once from this modpack. Because I does not remember which mod use which library, I break some dependencies. At next launch forge display which dependencies are missing so I add them or remove the mod. Some times forge does not display theses dependencies ... and Minecraft crash during startup. This bug can be reproduce. All mods/lib needed to reproduce this bug : Forge 14.23.2.2627 Baubles 1.12-1.5.2 (required library for Botania) Botania r1.10-353 Chisel MC1.12.2-0.2.0.31 CTM MC1.12-0.2.3.12 (required library for Chisel) Case 1: If all dependencies are met: Forge only Baubles only Bauble and Botania CTM only CTM and Chisel Bauble and CTM Bauble and CTM and Botania Bauble and CTM and Chisel Bauble and CTM and Botania and Chisel Then Minecraft start normally. Case 2: If Botania is installed but not Baubles Botania Botania and Chisel Botania and CTM Botanial and Chisel and CTM Then forge display: Note: Forge does NOT display missing CTM for Chisel if Bauble is missing for Botania. This is strange but why not ? Case 3: If Chisel is installed but neither CTM nor Botania: Chisel Chisel and Baubles Then forge display: case last: all mods are installed except CTM: Bauble and Botania and Chisel Then minecraft crash... WHY forge does not display "Chisel is missing mods [...] CTM [...]" ?
  11. I try to debug Steve factory Manager in MC 1.10.2. This mod was create with the old ISidedInventory Interface. gigabit101 has include capability support but it does't work well (exemple).
  12. Hello, With new capability system, how to detect if a slot is accessible through multiple sides ? For example : If a foo TileEntity has 3 slots. Slot "0" is accessible from top facing. Slot "1" is accessible only from all sides. Slot "2" is accessible from bottom side. IItemHandler topHandler = foo.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY, EnumFacing.UP); //Slots "0" and "1" IItemHandler bottomHandler = foo.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY, EnumFacing.DOWN); //Slots "1" and "2" IItemHandler internalHandler = foo.getCapability(CapabilityItemHandler.ITEM_HANDLER_CAPABILITY, null); //Slots "0", "1" and "2" How to detect that slot slot "1" is included in topHandler and bottomHandler ? topHandler.getStackInSlot(1) == bottomHandler.getStackInSlot(0) // Not work if slot is empty or if getStackInSlot return an ItemStack.copy()
×
×
  • Create New...

Important Information

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