
awesomebilly
Members-
Posts
57 -
Joined
-
Last visited
Everything posted by awesomebilly
-
Feed the beast! No matches ongoing right now
awesomebilly replied to Sp0nge's topic in Tekkit Classic Discussion
Hey guys, Hellocreeper players are on aussie time, not sure it they showed up, they were asking me where you guys were at 3am California time lol (They are a day ahead of me) -
I'm open for suggestions. Thinking about making the tubes a +rank so people need to go to a class to learn how to make them correctly. "item detector"? I haven't used that yet. How would you suggest me to change the way a few thousand people use redpower? timer is increased to 40 (high?) already. This is my issue: bunch of kids are logging into the server and creating endless loops with tubes;(Unknown players Im usually MAX 75/75 online) and can't log in while I'm at work to catch who it is. I usually have 20 TPS most of the time.. but after a while those tubes clog up and the server gets overloaded (2-3 TPS) /lagg clear removes all entities on the map except for what is inside of the tubes. (I'm talking 30-40k entities) The methods causing the lag are: eloraam.core.Tubelib.GetConnections() eloraam.core.Tubelib.isConSide() eloraam.coreTubelib.$outRouterFinder.addpoint() and a few others.
-
Title: Redpower Tubes = 0 TPS Version: 3.0.3/3.0.4 OS: Windows Server 2009 Java Version: Java7 SDK Description of Problem: When tubes are pumping items and don't have an exit they fill up completely. This causes major TPS LAG when the pipes are clogged up searching for an exit. Error Messages: Error Log:
-
Patch for EE mining tools - no more griefing with them!
awesomebilly replied to thomasfn's topic in Tekkit Classic Discussion
So far the dark matter hammer, and the dark matter axe have crashed the servers. Posted logs @ pastebin! http://pastebin.com/QquknGhZ I'll investigate what is crashing the server. I'm not sure though because I was sleeping when it happen. -
[3.0.4] Server crashes, something with Wireless Redstone?
awesomebilly replied to SyberianKitten's question in Tekkit Classic
Awesome! Good to know.. I'll keep an eye out also for my server. -
Server [SEVERE] NEI Error World Folder Corrupted
awesomebilly replied to Anstar's question in Tekkit Classic
Sorry I got to you too late Remember this post for sure though! Would corruption happens often with tekkit... just need some world edit skills to fix it sometimes :) -
[3.0.4] Server crashes, something with Wireless Redstone?
awesomebilly replied to SyberianKitten's question in Tekkit Classic
I believe you can view the programs they've created on the server side... Maybe you can attach those files and we can view the code... see where the problem is? and maybe see if they are doing it on purpose -
Hello! I added screenshot (Image) walkthough to a rar file for you. http://hellocreeper.com/java/java.rar If you don't have a rar here are the image links. Follow them to update to java 7 64. (I dont want to spam the post with 20 images so click the links) Sorry mods if this is too many links. http://hellocreeper.com/java/java1.png http://hellocreeper.com/java/java2.png http://hellocreeper.com/java/java3.png http://hellocreeper.com/java/java4.png Click this URL to download the JAVA7 64 BIT http://www.oracle.com/technetwork/java/javase/downloads/jdk-7u4-downloads-1591156.html http://hellocreeper.com/java/java5.png http://hellocreeper.com/java/java6.png http://hellocreeper.com/java/java7.png http://hellocreeper.com/java/java8.png http://hellocreeper.com/java/java9.png http://hellocreeper.com/java/java10.png http://hellocreeper.com/java/java11.png http://hellocreeper.com/java/java12.png http://hellocreeper.com/java/java13.png http://hellocreeper.com/java/java14.png http://hellocreeper.com/java/java15.png http://hellocreeper.com/java/java16.png http://hellocreeper.com/java/java17.png http://hellocreeper.com/java/java18.png http://hellocreeper.com/java/java19.png
-
[3.0.4] Server crashes, something with Wireless Redstone?
awesomebilly replied to SyberianKitten's question in Tekkit Classic
First can you try what I suggested about the ComputerCraft? Remove the mod and see if it continues. -
Server [SEVERE] NEI Error World Folder Corrupted
awesomebilly replied to Anstar's question in Tekkit Classic
Maybe you can try taking out each mod one at a time? On 2.1.1 I would have advanced pipes break ALL the time.. corrupting chunk. I would see the person that last logged in on the server before the crash and go into essentials (yes I use essentials) and get his cords. (Backup your world first) If you have time, try doing the following but remove each mod 1 by 1 until the server doesn't crash. Steps I would do to fix the corrupted chunk from Advanced Pipes. 1: See the last few people that logged into the server before the crash 2: Find their last cords from essentials 3: Shutdown the server 4: White list the server 5: Remove Advanced Pipes Mod 6: Re-Launch the server 7: /tppos to their cords 8: Delete the area (poor guys) 9: Drop a few Signs telling them to skype me 10: Un- white list the server 11: Re-launch the server 10: Have them skype me so I can return items to them. :) -
Is it all the time? or randomly? If it's randomly you're probably doing a /reload on your server and that breaks some mods. If its not this I'd try the above users post. OP the mod.
-
User can't connect, mods not detected by server.
awesomebilly replied to Aelle's question in Tekkit Classic
Have him follow the image I posted here. http://forums.technicpack.net/index.php/topic,12303.0.html -
out of date tekkit launcher for new server?
awesomebilly replied to odhran101's question in Tekkit Classic
A: Hes using a outdated server and you're on the latest client. B: You're using an out dated client. -
[3.0.4] Server crashes, something with Wireless Redstone?
awesomebilly replied to SyberianKitten's question in Tekkit Classic
Is this happening often? - Randomly? Can you check your logs before each crash and see who logged in with in the first 10 minutes? When I seen a crash complaining about wireless redstone it ended up being from computer craft (The Mod). A User had written a Loop that was so fast it crashed the server each time he started it (Loop AKA ComputerCraft Virus that crashed my server) What I can suggest to rule out computercraft: Remove computer craft for a few days. If the crashes DID STOP then you can replace computercraft and delete/rename the following file. %ComputerCraft\lua\rom\programs\edit A: Remove Edit from the programs file B: Rename the edit to something different. Issues with this above.. people will need to manually upload their computercraft programs to you. Just My 2 Cents. -
@ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%ProgramFiles%\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE Or if you're using the 32BIT OS: @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" "%Program Files (x86)\Java\jre7\bin\java.exe" -Xmx1024M -Xms1024M -jar Tekkit.jar PAUSE
-
Tekkit Java Runtime Environemnt Error, Help!!
awesomebilly replied to DotAHunter's question in Tekkit Classic
Maybe you can try deleting your Java 32/64bit and re-downloading it? Not sure but that's the first thing I would try. -
White screen joining multiplayer server, please help!
awesomebilly replied to Tromain's question in Tekkit Classic
The simplest way I fix this is to clear the cache. Steps: Exit tekkit launcher. Reopen / Launch tekkit launcher. Before you log in hit the OPTIONS menu Click the "Clear Cache" button. Select the "developer build" from the drop down menu. Tap OK Tekkit will restart it self. Login Let the development build download If this doesn't help.. Delete .tekkitlauncher from %appdata% Update Java7 -
Instead of /reload I use /restart now using this plugin: - It kicks all players with a "Server is restarting " notice, does a /save-all and restarts the server completely. -also helps reduce memory buildup. http://forums.bukkit.org/threads/admn-simplerestart-v1-1-0-simple-server-automatic-rebooting-and-commands-1000.24652/ Its posted for bukkit 1000 but it works perfectly on 1.2.5. No issues. You need a launch script that will restart your server. This is my .bat launch script below. My Launch Script: (Most people will hate it) @ECHO OFF SET BINDIR=%~dp0 CD /D "%BINDIR%" :start "%ProgramFiles%\Java\jre7\bin\java.exe" -XX:ParallelGCThreads=8 -server -Xincgc -Xmx12G -XX:+DisableExplicitGC -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:+CMSIncrementalPacing -XX:+CMSParallelRemarkEnabled -XX:SurvivorRatio=16 -XX:TargetSurvivorRatio=90 -XX:+UseAdaptiveGCBoundary -XX:-UseGCOverheadLimit -Xnoclassgc -XX:UseSSE=3 -XX:PermSize=128m -XX:LargePageSizeInBytes=4m -XX:MaxTenuringThreshold=15 -XX:+UseFastAccessorMethods -XX:+AggressiveOpts -cp Tekkit.jar org.bukkit.craftbukkit.Main goto start PS: If you do hate it, let me know why... always looking to improve my launch script.
-
New server list for Tekkit users
awesomebilly replied to MrHedgehog's topic in Tekkit Classic Discussion
Planning on adding votifier? That really makes your vote site much more successful. -
Outdated Client! / Connection Lost End of stream
awesomebilly replied to Atreties's question in Tekkit Classic
My players got this message until they updated to a recent dev build. -
Hello everyone, I have setup the teleporter plugin that works with spoutcraft client. This plugin teleports the players from one server to another server and links server chats together. I understand that tekkit runs from the spoutcraft launcher, but doesn't update with it or follow code. What is the possibility that tekkit could support spout in the future? they have some super cool plugins out lately. Thank you.
-
Patch for EE mining tools - no more griefing with them!
awesomebilly replied to thomasfn's topic in Tekkit Classic Discussion
I will re-install tonight, it was Mega Impact mode when you use the right click special ability. I will validate this again tonight after a fresh EE install. -
Patch for EE mining tools - no more griefing with them!
awesomebilly replied to thomasfn's topic in Tekkit Classic Discussion
When I turn on High Impact mode with the red morning star I get disconnected from the server, if I spam the red morning star High Impact I crash my server. -
Looking for a small legit tekkit server.
awesomebilly replied to tom145678's topic in Tekkit Classic Discussion
server.hellocreeper.com:6969 We have people on 24/7. No one is allowed to spawn anything and is 100% legit (with the exception if tekkit issues) This is a pvp anarchy server.. with very little rules.