Rokcet U2 wintergate

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
jace48
Newbie
Newbie
Posts: 2
Joined: Wed Jun 15, 2011 9:01 am

Rokcet U2 wintergate

Post by jace48 »

Hi,

I am trying to run wIntergate by IBM (Now U2) which is a gloried telnet terminal for connecting to mv database server.

The installation worked fine. The problem is with execution of wInteg.exe. It starts fine but after some time throws error "An Unexpected license error 0x40000000 has occur" after which it hangs.

On investigating in Windows environment. I see that it's also executing wIntegSM.exe for license check. (Process monitor report).

If I try to try to run wIntegSM.exe manually from both wine or in Windows environment I get the message "This program cannot be run stand alone" implying that wIntegSM.exe is getting executed from wInteg.exe
I tried setting wIntegSM.exe as executable and associating it with wine needless to say it didn't work.

To try with different method I mounted Windows partition executed cmd.exe with wine and then tried to execute wInteg.exe hoping that it will execute wIntegSM.exe for license check but it also did not work and I still get the same error.

Any thoughts?
jace48
Newbie
Newbie
Posts: 2
Joined: Wed Jun 15, 2011 9:01 am

Post by jace48 »

More details.

It seems that wIntegSM.exe is executed as InProcserver (Something to do with ole32.dll)

Here is the console output of wine


fixme:ole:DefaultHandler_Run ((nil)): semi-stub
fixme:ole:CoCreateInstance no instance created for interface {00000112-0000-0000-c000-000000000046} of class {4fbf4bd9-a454-11d1-ab39-00a024709830}, hres is 0x80004002
fixme:storage:create_storagefile Storage share mode not implemented.
Killed


4fbf4bd9-a454-11d1-ab39-00a024709830 points to C:\PROG~FBU\WINT~IPP\wIntegSM.exe in registry
Locked