Jump to content
  • 0

FIX: Getting disconnected when placing a block on hotbar


Question

Posted

Hi,

I was having the problem of when you connet to the server and tried to put a tekkit block into your invintory i got disconnected, here is the solution:

Right click on launch.bat and click edit, delete what is inside and copy one of these in:

If you are running Java 6 enter this


@ECHO OFF

SET BINDIR=%~dp0

CD /D "%BINDIR%"

"%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar

PAUSE





If you are running Java 7 copy this:



@ECHO OFF

SET BINDIR=%~dp0

CD /D "%BINDIR%"

"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar

PAUSE

Hope this works for you - if it does not email [email protected]

P.S. Dont forget to check out our youtube channel

**Edit**

I found this solution when the launch.bat would not work.

So at first i copied in the insides of my bukkit servers Launch.bat but put the 'nogui' at the end - did not work.

Then by accident i tried again but forgot to put in the nogui - and it worked.

P.S. Sorry about changing the ram this is 1 GB

1 answer to this question

Recommended Posts

  • 0
Posted

Hi,

I was having the problem of when you connet to the server and tried to put a tekkit block into your invintory i got disconnected, here is the solution:

Right click on launch.bat and click edit, delete what is inside and copy one of these in:

If you are running Java 6 enter this


@ECHO OFF

SET BINDIR=%~dp0

CD /D "%BINDIR%"

"%ProgramFiles%\Java\jre6\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar

PAUSE





If you are running Java 7 copy this:



@ECHO OFF

SET BINDIR=%~dp0

CD /D "%BINDIR%"

"%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar

PAUSE

Hope this works for you - if it does not email [email protected]

P.S. Dont forget to check out our youtube channel

OR. OR. Maybe. Just maybe, you could click options, and change how much ram the launcher uses.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...