Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows does not exist. #310

Open
edwin1212256756 opened this issue Oct 30, 2024 · 9 comments
Open

Windows does not exist. #310

edwin1212256756 opened this issue Oct 30, 2024 · 9 comments

Comments

@edwin1212256756
Copy link

Installing is no problem, but when i open any app i get a notification in the right corner from winapps, saying: Windows does not exist.

@AkechiShiro
Copy link

Could you share more info on your setup ? Linux distro ? Windows is running in docker or VM ?

@edwin1212256756
Copy link
Author

Well i use arch running libvirt. Windows 11. i use wayland but i tried changing to x11 but came to no help.

@AkechiShiro
Copy link

Do you have the config file (~/.config/winapps/winapps.conf) ?

Could you paste it's content here ?

@bonzoskill
Copy link

bonzoskill commented Nov 12, 2024

Hi @AkechiShiro , i have the same issue as i showed here:
#301 (comment)

Anyway i past here some logs and info :

I'm using libvirt as backend, Arch as distribution, Wayland as DE and ZSH as Shell.
I followed the guide for the VM with libvirt and everything worked well.
I've git cloned the winapps repo and executed ./setup.sh for the install wizard. If using bash <(curl https://raw.githubusercontent.com/winapps-org/winapps/main/setup.sh) , it gives me this error :

% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 79583 100 79583 0 0 296k 0 --:--:-- --:--:-- --:--:-- 295k
################################################################################
WinApps Install Wizard

################################################################################

/proc/self/fd/13: line 208: ./install/inquirer.sh: No such file or directory
Exiting with status '1'.

Anyway if i git clone and run ./setup.sh i can install the apps i want and them appears on Arch launcher. When i try to lunch them this error occurs. (I tried to install for the User and System either but same error)

if i run set -x ./winapps > output.txt 2>&1 the output is zsh: permission denied: ./winapps
if i run set -x ./winapps/setup.sh > output.txt 2>&1 the output is

