Setting text scale in monitors crashes client
MarianoAlipi opened this issue ยท 0 comments
- Minecraft version: 1.12.2
- CC: Tweaked version: 1.89.0
- Detailed reproduction steps:
- Place a computer and a monitor next to it.
- 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")
- 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.