
dvdbrander
Members-
Posts
29 -
Joined
-
Last visited
Everything posted by dvdbrander
-
[YT noob] Dvdbrander's Technicpack Lets Play
dvdbrander replied to dvdbrander's topic in Let's Play Pavillion
I am currently uploading episode 5, but since I released 4 vids in one day, I'm going to release them scheduled. One every day, at 12:00 UTC+2 -
[YT noob] Dvdbrander's Technicpack Lets Play
dvdbrander replied to dvdbrander's topic in Let's Play Pavillion
I am currently using windows movie maker to export my episodes, but this is rather slow. Is there a program that converts from multiple avi files to mp4 (720p) faster than MM? -
[YT noob] Dvdbrander's Technicpack Lets Play
dvdbrander replied to dvdbrander's topic in Let's Play Pavillion
I'm sorry, but no. I'm staying with technicpack. I love the logistic pipes and that kind of stuff, and I am too busy to run 2 lets plays at once. -
[YT noob] Dvdbrander's Technicpack Lets Play
dvdbrander replied to dvdbrander's topic in Let's Play Pavillion
Sorry, but it's technicpack, so unfortunately there is no multiplayer. I'm glad you like it :D -
Hello there everybody I am pretty new to the entire youtube video making and that kind of stuff, but I wanted to give it a try. So I am currently making my own technicpack let's play. There are 3 episodes out right now. I would love it if you would give them a shot, and give me some hints. My channel is: https://www.youtube.com/channel/UCuutrLiDgw8CAjPV0ra_X0g?feature=mhee
-
Does pumping oil into a full tank waste the oil?
dvdbrander replied to dvdbrander's topic in Tekkit Classic Discussion
Okay, ty -
Unsupported majo r.minor version 51.0 http://forums.technicpack.net/threads/mod_ic2advancedmachines-unsupported-major-minor-version-51-0.2324/ edit: nvm, that's about an way older version and you have already got j 7.5
-
Title: Unable to craft anything Version: 3.1.2 OS: win7 Java Version: j 7 update 5 Description of Problem: Sometimes my server seems to bug out and when you try to craft anything, for example wood to planks, the planks are visible for a short time but then you don't see them any more, as if the recipe is invalid. If you take the planks before they disappear, they will just disappear from your inventory and you will see the logs in the crafting slot again. Usually a restart of the server works, but this time it doesn't... Error Messages: Error Log:
-
Maybe it is not because IC2 is not compatible, this can even be caused by any other mod. It will probably work if you have just IC and netherores enabled.
-
Title: slotChanging(37) Version: 3.1.2 OS: win7 Java Version: java 7 update 5 Description of Problem: My server gives the message slotChanging(37) all the times. Sometimes it gives slotChanging(0). I seem to have problems with logging in and lagg, while the server used to run smoothly. I don't know what piece of the log is relevant and what isn't but at least the end of my pasted piece is. Error Messages: Error Log: http://pastebin.com/44wLkdw7
-
I think it could be easally fixed or worked around by changing if (goldDust != null) { Ic2Recipes.addMaceratorRecipe(new ItemStack(blockNetherOres.id, 1, 2), new ItemStack(goldDust.id, 4, 0)); } if (ironDust != null) { Ic2Recipes.addMaceratorRecipe(new ItemStack(blockNetherOres.id, 1, 3), new ItemStack(ironDust.id, 4, 0)); } to Ic2Recipes.addMaceratorRecipe(new ItemStack(blockNetherOres.id, 1, 2), new ItemStack(Item.IronOre, 2, 0)); Ic2Recipes.addMaceratorRecipe(new ItemStack(blockNetherOres.id, 1, 3), new ItemStack(Item.GoldOre, 2, 0)); This will however increase the amount of times you need to macerate this stuff...
-
Redpower frames crashing nearby clients
dvdbrander replied to Gigacorona's question in Tekkit Classic
Actually, I never had problems with diamond chests and my enderchests made it crash instantly. -
Oh by the way, this ItemStack goldDust = Items.getItem("goldDust"); is just because Item.something is an object containing all the mc vanilla items, and Items.getItem can be used for items added through mods. If somebody has time, try putting System.out.println(goldDust); after that line to see what it gives. If it gives null, then the name goldDust is off or goldDust isn't registered yet.
-
Somehow my anti-aliasing option has disappeared, so have the lines. Ty
-
Title: ccSensors, owner: null Version: 3.1.2 OS: win7 Java Version: 7 update 5 Description of Problem: Somehow when I place a ccSensors sensor controller I can't click set owner, (not as op either), and the owner: field says owner: null. Also, the dots in the corner stay red indicating that something's wrong. And if I remove a sensor that has been used on the frequeny of the sensor controller it will stay available in the sensor controller to look up. Error Messages: Error Log:
-
I am not sure if the name goldDust and ironDust shouldn't be just Gold Dust and Iron Dust, and I'm not sure if this is right either: NO is loaded before forge even realizes IC is in there.
-
Title: Purple edges Version: 3.1.1 OS: Windows 7 Java Version: 7 update 5 Description of Problem: I have got all kinds of wierd purple edges when playing tekkit. Error Messages: Error Log:
-
I tried that, but it didn't help at all. My cpu usage is at around 40%, so is the ram usage of mc. (40% of allocated ram)
-
Title: sudden fps drops Version: 3.1.1 OS: Windows 7, 64 bits Java Version: Java 6 update 30, installed java 7 update 5 trying to fix this problem Description of Problem: I am getting epic laggspikes at random moments while playing. My game freezes for about 5 to 10 seconds (sometimes way longer) and just continues afterwards.I don't get any error logs or messages. I tried disabling IC sounds, but that did not work, but I do sometimes get end of stream afterwards. Error Messages: Error Log: [15:28:22] [sEVERE]java.net.SocketException: Software caused connection abort: socket write error [15:28:22] [sEVERE]at java.net.SocketOutputStream.socketWrite0(Native Method) [15:28:22] [sEVERE]at java.net.SocketOutputStream.socketWrite(Unknown Source) [15:28:22] [sEVERE]at java.net.SocketOutputStream.write(Unknown Source) [15:28:22] [sEVERE]at java.io.BufferedOutputStream.flushBuffer(Unknown Source) [15:28:22] [sEVERE]at java.io.BufferedOutputStream.flush(Unknown Source) [15:28:22] [sEVERE]at java.io.DataOutputStream.flush(Unknown Source) [15:28:22] [sEVERE]at rm.run(SourceFile:103) [15:28:22] [sEVERE]java.net.SocketException: Software caused connection abort: recv failed [15:28:22] [sEVERE]at java.net.SocketInputStream.socketRead0(Native Method) [15:28:22] [sEVERE]at java.net.SocketInputStream.read(Unknown Source) [15:28:22] [sEVERE]at java.net.SocketInputStream.read(Unknown Source) [15:28:22] [sEVERE]at java.io.FilterInputStream.read(Unknown Source) [15:28:22] [sEVERE]at abs.a(SourceFile:145) [15:28:22] [sEVERE]at lg.e(NetworkManager.java:227) [15:28:22] [sEVERE]at lg.c(NetworkManager.java:389) [15:28:22] [sEVERE]at rl.run(SourceFile:76) [15:28:22] [sEVERE]java.net.SocketException: Software caused connection abort: socket write error [15:28:22] [sEVERE]at java.net.SocketOutputStream.socketWrite0(Native Method) [15:28:22] [sEVERE]at java.net.SocketOutputStream.socketWrite(Unknown Source) [15:28:22] [sEVERE]at java.net.SocketOutputStream.write(Unknown Source) [15:28:22] [sEVERE]at java.io.BufferedOutputStream.flushBuffer(Unknown Source) [15:28:22] [sEVERE]at java.io.BufferedOutputStream.flush(Unknown Source) [15:28:22] [sEVERE]at java.io.DataOutputStream.flush(Unknown Source) [15:28:22] [sEVERE]at rm.run(SourceFile:103)
-
Redpower frames crashing nearby clients
dvdbrander replied to Gigacorona's question in Tekkit Classic
I found my error log: [13:47:00] [sEVERE] Received a TileEntityData packet for a location that did not have a TileEntity: (96, 26, 732) 1: 51, 0, 0 [13:47:07] [sEVERE] Received a TileEntityData packet for a location that did not have a TileEntity: (-106, 22, 640) 1: 59, 0, 0 [13:48:17] [sEVERE] java.lang.ArrayIndexOutOfBoundsException: 180 [13:48:17] [sEVERE] at eloraam.core.MathLib.orientQuat(MathLib.java:9) [13:48:17] [sEVERE] at eloraam.logic.TilePointerRenderer.a(TilePointerRenderer.java:36) [13:48:17] [sEVERE] at ach.a(SourceFile:129) [13:48:17] [sEVERE] at ach.a(SourceFile:122) [13:48:17] [sEVERE] at l.a(RenderGlobal.java:467) [13:48:17] [sEVERE] at lr.a(EntityRenderer.java:1292) [13:48:17] [sEVERE] at lr.b(EntityRenderer.java:1030) [13:48:17] [sEVERE] at EntityRendererProxy.b(EntityRendererProxy.java:21) [13:48:17] [sEVERE] at net.minecraft.client.Minecraft.x(Minecraft.java:869) [13:48:17] [sEVERE] at net.minecraft.client.Minecraft.run(Minecraft.java:747) [13:48:17] [sEVERE] at java.lang.Thread.run(Unknown Source) I see TilePointerRenderer here, does this mean timers make it crash? I mean, it seems to me that TilePointerRenderer renders the turning part of a timer. -
Redpower frames crashing nearby clients
dvdbrander replied to Gigacorona's question in Tekkit Classic
Even when no enderchests are attached any more it still happens sometimes, worldanchors crash too. I heard something about putting those in carts, but I still have to try that out. This bug is really inconsistent. -
Invisible and crated blocks after restart
dvdbrander replied to dvdbrander's question in Tekkit Classic
bump -
Title: Invisible and crated blocks after restart Version: 3.0.3/3.0.4 OS: Windows 7 Java Version: Java 7 Description of Problem: When I restarted my server, and I joined later, somehow my airship got invisible. Only one engine is visible, and after I moved all other parts by placing another engine, all visible parts got crated, including frames, levers, engines and so on. Error Messages: Error Log: