danielcshn / dude-install.sh

The Dude Client for Mikrotik installer on Linux.
MIT License
13 stars 3 forks source link

Script thinks I'm using Windows? #1

Closed jwhips closed 2 years ago

jwhips commented 2 years ago

In the Morning! Thank you for the script.
Here is what I'm doing.

I am using LXC Debian 11 container on Proxmox.

The problems: When running the installed it prompts for version. I entered 7.5. It hangs for ~3-5 minutes, then starts throwing errors.

Errors are below. It looks to think I'm using Windoze?

Waiting for Wine to initialize...0009:err:module:__wine_process_init L"C:\windows\system32\dude-install-7.5.exe" not found Error: Can't open display: (null) Failed creating new xdo instance Waiting for Wine to initialize...Error: Can't open display: (null) Failed creating new xdo instance Waiting for Wine to initialize...Error: Can't open display: (null) Failed creating new xdo instance Waiting for Wine to initialize...Error: Can't open display: (null) Failed creating new xdo instance Waiting for Wine to initialize...Error: Can't open display: (null) Failed creating new xdo instance Waiting for Wine to initialize...Error: Can't open display: (null) Failed creating new xdo instance Waiting for Wine to initialize...Error: Can't open display: (null) Failed creating new xdo instance Waiting for Wine to initialize...Error: Can't open display: (null)

danielcshn commented 2 years ago

Hi, this integration does not support containers.

The error indicates that it does not detect a screen or display, for this reason it does not open the installer.

jwhips commented 2 years ago

Feel a bit silly with the question as it is using WINE ...

I will try this on a Debian 11 VM.

Thanks in advance for the script.