This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
logsys's profile picture

[1.62] [SSP] Computer shuts down after running a program and pressing up arrow

Started by logsys, 09 April 2014 - 03:25 PM
logsys #1
Posted 09 April 2014 - 05:25 PM
ComputerCraft Version Information:
1.62
Description of Bug:

Computer crashes after running a program and pressing up arrow. It gives me the info in the picture below. I also included the program below.
[attachment=1584:2014-04-09_17.13.24.png]
Steps to Reproduce Bug: Run that program and press the up arrow. Notice the name and even the name being Chat.gps.

PS: I could not upload the file, so here is the code and the image(in 0's) :P/>. The program shall be Chat.gps and the image img1.
Program Chat.gps:

function screenLoad()
term.clear()
term.setBackgroundColor(colors.white)
term.clear()
term.setCursorPos(1,1)
img1 = paintutils.loadImage("img1")
paintutils.drawImage(img1, 1, 1)
end

screenLoad()

Image img1:

000000000000000000000000
000000000000000000000000
000000000000000000000000
003000003333303333300000
003000003000303000000000
003000003000303003300000
003000003000303000300000
003333303333303333300000
000000000000000000000000
000033333033333000000000
000030003030000000000000
000030003033333000000000
000030003000003000000000
000033333033333000000000
000000000000000000000000
000000000000000000000000
000000000000000000000000
000000000000000000000000
000000000000000000000000

Bomb Bloke #2
Posted 09 April 2014 - 11:28 PM
I've moved on to 1.63pre1, and am able to replicate this there - note that it only appears to affect Pocket Computers, as pictured.

On first running the script, I was booted out of the Pocket Computer interface entirely (something I've had happen to me on a number of other occasions, though I've been unable to reliably reproduce it). Returning to the interface and pressing up crashed shell as described, and is easily reproducable.
dan200 #3
Posted 14 April 2014 - 04:52 PM
Fixed in 1.63pr2. Thanks for the report. Closing