Need help! Trying to install USPS Shipping Assistant in WINE

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
madmatrix
Newbie
Newbie
Posts: 4
Joined: Sat Dec 24, 2011 1:35 pm

Need help! Trying to install USPS Shipping Assistant in WINE

Post by madmatrix »

Hi All,

I just learned how to use wine to install windows application two days ago. So far I still couldn't figure out how to get USPS shipping assistant works in Wine. I have Wine 1.3.28 installed in Linux Mint 12. I get mono 28, dotnet 2.0, ie7 and vc++ installed. When I run the USPS application I still got some errors like below. Could anyone point out which is missing here? I google the GetVolumePathNameW issue, but somebody was saying the function is not implemented in Wine. But with 1.3.28 version, is that case still? Thanks guys and Merry Christmas..

Lou

$ wine C:\\Program\ Files\\USPS\\Shipping\ Assistant\\ShippingAssistant.exe
fixme:sync:CreateMemoryResourceNotification (0) stub
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33e7bc, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33e0a8, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33e09c, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33e09c, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33e540, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33c8e4, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33c1d0, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33c1c4, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33c1c4, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33c668, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33d9f4, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33d2e0, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33d2d4, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33d2d4, 261), stub!
fixme:volume:GetVolumePathNameW (L"C:\\users\\goopaus\\Local Settings\\Application Data\\ShippingAssistant\\Database\\ShippingAssistant.sdf", 0x33d778, 261), stub!
fixme:winsock:WSAIoctl -> SIO_ADDRESS_LIST_CHANGE request: stub
fixme:advapi:LsaOpenPolicy ((null),0x33ef80,0x00000800,0x33ef28) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:RegisterEventSourceW (L".",L"USPS Shipping Assistant"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x00000064,(nil),0x0001,0x00000000,0x9bef24,0x9bedcc): stub
err:eventlog:ReportEventW L"Timestamp: 12/24/2011 6:39:57 PM\nMessage: HandlingInstanceID: f047c181-3901-4862-8aea-76f93f219f45\r\nAn exception of type 'System.Data.SqlServerCe.SqlCeException' occurred and was caught.\r\n--------------------------------------------------------------------------------------\r\n12/24/2011 12:39:5"...
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Need help! Trying to install USPS Shipping Assistant in

Post by dimesio »

madmatrix wrote: I just learned how to use wine to install windows application two days ago. So far I still couldn't figure out how to get USPS shipping assistant works in Wine. I have Wine 1.3.28 installed in Linux Mint 12. I get mono 28, dotnet 2.0, ie7 and vc++ installed. When I run the USPS application I still got some errors like below. Could anyone point out which is missing here? I google the GetVolumePathNameW issue, but somebody was saying the function is not implemented in Wine. But with 1.3.28 version, is that case still?
If you're getting a fixme for something, that means it's not implemented. However, that fixme may have nothing to do with your app not working.

1.3.28 is old; trying upgrading to the latest development release (currently 1.3.35). Also, you should not have both mono and real .NET installed to the same wineprefix; pick one (I recommend .NET).
madmatrix
Newbie
Newbie
Posts: 4
Joined: Sat Dec 24, 2011 1:35 pm

Re: Need help! Trying to install USPS Shipping Assistant in

Post by madmatrix »

dimesio wrote:
madmatrix wrote: I just learned how to use wine to install windows application two days ago. So far I still couldn't figure out how to get USPS shipping assistant works in Wine. I have Wine 1.3.28 installed in Linux Mint 12. I get mono 28, dotnet 2.0, ie7 and vc++ installed. When I run the USPS application I still got some errors like below. Could anyone point out which is missing here? I google the GetVolumePathNameW issue, but somebody was saying the function is not implemented in Wine. But with 1.3.28 version, is that case still?
If you're getting a fixme for something, that means it's not implemented. However, that fixme may have nothing to do with your app not working.

1.3.28 is old; trying upgrading to the latest development release (currently 1.3.35). Also, you should not have both mono and real .NET installed to the same wineprefix; pick one (I recommend .NET).
Thank you dimesio. I will try 1.3.35. I don't see this version in Linux mint 12. Should I just compile from the source? I will remove .net. Thanks.

Lou
madmatrix
Newbie
Newbie
Posts: 4
Joined: Sat Dec 24, 2011 1:35 pm

Re: Need help! Trying to install USPS Shipping Assistant in

Post by madmatrix »

madmatrix wrote:
dimesio wrote:
madmatrix wrote: I just learned how to use wine to install windows application two days ago. So far I still couldn't figure out how to get USPS shipping assistant works in Wine. I have Wine 1.3.28 installed in Linux Mint 12. I get mono 28, dotnet 2.0, ie7 and vc++ installed. When I run the USPS application I still got some errors like below. Could anyone point out which is missing here? I google the GetVolumePathNameW issue, but somebody was saying the function is not implemented in Wine. But with 1.3.28 version, is that case still?
If you're getting a fixme for something, that means it's not implemented. However, that fixme may have nothing to do with your app not working.

1.3.28 is old; trying upgrading to the latest development release (currently 1.3.35). Also, you should not have both mono and real .NET installed to the same wineprefix; pick one (I recommend .NET).
Thank you dimesio. I will try 1.3.35. I don't see this version in Linux mint 12. Should I just compile from the source? I will remove .net. Thanks.

Lou
I updated the version to 1.3.35 with .net 2.0 only. But still same errors. I wonder if something is still missing. I checked the USPS shipping assistant requirement. They require IE, .NET and printer driver. I already have everything but still have this error. Any advice?

Thank you.

Lou
madmatrix
Newbie
Newbie
Posts: 4
Joined: Sat Dec 24, 2011 1:35 pm

Re: Need help! Trying to install USPS Shipping Assistant in

Post by madmatrix »

madmatrix wrote:
madmatrix wrote:
dimesio wrote: If you're getting a fixme for something, that means it's not implemented. However, that fixme may have nothing to do with your app not working.

1.3.28 is old; trying upgrading to the latest development release (currently 1.3.35). Also, you should not have both mono and real .NET installed to the same wineprefix; pick one (I recommend .NET).
Thank you dimesio. I will try 1.3.35. I don't see this version in Linux mint 12. Should I just compile from the source? I will remove .net. Thanks.

Lou
I updated the version to 1.3.35 with .net 2.0 only. But still same errors. I wonder if something is still missing. I checked the USPS shipping assistant requirement. They require IE, .NET and printer driver. I already have everything but still have this error. Any advice?

Thank you.

Lou
Anyone help me? Thanks a lot!

Lou
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Need help! Trying to install USPS Shipping Assistant in

Post by vitamin »

Open a bug report. It's a free download - developers can play with it.
KenJackson
Level 2
Level 2
Posts: 24
Joined: Mon Apr 14, 2008 11:01 am

Post by KenJackson »

It seems that the fixmes usually don't prevent an application from running.

But I see an error in your list at the bottom:

Code: Select all

err:eventlog:ReportEventW L"Timestamp: 12/24/2011 6:39:57 PM\nMessage: HandlingInstanceID: f047c181-3901-4862-8aea-76f93f219f45\r\nAn exception of type 'System.Data.SqlServerCe.SqlCeException' occurred and was caught.
That's probably the real problem, even if it's not helpful.
I googled briefly but didn't see anything fascinating.
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

Locked