[CC1.53][MC1.5.2] MiscPeripherals 3.3
#421
Posted 12 January 2013 - 06:09 PM
#422
Posted 13 January 2013 - 05:15 AM
Edit: Nevermind I realised you need the chunk loader module instead of the chunk loader
#423
Posted 13 January 2013 - 05:57 AM
#424
Posted 13 January 2013 - 05:31 PM
Keridos, on 12 January 2013 - 06:09 PM, said:
Nuclear Control (IC2 plugin) adds Liquid Sensor Kits, which effectively gives you the name of the liquid, amount, free space, capacity and percentage of a tank (works with most tanks (BC, Railcraft) and machines that store liquid (Coke oven)).
However, even though the Nuclear Information Reader peirpheral reads the other cards (nuclear and energy), it doesn't work with the liquid ones.
I came here to report that error or ask for the ability for it to read it, but I though I'd reply to you at the same time.
#426
Posted 14 January 2013 - 01:42 AM
nicon4454, on 09 January 2013 - 08:48 AM, said:
dutchie169, on 04 January 2013 - 02:45 AM, said:
m = peripheral.wrap("right")
m.setFreq(1) --Returns 0
m.get() --Returns false even when frequenty is active
m.set(true) --returns lua:52: java.lang.NullPointerException in consol from turtle
And this is the code shown in the MC log:2013-01-03 14:29:27 [INFO] [STDOUT] ComputerCraft: Error running task. 2013-01-03 14:29:27 [INFO] [STDERR] java.lang.NullPointerException 2013-01-03 14:29:27 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.getDimension(PeripheralWirelessRedstone.java:136) 2013-01-03 14:29:27 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:610) 2013-01-03 14:29:27 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120) 2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85) 2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366) 2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998) 2013-01-03 14:29:27 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67) 2013-01-03 14:29:27 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
I'm using version 1.481 from ComputerCraft and version 2.3 from miscperipherals also the latest version of redpower and WRCBE.
I am having the same issue is there a fix for this?
Here 3
But with me this ONLY happens when I let the turtle set a freq on wireless redstone, reading and setting the freq is no problem
with forge 489 on MC 1.46
#427
Posted 14 January 2013 - 04:23 AM
MiscPeripherals 3.0b4
Debug mode is turned on for this release, so there are some extra verbose things. If something doesn't work, check the console for "[MiscPeripherals] Reflector:" messages. Due to the strict beta nature, this release is not allowed into any modpack, including FTB.
Goes in coremods, but you can still put it on mods - you get extra features in coremods.
#428
Posted 14 January 2013 - 05:41 AM
(Or at least make it a configurable option =)
I have a GPS system and I can make:
a wireless mining turtle that knows its position
a compass mining turtle that knows its facing
but I can't make:
a wireless compass mining turtle that knows its position and facing =)
Thank you
#429
Posted 14 January 2013 - 07:35 AM
Whist34, on 14 January 2013 - 05:41 AM, said:
(Or at least make it a configurable option =)
I have a GPS system and I can make:
a wireless mining turtle that knows its position
a compass mining turtle that knows its facing
but I can't make:
a wireless compass mining turtle that knows its position and facing =)
Thank you
You can get the the facing quite easy with the gps turtle. Just move one block forward and compare the new position to the old one.
#430
Posted 14 January 2013 - 07:37 AM
#431
Posted 14 January 2013 - 08:11 AM
RichardG867, on 14 January 2013 - 04:23 AM, said:
MiscPeripherals 3.0b4
Debug mode is turned on for this release, so there are some extra verbose things. If something doesn't work, check the console for "[MiscPeripherals] Reflector:" messages. Due to the strict beta nature, this release is not allowed into any modpack, including FTB.
Goes in coremods, but you can still put it on mods - you get extra features in coremods.
Ok RichardG, My server no longer halts on activating a wireless redstone signal with a turtle. but now the turtle doesn't have any interaction (or so it seems) with wireless redstone
And I indeed noticed debugging mode is on
Hope this helps, O yeah I placed in the Coremods folder on both server and client.
O and placing a pre-made (from version 2.3) chunckloading turtle crashes the server:
Finally a new made chunckloading turtle has the same effect....
#432
Posted 14 January 2013 - 09:57 AM
I have ComputerCraft and Miscperipherals installed and working fine - as zip files. Then I discovered that to be able to add programs or apis that are auto-installed on all computers you have to extract ComputerCraft into a folder within the mods folder. You can't leave it as a zip file.
Do I need to do the same thing with Miscperipherals? Just create a folder named /mods/miscperipherals and then extract the contents of the zip file into that folder?
Or should it be extracted into my mods/ComputerCraft folder?
Thank you
#433
Posted 14 January 2013 - 10:39 AM
#434
Posted 14 January 2013 - 01:23 PM
#435
Posted 15 January 2013 - 01:11 AM
Whist34, on 14 January 2013 - 09:57 AM, said:
Except you can. You can create a ComputerCraft folder, snd then lua then rom folder, and files there will be seen too.
#436
Posted 15 January 2013 - 03:28 AM
-- Sorry for my bad English D:
#437
Posted 15 January 2013 - 04:29 AM
Chris54721, on 15 January 2013 - 03:28 AM, said:
-- Sorry for my bad English D:
I can confirm since this has been reported about 5 times. Im sure RichardG is on the case
#438
Posted 15 January 2013 - 06:39 AM
I tried to control multiple wireless frequencies with an advanced Computer -> Rednet -> RetherTurtle combination (as simple wireless transmitters stop sending the first signal when switched to the second one). Switching Frequency on the turtle worked, but "transmitter.set(true)" crashed the server:
2013-01-14 18:16:25 [INFO] [STDOUT] ComputerCraft: Error running task. 2013-01-14 18:16:25 [INFO] [STDERR] java.lang.NullPointerException 2013-01-14 18:16:25 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611) 2013-01-14 18:16:25 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120) 2013-01-14 18:16:25 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85) 2013-01-14 18:16:25 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366) 2013-01-14 18:16:25 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998) 2013-01-14 18:16:25 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67) 2013-01-14 18:16:25 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:636) 2013-01-14 18:17:40 [INFO] [STDOUT] ComputerCraft: Error running task. 2013-01-14 18:17:40 [INFO] [STDERR] java.lang.NullPointerException 2013-01-14 18:17:40 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611) 2013-01-14 18:17:40 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120) 2013-01-14 18:17:40 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85) 2013-01-14 18:17:40 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366) 2013-01-14 18:17:40 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998) 2013-01-14 18:17:40 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67) 2013-01-14 18:17:40 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:636) 2013-01-14 18:18:40 [INFO] [STDOUT] ComputerCraft: Error running task. 2013-01-14 18:18:40 [INFO] [STDERR] java.lang.NullPointerException 2013-01-14 18:18:40 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611) 2013-01-14 18:18:40 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120) 2013-01-14 18:18:40 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85) 2013-01-14 18:18:40 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366) 2013-01-14 18:18:40 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998) 2013-01-14 18:18:40 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67) 2013-01-14 18:18:40 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:636) 2013-01-14 18:19:42 [INFO] [STDOUT] ComputerCraft: Error running task. 2013-01-14 18:19:42 [INFO] [STDERR] java.lang.NullPointerException 2013-01-14 18:19:42 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.getDimension(PeripheralWirelessRedstone.java:136) 2013-01-14 18:19:42 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:610) 2013-01-14 18:19:42 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120) 2013-01-14 18:19:42 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85) 2013-01-14 18:19:42 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366) 2013-01-14 18:19:42 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998) 2013-01-14 18:19:42 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67) 2013-01-14 18:19:42 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:636) 2013-01-14 18:20:12 [INFO] [STDOUT] ComputerCraft: Error running task. 2013-01-14 18:20:12 [INFO] [STDERR] java.lang.NullPointerException 2013-01-14 18:20:12 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:611) 2013-01-14 18:20:12 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120) 2013-01-14 18:20:12 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85) 2013-01-14 18:20:12 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366) 2013-01-14 18:20:12 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998) 2013-01-14 18:20:12 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67) 2013-01-14 18:20:12 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:636)
Then I broke the turtle - everything fine. Broke the advanced computer (without removing the modem first) -> crash #2:
2013-01-14 18:31:31 [INFO] [STDOUT] ComputerCraft: Error running task. 2013-01-14 18:31:31 [INFO] [STDERR] java.lang.NullPointerException 2013-01-14 18:31:31 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.getDimension(PeripheralWirelessRedstone.java:136) 2013-01-14 18:31:31 [INFO] [STDERR] at codechicken.wirelessredstone.core.RedstoneEtherServer.removeTransmittingDevice(RedstoneEtherServer.java:610) 2013-01-14 18:31:31 [INFO] [STDERR] at miscperipherals.peripheral.PeripheralWirelessRedstone.detach(PeripheralWirelessRedstone.java:120) 2013-01-14 18:31:31 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.detach(PeripheralAPI.java:85) 2013-01-14 18:31:31 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.shutdown(PeripheralAPI.java:366) 2013-01-14 18:31:31 [INFO] [STDERR] at dan200.computer.core.Computer$2.execute(Computer.java:998) 2013-01-14 18:31:31 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67) 2013-01-14 18:31:31 [INFO] [STDERR] at java.lang.Thread.run(Thread.java:636)
#439
Posted 15 January 2013 - 08:05 AM
Holofire, on 15 January 2013 - 04:29 AM, said:
Chris54721, on 15 January 2013 - 03:28 AM, said:
-- Sorry for my bad English D:
I can confirm since this has been reported about 5 times. Im sure RichardG is on the case
I just made an amazing autocrafting and a computer-controlled sorting system
#440
Posted 15 January 2013 - 10:38 AM
D S D
V I V
D N D
Where D = diamond; S = sorting machine; I = interactive sorter; N = nether star and V = retriever and filter for their respective blocks.
I know that you said eloram doesn't like people hooking into her blocks, but I bet if you asked her nicely she would let you:D. Thanks for the awesome mod
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


This topic is locked








