ccrma / miniAudicle

miniAudicle: integrated development + performance environment for the ChucK programming language
https://chuck.stanford.edu/
GNU General Public License v2.0
65 stars 9 forks source link

Stop virtual machine on Windows #30

Closed MichaPau closed 1 year ago

MichaPau commented 7 years ago

Hello,

It is impossible to stop the virtual machine on Windows 7 (64bit) The "Stop virtual machine" button in the VM window is disabled and greyed out as well as the menu entry in Menu->ChucK->StopVirtualMachine.

The command Alt+ just adds a new Shred.

chuck_vm

It's not that an issue because one can always close and re-start miniAudicle for sure, but I thought I can get my key-bindings back when stopping the VM. (see issue 29 )

MichaPau commented 7 years ago

Actually there is already an issue open for this in the cuck repository: ccrma/chuck#47

gewang commented 1 year ago

this issue has been resolved as of 1.5.0.0; it was part of the upgrade from Qt4 to Qt6 by @spencersalazar