newbie: application won't start

Questions about Wine on Linux
Locked
ebabin
Newbie
Newbie
Posts: 1
Joined: Mon Jan 08, 2018 9:33 am

newbie: application won't start

Post by ebabin »

Installed wine on Fedora 26 and the Corel Paint Shop Pro X2 suite of applications. Some work but the main application does not. I get the following debug output on command line start up:

ixme:winediag:start_process Wine Staging 2.20 is a testing version containing experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug reports on winehq.org.
fixme:advapi:RegisterEventSourceA ((null),""): stub
fixme:advapi:RegisterEventSourceW (L"",L""): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x40000001,(nil),0x0000,0x00000000,0x73e894,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:seh:raise_exception Unhandled exception code 80000003 flags 0 addr 0x7bca041c
[ebabin@toshiba ~]$ fixme:advapi:RegisterEventSourceA ((null),""): stub
fixme:advapi:RegisterEventSourceW (L"",L""): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000015,(nil),0x0000,0x00000000,0x33f724,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null),""): stub
fixme:advapi:RegisterEventSourceW (L"",L""): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000016,(nil),0x0000,0x00000000,0x33f724,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceA ((null),""): stub
fixme:advapi:RegisterEventSourceW (L"",L""): stub
fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0xc0000018,(nil),0x0000,0x00000000,0x33f724,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub

It says testing version but I used the distribution RPMs to install. This is running on a Toshiba laptop with embedded Intel graphics card.

Startup from the Wine Explorer folder gives me this output:

Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x00000000).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:00000000 ESP:0033bf10 EBP:008039b0 EFLAGS:00010206( R- -- I - -P- )
EAX:00000000 EBX:00000000 ECX:008039b0 EDX:0033bf28
ESI:0033c15c EDI:007de778

My Wine configuration is set to Windows 7 emulation although I get the same message in Windows XP
Locked