Jump to content

Cadiboo

Members
  • Posts

    3624
  • Joined

  • Last visited

  • Days Won

    58

Everything posted by Cadiboo

  1. Try disabling all micdoodle8 mods
  2. Your crash report should be in %APPDATA%\.minecraft\crash-reports\crash<DATE><client | server>.txt Your log should be in %APPDATA%\.minecraft\logs\latest.log
  3. https://gaming.stackexchange.com/questions/302116/dont-have-a-minecraft-folder-on-windows-10-pc https://minecraft.gamepedia.com/.minecraft
  4. Thanks! That helps a lot! Try disabling Brandons core & any mods that use it. It doesn't seem to be the problem from the log, but it has been known to cause a whole lot of problems. You seem to be having a similar problem to the person from this thread. Look at that comment and try removing the mods (if you have them) that I say to remove in that post I can't say exactly what your problem is, you can try removing your mods one by one to find the problematic one(s) by trial and error, or you can wait for someone who might have more experience in this area to possibly try and help you.
  5. yep. What OS are you on?
  6. I meant copy the text into it
  7. Your crash report should be in <MINECRAFT_FOLDER>/crash-reports/crash<DATE><client | server>.txt Your log should be in <MINECRAFT_FOLDER>/logs/latest.log
  8. Looks to me as though you've done everything perfectly so far. Can you please
  9. Where exactly did you download forge from? Does it show the forge logo & progress bars while loading? What stage of loading does it get to?
  10. 1) Post your crash log and/or your latest.log in a spoiler (click the eye icon when making a post) 2) What EXACT forge version are you using (you should be using the LATEST RECOMMENDED VERSION which is currently version 1.12.2 - 14.23.4.2703) 3) HOW did you install forge? Did you use the Installer or the Universal? 4) what version of Java are you using? Minecraft & MinecraftForge & Mods will not work on anything other than Java 8 5) What mods do you have installed 6) Be more specific - What exactly have you tried to do to fix this problem, did anything help at all?
  11. Try removing the following mods
  12. 1.7 is not supported on this forum. Update to 1.12 and use an ISmartModel
  13. Wheres your log? I'm not enough of a tech genius (I'm not sure anyone is) to just look at a picture and be able to tell you your problem & the fix for it. Please post your log inside a Spoiler (click the Eye icon to insert one). It should be called latest.log and be in your minecraft folder. Also please post a list of mods installed and the server log (or your friends log if you are trying to play on their LAN server). If your trying to revive support... insulting the people who made the thing is probably not the best way to attract quality answers.
  14. Dragons stay alive after death to show their death beaming thing. You can see this by shooting them with projectiles very fast when they are "dead", they will still get knocked back, and if knocked back far enough will start moving around again. They also start rotating in apparently random directions when hit at this stage. Hope this helps
  15. they probably (definitely) do have it
  16. Theres nothing wrong in either of these logs that I can see
  17. I assume you mean -Xms#G and -Xmx#G Post the log/crash report with the most recent modification date. If there aren’t any then make sure that Minecraft is launching at all.
  18. Please post updates code, I think you might want to override doesSneakBypassUse (I think that’s the name of the method) or use Events
  19. I recommend having a look at the AT Launcher (ATL) they have a lot of easily customisable mod packs for the most recent versions of Minecraft, and the packs almost always Just Work™️
  20. This fix is also Mac-specific obviously
  21. Exactly, I posted that to enforce that that is not the error causing the issue
  22. Yggdrasil error happens when the request to Minecraft’s authentication servers fails. This can happen if you have no internet connection, a very slow internet connection, or an internet connection on which access to these severs is blocked.
  23. == and != perform INSTANCE comparisons, use someobject.equals(otherobject) instead
  24. On my phone or I would post a more complete answer My RenderGameOverlay method in https://github.com/Cadiboo/WIPTech/blob/master/src/main/java/cadiboo/wiptech/client/EventSubscriber.java (2nd & 3rd Methods in the class) draws an Energy meter for both the block that your looking at and the item that your holding in your main hand right into your HUD. You should be able to easily modify it to fit your mod by replacing all the stuff to do with energy with your stuff.
×
×
  • Create New...

Important Information

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