https://bugs.winehq.org/show_bug.cgi?id=45517
Bug ID: 45517 Summary: Executable doesn't connect to (license) server Product: Wine Version: 3.13 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: hildogjr@gmail.com Distribution: ---
Created attachment 61902 --> https://bugs.winehq.org/attachment.cgi?id=61902 log file +relay,+seh,+tid
I have a program installed on Wine (works fine on Windows) that have to communicate with a local server IP to get license information before run. Despite the server IP ping is good and also the port free to connect the software doesn't recognize the server/license.
I ran the follow debug and attach the log. WINEDEBUG=+relay,+seh,+tid wine NetHaspTool.exe >> output.txt 2>&1
Can this help to track the issue?