�[1m################################################################################
WinApps Install Wizard

################################################################################
�[0m
./winapps/setup.sh: line 208: ./install/inquirer.sh: No such file or directory
�[1;41;37mExiting with status '1'.�[0m

In the file ~/.local/share/winapps/winapps.log, the log is :

[Fri Oct 18 01:11:11 AM CEST 2024-13497] START
[Fri Oct 18 01:11:11 AM CEST 2024-13497] SCRIPT_DIR: /home/bonzo/.local/bin
[Fri Oct 18 01:11:11 AM CEST 2024-13497] SCRIPT_ARGS: word-o365
[Fri Oct 18 01:11:11 AM CEST 2024-13497] HOME_DIR: /home/bonzo
[Fri Oct 18 01:11:11 AM CEST 2024-13497] LAST_RUN: 1729008905
[Fri Oct 18 01:11:11 AM CEST 2024-13497] THIS_RUN: 1729206671
[Fri Oct 18 01:11:11 AM CEST 2024-13497] Using FreeRDP command 'xfreerdp3'.
[Fri Oct 18 01:11:11 AM CEST 2024-13497] ERROR: WINDOWS NONEXISTENT. EXITING.

the content of my config file ~/.config/winapps/winapps.conf is this (i have obscured user and password) :

##################################
# WINAPPS CONFIGURATION FILE #
##################################

# INSTRUCTIONS
# - Leading and trailing whitespace are ignored.
# - Empty lines are ignored.
# - Lines starting with '#' are ignored.
# - All characters following a '#' are ignored.
# [WINDOWS USERNAME]
RDP_USER="******"

# [WINDOWS PASSWORD]
RDP_PASS="*******"

# [WINDOWS DOMAIN]
# DEFAULT VALUE: '' (BLANK)
RDP_DOMAIN=""

# [WINDOWS IPV4 ADDRESS]
# NOTES:
# - If using 'libvirt', 'RDP_IP' will be determined by WinApps at runtime if left unspecified.
# DEFAULT VALUE:
# - 'docker': '127.0.0.1'
# - 'podman': '127.0.0.1'
# - 'libvirt': '' (BLANK)
RDP_IP=""

# [WINAPPS BACKEND]
# DEFAULT VALUE: 'docker'
# VALID VALUES:
# - 'docker'
# - 'podman'
# - 'libvirt'
# - 'manual'
WAFLAVOR="libvirt"

# [DISPLAY SCALING FACTOR]
# NOTES:
# - If an unsupported value is specified, a warning will be displayed.
# - If an unsupported value is specified, WinApps will use the closest supported value.
# DEFAULT VALUE: '100'
# VALID VALUES:
# - '100'

# [ADDITIONAL FREERDP FLAGS & ARGUMENTS]
# DEFAULT VALUE: '/cert:tofu /sound /microphone'
# VALID VALUES: See https://github.com/awakecoding/FreeRDP-Manuals/blob/master/User/FreeRDP-User-Manual.markdown
RDP_FLAGS="/cert:tofu /sound /microphone"

# [MULTIPLE MONITORS]
# NOTES:
# - If enabled, a FreeRDP bug might produce a black screen.
# DEFAULT VALUE: 'false'
# VALID VALUES:
# - 'true'
# - 'false'
MULTIMON="false"

# [DEBUG WINAPPS]
# NOTES:
# - Creates and appends to ~/.local/share/winapps/winapps.log when running WinApps.
# DEFAULT VALUE: 'true'
# VALID VALUES:
# - 'true'
# - 'false'
DEBUG="true"

# [AUTOMATICALLY PAUSE WINDOWS]
# NOTES:
# - This is currently INCOMPATIBLE with 'docker' and 'manual'.
# - See dockur/windows#674
# DEFAULT VALUE: 'off'
# VALID VALUES:
# - 'on'
# - 'off'
AUTOPAUSE="off"

# [AUTOMATICALLY PAUSE WINDOWS TIMEOUT]
# NOTES:
# - This setting determines the duration of inactivity to tolerate before Windows is automatically paused.
# - This setting is ignored if 'AUTOPAUSE' is set to 'off'.
# - The value must be specified in seconds (to the nearest 10 seconds e.g., '30', '40', '50', etc.).
# - For RemoteApp RDP sessions, there is a mandatory 20-second delay, so the minimum value that can be specified here is '20'.
# - Source: https://techcommunity.microsoft.com/t5/security-compliance-and-identity/terminal-services-remoteapp-8482-session-termination-lo>
# DEFAULT VALUE: '300'
# VALID VALUES: >=20
AUTOPAUSE_TIME="300"

# [FREERDP COMMAND]
# NOTES:
# - WinApps will attempt to automatically detect the correct command to use for your system.
# DEFAULT VALUE: '' (BLANK)
# VALID VALUES: The command required to run FreeRDPv3 on your system (e.g., 'xfreerdp', 'xfreerdp3', etc.).
FREERDP_COMMAND=""

@AK4EVA1
Copy link

AK4EVA1 commented Nov 15, 2024

Hi, I'm having the same issue, fresh install of Windows, followed the instructions correctly but it fails with error code 10 stating that RDPWindows (name of VM) does not exist..any help would be greatly appreciated and please let me know what you need from my end to assist in resolving this issue. thanks

@Zalaax
Copy link

Zalaax commented Nov 15, 2024

Hi, I'm having the same issue, fresh install of Windows, followed the instructions correctly but it fails with error code 10 stating that RDPWindows (name of VM) does not exist..any help would be greatly appreciated and please let me know what you need from my end to assist in resolving this issue. thanks

Also experiencing this issue while using libvirt under Fedora 41. I've also noticed that my VM is not listed when I run virsh list --all but will appear when I run the same command as sudo.

@imoize
Copy link

imoize commented Nov 15, 2024

@Zalaax do you set LIBVIRT_DEFAULT_URI="qemu:///system" to bashrc or zshrc ? vm installed in QEMU system or QEMU user session?

@Zalaax
Copy link

Zalaax commented Nov 15, 2024

@imoize I know that the vm is installed as a user session, not sure about bashrc or zshrc as I'm not sure how to check

@Mizuna737
Copy link

Same issue here, on Arch using libvirt. Install works perfectly and clearly runs apps as the windows command prompt opens when it's scanning for apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants