Jump to content
  • Home
  • Files
  • Docs
Topics
  • All Content

  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • Support & Bug Reports Latest Topics
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
Currently Supported: 1.16.X (Latest) and 1.15.X (LTS)

Support & Bug Reports

Help with Forge goes here. Refer to Modder Support for help with Forge modding. You MUST read the EAQ before posting.

Sign in to follow this  
Followers 8
  • Start new topic

22770 topics in this forum

  • Sort By
    • Recently Updated
    • Title
    • Start Date
    • Most Viewed
    • Most Replies
    • Custom
  • Prev
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • Next
  • Page 15 of 911  
Nullpoint Error with Direwolf20 pack
By NeylandSensei, January 31
2
0
fizzy6868
February 1
valhelsia 3 Crashing
By uraketu, January 31
2
0
uraketu
February 1
1.10.2 Crash
By TangoMeisterIII, February 1
1
0
diesieben07
February 1
how to know what mod is crashing miecraft
By Yash 007, February 1
2
0
diesieben07
February 1
ModelLoader loading error
By EvilThunderer, February 1
1
0
diesieben07
February 1
Forge Crashing with many mods and I cant find the error
By Mcjamster, January 31
3
0
diesieben07
February 1
Forge Help: Won’t install server
By gabbywolf2004, February 1
1
0
diesieben07
February 1
Errors in currently selected datapacks prevented the world from loading. You can either try to load it with only the vanilla data pack ("safe mode") or go back to the title screen to manually fix it
By LancerTG, January 29
18
0
LancerTG
February 1
minecraft crashes as soon as I use shaders
By JoehnMama, January 26
15
0
Forbidden_Angel22
January 31
Game Crashing During Intialization
By AkiYuki, January 31
1
0
DaemonUmbra
January 31
Error
By Natersc2k16, January 31
2
0
DaemonUmbra
January 31
My modpack takes years to load
By BBoi69, January 26
17
0
DaemonUmbra
January 31
Unable to install
By Shifty_camp, January 30
1 2
30
0
DaemonUmbra
January 31
Error Conecting to My Minecraft Server
By Arthurmeade12, January 23
17
0
DaemonUmbra
January 31
My world won't load.
By elliotfoxk, January 28
7
0
DaemonUmbra
January 31
Ive played the 1.16 mod all the mods 6 and it crashed while macking a world the exit code was 0
By 007lol, January 29
12
0
DaemonUmbra
January 31
[Netty Server IO #2/ERROR] [FML]: NetworkDispatcher exception
By sev_erin257, January 31
1
0
diesieben07
January 31
Avast Detected a Virus in Forge's server jar file
By ItzGoofyOliver, January 30
4
0
ItzGoofyOliver
January 31
Minecraft 1.16.4 forge error crashed
By TAnish, January 31
2
0
TAnish
January 31
The game crashed whilst rendering screen Error: java.lang.NullPointerException: Rendering screen Exit Code: -1 error
By h2pw, January 31
1
0
diesieben07
January 31
Trying to launch Minecraft Forge Server 1.12.2 on a Mac
By Microwaveddd, January 31
1
0
diesieben07
January 31
Forge 1.14 not launching with optifine installed
By Nurnenhavn, January 31
1
0
diesieben07
January 31
My Worlds wont load using forge
By Ellias Dixon, January 30
2
0
diesieben07
January 31
cant get forge 1.16 to run
By Athiss_1, January 29
12
0
diesieben07
January 31
1.16.5 crash after loading
By Btl, January 30
1
0
diesieben07
January 31
  • Prev
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • Next
  • Page 15 of 911  
Sign in to follow this  
Followers 8


  • Posts

    • Centmap
      Forge Mods Folder

      By Centmap · Posted 36 minutes ago

      ok thanks  
    • Luis_ST
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST · Posted 44 minutes ago

      it was once intended for something else what do I have to change that I can use it
    • diesieben07
      [1.16.5] Help with custom container (error when put a item in an slot)

      By diesieben07 · Posted 46 minutes ago

      The IMessage interface is entirely unnecessary. Other than that, yes, that is how you add packets.
    • Luis_ST
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST · Posted 54 minutes ago

      yes I have this variable (it goes from 0 to 109).   this is what i'm trying right now. Edit: it works like this, but how do I find out when I have to move a slot outside of the visible area if I shouldn't use the slot's position   I've "tried" something like this before in another mod. But I am not sure whether it works that way and whether it is even right? code: PacketHandler: https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/ModPacketHandler.java my message interface: https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/IMessage.java SyncSlotPosition message (not final/ in work): https://github.com/Luis-st/Forge-1.16.5-36.0.1-mdk/blob/main/forge-1.16.5-36.0.1-mdk/src/main/java/net/luis/cave/core/SyncSlotPosition.java   is there an error somewhere / does it work like that way?  
    • yincrafterf
      CurseForge installer is stuck at Extracting files.

      By yincrafterf · Posted 2 hours ago

      Sorry i didn't know thought it was the same thing. Edit: forgot to say i changed account because the other one wasn't letting me in.
  • Topics

    • Centmap
      2
      Forge Mods Folder

      By Centmap
      Started 12 hours ago

    • Luis_ST
      32
      [1.16.5] Help with custom container (error when put a item in an slot)

      By Luis_ST
      Started Tuesday at 04:15 PM

    • yincrafter
      2
      CurseForge installer is stuck at Extracting files.

      By yincrafter
      Started 3 hours ago

    • dynastychan
      1
      anyone know why my forge 1.12.2 server is vanilla not modded?

      By dynastychan
      Started 11 hours ago

    • pitbox46
      1
      Pushing Redstone

      By pitbox46
      Started 5 hours ago

  • Who's Online (See full list)

    • Waterdev
    • than00ber1
    • VinGame
    • Centmap
    • Choonster
    • Luis_ST
  • All Activity
  • Home
  • Minecraft Forge
  • Support & Bug Reports
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community