Jump to content

techmaster21

Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Posts posted by techmaster21

  1. I've been looking into modifying the technic launcher slightly for a small community's minecraft server, Adding in our own modpack, having it draw the modpack and repositories from our own server, but mainly leaving it intact. So my question is, what exactly would need to be changed, and what would the file structure on the server need to look like for the launcher to understand it? I've got the source right here in front of me, I can compile it, etc, I just need to know what I need to change, as I am not fluent in Java.

  2. Well here i was at the market looking for a new laptop, and strangely when googling "gaming laptops" you get Alienware as top search. Good thing i checked this forum :)

    I see your all flaming many brands here, what's your take on Asus then? Any personal issues there?

    My laptop is an Asus, and I have never ever had a problem with it. I took the whole thing completely apart, disconnected the monitor and everything, put it back together, and the only thing I broke was the WiFi switch(Hated that thing anyway)

    I burnt the touchpad with a mini torch, twice, scratched it to hell with a metal thing, and it still works just fine.

    and I've had it since June of... last year? Not a whole lot of time, But time enough to say, while it is pretty banged up in some places mostly due to my own fault, it still runs beautifully.

    Mine is a G60JX, I can't really speak for the newer ones, but this thing has not let me down yet, and i'm still able to play a lot of the newer games(albeit some of them on medium-low)

    Plus I also bought a tablet from Asus and that thing is a trooper. I've bricked it at least twice, and it just keeps resurecting itself lol. Basically: Can't go wrong with Asus.

  3. Re: Bugs found in Tekkit 2.0

    A tentative fix to this is change the

    net.gui.utility.feed.station=108

    line in railcraft.cfg to

    net.gui.utility.feed.station=125

    I haven't noticed any other conflicts after doing this.

    EDIT: This is necessary on both the server and client by the way

    When using this fix, it fixed the teleport pipes, and the variants, but right clicking on a advanced wooden transport pipe still crashes the client.

  4. Re: Bugs found in Tekkit 2.0

    Wooden Advanced Insertion Pipe bug -

    Item can be crafted as usual, place as usual, and right clicking on the placed item causes a 'white screen' in the client.

    Server doesn't show any error output.

    .technicpack/logs/launcher_.log show:

    [08:45:01] [sEVERE] java.lang.IndexOutOfBoundsException: Index: 37, Size: 37

    [08:45:01] [sEVERE] at java.util.ArrayList.RangeCheck(ArrayList.java:547)

    [08:45:01] [sEVERE] at java.util.ArrayList.get(ArrayList.java:322)

    [08:45:01] [sEVERE] at cx.b(SourceFile:80)

    [08:45:01] [sEVERE] at cx.a(SourceFile:233)

    [08:45:01] [sEVERE] at abm.a(NetClientHandler.java:913)

    [08:45:01] [sEVERE] at zn.a(SourceFile:42)

    [08:45:01] [sEVERE] at kp.b(NetworkManager.java:227)

    [08:45:01] [sEVERE] at abm.b(NetClientHandler.java:48)

    [08:45:01] [sEVERE] at iq.c(SourceFile:57)

    [08:45:01] [sEVERE] at net.minecraft.client.Minecraft.k(Minecraft.java:1557)

    [08:45:01] [sEVERE] at net.minecraft.client.Minecraft.x(Minecraft.java:698)

    [08:45:01] [sEVERE] at net.minecraft.client.Minecraft.run(Minecraft.java:638)

    [08:45:01] [sEVERE] at java.lang.Thread.run(Thread.java:662)

    [08:45:12] [sEVERE] Exception in thread "Minecraft main thread"

    [08:45:12] [sEVERE] org.lwjgl.LWJGLException: X Error - disp: 0x9c7f7b0 serial: 2680 error: BadWindow (invalid Window parameter) request_code: 2 minor_code: 0

    [08:45:12] [sEVERE] at org.lwjgl.opengl.LinuxDisplay.globalErrorHandler(LinuxDisplay.java:268)

    [08:45:12] [sEVERE] at org.lwjgl.opengl.LinuxKeyboard.nSetDetectableKeyRepeat(Native Method)

    [08:45:12] [sEVERE] at org.lwjgl.opengl.LinuxKeyboard.setDetectableKeyRepeat(LinuxKeyboard.java:152)

    [08:45:12] [sEVERE] at org.lwjgl.opengl.LinuxKeyboard.destroy(LinuxKeyboard.java:163)

    [08:45:12] [sEVERE] at org.lwjgl.opengl.LinuxDisplay.destroyKeyboard(LinuxDisplay.java:1015)

    [08:45:12] [sEVERE] at org.lwjgl.input.Keyboard.destroy(Keyboard.java:349)

    [08:45:12] [sEVERE] at net.minecraft.client.Minecraft.d(Minecraft.java:606)

    [08:45:12] [sEVERE] at net.minecraft.client.Minecraft.run(Minecraft.java:663)

    [08:45:12] [sEVERE] at java.lang.Thread.run(Thread.java:662)

    I report the same with the advanced wooden transport type when right clicking to try to open the gui.

×
×
  • Create New...