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.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...