Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

I am running forge version 4.0.0.230. (http://jenkins.minecraftforge.net:7070/job/forge/230/).

I made a mod that is an addition to an already made mod. This "parent" mod runs on this version of forge, so I used this version as well.

 

My mod works fine with the "parent". I have that mod, and mine on my server, but if someone tries to connect and they DON'T have my mod, they can still connect. I've tried all four possibilities of this line

 

@NetworkMod(clientSideRequired = true, serverSideRequired = false)

@NetworkMod(clientSideRequired = false, serverSideRequired = false)

@NetworkMod(clientSideRequired = true, serverSideRequired = true)

@NetworkMod(clientSideRequired = false, serverSideRequired = true)

 

but people can still connect without having my mod installed.

  • Author

You get this

 

 

 

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Unexpected error

This error has been saved to C:\Users\Jesse\AppData\Roaming\.minecraft\crash-reports\crash-2012-09-09_09.08.13-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.

 

 

 

--- BEGIN ERROR REPORT d0176384 --------

Generated 9/9/12 9:08 AM

 

- Minecraft Version: 1.3.2

- Operating System: Windows 7 (amd64) version 6.1

- Java Version: 1.7.0_07, Oracle Corporation

- Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

- Memory: 342756728 bytes (326 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)

- JVM Flags: 2 total; -Xms512m -Xmx1024m

- FML: FML v3.0.148.332 Minecraft Forge 4.0.0.230 5 mods loaded, 5 mods active

Forge Mod Loader (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Generation Exporter (Pixelmon1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Minecraft Forge (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Pixelmon (Pixelmon1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

mod_TooManyItems (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

- LWJGL: 2.4.2

- OpenGL: AMD Radeon HD 6800 Series GL version 4.2.11762 Compatibility Profile Context, ATI Technologies Inc.

- Is Modded: Definitely; 'forge,fml'

- Type: Client

- Texture Pack: DefaultTexturePack.zip

- Profiler Position: N/A (disabled)

- World MpServer Entities: 6 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93], EntityKoffing['Koffing'/948, l='MpServer', x=1031.66, y=64.00, z=1056.91], EntityPidgey['Pidgey'/944, l='MpServer', x=1020.53, y=64.00, z=1048.41], EntityParas['Paras'/945, l='MpServer', x=1020.34, y=64.00, z=1050.66], EntityKoffing['Koffing'/946, l='MpServer', x=1013.81, y=64.00, z=1050.75], EntityNumel['Numel'/1023, l='MpServer', x=1049.13, y=64.00, z=1027.59]]

- World MpServer Players: 1 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93]]

- World MpServer Chunk Stats: MultiplayerChunkCache: 280

- Forced Entities: 6 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93], EntityNumel['Numel'/1023, l='MpServer', x=1049.13, y=64.00, z=1027.59], EntityKoffing['Koffing'/948, l='MpServer', x=1031.66, y=64.00, z=1056.91], EntityPidgey['Pidgey'/944, l='MpServer', x=1020.53, y=64.00, z=1048.41], EntityParas['Paras'/945, l='MpServer', x=1020.34, y=64.00, z=1050.66], EntityKoffing['Koffing'/946, l='MpServer', x=1013.81, y=64.00, z=1050.75]]

- Retry Entities: 0 total; []

 

java.lang.NullPointerException

at up.a(World.java:1199)

at up.a(World.java:1005)

at jw.a(EntityLiving.java:1946)

at auw.a(EntityRenderer.java:224)

at auw.a(EntityRenderer.java:945)

at auw.b(EntityRenderer.java:890)

at net.minecraft.client.Minecraft.J(Minecraft.java:871)

at net.minecraft.client.Minecraft.run(Minecraft.java:764)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT ccc859cb ----------

 

 

You get this

 

 

 

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Unexpected error

This error has been saved to C:\Users\Jesse\AppData\Roaming\.minecraft\crash-reports\crash-2012-09-09_09.08.13-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.

 

 

 

--- BEGIN ERROR REPORT d0176384 --------

Generated 9/9/12 9:08 AM

 

- Minecraft Version: 1.3.2

- Operating System: Windows 7 (amd64) version 6.1

- Java Version: 1.7.0_07, Oracle Corporation

- Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

- Memory: 342756728 bytes (326 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)

- JVM Flags: 2 total; -Xms512m -Xmx1024m

- FML: FML v3.0.148.332 Minecraft Forge 4.0.0.230 5 mods loaded, 5 mods active

Forge Mod Loader (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Generation Exporter (Pixelmon1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Minecraft Forge (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Pixelmon (Pixelmon1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

mod_TooManyItems (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

- LWJGL: 2.4.2

- OpenGL: AMD Radeon HD 6800 Series GL version 4.2.11762 Compatibility Profile Context, ATI Technologies Inc.

- Is Modded: Definitely; 'forge,fml'

- Type: Client

- Texture Pack: DefaultTexturePack.zip

- Profiler Position: N/A (disabled)

- World MpServer Entities: 6 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93], EntityKoffing['Koffing'/948, l='MpServer', x=1031.66, y=64.00, z=1056.91], EntityPidgey['Pidgey'/944, l='MpServer', x=1020.53, y=64.00, z=1048.41], EntityParas['Paras'/945, l='MpServer', x=1020.34, y=64.00, z=1050.66], EntityKoffing['Koffing'/946, l='MpServer', x=1013.81, y=64.00, z=1050.75], EntityNumel['Numel'/1023, l='MpServer', x=1049.13, y=64.00, z=1027.59]]

- World MpServer Players: 1 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93]]

- World MpServer Chunk Stats: MultiplayerChunkCache: 280

- Forced Entities: 6 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93], EntityNumel['Numel'/1023, l='MpServer', x=1049.13, y=64.00, z=1027.59], EntityKoffing['Koffing'/948, l='MpServer', x=1031.66, y=64.00, z=1056.91], EntityPidgey['Pidgey'/944, l='MpServer', x=1020.53, y=64.00, z=1048.41], EntityParas['Paras'/945, l='MpServer', x=1020.34, y=64.00, z=1050.66], EntityKoffing['Koffing'/946, l='MpServer', x=1013.81, y=64.00, z=1050.75]]

