You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the archlinux template, there's a Wait30 line that, at one moment worked, but now does not seem to really wait for 30 seconds. So veewee starts typing while the VM is not yet loaded.
By simply modifying
'<Wait30>'
to
'<Wait>'*30
it works.
I don't really know what's happening though. Maybe something changed in VBoxManage?
The text was updated successfully, but these errors were encountered:
Hi,
In the archlinux template, there's a Wait30 line that, at one moment worked, but now does not seem to really wait for 30 seconds. So veewee starts typing while the VM is not yet loaded.
By simply modifying
'<Wait30>'
to
it works.
I don't really know what's happening though. Maybe something changed in VBoxManage?
The text was updated successfully, but these errors were encountered: