Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Can you provide a screen capture? If you're on Mac, you can use Kap: https://github.com/wulkano/kap

(+1)

For Mojave or later screen recording is built in.  shift-command-5 pulls it up.  Be aware this is exactly the behavior I'm seeing on Windows 10. On this Mac I'm running the Catalina 10.15 developer beta... but that doesn't seem to matter since the behavior is identical on the windows version. Here's a link to the screen capture. Let me know if you want me to try any other commands or run any code to introspect the environment.

https://neuronsong.com//_/_videos/Screen-Recording-2019-07-15-at--Jul-15--11.38....

(1 edit)

You might need to add puts to the front of the message to have it display in console. So, instead of typing:
$gtk.help
try:
puts $gtk.help

Good call. That worked. Thanks. I honestly thought I'd tried that. That is a useful workaround until it's fixed. Interestingly enough... "puts help" prints out "Type $gtk.help into the console."... which is a very python response.