Jump to content

Achievement Page trouble


vroominator

Recommended Posts

Yes, I'm having trouble with Achievement pages. Done a quick search, and found that I'm not the only one who's had this issue, but the fixes in other threads haven't worked for me.

RcZO8.png

I know it has trouble if there's only 1 achievement, but I have 6, and some of them are sub-achieves of others in the same list. Achievements with parent achievements in this list also won't show what achievement they require, but instead show their description, without me having the parent achievement.

Here's the code I'm using, if it's any help

 

	soShiny = new Achievement(8000, "soShiny", 0, 0, ingotSilver, AchievementList.acquireIron).registerAchievement();
	addAchievementName("soShiny", "It's so shiny!");
	addAchievementDesc("soShiny", "Smelt a Silver Ingot");

	wizardHarry = new Achievement(8001, "wizardHarry", 0, 1, wand, Sorcery.anotherTable).setSpecial().registerAchievement();
	addAchievementName("wizardHarry", "You're a Wizard, Harry");
	addAchievementDesc("wizardHarry", "Craft a Wand at a Wandcrafting Table");

	loveStory = new Achievement(8002, "loveStory", 0, 2, spellbook, Sorcery.inventor).registerAchievement();
	addAchievementName("loveStory", "Still a better love story than Twilight");
	addAchievementDesc("loveStory", "Craft a Spellbook");

	babbyFormed = new Achievement(8003, "babbyFormed", 0, 3, (new ItemStack(arcanehalf, 1, 0)), AchievementList.buildWorkBench).registerAchievement();
	addAchievementName("babbyFormed", "How is Babby Formed?");
	addAchievementDesc("babbyFormed", "Craft an Incubator");

	anotherTable = new Achievement(8004, "anotherTable", 0, 4, (new ItemStack(machine, 1, 1)), Sorcery.inventor).registerAchievement();
	addAchievementName("anotherTable", "ANOTHER Crafting Table?");
	addAchievementDesc("anotherTable", "Craft a Wandcrafting Table");

	inventor = new Achievement(8005, "inventor", 0, 5, (new ItemStack(machine, 1, 0)), AchievementList.buildWorkBench).registerAchievement();
	addAchievementName("inventor", "Inventor");
	addAchievementDesc("inventor", "Craft a Tinkering Table");

	achPage = new AchievementPage("Sorcery", babbyFormed, soShiny, wizardHarry, loveStory, anotherTable, inventor);
	AchievementPage.registerAchievementPage(achPage);

 

Sorry if this is in the wrong section, I'm not sure whether this belongs under the Bug Reports or Modder Support section.

Link to comment
Share on other sites

  • 4 weeks later...

Stumbled upon the same bug, gave up searching as well, so I studied the code ;)

 

It renders the white screen when the achievement page only containes achievements without parent achievements.

 

That prevents Gui.drawRect() (called from drawHorizontalLine() or drawVerticalLine()) from being called, which apparently is required due to some GL Options being set. If I were to make a guess, it would be GL11.glBlendFunc(GL11.GL_SRC_ALPHA, GL11.GL_ONE_MINUS_SRC_ALPHA);

 

Dear MCForge devs: Please look into this. Should be only a matter of minutes to fix from here on. Thanks!

 

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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Turning the Tables: My Journey to Reclaim Stolen Bitcoins with Expert Help. When my Bitcoin wallet was hacked and my entire cryptocurrency portfolio was stolen, I felt utterly devastated and hopeless. Having worked hard to build up my digital assets, the sudden loss was gut-wrenching. It felt like my financial future had been ripped away in an instant, leaving me overwhelmed by a sense of betrayal and despair. In my search for help, I discovered TECH CYBER FORCE Recovery, a renowned cybersecurity firm specializing in cryptocurrency recovery. I was met with professionalism and empathy from my first contact with them. The team demonstrated a steadfast commitment to helping me retrieve my stolen Bitcoins. They understood the emotional toll of my situation and approached my case with genuine concern. TECH CYBER FORCE Recovery swung into action immediately, leveraging its extensive expertise in blockchain forensics and hacker tracking techniques. Their process was meticulous. They analyzed my transaction history, followed the digital trail left by the hackers, and worked diligently to pinpoint the location of the stolen funds. I was impressed by their technical prowess; they employed advanced cryptographic methods and strategic negotiations with the perpetrators, all while keeping me informed about their progress. The recovery process was complex and fraught with challenges. However, the tenacity displayed by the team was truly awe-inspiring. They navigated cryptocurrency crime's murky and ever-evolving landscape with skill and determination. After a series of strategic moves, they managed to recover the majority of my Bitcoins successfully.  
    • I removed giacomos_hud, oculus, (dont know what you mean with iris), enhanced_boss_bars, epicfight and essential.  Server still doesnt want to boot. new logs after removing: https://pastebin.com/LuM2PFtN I dont quite understand the "server side" and "client side" difference..
    • There are client side only mods in your server files   Remove giacomos_hud, oculus, iris, enhanced_boss_bars and epicfight You can keep these mods in your client Maybe also remove essentials
    • Here is my Log with java 17: https://pastebin.com/RPdWSjwq
    • Been working on creating a server for this mod, but i keep getting this error over and over again.  I have tried updating/changing the Forge launcher, Removing/replacing the ops.json and whitelist.json folders, and removing certain mods. Crash report log: https://pastebin.com/Bu046cVq Debug.log https://pastebin.com/7hKm40ke Latest.log https://pastebin.com/nCRLUH3b any help would be great thanks!
  • Topics

×
×
  • Create New...

Important Information

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