RustAdmin.exe launches but won't connect to the server.

Questions about Wine on Linux
Locked
karen
Newbie
Newbie
Posts: 1
Joined: Sat Jul 06, 2024 3:24 am

RustAdmin.exe launches but won't connect to the server.

Post by karen »

I'm trying to launch an app to monitor a game server I run on a blade server in the basement of my house. The application works fine in windows, but my computers are 99% of the time running linux distros. I've been having some trouble with the server and want to keep an eye on when it disconnects and has problems, but need this app running for realtime information.
https://www.battlemetrics.com/servers/rust/23652372 As you can see I've had a terrible time keeping the server going over the last month.

The application launches and runs fine, but won't connect to the server when I run it with wine. It does run and connect fine to the server when I run it in windows on the same physical computer even.

You can download a free copy here: https://www.rustadmin.com/ (switch from online to free)

Here's an encrypted pastebin link to the terminal output of:

Code: Select all

WINEPREFIX=~/.wine32 WINEARCH=win32 WINEDEBUG=+loaddll wine /run/media/karen/20CCB47ACCB44C32/Users/windoze/Desktop/RustAdminRelease/RustAdmin.exe
https://0bin.net/paste/u42wzFX1#y90BWo0 ... vT/5uufmLf

The sudo nano /etc/hosts at the end of this first pastebin was because I tried "My program fails to do networking, but my other applications can get online" I returned my /etc/hosts file back to normal because it didn't fix the problem.

Here's an encrypted pastebin link to the terminal output of:

Code: Select all

WINEDEBUG=+loaddll wine /run/media/karen/20CCB47ACCB44C32/Users/windoze/Desktop/RustAdminRelease/RustAdmin.exe
https://0bin.net/paste/6mf+rS1Q#uXFFCTv ... 1vJ7RC7BMj

In my opinion the only relevant errors are (with the network_change_notifier_win.cc looking super suspect):

Code: Select all

ERROR:dxva_video_decode_accelerator_win.cc(1407)] DXVAVDA fatal error: could not LoadLibrary: msvproc.dll: Module not found. (0x7E)
ERROR:network_change_notifier_win.cc(142)] WSALookupServiceBegin failed with: 8
The other "networking fix" from the FAQ I did was:

Code: Select all

sudo setcap cap_net_raw+epi /usr/bin/wine-preloader
(wine, wine64, wine64-preloader as well)

I'd love to know what I can do to try and get this connection problem resolved so I don't have to boot into windows just to run this one application please :) Here's some other information that might be useful:

There's no useful information here: https://appdb.winehq.org/objectManager. ... &iId=17499 as it seemed to work fine for the person who reported it working. I actually remember checking this around 2017 the first time I tried to run the app linux with wine, but just assumed I should wait a bit longer and it might work one day, but that day never came, and the server was generally stable until recently.

The blade server is located on my home network that has a public facing ip of 50.69.216.129 but also on my home network (192.168.1.x)

Code: Select all

wine --version                                                                                                                                                                                     ✔ 
wine-9.8 (Staging)
This is typically the system information of the workstation that's on the same network (192.168.1.x) that I'm usually accessing the server from:

Code: Select all

   ~  inxi -Fz                                                                                                                                                                                  ✔  32s  
System:
  Kernel: 6.9.3-3-MANJARO arch: x86_64 bits: 64
  Desktop: GNOME v: 46.2 Distro: Manjaro Linux
Machine:
  Type: Desktop Mobo: ASUSTeK model: PRIME X570-P v: Rev X.0x
    serial: <superuser required> BIOS: American Megatrends v: <filter>
CPU:
  Info: 8-core model: AMD Ryzen 7 5800X bits: 64 type: MT MCP cache: L2: 4 MiB
Network:
  Device-1: Realtek RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet
    driver: r8169
  IF: enp4s0 state: up speed: 1000 Mbps duplex: full mac: <filter>
Drives:
  Local Storage: total: 1.78 TiB used: 865.57 GiB (47.4%)
  ID-1: /dev/nvme0n1 vendor: Crucial model: CT1000P1SSD8 size: 931.51 GiB (ext4)
  ID-2: /dev/sda vendor: Crucial model: CT960BX500SSD1 size: 894.25 GiB (ntfs)
Swap:
  ID-1: swap-1 type: file size: 512 MiB used: 0 KiB (0.0%) file: /swapfile
Info:
  Memory: total: 32 GiB available: 31.26 GiB used: 5.25 GiB (16.8%)
  Processes: 365 Uptime: 1d 8h 55m Shell: Zsh inxi: 3.3.35
Locked