Namic report assistant will not start

Questions about Wine on Linux
Locked
CainMosni
Newbie
Newbie
Posts: 2
Joined: Fri Jul 07, 2017 9:35 am

Namic report assistant will not start

Post by CainMosni »

$ export WINEPREFIX=~raj/.wine/
$ cd ${WINEPREFIX}/drive_c/Program\ Files\ \(x86\)/NamicSoft\ Scan\ Report\ Assistant/
$ wine start NamicSoftScanReportAssistant.exe
fixme:exec:SHELL_execute flags ignored: 0x00000100
err:process:start_process L"C:\\Program Files (x86)\\NamicSoft Scan Report Assistant\\NamicSoftScanReportAssistant.exe" doesn't have an entry point, it cannot be executed


Ubuntu 14.04 server as a base. wine-1.6.2 (which is the current 14.04 package.) Running XFCE4 window manager, and assorted applications.

Namic package installed from its official MSI with wine. The same package works fine under native Windows.
User avatar
dimesio
Moderator
Moderator
Posts: 13205
Joined: Tue Mar 25, 2008 10:30 pm

Re: Namic report assistant will not start

Post by dimesio »

CainMosni wrote: wine-1.6.2 (which is the current 14.04 package.)
It may be what's in the Ubuntu repository, but it's certainly not the current package; that version is three years old and no longer supported.

Use the WineHQ packages. https://wiki.winehq.org/Ubuntu
CainMosni
Newbie
Newbie
Posts: 2
Joined: Fri Jul 07, 2017 9:35 am

Re: Namic report assistant will not start

Post by CainMosni »

Now running the latest available release, but still get the same error behaviour encountered above.
Locked