Momentum Mobility Client - No Network

Questions about Wine on Linux
Locked
MeisterGN006
Newbie
Newbie
Posts: 1
Joined: Sat Jun 06, 2020 4:57 pm

Momentum Mobility Client - No Network

Post by MeisterGN006 »

Wine versions: wine-5.10 (devel) & wine-5.0.1 (stable)
Wine Prefixes: Attempted both arch=wine64 & arch=wine32
OSes: Debian 9.12, Pop!_OS 19.10, & Ubuntu 20.04
Problem: After the program is opened it states the network is unavailable

Things done so far:
------
  1. Attempted to use both 64/32 of prefixes on "clean" wine installs of each of the OSes listed above
  2. Installed latest versions of Crossover Linux & PlayOnLinux with the same error message
  3. Installed libnss-mdns:i386
  4. Set /etc/hosts "hostname" IP to LAN IP instead of 127.0.1.1 while leaving localhost at 127.0.0.1
  5. Verified through /drive_c/windows/system32/cmd.exe that the container is reporting the correct LAN IP
  6. Installed winetricks and used "winetricks -q jet40 mdac28 riched30 windowscodecs wininet vcrun6 wsh56" as a hail mary
I cannot even attempt to authenticate with user/pass as the program doesn't see a network connection

Program website: https://momentumtelecom.com/resources/#1573768275086-084bf4a4-68fceb07-04a0

Free program download link: https://momentumtelecom.com/apps/mobility/alt/Momentum_Mobility.bc-uc.win-22.5.3.328.exe
Attachments
screen cap of program window
screen cap of program window
momentum.zip
log output from wine while running executable
(2.14 KiB) Downloaded 128 times
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Momentum Mobility Client - No Network

Post by jkfloris »

Code: Select all

0024:err:winediag:ODBC_LoadDriverManager failed to open library "libodbc.so.2": libodbc.so.2: cannot open shared object file: No such file or directory
...
0024:fixme:d3d:wined3d_guess_card No card selector available for card vendor 0000 (using GL_RENDERER "Gallium 0.4 on llvmpipe (LLVM 3.9, 128 bits)").
Please reinstall Wine with the --install-recommends option. (You are missing the libodbc1:i386 package, which is a recommended wine dependency)
Install the 32-bit graphics card drivers.
Locked