Jump to content

[1.10.2]Forge Version checks fail


OrangeVillager61

Recommended Posts

When forge checks for the latest version of my mod it doesn't work. I tested it by changing the version of my mod on eclipse to a different one. I looked at the log and got this:

 

[21:33:45] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json
[21:33:45] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: BETA Target: null

json

 

My update.json (on github and I didn't use gist)

"homepage": "http://minecraft.curseforge.com/projects/modrops/files",
  "promos": {
    "1.8.9-latest": "0.3.0_2",
    "1.8.9-recommended": "0.3.0_2",
    "1.10-latest": "0.5.3",
    "1.10-recommended": "0.5.3"
    "1.10.2-latest": "0.5.2"
    "1.10.2-recommended": "0.5.2"
  },
  "{MinecraftVersion}: {
    "1.10: {
        "0.5.1": "Added netherrack drop for nether quartz ore. Fixed the adaptive egg recipe. Started work on the custom villager: Biomaker.
Mostly done but has only four trades."
    }
  }

Link to it: https://github.com/Orange1861/update.json/blob/master/update.json

My @mod

package orangeVillager61.MoDrops;

import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.EventHandler;
import net.minecraftforge.fml.common.Mod.Instance;
import net.minecraftforge.fml.common.SidedProxy;
import net.minecraftforge.fml.common.event.FMLInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitializationEvent;
import net.minecraftforge.oredict.OreDictionary;

@Mod(modid = Reference.MOD_ID, name = Reference.MOD_NAME, version = Reference.VERSION, updateJSON = "{https://github.com/Orange1861/update.json/blob/master/update.json}")
public class MoDrops {

@Instance
public static MoDrops instance = new MoDrops();

@SidedProxy(clientSide="orangeVillager61.MoDrops.ClientProxy", serverSide="orangeVillager61.MoDrops.ServerProxy")
public static CommonProxy proxy;

public static final MoDropsTab tabMoDrops = new MoDropsTab("tabMoDrops");

@EventHandler
public void preInit(FMLPreInitializationEvent e) {
   proxy.preInit(e);
   Config.instance.load(e);
}

@EventHandler
public void init(FMLInitializationEvent e) {
    proxy.init(e);
}

@EventHandler
public void postInit(FMLPostInitializationEvent e) {
    proxy.postInit(e);
}
};

Link to comment
Share on other sites

1) Why does your URL container {}? Thats not a valid url

2) Your json is broken. See the red errors when you view the page

3) You need to use the raw links.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Link to comment
Share on other sites

  • 3 years later...

i have a problem with forge. i have the latest version

 

 

 

[Pterodactyl Daemon] Server marked as STARTING

[Pterodactyl Daemon] Checking size of server data directory...

[Pterodactyl Daemon] Disk Usage: 91M / 0M

[Pterodactyl Daemon] Ensuring correct ownership of files.

[Pterodactyl Daemon] Running server preflight.

[Pterodactyl Daemon] Starting server container.

openjdk version "1.8.0_242"

OpenJDK Runtime Environment (build 1.8.0_242-b08)

OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)

:/home/container$ java -Xms128M -Xmx512M -jar server.jar

