NW Scheduler

Questions about Wine on Linux
Post Reply
howudodat
Level 1
Level 1
Posts: 6
Joined: Sun Mar 27, 2022 10:45 am

NW Scheduler

Post by howudodat »

Greetings......I am trying to run NW Scheduler using Wine. Here is the primary website for the software:
https://nwscheduler.com/download-jw-scheduler/

I get it to run with:

Code: Select all

 WINEPREFIX=${HOME}/JW wineboot
 WINEPREFIX=${HOME}/JW wine reg add 'HKEY_LOCAL_MACHINE\Software\Microsoft\NET Framework Setup\NDP\v4\Full' /v Servicing /t REG_DWORD /d 0x0
 WINEPREFIX=${HOME}/JW winecfg  (set 240 dpi and windows 10)
 WINEPREFIX=${HOME}/JW wine ~/Downloads/NW-Scheduler-Setup_7.4_1347.exe 
 WINEPREFIX=${HOME}/JW winetricks -q d3dx9 d3dcompiler_47
 WINEPREFIX=${HOME}/JW wine "JW/drive_c/Program Files/New World Scheduler/NW Scheduler.exe"
All is good so far until I try to run a report, then I get this exception. Sorry I cant copy/paste the text only a screenshot. It comes from Spire.License.LicenseProvider which I believe is Ice PDF
Screenshot from 2024-04-11 19-28-52.png
Peter
KenSharp
Level 4
Level 4
Posts: 122
Joined: Mon Jul 13, 2009 8:52 pm

Re: NW Scheduler

Post by KenSharp »

Post Reply