2022-08-31 14:13:43 for those using the development snapshots or repositories: I've changed retroforth/nga to use 64-bit cells by default. 2022-08-31 14:13:47 Please let me know if you encounter any issues with this. 2022-08-31 14:14:58 it *should* be fine; I've been swapping between running 64-bit builds and 32-bit ones for over a year now, but there might be things I've missed 2022-08-31 18:42:11 Going to try it out now 2022-08-31 18:45:23 It appears to hang on my local machine. 2022-08-31 18:47:59 This is the error https://gist.github.com/RickCarlino/32ec1a7bfebcd464f19d8c2a1e03bf11 2022-08-31 18:48:28 Clarification: Running `retro` hangs. Running `retro -f FILE` gives the error shown in the gist. 2022-08-31 18:51:29 Reverting to `b2f8d205` resolves the problem, so I think it's highly likely it is related to the 64 bit build 2022-08-31 19:31:34 I haven’t been able to replicate this under OpenBSD or FreeBSD 2022-08-31 19:35:02 I added this as issue #89: https://todo.sr.ht/~crc_/retroforth/89 2022-08-31 19:38:18 Are you running on a Linux system? 2022-08-31 19:57:52 Did you run a “make clean” prior to building with 906ad3e4?