Jump to content

thebird

Members
  • Posts

    326
  • Joined

  • Last visited

About thebird

  • Birthday 01/01/1900

thebird's Achievements

Gold

Gold (5/9)

0

Reputation

  1. thebird

    launch.bat

    I forgot that I am running 64-bit Java, try this: java -Xmx1G -Xms500M -jar TekkitLite.jar nogui
  2. If you are still having this problem, try hitting the "O" (letter, not number) key while you have the inventory screen open.
  3. You have a block ID conflict. java.lang.IllegalArgumentException: Slot 220 is already occupied by ic2.core.block.BlockScaffold@386e42 when adding StevenDimDoors.mod_pocketDim.BlockDimWallPerm@ceba73 Here are some steps to fix this: 1. Copy (CTRL + C) the following: %APPDATA%.technictekkitliteconfigDimensionalDoors.cfg 2. Press Windows key + R 3. Paste (CTRL + V) and then press "Enter" 4. Find the following (should be on line 48): I:"Block ID for blockDimWallPermID- must be below 256"=220 5. Change "220" to "214"
  4. thebird

    launch.bat

    Those errors mean that your computer does not have enough memory (RAM), you need to use smaller values. Here is what I use: java -Xmx2G -Xms500M -jar TekkitLite.jar nogui Xmx is the maximum amount memory that the server will use. Xms is the initial amount of memory that the server will use. Lower the values until the server starts, make sure that Xms is less than or equal to Xmx. Also, "Java 32 Bits" is not what OS (Operating System) you are running, you are running some version of Windows.
  5. That is the client-side config file for MFR in your picture and that is the only config file for MFR.
  6. Try disabling Avast! and then running Minecraft. Did Minecraft generate the log you posted?
  7. Make a backup of your current world before you try any recovery steps just in case they end up causing more damage. I did a quick search on your error and the solution seems to be the following: Delete the "RedstoneEther" folder in your world's folder Download a fresh copy of the server files and replace your mod folder with the fresh copy. You will lose your wireless redstone receivers/transmitters by doing this F.Y.I.
  8. That is bizarre, what distro are you running? I helped a friend setup a Tekkit Lite server on a machine running Ubuntu last month and we didn't encounter this issue. Also, thanks for posting your findings.
  9. I just downloaded a fresh copy of the Tekkit Lite 0.6.5 server files and it works for me. Does a new server.properties get generated if you rename (or delete) it and run the server?
  10. That's why I posted this here, nobody that I know uses this forum. I did have to confront him about his porn watching habits later as he was looking at porn on our mother's work laptop and causing problems for her at work (lots of malware and badly hidden porn). Teaching your younger brother how to safely search for porn is kinda uncomfortable. Anyway, thanks for the responses.
  11. I used some spyware to spy on someone about two years ago and while I felt justified in doing so then, it has bothered me ever since. I would appreciate it if any of you would give me your opinion on this, more detailed account below. My friend's girlfriend started noticing entries in her search history (via google) on her phone that were basically asking how to commit suicide with various medications, and she wasn't the one performing the searches. We figured out all of the computers that she had been logged into around the time the searches happened and one of the computers was my younger brother's machine. He has had health problems since he was five, is afraid to leave the house, and doesn't have any friends since he got out of high school. What really made us suspect my brother was that several of the medications mentioned were prescription only medications that my brother was taking at that time. As you might imagine, my mother was quite upset about all this. My mother asked me to check his computers to see if there was anything. I looked but the search history and temporary files had been cleaned out, there had been something that he wanted to hide but I couldn't tell what. My mother didn't want to confront him directly unless we had something more to go on so I suggested installing some monitoring software. The software I used included a key-logger and would take screenshots at specific intervals. I also used a password cracking tool to gain access to the machine. It turned out that it wasn't him (the girlfriend had also been logged on at another person's house). Unfortunately, I also learned what kind of porn he likes and what times he was looking at it (basically every second that he was alone). So, if that wasn't too much for you to read, do you think that I did the right thing?
  12. at weaponmod.render.SpearItemRenderer.renderItem(SpearItemRenderer.java:36) That is a known bug with Balkon's Weapon Mod, some items cause a crash when the world is being loaded and you are holding them. I'm not sure if all of the items from that mod cause this or just spears, I think I remember daggers being a problem too. You have to get the item out of your hand somehow. You can delete the "feynz.dat" file from your world folder to reset your character (you will lose everything on your character and I think your spawnpoint will be reset too) or maybe you can find an inventory editor and remove the item in your character's hand that way. I also read that you might have a chance of getting rid of the spear by repeatedly right-clicking as the game world is loading.
  13. Were you holding a spear or a dagger (from Balkon's weapon mod) the last time that you logged off? I found some other posts that had the same error and that was the cause. If that is your problem then here are the solutions that I found: Remove Balkon's weapon mod (probably not what you really want to do). Update Balkon's weapon mod (all the clients would have to update manually as well). Disable the spear and the dagger in the mod's config so that they cannot be used or crafted (probably the best solution).
  14. Maxis010 explained this months ago but here is a picture. If you put items in the chest, they get charged. Otherwise you just stand on the charger and the stuff that you are carrying gets charged. I would recommend that you use the edit button next time.
  15. EDIT: Clicked to many times darnit!
×
×
  • Create New...