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

[1.6.4][CC 1.58]Events queued before first yield go missing.

Started by gamax92, 09 March 2014 - 12:53 PM
gamax92 #1
Posted 09 March 2014 - 01:53 PM
Description:
Any events that gets spawned before the computer yields for the first time do not seem to go anywhere.
Timers and alarms still work however.

Replication:
In startup, place this:
os.queueEvent("hi")
coroutine.yield("hi")
Then reboot.
You'll find the computer does not take the queued event and instead waits for one.
electrodude512 #2
Posted 17 March 2014 - 01:25 AM
I've also run into this bug. It's been here since at least 1.5.2.
theoriginalbit #3
Posted 17 March 2014 - 02:40 AM
Duplicate of:
http://www.computercraft.info/forums2/index.php?/topic/11630-
http://www.computercraft.info/forums2/index.php?/topic/10827-