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.

DingoBamBam

Members
  • Joined

  • Last visited

  1. apologies... I mixed my information... yes, I've been trying 192.168.*.*:25569 my.dyndns.ip:25569 also.. (i had made it the generic 25565 in my example, and forgotten to correct the log to reflect this, but yes 25569 is the port in use) the only connection listed is from the same machine that is also running the server again, the odd part being that I can drop in a vanilla server or a craftbucket server onto the exact same machine, using the exact same port and it works fine.
  2. I'm trying to set up a server with the doctor who Dalek Mod 1.7.2 which requires forge server(freshly reinstalled from link from these forums), it would appear to be up and running. However, I can only connect from the same machine running it, with both 127.0.0.1:25565 and 192.168.*.*:25565 but not by the dyndns domain name. I cannot connect via a remote machine to this server, even from within the lan, via dns or 192.168.*.* However, I have 3 other servers (vanilla and craftbukkit) on different port on this server- and all are reachable from lan and remote via internet. AND, if I replace the forge server directory with a clean vanilla server on the same port- it works fine for all. I've triple checked the router and the firewalls. (again, it works fine with a vanilla server) any suggestions on where to begin trouble shooting this? server log: [10:18:13] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker [10:18:13] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLServerTweaker [10:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLServerTweaker [10:18:13] [main/INFO] [FML]: Forge Mod Loader version 7.2.129.1047 for Minecraft 1.7.2 loading [10:18:13] [main/INFO] [FML]: Java is Java HotSpot Client VM, version 1.7.0_51, running on Windows 7:x86:6.1, installed at C:\Program Files (x86)\Java\jre7 [10:18:13] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [10:18:13] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker [10:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [10:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker [10:18:13] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [10:18:15] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [10:18:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper [10:18:15] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker [10:18:15] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [10:18:19] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting minecraft server version 1.7.2 [10:18:19] [server thread/WARN] [net.minecraft.server.dedicated.DedicatedServer]: To start the server with more ram, launch it as "java -Xmx1024M -Xms1024M -jar minecraft_server.jar" [10:18:19] [server console handler/ERROR] [net.minecraft.server.dedicated.DedicatedServer]: Exception handling console input java.io.IOException: The handle is invalid at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_51] at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_51] at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_51] at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_51] at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_51] at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_51] at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_51] at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_51] at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_51] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51] at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51] at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:95) [ll.class:?] [10:18:19] [server thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization [10:18:19] [server thread/INFO] [FML]: MinecraftForge v10.12.0.1047 Initialized [10:18:19] [server thread/INFO] [FML]: Replaced 141 ore recipies [10:18:19] [server thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization [10:18:19] [server thread/INFO] [FML]: Searching C:\Users\Dean\Desktop\Minecraft Servers\Liz's Server\mods for mods [10:18:19] [server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [10:18:20] [server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:Peter' to registry [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:Peter' to registry [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:Tardis' to registry [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:Matt' to registry [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:Peter' to registry [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:TardisFirst' to registry [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:TransparentBlk' to registry [10:18:20] [server thread/WARN] [net.minecraft.util.RegistrySimple]: Adding duplicate key 'thedalekmod:TransparentBlk' to registry [10:18:20] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Loading properties [10:18:20] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Default game type: SURVIVAL [10:18:20] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Generating keypair [10:18:21] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Starting Minecraft server on *:25569 [10:18:21] [server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [10:18:21] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Preparing level "world" [10:18:21] [server thread/INFO] [FML]: Injecting new block and item data into this server instance [10:18:21] [server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 11 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 10 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 9 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 8 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 7 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 6 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 5 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 4 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 3 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 2 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@1d29c10) [10:18:21] [server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing start region for level 0 [10:18:22] [server thread/INFO] [net.minecraft.server.MinecraftServer]: Preparing spawn area: 68% [10:18:22] [server thread/INFO] [net.minecraft.server.dedicated.DedicatedServer]: Done (1.751s)! For help, type "help" or "?" [10:29:10] [user Authenticator #1/INFO] [net.minecraft.server.network.NetHandlerLoginServer]: UUID of player DingoBamBam is 47df240511ea4489ba323b04598b9ebf [10:29:10] [Netty IO #4/INFO] [FML]: Client protocol version 1 [10:29:10] [Netty IO #4/INFO] [FML]: Client attempting to join with 4 mods : [email protected],[email protected],[email protected],[email protected] [10:29:10] [Netty IO #4/INFO] [FML]: Attempting connection with missing mods [] at CLIENT [10:29:11] [server thread/INFO] [FML]: [server thread] Server side modded connection established [10:29:11] [server thread/INFO] [net.minecraft.server.management.ServerConfigurationManager]: DingoBamBam[/192.168.1.102:60164] logged in with entity id 283 at (-71.60382437836692, 66.0, 258.03058937271226) [10:29:11] [server thread/INFO] [net.minecraft.server.MinecraftServer]: DingoBamBam joined the game [10:31:28] [server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: DingoBamBam lost connection: TextComponent{text='Disconnected', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}

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.