[18:28:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker

[18:28:07] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker

[18:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker

[18:28:07] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2854 for Minecraft 1.12.2 loading

[18:28:07] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_242, running on Linux:amd64:4.15.0-96-generic, installed at /usr/local/openjdk-8

[18:28:07] [main/INFO] [FML]: Searching /home/container/./mods for mods

[18:28:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:28:07] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[18:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker

[18:28:07] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:28:09] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557

[18:28:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper

[18:28:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker

[18:28:09] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker

[18:28:09] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker

[18:28:10] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer}

[18:28:13] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.12.2

[18:28:13] [Server thread/WARN] [minecraft/DedicatedServer]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar"

[18:28:13] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2854 Initialized

[18:28:13] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients.

=> [18:28:13] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient...

[18:28:13] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients

[18:28:13] [Server thread/INFO] [FML]: Searching /home/container/./mods for mods

[18:28:14] [Server thread/INFO] [FML]: Disabling mod ptrmodellib it is client side only.

[18:28:14] [Server thread/INFO] [FML]: Forge Mod Loader has identified 7 mods to load

[18:28:14] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang

> [18:28:14] [Server thread/INFO] [FML]: FML has found a non-mod file PTRLib-1.0.4.jar in your mods directory. It will now be injected into your classpath. This could severe stability issues, it should be removed if possible.

[18:28:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, props, humans, mca] at CLIENT

[18:28:14] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, props, humans, mca] at SERVER

[18:28:14] [Server thread/INFO] [FML]: Processing ObjectHolder annotations

[18:28:14] [Server thread/INFO] [FML]: Found 1173 ObjectHolder annotations

[18:28:14] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations

[18:28:14] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations

[18:28:14] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0

[18:28:14] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json

[18:28:15] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Original locale was en, switching to Locale.US

[18:28:15] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale is now en_US

[18:28:15] [Server thread/INFO] [com.mia.craftstudio.CSPack]: Locale was restored to en

[18:28:15] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null

container:~/$

Link to comment
Share on other sites

8 hours ago, JeParra said:

i have a problem with forge.

Please do not add on to a thread someone else started just because you think your issue is the same, changes are it is not.

You should start your own thread.

 

8 hours ago, JeParra said:

i have the latest version

No you don't, the latest version is 1.15.2-31.2.0 and you are still using 1.12, which is no longer supported due to age.

Please update to a modern (1.14.4/1.15.2) version to receive support.

 

More information on supported versions can be found in the LTS link at the top of every page.

Link to comment
Share on other sites

  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • https://pastebin.com/VwpAW6PX My game crashes upon launch when trying to implement the Oculus mod to this mod compilation, above is the crash report, I do not know where to begin to attempt to fix this issue and require assistance.
    • https://youtube.com/shorts/gqLTSMymgUg?si=5QOeSvA4TTs-bL46
    • CubeHaven is a SMP server with unique features that can't be found on the majority of other servers! Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132 3 different stores: - CubeHaven Store: Our store to purchase using real money. - Bitcoin Store: Store for Bitcoin. Bitcoin can be earned from playing the server. Giving options for players if they want to spend real money or grind to obtain exclusive packages. - Black Market: A hidden store for trading that operates outside our traditional stores, like custom enchantments, exclusive items and more. Some of our features include: Rank Up: Progress through different ranks to unlock new privileges and perks. 📈 Skills: RPG-style skill system that enhances your gaming experience! 🎮 Leaderboards: Compete and shine! Top players are rewarded weekly! 🏆 Random Teleporter: Travel instantly across different worlds with a click! 🌐 Custom World Generation: Beautifully generated world. 🌍 Dungeons: Explore challenging and rewarding dungeons filled with treasures and monsters. 🏰 Kits: Unlock ranks and gain access to various kits. 🛠️ Fishing Tournament: Compete in a friendly fishing tournament! 🎣 Chat Games: Enjoy games right within the chat! 🎲 Minions: Get some help from your loyal minions. 👥 Piñata Party: Enjoy a festive party with Piñatas! 🎉 Quests: Over 1000 quests that you can complete! 📜 Bounty Hunter: Set a bounty on a player's head. 💰 Tags: Displayed on nametags, in the tab list, and in chat. 🏷️ Coinflip: Bet with other players on coin toss outcomes, victory, or defeat! 🟢 Invisible & Glowing Frames: Hide your frames for a cleaner look or apply a glow to it for a beautiful look. 🔲✨[ Player Warp: Set your own warp points for other players to teleport to. 🌟 Display Shop: Create your own shop and sell to other players! 🛒 Item Skins: Customize your items with unique skins. 🎨 Pets: Your cute loyal companion to follow you wherever you go! 🐾 Cosmetics: Enhance the look of your character with beautiful cosmetics! 💄 XP-Bottle: Store your exp safely in a bottle for later use! 🍶 Chest & Inventory Sorting: Keep your items neatly sorted in your inventory or chest! 📦 Glowing: Stand out from other players with a colorful glow! ✨ Player Particles: Over 100 unique particle effects to show off. 🎇 Portable Inventories: Over virtual inventories with ease. 🧳 And a lot more! Become part of our growing community today! Discord: https://cubehaven.net/discord Java: MC.CUBEHAVEN.NET Bedrock: MC.CUBEHAVEN.NET:19132
    • # Problematic frame: # C [libopenal.so+0x9fb4d] It is always the same issue - this refers to the Linux OS - so your system may prevent Java from working   I am not familiar with Linux - check for similar/related issues  
  • Topics

×
×
  • Create New...

Important Information

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