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).