13 posts
Posted 24 December 2012 - 07:17 AM
ComputerCraft Version: 1.4.8
Description of Bug: If you place a computer next to wireless redstone the computer won't turn on. You then have to remove the wireless redstone and replace the computer so it will start.
Steps to Reproduce Bug: - Place wireless redstone.
- Place computer next to wireless redstone.
2447 posts
Posted 24 December 2012 - 07:27 AM
Nothing to do with us. What happens when you put the computer down and turn it on first? I can poke Chicken Bones if it isn't working.
13 posts
Posted 24 December 2012 - 07:37 AM
It works fine if the computer was put down first, its just that when the chunk is unloaded and then you come back to it the computer won't start.
2447 posts
Posted 24 December 2012 - 07:38 AM
Do you have a log?
13 posts
Posted 24 December 2012 - 07:48 AM
This is what happens when I right click a computer next to the wireless redstone
2012-12-23 10:47:15 [INFO] [STDOUT] Inserted super call into avs.c
2012-12-23 10:47:15 [INFO] [STDOUT] ComputerCraft: Searching for RedPowerWorld...
2012-12-23 10:47:15 [INFO] [STDOUT] ComputerCraft: RedPowerWorld and methods located.
2012-12-23 10:47:15 [INFO] [STDERR] Exception in thread "Thread-44" java.lang.AbstractMethodError: codechicken.wirelessredstone.redpower.TileRPTransmitter.attach(Ldan200/computer/api/IComputerAccess;)V
2012-12-23 10:47:15 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI$PeripheralWrapper.attach(PeripheralAPI.java:77)
2012-12-23 10:47:15 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralAPI.startup(PeripheralAPI.java:334)
2012-12-23 10:47:15 [INFO] [STDERR] at dan200.computer.core.Computer.initLua(Computer.java:808)
2012-12-23 10:47:15 [INFO] [STDERR] at dan200.computer.core.Computer.access$1300(Computer.java:26)
2012-12-23 10:47:15 [INFO] [STDERR] at dan200.computer.core.Computer$1.execute(Computer.java:917)
2012-12-23 10:47:15 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1$1.run(ComputerThread.java:67)
2012-12-23 10:47:15 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
2447 posts
Posted 24 December 2012 - 08:35 AM
Looks like something ChickenBones needs to fix. I'll point him to this thread. Thanks!
2 posts
Posted 26 December 2012 - 09:15 AM
happens to me no matter what i put next to it diskdrive, wireless modem ect…
2012-12-25 12:45:23 [INFO] [STDERR] Exception in thread "Thread-28" java.lang.No
SuchMethodError: dan200.computer.api.IPeripheral.attach(Ldan200/computer/api/ICo
mputerAccess;)V
2012-12-25 12:45:23 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralA
PI$PeripheralWrapper.attach(PeripheralAPI.java:77)
2012-12-25 12:45:23 [INFO] [STDERR] at dan200.computer.core.apis.PeripheralA
PI.startup(PeripheralAPI.java:334)
2012-12-25 12:45:23 [INFO] [STDERR] at dan200.computer.core.Computer.initLua
(Computer.java:808)
2012-12-25 12:45:23 [INFO] [STDERR] at dan200.computer.core.Computer.access$
1300(Computer.java:26)
2012-12-25 12:45:23 [INFO] [STDERR] at dan200.computer.core.Computer$1.execu
te(Computer.java:917)
2012-12-25 12:45:23 [INFO] [STDERR] at dan200.computer.core.ComputerThread$1
$1.run(ComputerThread.java:67)
2012-12-25 12:45:23 [INFO] [STDERR] at java.lang.Thread.run(Unknown Source)
:P/>
2447 posts
Posted 26 December 2012 - 10:25 AM
You'll have installed a peripheral. Remove the ones you installed and then when you find which one it is, speak to the peripheral author to update the CC API they ship.
2 posts
Posted 26 December 2012 - 03:15 PM
i thought i did delete everything that would cause that but i was wrong.
basic components caused it.
upgraded it and it works now o_O