The Bukkit Consulting Firm - Solving all your Bukkit-related challenges! Thread #2

Discussion in 'Bukkit Help' started by Deleted user, Jun 21, 2012.

Thread Status:
Not open for further replies.
  1. Offline

    valio97

    any ideas on how to fix this error

    Code:
    012-07-20 12:55:58 [INFO] [AuthMe] §b[§bMember§b]§7Voltrexa§f logged in!
    2012-07-20 12:55:58 [INFO] [PLAYER_COMMAND] Mojomaker: /warp pvp
    2012-07-20 12:55:58 [SEVERE] Could not pass event PlayerTeleportEvent to My Worlds
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:340)
        at com.earth2me.essentials.Teleport.now(Teleport.java:243)
        at com.earth2me.essentials.Teleport.teleport(Teleport.java:221)
        at com.earth2me.essentials.Teleport.warp(Teleport.java:143)
        at com.earth2me.essentials.commands.Commandwarp.warpUser(Commandwarp.java:127)
        at com.earth2me.essentials.commands.Commandwarp.run(Commandwarp.java:51)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:96)
        at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:383)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:288)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:180)
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.has(NijikoPermissionsProxy.java:163)
        at com.bergerkiller.bukkit.mw.Permission.has(Permission.java:107)
        at com.bergerkiller.bukkit.mw.WorldConfig.updateGamemode(WorldConfig.java:336)
        at com.bergerkiller.bukkit.mw.WorldConfig.update(WorldConfig.java:364)
        at com.bergerkiller.bukkit.mw.MWListener.onPlayerTeleport(MWListener.java:128)
        at sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 24 more
    2012-07-20 12:55:58 [SEVERE] Could not pass event PlayerChangedWorldEvent to My Worlds
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at net.minecraft.server.ServerConfigurationManager.moveToWorld(ServerConfigurationManager.java:324)
        at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:363)
        at com.earth2me.essentials.Teleport.now(Teleport.java:243)
        at com.earth2me.essentials.Teleport.teleport(Teleport.java:221)
        at com.earth2me.essentials.Teleport.warp(Teleport.java:143)
        at com.earth2me.essentials.commands.Commandwarp.warpUser(Commandwarp.java:127)
        at com.earth2me.essentials.commands.Commandwarp.run(Commandwarp.java:51)
        at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:96)
        at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:383)
        at com.earth2me.essentials.Essentials.onCommand(Essentials.java:288)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:479)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:180)
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.has(NijikoPermissionsProxy.java:163)
        at com.bergerkiller.bukkit.mw.Permission.has(Permission.java:107)
        at com.bergerkiller.bukkit.mw.WorldConfig.updateGamemode(WorldConfig.java:336)
        at com.bergerkiller.bukkit.mw.WorldConfig.update(WorldConfig.java:364)
        at com.bergerkiller.bukkit.mw.MWListener.onPlayerChangedWorld(MWListener.java:207)
        at sun.reflect.GeneratedMethodAccessor180.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 25 more
    2012-07-20 12:55:58 [INFO] paolo [/77.76.144.118:56463] logged in with entity id 19309 at ([world_new] 309.6984381044389, 47.0, 2688.010800171981)
    2012-07-20 12:55:58 [SEVERE] Could not pass event PlayerJoinEvent to My Worlds
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:94)
        at net.minecraft.server.Packet1Login.handle(SourceFile:68)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:180)
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.has(NijikoPermissionsProxy.java:163)
        at com.bergerkiller.bukkit.mw.Permission.has(Permission.java:107)
        at com.bergerkiller.bukkit.mw.WorldConfig.updateGamemode(WorldConfig.java:336)
        at com.bergerkiller.bukkit.mw.WorldConfig.update(WorldConfig.java:364)
        at com.bergerkiller.bukkit.mw.MWListener.onPlayerJoin(MWListener.java:140)
        at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 12 more
    2012-07-20 12:55:59 [INFO] [AuthMe] §b[§bMember§b]§7Zerofactory§f registered 213.130.91.49
    2012-07-20 12:56:00 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2012-07-20 12:56:01 [INFO] <B M H [Member]relog> taq ve4er
    2012-07-20 12:56:01 [INFO] <M B H [Member]stoqn99> 6to
    2012-07-20 12:56:02 [INFO] alex9920 [/87.254.176.205:60282] logged in with entity id 19741 at ([world] -1568.7484140617867, 93.0, 513.8940353016732)
    2012-07-20 12:56:02 [SEVERE] Could not pass event PlayerJoinEvent to My Worlds
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:94)
        at net.minecraft.server.Packet1Login.handle(SourceFile:68)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:180)
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.has(NijikoPermissionsProxy.java:163)
        at com.bergerkiller.bukkit.mw.Permission.has(Permission.java:107)
        at com.bergerkiller.bukkit.mw.WorldConfig.updateGamemode(WorldConfig.java:336)
        at com.bergerkiller.bukkit.mw.WorldConfig.update(WorldConfig.java:364)
        at com.bergerkiller.bukkit.mw.MWListener.onPlayerJoin(MWListener.java:140)
        at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 12 more
    2012-07-20 12:56:02 [INFO] <H D [Member]BloodELF> bassb team ?!
    2012-07-20 12:56:02 [INFO] [PLAYER_COMMAND] boboto: /home 
    2012-07-20 12:56:05 [INFO] [PLAYER_COMMAND] martin26: /home 
    2012-07-20 12:56:06 [INFO] xYash [/78.83.25.236:58207] logged in with entity id 19853 at ([world] 1017.6241813861924, 44.0, -199.220023055941)
    2012-07-20 12:56:06 [SEVERE] Could not pass event PlayerJoinEvent to My Worlds
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:460)
        at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:132)
        at net.minecraft.server.NetLoginHandler.b(NetLoginHandler.java:129)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:94)
        at net.minecraft.server.Packet1Login.handle(SourceFile:68)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
        at net.minecraft.server.NetLoginHandler.a(NetLoginHandler.java:48)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:61)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:567)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:459)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    Caused by: java.lang.NullPointerException
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.permission(NijikoPermissionsProxy.java:180)
        at org.anjocaido.groupmanager.permissions.NijikoPermissionsProxy.has(NijikoPermissionsProxy.java:163)
        at com.bergerkiller.bukkit.mw.Permission.has(Permission.java:107)
        at com.bergerkiller.bukkit.mw.WorldConfig.updateGamemode(WorldConfig.java:336)
        at com.bergerkiller.bukkit.mw.WorldConfig.update(WorldConfig.java:364)
        at com.bergerkiller.bukkit.mw.MWListener.onPlayerJoin(MWListener.java:140)
        at sun.reflect.GeneratedMethodAccessor123.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
        ... 12 more
    
     
  2. Offline

    jacklin213

    ^ what plugin are u using for that?
     
  3. Offline

    Omnitv

    PHP:
    2012-07-20 12:55:58 [SEVERECould not pass event PlayerTeleportEvent to My Worlds
    org
    .bukkit.event.EventException
        at org
    .bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:304)
        
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
     
  4. Offline

    New Motion

    Sorry for the late response on this. I got Java 7 and I can start up my server with 1 gb of ram as before, but anything higher wont work. I used the format you gave me, but it still wont work. I wonder what is wrong D:
     
  5. Offline

    Omnitv

    Wait...hmmm.... Did you install Java 7 in.
    C:\Program Files\Java
    Or in
    C:\Program Files (x86)\Java


    Off topic: WOOO 200 posts on this thread! :{}
     
  6. Offline

    New Motion

    Well when I check my installed programs, I see "Java(TM) 7 Update 5" and "JavaFX 2.1.1". So i'm guessing I do have Java 7 installed.

    EDIT: Oh yeah, and when I went to "C:\Program Files\Java", I saw a folder called jre7
     
  7. Offline

    Omnitv

    Yeah so you do have in installed, but the thing is (I had the problem before) I didn't realize my server is running on Java 7 (32 bit)on C:\Program Files\Java And I forgot to specify that the Java 7 is in my C:\Program Files (x86)\Java Directory. so you can try this code below, and wait... Is your computer 32 bit or 64 bit?
    Code:
    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles(x86)%\Java\jre7\bin\java.exe" -Xmx1536M -Xms1536M -jar craftbukkit.jar
    PAUSE
     
  8. Offline

    New Motion

    It is 32 bit. So since it's 32 bit, I use this code?

    EDIT: When I try searching for the directory "C:\Program Files (x86)\Java", it cannot find it. It can only find the "C:\Program Files\Java" directory.
     
  9. Offline

    Omnitv

    Last time I remember on the (Bukkit) Wiki you cannot allocate more than 1gb on the server. not sure though.
    @JOP Is this correct? 32 bit you cannot allocate more than 1gb of ram?
     
  10. Offline

    nggmc

    Server Crashes every now and then. There is not very much knformation I can give you but.. Here's what I can do..
    25 Slots
    3GB RAM

    No relating events. It happens out of random. Here's the latest one
    2012-07-17 00:47:06 [INFO] Read timed out
    2012-07-17 00:47:19 [INFO] Read timed out
    2012-07-17 00:49:48 [INFO] Read timed out
    2012-07-17 00:55:36 [INFO] Read timed out
    2012-07-17 01:01:23 [INFO] Read timed out
    2012-07-17 01:03:19 [INFO] Read timed out
    2012-07-17 01:10:21 [INFO] Read timed out
    2012-07-17 01:15:17 [INFO] Read timed out
    2012-07-17 01:20:07 [INFO] Read timed out
    2012-07-17 01:21:12 [INFO] Connection reset
    2012-07-17 01:25:38 [INFO] Read timed out
    2012-07-17 01:31:04 [INFO] Read timed out
    2012-07-17 01:33:49 [INFO] Read timed out
    2012-07-17 01:37:47 [INFO] Read timed out
    2012-07-17 01:46:37 [INFO] Read timed out
    2012-07-17 01:54:11 [INFO] Read timed out
    2012-07-17 01:57:08 [INFO] Connection reset
    2012-07-17 02:04:23 [INFO] Read timed out
    2012-07-17 02:05:13 [INFO] Read timed out

    Plugins (21): WorldBorder, NoCheatPlus, ComPassionate, Vault, CommandPermissions, PermissionsEx, MobBountyReloaded, CombatTag, Votifier, LWC, mcMMO, Heroes, TopPVP, MCDocs, SimpleRestart, SimpleJail, ChatManager, BOSEconomy, ChestShop, AdminCmd, Factions

    Anything I can do to fix it?

    Hey! I am not a BCF Member but Its quite obvious what your problem is. Remove the # from #build.
    Just so you understand why... # in yaml means IGNORE THIS LINE. So it will skip that line and go to the next. It's an easy way to add comments to provide better understanding.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 26, 2016
  11. Offline

    doljo

    So I have been running a private server with some friends for some time, and I have been using Hamachi because my router has been acquired through my fathers work, which makes it imposible for me to port forward. So yesterday I decided to update to java 7 because of a new plugin which needed java 7, and I changed the run.bat to:

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre7\bin\java.exe" -Xincgc -Xmx1G -jar CraftBukkit.jar
    PAUSE

    The server still starts up as normal with no errors, but when I or anyone else tries to connect with the Hamachi ipv4, we get the message:

    Cannot connect to the server
    Connection timed out: connect

    and the console doesn't even say anything about anyone trying to connect.
    I have also tried the localhost:25565
    I have tried changing the run.bat back to:

    @ECHO OFF
    SET BINDIR=%~dp0
    CD /D "%BINDIR%"
    "%ProgramFiles%\Java\jre6\bin\java.exe" -Xincgc -Xmx1G -jar CraftBukkit.jar
    PAUSE

    and then everybody can connect but the new plugin doesn't work.
    I have tried deleting the new plugin but still I can't connect.
    I have also allowed java through windows firewall.

    I'm using Windows 7
    it's 64-bit
    and I'm currently using java 7 (obviously)
    I use the CraftBukkit-1.2.5-R4.0 build

    Can you guys please help me?
     
  12. Offline

    New Motion

    Really? Well, I wonder if it's true. I am kind of waiting on Jophestus to answer so I can be really sure if I can or cannot allocate more than 1gb of ram to my server.
     
  13. Offline

    Omnitv

    Thats why im asking to confirm.
    On my server when I use 32 bit I cannot allocate more than 1024MB so yeah, I guess youre stuck at 1GB unless you change your OS to win (whatever) 64xbit


    Ok doljo This is not a start.bat/server.bat configuration it is Hamachi, So what you need to do is read this Tutorial on http://forums.bukkit.org/threads/tutorial-running-a-server-port-forwarding-hamachi.27018/
    Then see if it works

    Computer specs please.
     
  14. Offline

    doljo

  15. Offline

    Omnitv

    Ok, Did you add them to YOUR OWN server network though hamachi?
    Did you add your Hamachi Ipv4 to your server property's?
    What does it say in their client when they try to log in?
    Do you have a firewall up to block hamachi? (Ie anti virus program)
     
  16. Offline

    doljo

    Yes my friends are added to my Hamachi network.
    No i didn't add my Hamachi Ipv4 to the server properties although i have tried which gives me the "Failed to bind to port" error
    And it gives all of us the
    Cannot connect to the server
    Connection timed out: connect
    error.
     
  17. Offline

    Omnitv

    Post your server.property's file
     
  18. Offline

    jacklin213

    doljo have you unstalled java 7 fully and all its components?
    go to control panel >Programs>uninstall a program > uninstall java 7 there and the java FX
     
    Omnitv likes this.
  19. Offline

    doljo

    Omnitv
    ok here it is
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=true
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    level-seed=
    server-ip=
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    online-mode=true
    pvp=true
    difficulty=1
    gamemode=0
    max-players=20
    spawn-monsters=false
    generate-structures=true
    view-distance=10
    motd=

    @jacklin213
    I have tried uninstalling java 7 and then reinstalling it, and also I don't see any Java FX.
     
  20. Offline

    Omnitv

    Hamachi shouldn't have port forward issue try uninstalling ham ans then reinstalling it.
     
  21. Offline

    jacklin213

    doljo if java 7 gives you problems dont install it again can u print screen your unintall and change program screen where your java is
     
  22. Offline

    yourcace

    Man that worked thx alot but i still have a prob when i am deop and moderator or lower when i disconect and reconnect mv says : U don't have permission to be in this world> and tp me at nowere place can u helpp me?
     
  23. Offline

    Omnitv

    ImminentFate
     
  24. Offline

    jacklin213

    doljo have you tried putting your hamachi ip into the server-ip=
     
  25. Offline

    doljo

    Omnitv okay so i tried reinstalling Hamachi and got a new Ipv4 but still it didn't work.

    and jacklin213 I have tried that but it just gave me an error saying "Failed to bind to port"
     
  26. Offline

    Omnitv

    Are you sure using the ham Ip?
     
  27. Offline

    doljo

    yes I am.
     
  28. Offline

    ImminentFate

    @doljo
    It looks to me like Hamachi may not be allowed through your firewall, which is why you are getting those errors. Try disabling your firewall, check if it works, and if it does, re-enable the firewall then locate Hamachi and let it through.
    Or, you may have to enter your hamachi ip in the "server-ip" part of the properties file, because it could be trying to go through your main ip.
    __________
    You said your router was obtained through your father's work. This doesn't mean you can't port-forward, unless they are the only ones who know its password, or your router doesn't support UPnP.
    You may want to try this tool, and see if it port forwards the game. Its worth the attempt, but only works if your router supports UPnP (most routers these days do).

    __________
    If it won't work, inbox me and I may be able to help you over teamviewer.
     
  29. Offline

    Deleted user

    PING!
     
    Omnitv likes this.
  30. Offline

    hawkfalcon

    Pong!
     
    Omnitv likes this.
Thread Status:
Not open for further replies.

Share This Page