CC: Tweaked

CC: Tweaked

42M Downloads

Setting text scale in monitors crashes client

MarianoAlipi opened this issue ยท 0 comments

commented
  • Minecraft version: 1.12.2
  • CC: Tweaked version: 1.89.0
  • Detailed reproduction steps:
  1. Place a computer and a monitor next to it.
  2. Write a simple program that prints something to the monitor. Use the setTextScale() function.
    Example:
local mon = peripheral.wrap("top")
mon.write("Hello")
mon.setTextScale(2)
mon.write("world")
  1. Run the program. The game crashes.
  • Other information:
    I have around 50 mods installed, including OptiFine (without shaders). The stacktrace doesn't seem to involve other mods.
    I rolled back to version 1.88.0 and the problem disappears.
    I attached the crash report.

crash-2020-06-19_03.11.30-client.txt