[Bug 50782] pcon.Planner: Fails to start

WineHQ Bugzilla wine-bugs at winehq.org
Tue Mar 9 07:54:13 CST 2021


https://bugs.winehq.org/show_bug.cgi?id=50782

--- Comment #7 from Javier Domingo Cansino <javierdo1 at gmail.com> ---
So I have been able to launch it, the missing piece was msxml6. As it seems
msxml3 was just a part of the puzzle.

Steps to start it:

```
wine ~/Downloads/pCon.planner_setup.exe
# Do all the install steps until the timeout line appears
winetricks dlls msxml3
winetricks dlls msxml6
cd $(WINEPREFIX)/drive_c/Program\ Files/EasternGraphics/pCon.planner\ STD/bin/
wine planner.exe
```

The CD is important because wine doesn't seem to look for DLLs inside the bin
folder.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list