problem

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Post Reply
tereit
Newbie
Newbie
Posts: 1
Joined: Wed Feb 28, 2024 4:04 am

problem

Post by tereit »

I have a program which installs correctly in WINE. When I start it up, it presents a menu box stating that it cannot see a certain *.INI file from a different program. I need the program to initialize a listening port on the network. I looked at the network ports with the tools under Linux and the critical port needed is not initialized (not listening). I tried moving a copy of the required *.ini file to locations where it would be expected (C:\....) . I still get the "not able to load" error message. I surmise that the program in question is making a call to some Windows API.

I have a second Windows program which opens network ports correctly while running in WINE. So, I believe that WINE is functioning correctly.

Is there a recommended way to find out which API is being called without violating the "clean room" policy?
Post Reply