Create

Create

86M Downloads

Crash when set schedule from computercraft

manmen2414 opened this issue ยท 1 comments

commented

Describe the Bug

Setting a schedule using setSchedule() from ComputerCraft will break the world.
Probably doesn't matter if the schedule is correct or not.

Reproduction Steps

  1. stop any train at the station where the computer is connected.
  2. open the computer and run the following program.
local station = peripheral.find("Create_Station")
station.setSchedule({})

Expected Result

Either the world is scheduled without corruption or an error occurs on ComputerCraft.

Screenshots and Videos

2024-05-02_18-10-19.mp4

Crash Report or Log

https://mclo.gs/i4hEX2Y

Operating System

Windows 10

Mod Version

0.5.1f

Minecraft Version

1.19.2

Forge Version

43.3.0

Other Mods

CC: Tweaked 1.101.4

Additional Context

This is my first Issue, although it is not related to the bug. I apologize if there are any mistakes.

commented

Duplicate of #5818.