Error Number:0x80040707

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ajreissig
Newbie
Newbie
Posts: 3
Joined: Fri Sep 02, 2011 9:15 pm

Error Number:0x80040707

Post by ajreissig »

I am trying to install the Direct TV app so that I can watch my tv through my computer and I keep getting the following error message when I try to install it:

Error Number: 0x80040707
Description: DLL function call crashed: SKUtil.SK_GetShellFolderPathA

and then the installations stops. I am pretty new to Linux so I am not as familiar with how this all works. I am using Ubuntu. Any suggestions as to how to fix this?

Thanks so much for the help!
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Error Number:0x80040707

Post by vitamin »

ajreissig wrote:I am trying to install the Direct TV app so that I can watch my tv through my computer
Something tells me it uses DRM, which won't work on Wine.
Post complete terminal output. http://wiki.winehq.org/FAQ#get_log
ajreissig
Newbie
Newbie
Posts: 3
Joined: Fri Sep 02, 2011 9:15 pm

Post by ajreissig »

Thanks for responding! I am a math geek, but I have had too little programming work to actually know what to do. I'm one of those that knows enough to do some damage. :) The output from the terminal is as follows:

fixme:advapi:LookupAccountNameW (null) L"amanda" (nil) 0x338a88 (nil) 0x338a8c 0x338a80 - stub

fixme:advapi:LookupAccountNameW (null) L"amanda" 0x13f170 0x338a88 0x13fd80 0x338a8c 0x338a80 - stub

fixme:reg:GetNativeSystemInfo (ox32d1d8) using GetsystemInfo()
wine: Call from 0xa617a2 to unimplemented function SHEL32.dll.526, aborting

Maybe I didn't install of use wine correctly? Any help is much appreciated!
-Amanda
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ajreissig wrote:wine: Call from 0xa617a2 to unimplemented function SHEL32.dll.526, aborting
Upgrade your Wine. Latest Wine version is wine-1.3.27.
ajreissig
Newbie
Newbie
Posts: 3
Joined: Fri Sep 02, 2011 9:15 pm

Post by ajreissig »

Thank you! That worked!
Locked