- Retry Entities: 0 total; []

 

java.lang.NullPointerException

at up.a(World.java:1199)

at up.a(World.java:1005)

at jw.a(EntityLiving.java:1946)

at auw.a(EntityRenderer.java:224)

at auw.a(EntityRenderer.java:945)

at auw.b(EntityRenderer.java:890)

at net.minecraft.client.Minecraft.J(Minecraft.java:871)

at net.minecraft.client.Minecraft.run(Minecraft.java:764)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT ccc859cb ----------

 

 

Well, see, then they know they need it on their client. You don't have to do anything, but use the first @NetworkMod declarator.

So, what would happen if I did push that shiny red button over there? ... Really? ... Can I try it? ... Damn.

  • Author

You get this

 

 

 

 

      Minecraft has crashed!     

      ----------------------     

 

Minecraft has stopped running because it encountered a problem; Unexpected error

This error has been saved to C:\Users\Jesse\AppData\Roaming\.minecraft\crash-reports\crash-2012-09-09_09.08.13-client.txt for your convenience. Please include a copy of this file if you report this crash to anyone.

 

 

 

--- BEGIN ERROR REPORT d0176384 --------

Generated 9/9/12 9:08 AM

 

- Minecraft Version: 1.3.2

- Operating System: Windows 7 (amd64) version 6.1

- Java Version: 1.7.0_07, Oracle Corporation

- Java VM Version: Java HotSpot 64-Bit Server VM (mixed mode), Oracle Corporation

- Memory: 342756728 bytes (326 MB) / 514523136 bytes (490 MB) up to 954466304 bytes (910 MB)

- JVM Flags: 2 total; -Xms512m -Xmx1024m

- FML: FML v3.0.148.332 Minecraft Forge 4.0.0.230 5 mods loaded, 5 mods active

Forge Mod Loader (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Generation Exporter (Pixelmon1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Minecraft Forge (coremods) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

Pixelmon (Pixelmon1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

mod_TooManyItems (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available

- LWJGL: 2.4.2

- OpenGL: AMD Radeon HD 6800 Series GL version 4.2.11762 Compatibility Profile Context, ATI Technologies Inc.

- Is Modded: Definitely; 'forge,fml'

- Type: Client

- Texture Pack: DefaultTexturePack.zip

- Profiler Position: N/A (disabled)

- World MpServer Entities: 6 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93], EntityKoffing['Koffing'/948, l='MpServer', x=1031.66, y=64.00, z=1056.91], EntityPidgey['Pidgey'/944, l='MpServer', x=1020.53, y=64.00, z=1048.41], EntityParas['Paras'/945, l='MpServer', x=1020.34, y=64.00, z=1050.66], EntityKoffing['Koffing'/946, l='MpServer', x=1013.81, y=64.00, z=1050.75], EntityNumel['Numel'/1023, l='MpServer', x=1049.13, y=64.00, z=1027.59]]

- World MpServer Players: 1 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93]]

- World MpServer Chunk Stats: MultiplayerChunkCache: 280

- Forced Entities: 6 total; [atg['Zero_Dude'/2404, l='MpServer', x=1032.11, y=65.62, z=1030.93], EntityNumel['Numel'/1023, l='MpServer', x=1049.13, y=64.00, z=1027.59], EntityKoffing['Koffing'/948, l='MpServer', x=1031.66, y=64.00, z=1056.91], EntityPidgey['Pidgey'/944, l='MpServer', x=1020.53, y=64.00, z=1048.41], EntityParas['Paras'/945, l='MpServer', x=1020.34, y=64.00, z=1050.66], EntityKoffing['Koffing'/946, l='MpServer', x=1013.81, y=64.00, z=1050.75]]

- Retry Entities: 0 total; []

 

java.lang.NullPointerException

at up.a(World.java:1199)

at up.a(World.java:1005)

at jw.a(EntityLiving.java:1946)

at auw.a(EntityRenderer.java:224)

at auw.a(EntityRenderer.java:945)

at auw.b(EntityRenderer.java:890)

at net.minecraft.client.Minecraft.J(Minecraft.java:871)

at net.minecraft.client.Minecraft.run(Minecraft.java:764)

at java.lang.Thread.run(Unknown Source)

--- END ERROR REPORT ccc859cb ----------

 

 

Well, see, then they know they need it on their client. You don't have to do anything, but use the first @NetworkMod declarator.

 

It's just that it'd be nice to have the "This server requires you to have ___ installed" message instead of players complaining about "random" crashes because they can follow download instructions

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.