Jump to content

Recommended Posts

Posted

 

Up to yesterday I was able to play. This morning the launcher crashes just before it takes me to the actual game window.  I have tried a process of elimination. I use MC 1.12 with Forge and Liteloader, then Optifine and 4 other mops. I checked and updated everything, then I tried MC 1.12 by itself, no problems. Then I tried minecraft wtih forge only, it crashed. I tried minecraft with liteloader only, I can play. I tried Minecraft with Optifine only, and I can play. I tried minecraft and Forge and I cant play.

So it's got to be Forge.

I'm am enclosing the crash report.

  Reveal hidden contents

 

Posted

I did. I removed the mods, and then I tried the process of elimination as explained above. I was able to play minecraft using optifine only, Any combination works until I add Forge

Posted (edited)
  On 6/26/2017 at 9:02 PM, diesieben07 said:

Post a log with just Forge where the issue occurs.

Expand  

 

I've been having a very similar problem, but when I play with only Forge, it works. The only time that I get a problem is when I add OptiFine to the mix.

Here is the log file when I launch with Forge and OptiFine. FYI, I launched with Forge first, then I downloaded OptiFine and launched again.

https://paste.ee/p/q9Tuc

 

Also, I can launch with just OptiFine, but when I do, OptiFine does not work and none of the settings from it show up, but normal Gameplay goes by as usual. Only when Forge and OptiFine are together do I ever get an error.

Edited by Samiotto
More information to add
Posted

Hi again, 

here is the log using Minecraft 1.12 with Forge v2373

  Reveal hidden contents

 

Posted

Well, I thought I had removed Optifine. So I just updated Forge to the latest v2375, and run it with minecraft and it worked.  This combo didnt work yesterday when I tried them all out. 

However, today, minecraft with Forge and Optifine wont run. Optifine and Liteloader will run, so Forge and Optifine cant run at the same time?

Is there a way around this? 

Thanks

Posted

Same problem here; this is due to optifine. Removing Optifine helps. So does *downgrading* forge.


Forge 14.21.0.2335 with Optifine 1.12_HD_U_C3 works fine for me, forge 14.21.0.2375 and 14.21.0.2381 don't.

 

Posted

Hi, i dont have optifine (at least not optifine 1.12) but my game still crashes everytime i start the game with any version of forge 1.12.

Here is my crash report.

  Reveal hidden contents

 

Posted
  On 6/29/2017 at 10:57 AM, Deekhed said:

Hi, i dont have optifine (at least not optifine 1.12) but my game still crashes everytime i start the game with any version of forge 1.12.

Here is my crash report.

  Reveal hidden contents

 

Expand  

Make your own thread for your own issue.

 

Also:

  On 6/29/2017 at 10:57 AM, Deekhed said:

Details:
    Minecraft Version: 1.11.2

Expand  

You're not actually running 1.12....

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

  • 5 months later...
  • 5 months later...
Posted (edited)

I Cant Make A Minecraft Version Too... :'{

2043116703_Screenshot(50).thumb.png.5c459baf33c8d2474bf26ec6624de555.pngThis Is My 'latest.log':

  Reveal hidden contents

1897240465_Screenshot(48).thumb.png.158c19323f1fc8fba7ecb325a35d7a88.png

Edited by Garebear
......................?......................
  • Guest locked this topic
Guest
This topic is now closed to further replies.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • When you name a method like that, with no return value, it is a constructor. The constructor must have the same name as the class it constructs, in this case, ModItems. I would strongly advise reading up on some basic Java tutorials, because you will definitely be running into a lot more issues as you go along without the basics. *I should also add that the Forge documentation is a reference, not a tutorial. Even following tutorials, you should know Java basics, otherwise the smallest of mistakes will trip you up as you copy someone elses code.
    • so, I'm starting modding and I'm following the official documantation for forge: https://docs.minecraftforge.net, but in the registries part it is not working as it is in the docs:   public class ModItems { private static final DeferredRegister<Item> ITEMS = DeferredRegister.create(ForgeRegistries.ITEMS, DarkStarvation.MOD_ID); public static final RegistryObject<Item> TEST_ITEM = ITEMS.register("test_item", () -> new Item(new Item.Properties())); public DarkStarvation(FMLJavaModLoadingContext context) { ITEMS.register(context.getModEventBus()); } } in 'public DarkStarvation(...' the DarkStarvation has this error: Invalid method declaration; return type required and the getModEventBus(): Cannot resolve method 'getModEventBus' in 'FMLJavaModLoadingContext' please help, I asked gpt but it is saying that I'm using an old method, but I'm following the latest version of Forge Docs???
    • I merged your second post with the original , there is no need to post a new thread asking for an answer. If someone sees your post and can help, they will reply. If you are seeking a quicker response, you could try asking in the Minecraft Forge diacord.
    • Create a new instance and start with cobblemon - if this works, add the rest of your mods in groups   Maybe another mod is conflicting - like Sodium/Iris or Radical Cobblemon Trainers
    • https://forums.minecraftforge.net/topic/157393-1201-forge-rocket-flame-particle-trail-moves-up-and-crashes-into-the-rocket-during-flight/#comment-584134
  • Topics

  • Who's Online (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

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