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

[CCEDU][ComputerCraftPlusComputerCraftEdu1.74][SSP]Monitors will not display anything. Not even text.

Started by LewisTehMinerz, 28 July 2015 - 08:41 AM
LewisTehMinerz #1
Posted 28 July 2015 - 10:41 AM
VERSION:
1.74 (CCEDU combined w/ ComputerCraft [one mod])
DESCRIPTION:
I'm trying to display text on a monitor to replace signs so I can talk to the pupils (I'm making a map where you will learn about ComputerCraft) because I want to use ComputerCraft because I'm teaching them ComputerCraftEDU. It just won't display anything on the monitor.
EXPECTED RESULT:
Be able to display text and graphics.
REPRODUCTION STEPS:
  1. Place down a PC (any)
  2. Place down a monitor (any)
  3. Go into the computer and type this in as the program:

local t = peripheral.find( "monitor" )
t.write( "Testing" )
4. Run the program.

SCREENSHOT/VIDEO:
Can't. It display's nothing on the monitor and doesn't throw an error on the PC
Edited on 28 July 2015 - 08:56 AM
SquidDev #2
Posted 28 July 2015 - 06:31 PM
Possible related to this and this and this?
LewisTehMinerz #3
Posted 29 July 2015 - 11:15 AM
Not the third.
Bomb Bloke #4
Posted 31 July 2015 - 02:19 AM
Though the specifics described vary, they do all look the same as this report to me.

As a workaround, try changing the text scale of the monitor (and then changing it back again, if you want) before writing to it. You may also need to specify your cursor position, if you'd already been attempting to use the monitor before rescaling it.