Hi,
Proxmox 8.0.3 currently installed in VMware Workstation 17.
Firewall on the system that runs VMware is off, the same is true for Proxmox (on Datacenter level).
I've installed Windows 11 as a new VM and installed the necessary spice stuff on it as well.
When I get the pve-spice.vv file and open it with remote-viewer on a Windows machine it connects to the VM flawlessly.
I've installed virt-viewer on MacOS via
When I download the pve-spice.vv file there and open it via:
I'll only get the message:
and inside the terminal:
Any idea why it doesn't work?
Proxmox 8.0.3 currently installed in VMware Workstation 17.
Firewall on the system that runs VMware is off, the same is true for Proxmox (on Datacenter level).
I've installed Windows 11 as a new VM and installed the necessary spice stuff on it as well.
When I get the pve-spice.vv file and open it with remote-viewer on a Windows machine it connects to the VM flawlessly.
I've installed virt-viewer on MacOS via
Code:
brew tap jeffreywildman/homebrew-virt-manager
brew install virt-viewer
When I download the pve-spice.vv file there and open it via:
Code:
/opt/homebrew/bin/virt-viewer -v --debug ~/Downloads/pve-spice.vv
I'll only get the message:
Code:
Failed to connect: No running virtual machine found
and inside the terminal:
Code:
(virt-viewer:45485): virt-viewer-DEBUG: 13:02:31.822: keymap string is empty - nothing to do
(virt-viewer:45485): virt-viewer-WARNING **: 13:02:31.825: (../src/virt-viewer-window.c:831):accel_key_to_keys: runtime check failed: ((accel_mods & ~(GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) == 0)
(virt-viewer:45485): virt-viewer-WARNING **: 13:02:31.825: (../src/virt-viewer-window.c:831):accel_key_to_keys: runtime check failed: ((accel_mods & ~(GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) == 0)
(virt-viewer:45485): virt-viewer-WARNING **: 13:02:31.825: (../src/virt-viewer-window.c:831):accel_key_to_keys: runtime check failed: ((accel_mods & ~(GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) == 0)
(virt-viewer:45485): virt-viewer-WARNING **: 13:02:31.825: (../src/virt-viewer-window.c:831):accel_key_to_keys: runtime check failed: ((accel_mods & ~(GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) == 0)
(virt-viewer:45485): virt-viewer-WARNING **: 13:02:31.825: (../src/virt-viewer-window.c:831):accel_key_to_keys: runtime check failed: ((accel_mods & ~(GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) == 0)
(virt-viewer:45485): virt-viewer-WARNING **: 13:02:31.825: (../src/virt-viewer-window.c:831):accel_key_to_keys: runtime check failed: ((accel_mods & ~(GDK_SHIFT_MASK | GDK_CONTROL_MASK | GDK_MOD1_MASK)) == 0)
(virt-viewer:45485): virt-viewer-DEBUG: 13:02:31.859: connecting ...
(virt-viewer:45485): virt-viewer-DEBUG: 13:02:31.859: Opening connection to libvirt with URI <null>
Opening connection to libvirt with URI <null>
(virt-viewer:45485): virt-viewer-DEBUG: 13:02:31.884: initial connect
(virt-viewer:45485): virt-viewer-DEBUG: 13:02:31.884: notebook show status 0x150f39c30
(virt-viewer:45485): virt-viewer-DEBUG: 13:02:31.884: Cannot find guest /Users/dane/Downloads/pve-spice.vv
Any idea why it doesn't work?