madmatrix
2011-Dec-24 18:42 UTC
[Wine] Need help! Trying to install USPS Shipping Assistant in WINE
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
dimesio
2011-Dec-24 19:12 UTC
[Wine] Re: Need help! Trying to install USPS Shipping Assistant in WINE
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).