Posts by jhaiduce
- 13.02.2017, 01:46
- Forum: Bugs
- Topic: Calls to wait() result in segmentation fault
- Replies: 0
- Views: 4024
Calls to wait() result in segmentation fault
Hi, I just started playing with Lua scripting in Celestia, and it looks like many of the scripts fail with the following: Error: [string "string"]:1: attempt to index a nil value (global 'coroutine') Segmentation fault (core dumped) It looks like this occurs whenever wait() is called. Unfo...