-
Posts
47 -
Joined
-
Last visited
Everything posted by dreadslicer
-
[[3.1.3]] IC2 AdvancedMachines Errors & fixes [FIXED! DL HERE!!!]
dreadslicer posted a question in Tekkit Classic
Title: [[3.1.3]] IC2 Advanced Errors & fixes (I patched) Version: 3.1.2 OS: linux Java Version: 1.7 Description of Problem: There are various errors which I need to fix, this is one of the error logs for IC2 for advanced machines. I will patch them manually if need be and upload it. Error Messages: These errors are after I patched the TileEntity. Most of the problems are because of Advanced machines not being updated to the IC2 API. Error Log: [13:45:10] java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.announceBlockUpdate(net.minecraft.server.WorldChunkManager, int, int, int) [13:45:10] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:92) [13:45:10] at ic2.advancedmachines.TileEntityBlock.q_(TileEntityBlock.java:60) [13:45:10] at ic2.advancedmachines.TileEntityMachine.q_(TileEntityMachine.java:152) [13:45:10] at ic2.advancedmachines.TileEntityBaseMachine.q_(TileEntityBaseMachine.java:56) [13:45:10] at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:93) [13:45:10] at net.minecraft.server.World.tickEntities(World.java:1190) [13:45:10] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569) [13:45:10] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) [13:45:10] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [13:45:10] Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.announceBlockUpdate(net.minecraft.server.WorldChunkManager, int, int, int) [13:45:10] at java.lang.Class.getMethod(Unknown Source) [13:45:10] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:83) [13:45:10] ... 8 more [13:45:10] Unexpected exception [13:49:15] java.lang.Exception [13:49:15] at net.minecraft.server.Chunk.a(Chunk.java:675) [13:49:15] at net.minecraft.server.Chunk.a(Chunk.java:649) [13:49:15] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:297) [13:49:15] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:65) [13:49:15] at net.minecraft.server.ChunkRegionLoader.a(ChunkRegionLoader.java:54) [13:49:15] at net.minecraft.server.ChunkProviderServer.loadChunk(ChunkProviderServer.java:143) [13:49:15] at net.minecraft.server.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:86) [13:49:15] at net.minecraft.server.ServerConfigurationManager.c(ServerConfigurationManager.java:126) [13:49:15] at forge.PacketHandlerServer.finishLogin(PacketHandlerServer.java:169) [13:49:15] at forge.PacketHandlerServer.onModListResponse(PacketHandlerServer.java:108) [13:49:15] at forge.PacketHandlerServer.onPacketData(PacketHandlerServer.java:42) [13:49:15] at forge.MessageManager.dispatchIncomingMessage(MessageManager.java:419) [13:49:15] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:1361) [13:49:15] at net.minecraft.server.Packet250CustomPayload.handle(SourceFile:46) [13:49:15] at net.minecraft.server.NetworkManager.b(NetworkManager.java:234) [13:49:15] at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:119) [13:49:15] at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:83) [13:49:15] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:579) [13:49:15] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) [13:49:15] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [13:49:17] java.lang.RuntimeException: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.announceBlockUpdate(net.minecraft.server.WorldChunkManager, int, int, int) [13:49:17] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:92) [13:49:17] at ic2.advancedmachines.TileEntityBlock.q_(TileEntityBlock.java:60) [13:49:17] at ic2.advancedmachines.TileEntityMachine.q_(TileEntityMachine.java:152) [13:49:17] at ic2.advancedmachines.TileEntityBaseMachine.q_(TileEntityBaseMachine.java:56) [13:49:17] at ic2.advancedmachines.TileEntityAdvancedMachine.q_(TileEntityAdvancedMachine.java:93) [13:49:17] at net.minecraft.server.World.tickEntities(World.java:1190) [13:49:17] at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:569) [13:49:17] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:467) [13:49:17] at net.minecraft.server.ThreadServerApplication.run(SourceFile:492) [13:49:17] Caused by: java.lang.NoSuchMethodException: ic2.platform.NetworkManager.announceBlockUpdate(net.minecraft.server.WorldChunkManager, int, int, int) [13:49:17] at java.lang.Class.getMethod(Unknown Source) [13:49:17] at ic2.api.NetworkHelper.announceBlockUpdate(NetworkHelper.java:83) [13:49:17] ... 8 more [13:49:17] Unexpected exception -
Server crash error for ic2.platform.NetworkManager.initiateTileEntityEvent
dreadslicer replied to AaronMcH's question in Tekkit Classic
Fixed!!!! ic2.api.networkHelper (NetworkHelper.java:62) - tileentity, Integer.valueOf(i), Boolean.valueOf(flag) + tileentity, Integer.valueOf(i), flag It was using the wrong boolean type. it's boolean, not Boolean. >>>MediaFire Patch<<< Good luck! I'm sure there are more errors to come! -
Must have Plugins and Modifications for a Tekkit server
dreadslicer replied to smithy285's topic in Server Op Swap Shop
I have fixed the problem. 0.95 Release seems to be the most stable thus far. I have been coding night after night to get it stable, so hi... :D -
[Plugin] TekkitRestrict [Beta for 3.1.2] [Fix]
dreadslicer replied to dreadslicer's topic in Tekkit Classic Discussion
Alright, just released the beta on bukkit dev... just waiting for a bukkit dev moderator's approval. Make sure, if you have used the alpha, to clear your tekkitrestrict folder of config.pml and data.db. -
[Plugin] TekkitRestrict [Beta for 3.1.2] [Fix]
dreadslicer replied to dreadslicer's topic in Tekkit Classic Discussion
Aye, the collector rate is to be had. However, limiting the total number of collectors using the beta can prevent said claim. [beta+] tekkitrestrict.limit.126.2.16 This will limit the MK3 energy collector to 16. Players that have this permission will only be allowed to place 16 MK3 collectors. Now, actually modifying EE's items and setting their properties is going to be an extreme. Essentially, "Adding any code" from said mod may be looked down upon. I'm currently working with only reverse engineering. Please be patient, as I'm sure the maker of EE would not want me to make his config for him. I will try to see if it feasible, though. -
[Plugin] TekkitRestrict [Beta for 3.1.2] [Fix]
dreadslicer replied to dreadslicer's topic in Tekkit Classic Discussion
@Malicered Yes, the backend of EE is JUST items. It's quite sad really. However, if you think of the mod creator as a troll, then you would understand why he did what he did. EE is a very nice concept and all, but it's not very friendly to a long-term server. The beta release will have noitem and limiters. These essentials enable admins to A: Prevent players from getting "no-no" items and B: limit the total number of a block-type a player may place. @SirStompsalot You were running Alpha on a fresh install. Alphas are bound to run quite sour. -
Hello guys! I'm here today to post my [beta] plugin TekkitRestrict. [BukkitDev] (Probably subject to change since bukkit dev hates tekkit) Essentially, this is a bukkit plugin that integrates with the tekkit mods and applies several fixes that "vanilla tekkit" servers would need to prevent griefers to go outright ballistic with the mods. I know that many high-listed servers for tekkit deny the use of EE because: -3 dupes -1 Crafting bypass -Cheating in resources (This obviously IS the basis of the mod) -Most "Tools" in EE are NOT logged I also know that said high-listed servers ban users because they "glitched" in items using crafting workarounds. So, in conclusion, the overall goal of my plugin is to prevent these problems and more. Please note that this does NOT use any source code from any of the mods. It basically works off of what is available through reverse engineering.
-
[Moved thread]
-
Unfortunately, no. As long as you enable your players to use quarries, it will carry to annoy you. However, you could try finding a JSONAPI or another application that may let you chat with your players and modify in-game stuff. However, I haven't been able to get space bukkit to work with it's RTK plugin, so you might want to try another method. OR, you could remove Jobs. Do not Get McJobs, however, because that is just a nuisance to the players.
-
This is caused by any machine, thereof, which breaks blocks. Jobs does not know how to handle this, because it is not designed for tekkit... and the quarry isn't an actual player.
-
[Linux Bug] Linux Optirun & Technic Launcher problem
dreadslicer replied to dreadslicer's question in Technic Launcher
I found a way! apparently, according to their open-source code: GITHub the 'rtemp' file under the .techniclauncher folder is generated right before the restart so it doesn't reoccur. So a bash is indeed possible to generate a blank 'rtemp' and start the launcher. so... quick bash (or sh) file... (Tested and works!!!) echo -n "" > ~/.techniclauncher/rtemp # location of jar... cd ~/Desktop/ optirun java -Xmx3g -jar technic-launcher-latest.jar -
[Linux Bug] Linux Optirun & Technic Launcher problem
dreadslicer replied to dreadslicer's question in Technic Launcher
bump *reserved* -
[Linux Bug] Linux Optirun & Technic Launcher problem
dreadslicer replied to dreadslicer's question in Technic Launcher
I suppose we need to get the devs in on this then... Posted my logs-n-stuffs -
[Linux Bug] Linux Optirun & Technic Launcher problem
dreadslicer replied to dreadslicer's question in Technic Launcher
Jasin is right, there is no option. The laptop's screen is connected to the integrated GPU. The only thing I can see is to optirun the console(?) then from that one, optirun the java game... (?) I tried to virtualbox it and only got a white screen... and a loading screen for minecraft that never loaded within the hour. (not sure if guest additions installed correctly) Or we, as normal users need to find a way to make the optirun stick like superglue. I guess we could try: optirun sudo java [...] or optirun padsp java [...] (sound module) or optirun xterm java [...] not in linux right now, so I can't try it... -
[Linux Bug] Linux Optirun & Technic Launcher problem
dreadslicer replied to dreadslicer's question in Technic Launcher
Thread title &.& -
[Linux Bug] Linux Optirun & Technic Launcher problem
dreadslicer replied to dreadslicer's question in Technic Launcher
That is for windows. I am running Linux. -
[Linux Bug] Linux Optirun & Technic Launcher problem
dreadslicer posted a question in Technic Launcher
Hello all! My laptop has hybrid graphics (Intel 3000 primary, Nvidia 525GT Secondary). There is a program called bumblebee which fixes this and gives the users a command called 'optirun' to render off of the Nvidia graphics instead of the intel graphics for opengl applications. My command: optirun java -Xmx3072M -classpath technic-launcher-latest.jar org.spoutcraft.launcher.Main Whenever I try to use the technic launcher combined with the optirun commands, it restarts and just uses the normal java command. logged line from console: Jun 15, 2012 1:46:04 PM org.spoutcraft.launcher.Util log WARNING: Rebooting with [java, -Xmx3072m, -classpath, /home/dread/Desktop/technic-launcher-latest.jar, org.spoutcraft.launcher.Main] Without Optirun, I can only run minecraft with super laggy graphics from intel. OS/Version, ect.