Has anyone gotten the 2.80 version of this program to connect to the weather office site servers? Platform here is Mint Tricia 19.3 w/ latest updates, and have tried several versions of WINE. Installed now is the latest WINEHQ-Stable build for this platform (7.0).
GRLevel3 launches fine, but doesn't seem to connect to any servers. A Test Connection operation returns the following:
Some troubleshooting steps:Test beginning
UserAgent = 'GRLevel3/2.80 (Windows/6.0)'
=====================================
Calling InternetGetConnectedStateEx:
dwFlags = 0x0002
INTERNET_CONNECTION_LAN
szConnection = 'LAN Connection'
==================================
TestFullGet:
*** unexpected http status = 404
*** HttpQueryInfo() failed!
last modified time = 1970/00/01 00:00:00
=====================
Test completed
If I ping anything from a WINE cmd prompt, I get a General Connection Failure. Using setcap to give raw socket access to the WINE loaders (per a forum comment) results in a ping command executing correctly but none of my installed "Win" programs (including winecfg) will launch - so this was undone. My HOSTS file was modified with the correct hostname and IP address (rather than 127.0.0.1); no change in behavior as a result. When the program is launched from a command line, no connection errors are present in the text output.
FWIW, WINE was installed with my default (non-root) user and no special permissions were granted.
There's another issue with the update time and a prepended argument to fix it, but the connection itself has to be fixed.
Thanks!