Trying to run a exotic app "Saral Tax",

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ashyanbhog
Level 1
Level 1
Posts: 5
Joined: Tue Jan 20, 2009 8:40 am

Trying to run a exotic app "Saral Tax",

Post by ashyanbhog »

Hi,

"Saral Tax" is the only app that needs dual booting the PC. i'm trying to run this on wine and Arch linux. Fonts availabe through wine-doors are installed.

Installation of Saraltax is flawless. But only the splash screen is displayed when the app is invoked. Errors displayed when running from prompt is pasted below.
  • [ajayar@redcolony Saral Tax]$ wine WinTax.exe
    fixme:ole:OleLoadPictureEx (0x13640ec,384318,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33fae8), partially implemented.
    fixme:ole:OleLoadPictureEx (0x1364ee4,384310,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x33f7a8), partially implemented.
    fixme:ole:OleLoadPictureEx (0x1364fc4,326,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f62c), partially implemented.
    fixme:ole:OLEPictureImpl_SaveAsFile (0x19b2d8)->(0x12dd40, 0, (nil)), hacked stub.
    fixme:ole:OleLoadPictureEx (0x1367c3c,326,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f284), partially implemented.
    fixme:ole:OleLoadPictureEx (0x1367c3c,1442,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f224), partially implemented.
    err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not registered
    err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10} could be created for context 0x1
    err:ole:CoGetClassObject class {2206cdb0-19c1-11d1-89e0-00c04fd7a829} not registered
    err:ole:CoGetClassObject no class object {2206cdb0-19c1-11d1-89e0-00c04fd7a829} could be created for context 0x1
    err:ole:CoGetClassObject class {c8b522cf-5cf3-11ce-ade5-00aa0044773d} not registered
    err:ole:CoGetClassObject no class object {c8b522cf-5cf3-11ce-ade5-00aa0044773d} could be created for context 0x1
    fixme:ole:OleLoadPictureEx (0x1367c3c,1086,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f224), partially implemented.
    fixme:ole:OLEPictureImpl_get_hPal unimplemented for type 3. Returning 0 palette.
    fixme:ole:OleLoadPictureEx (0x1367c3c,530,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f224), partially implemented.
    fixme:ole:OleLoadPictureEx (0x1367c3c,530,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f224), partially implemented.
    fixme:ole:OleLoadPictureEx (0x1367c3c,5822,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f224), partially implemented.
    fixme:ole:OleLoadPictureEx (0x1367c3c,734,1,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x33f254), partially implemented.
    fixme:ole:OLEPictureImpl_SaveAsFile (0x12e028)->(0x1777e0, 0, (nil)), hacked stub.
    fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
    fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
    fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4f92-6699-11cf-b70c-00aa0060d393}
    fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
    fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
    fixme:ole:OLEPictureImpl_FindConnectionPoint no connection point for {33ad4ed2-6699-11cf-b70c-00aa0060d393}
    [ajayar@redcolony Saral Tax]$
Is this error a major showstopper or something that can be overcome?
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Is it downloadable? I tried the free download from
http://www.saraltaxoffice.com
and got it to start; I had to do
sh winetricks vbrun60 dotnet20 mdac28 jet40
before it was more or less happy, and I had to
unpack and bypass the outer installer with
unzip setupex.exe
wine msiexec /i SetupIT.msi
to avoid the problem that the 'install' button on the
outer installer didn't seem to do anything.
ashyanbhog
Level 1
Level 1
Posts: 5
Joined: Tue Jan 20, 2009 8:40 am

Post by ashyanbhog »

Ooops thats not the software. Very sorry, didn't know something similar existed.

The software i'm using can be found here,

http://www.winmansoftware.com/saraltax.htm
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

So, a lot of your errors go away if you do
sh winetricks mfc40 mdac28 jet40
before installing. However, it looks like the app
uses DCOM, which Wine does not yet implement,
so you're probably out of luck.
(And sadly, DCOM98 doesn't help here, the app crashes.)
ashyanbhog
Level 1
Level 1
Posts: 5
Joined: Tue Jan 20, 2009 8:40 am

Post by ashyanbhog »

Ok, so I guess i'm stuck with Windows till "DCOM" implementation improves in wine.

Meanwhile should I submit Winman-Saraltax to AppDB?

And thanks a ton for looking into my query!
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Trying to run a exotic app "Saral Tax",

Post by austin987 »

On Tue, Jan 20, 2009 at 11:39 PM, ashyanbhog <[email protected]> wrote:
Meanwhile should I submit Winman-Saraltax to AppDB?
Please.

--
-Austin
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

ashyanbhog wrote:Meanwhile should I submit Winman-Saraltax to AppDB?
Yeah, be sure to mention the winetricks recipe, too.
Locked