Posted 16 March 2014 - 02:47 AM
Happens both in single mode and SMP.
Computercraft 1.53
MiscPeripherals 3.3
RedstoneInMotion 2.2.0.0
Doesn't happen from the beginning, but suddenly code starts halting.
Execution goes as far as modem.transmit and then exection breaks with no errors.
Then it exits to command line.
———————————————————-
If this is RIM's faut, then some block data (maybe modem) is corrupted –> Then execution should brek with error log or a crash so bug can be fixed.
If it is not…then it just should be fixed i guess.
Sorry, for not being much help in narrowing down the case, but there are no logs generated on that.
modemSide ="right"
modem = peripheral.wrap(modemSide)
print("1")
modem.transmit(1,2,"test')
print("2")
——————
outputs "1" and then finishes execution.
Computercraft 1.53
MiscPeripherals 3.3
RedstoneInMotion 2.2.0.0
Doesn't happen from the beginning, but suddenly code starts halting.
Execution goes as far as modem.transmit and then exection breaks with no errors.
Then it exits to command line.
———————————————————-
If this is RIM's faut, then some block data (maybe modem) is corrupted –> Then execution should brek with error log or a crash so bug can be fixed.
If it is not…then it just should be fixed i guess.
Sorry, for not being much help in narrowing down the case, but there are no logs generated on that.
modemSide ="right"
modem = peripheral.wrap(modemSide)
print("1")
modem.transmit(1,2,"test')
print("2")
——————
outputs "1" and then finishes execution.