Error when trying to run DivX player

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
vivekratnavel
Newbie
Newbie
Posts: 3
Joined: Wed Oct 12, 2011 12:22 pm

Error when trying to run DivX player

Post by vivekratnavel »

I successfully installed DivX player 6.6 using wine. But when I try to open the player, I get the following errors.

Code: Select all

err:module:find_forwarded_export function not found for forward 'msvcrt.__CxxFrameHandler3' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._vswprintf' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._localtime64' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._time64' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
wine: Call from 0x68330418 to unimplemented function msvcrt.dll._set_printf_count_output, aborting
err:seh:raise_exception Exception frame is not in stack limits => unable to dispatch exception.
How do I rectify these errors. Any help is appreciated. Thanks.
User avatar
blaiseg07
Level 2
Level 2
Posts: 31
Joined: Mon Sep 26, 2011 4:08 pm

Re: Error when trying to run DivX player

Post by blaiseg07 »

vivekratnavel wrote:

Code: Select all

err:module:find_forwarded_export function not found for forward 'msvcrt.__CxxFrameHandler3' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
err:module:find_forwarded_export function not found for forward 'msvcrt._vswprintf' used by L"C:\\windows\\system32\\msvcr80.dll". If you are using builtin L"msvcr80.dll", try using the native one instead.
Install vcrun2005 via winetricks.
vivekratnavel
Newbie
Newbie
Posts: 3
Joined: Wed Oct 12, 2011 12:22 pm

Re: Error when trying to run DivX player

Post by vivekratnavel »

Thanks for the reply. I installed vcrun2005 using winetricks. But I get the following errors in the terminal.

Code: Select all

Executing wine vcredist_x86.EXE
fixme:advapi:DecryptFileA "C:\\users\\vivek\\Temp\\IXP000.TMP\\" 00000000
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"Microsoft.VC80.ATL,type=\"win32\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"Microsoft.VC80.CRT,type=\"win32\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"Microsoft.VC80.MFC,type=\"win32\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"Microsoft.VC80.MFCLOC,type=\"win32\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"Microsoft.VC80.OpenMP,type=\"win32\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"policy.8.0.Microsoft.VC80.ATL,type=\"win32-policy\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"policy.8.0.Microsoft.VC80.CRT,type=\"win32-policy\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"policy.8.0.Microsoft.VC80.MFC,type=\"win32-policy\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"policy.8.0.Microsoft.VC80.MFCLOC,type=\"win32-policy\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:sxs:cache_QueryAssemblyInfo 0x437a10, 0x00000002, L"policy.8.0.Microsoft.VC80.OpenMP,type=\"win32-policy\",version=\"8.0.50727.6195\",publicKeyToken=\"1fc8b3b9a1e18e3b\",processorArchitecture=\"x86\"", 0x33f8d8
fixme:msi:ITERATE_RemoveExistingProducts remove L"0"
How to rectify these errors?
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Error when trying to run DivX player

Post by dimesio »

vivekratnavel wrote: How to rectify these errors?
Those aren't errors, and you didn't post all of it. Did winetricks report success at the end? If so, don't worry about the rest of it.
vivekratnavel
Newbie
Newbie
Posts: 3
Joined: Wed Oct 12, 2011 12:22 pm

Re: Error when trying to run DivX player

Post by vivekratnavel »

Now the divx player opens successfully and am able to play avi format files. But still when I am trying to play high resolution vieos of mp4 or mkv format, I get this error in the terminal and the player quits automatically after some time. Any one knows how to solve this?

Code: Select all

err:ntdll:RtlpWaitForCriticalSection section 0x1f3e68 "videorenderer.c: VideoRendererImpl.csFilter" wait timed out in thread 0040, blocked by 0041, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x1d7014 "filtergraph.c: IFilterGraphImpl.cs" wait timed out in thread 0009, blocked by 0040, retrying (60 sec)
Locked