danielcshn / dude-install.sh

The Dude Client for Mikrotik installer on Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Script thinks I'm using Windows?

jwhips opened this issue · comments

commented

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

I am using LXC Debian 11 container on Proxmox.

  • instructions worked for installing git, git clone and chmod.
  • Ran the dependency checker and was able to see I had to install a few dependencies. The check dependencies check then passed.
  • When running 2 - failed with a wine32 error. installed wine.

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)

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.

commented

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.