• 1
  • 59
  • 60
  • 61(current)
  • 62
  • 63
  • 78
[WINDOWS] Internal Directshow Based Player - USERS support thread
Code:
21:20:54 T:3704 M:2335756288  NOTICE: Starting XBMC, Platform: Windows 7, 32-bit build 7600. Built on Jun 30 2010 (SVN:31520, compiler 1600)
21:20:54 T:3704 M:2335756288  NOTICE: Intel(R) Core(TM) i3 CPU         530  @ 2.93GHz
21:20:54 T:3704 M:2335752192  NOTICE: Desktop Resolution: 1920x1080 32Bit at 60Hz

Alright I'm having an issue with subtitles in .mkv files. Most of the video will have subtitles but randomly once or twice during the course of the video there will be a 15-20 second gap where there are no subtitles.

I've tried playing the same files on my PC and the subtitles are there.

I reinstalled ffdshow (I had the beta version installed, I reverted back to the newest non-beta) but it didn't change anything.

I followed this guide originally:

http://www.mediasmartserver.net/2010/06/...-dsplayer/

So I installed the newest MPC Stand-alone filters. Should I revert to older ones, or is that not my problem?

-------------------------------------------------------------------------------------------------------------------------------------------

Also I'm having another problem. One of my movies won't play at all (it played just fine with a Linux install, but not since I switched to Windows and installed DSPlayer). When I hit play it attempts to play the movie and instantly returns to the XBMC menu.

I'm using an Intel i3 and Intel iGPU graphics, and have tried switching from MPC Video Decoder to MS Video Decoder but it made no difference (actually I think it performed/looked better with MPC, it looks kind of dull/fuzzy now in comparison, but maybe that's just my imagination).

These are the only errors I can dig up (although I'm not sure how relevant they are):

Code:
21:02:41 T:2756 M:2197716992   ERROR: exception in CApplication::FrameMove()
21:02:41 T:2756 M:2197716992   ERROR: m_pD3DDevice->BeginScene() failed

Code:
21:20:54 T:3704 M:2333102080  NOTICE: Loading media sources from special://masterprofile/sources.xml
21:20:54 T:3704 M:2333032448   ERROR:     Missing or invalid <name> and/or <path> in source

Code:
21:22:57 T:3704 M:2070138880  NOTICE: CDSPlayer::~CDSPlayer DSPlayer is now closed
21:22:58 T:3704 M:2077417472   ERROR: CGUISound::CreateBuffer Creating sound buffer failed!
21:23:00 T:300 M:2077196288   ERROR: Previous line repeats 1 times.

Code:
21:23:04 T:3704 M:2068447232  NOTICE: CDSPlayer::~CDSPlayer DSPlayer is now closed
21:23:10 T:3704 M:2067144704   ERROR: CGUISound::CreateBuffer Creating sound buffer failed!
21:23:14 T:3704 M:2066567168   ERROR: Previous line repeats 4 times.

-------------------------------------------------------------------------------------------------------------------------------------------

Also I'm sure this is completely irrelevant, but for the sake of bettering the program I figured I'd post this. Everytime I shutdown XBMC it always spams the log with this error:

Code:
21:23:14 T:3704 M:2079793152  NOTICE: stop python
21:23:15 T:3704 M:2053308416  NOTICE: stopped
21:23:15 T:3704 M:2053308416  NOTICE: destroy
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1F80 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1D40 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1B00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1D88 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1DD0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1B90 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE22E0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1C20 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1EA8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1A70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053308416   ERROR: ADDON: cpluff: 'An unreleased information object was encountered at address 02EE1AB8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
21:23:15 T:3704 M:2053296128  NOTICE: unload sections
Maconi Wrote:Also I'm sure this is completely irrelevant, but for the sake of bettering the program I figured I'd post this. Everytime I shutdown XBMC it always spams the log with this error:
your right thats totally not related. What is happening is direct3d screwing up the whole process. Xbmc is technically a game from coding point of view. Its simply a loop which contain the stuff for rendering. From your log you can see it crashes in a main function of this which is making xbmc completly crash.
fattyl Wrote:Hey guys,

I'm having troubles setting dsplayer as the default player. I did what the wiki suggested, creating the advancedsettings.xml and adding the line of code yet whenever I start a movie, it loads with DVDPlayer.

I'm using Windows XP, and I put it in C:\Documents and Settings\data\Application Data\XBMC\userdata

That is the correct place right, not directly in the XBMC folder?

Quick update, I rebooted XBMC a couple of times and it's working fine now.
Alright I've tried reinstalling, updating my drivers, trying different ffdshow versions, trying different mpc filters, and trying different video decoders, but in the end it had no effect.

When playing .mkv files there are gaps in my subtitles (VOB subs) randomly (gaps as in for 15 seconds or so subtitles don't appear and then they start appearing again).

I'm assuming this is just a current problem with DSPlayer? (I noticed in the patch notes it said VOB subs were a problem that were addressed recently, but maybe they aren't 100% yet?)
Installed and although normal playback works, selecting "play via DSPlayer" causes errors, advice to see the log and, sometimes, hanging. This happens for both HD (mkv) and SD (divx) files.

I'm running win7 x64 and have tried installing both x32 and x64 ffdshow, although my understanding is that only x32 will actually work. I haven't changed anything in the xml files, they seem to have ffdshow already set up in them. Everything works fine in MediaPortal, so I presume the codecs are installed fine.

I'm not sure what the relevant debug log lines are but I think this is where the problem lies:

Code:
12:29:04 T:3272 M:728432640  NOTICE: CFGLoader::InsertFilter Successfully added "ffdshow audio decoder" to the graph
12:29:04 T:3272 M:728432640   DEBUG: CFGLoader::LoadFilterRules All filters added to the graph
12:29:04 T:3272 M:728432640   DEBUG: CFGManager::RenderFileXbmc Successfully loaded filters rules
12:29:04 T:3272 M:728432640    INFO: CFGManager::RenderFileXbmc Elapsed time: 920.07ms
12:29:05 T:3272 M:728403968   DEBUG: CFGManager::ConnectDirect: Failed connecting AVI Source.Video 0.Type: pin to ffdshow audio decoder.In
12:29:05 T:3272 M:727834624   DEBUG: CFGManager::ConnectDirect: Succeeded connecting AVI Source.Video 0.Type:Video pin pin to MPC Video Decoder.Video
12:29:05 T:3272 M:727707648   DEBUG: CFGManager::ConnectDirect: Failed connecting MPC Video Decoder.Output.Type: pin to ffdshow audio decoder.In
12:29:05 T:3272 M:726974464   DEBUG: CFGManager::ConnectDirect: Succeeded connecting MPC Video Decoder.Output.Type:Video pin pin to Xbmc EVR.EVR Input0
12:29:05 T:3272 M:726802432   DEBUG: CFGManager::ConnectDirect: Succeeded connecting AVI Source.Audio 1.Type:Audio pin pin to ffdshow audio decoder.In
12:29:05 T:3272 M:726495232   DEBUG: CFGManager::ConnectDirect: Succeeded connecting ffdshow audio decoder.Out.Type:Audio pin pin to Default DirectSound Device.Audio Input pin (rendered)
12:29:05 T:3272 M:726491136    INFO: CFGManager::RenderFileXbmc Elapsed time: 66.83ms
12:29:05 T:3272 M:726441984   DEBUG: Starting filters listing ...
12:29:05 T:3272 M:726450176   DEBUG: Xbmc EVR
12:29:05 T:3272 M:726450176   DEBUG: Default DirectSound Device
12:29:05 T:3272 M:726450176   DEBUG: ffdshow audio decoder
12:29:05 T:3272 M:726450176   DEBUG: MPC Video Decoder
12:29:05 T:3272 M:726450176   DEBUG: AVI Source
12:29:05 T:3272 M:726446080   DEBUG: End of filters listing
12:29:05 T:3272 M:726446080    INFO: CDSGraph::SetFile Elapsed time: 993.53ms
12:29:05 T:3272 M:726413312   DEBUG: Win32DllLoader::Load(special://xbmcbin/system/players/dsplayer/libsubs.dll)
12:29:05 T:3272 M:726319104   ERROR: Win32DllLoader::Load: Unable to load special://xbmcbin/system/players/dsplayer/libsubs.dll (126)
12:29:05 T:3272 M:726306816   DEBUG: CStreamsManager::LoadStreams Looking for audio streams in AVI Source splitter
12:29:05 T:3272 M:726294528   DEBUG: CStreamsManager::LoadStreams The splitter has 2 output pins
12:29:05 T:3272 M:726290432   DEBUG: CStreamsManager::LoadStreams Output pin found : Video 0
12:29:05 T:3272 M:726290432   DEBUG: CStreamsManager::LoadStreams     Output pin major type : MEDIATYPE_Video
12:29:05 T:3272 M:726282240   DEBUG: CStreamsManager::LoadStreams     Output pin sub type : Unknown GUID Name
12:29:05 T:3272 M:726282240   DEBUG: CStreamsManager::LoadStreams     Output pin format type : FORMAT_VideoInfo
12:29:05 T:3272 M:726282240   DEBUG: CStreamsManager::LoadStreams Output pin found : Audio 1
12:29:05 T:3272 M:726278144   DEBUG: CStreamsManager::LoadStreams     Output pin major type : MEDIATYPE_Audio
12:29:05 T:3272 M:726278144   DEBUG: CStreamsManager::LoadStreams     Output pin sub type : Unknown GUID Name
12:29:05 T:3272 M:726278144   DEBUG: CStreamsManager::LoadStreams     Output pin format type : FORMAT_WaveFormatEx
12:29:05 T:3272 M:726257664  NOTICE: CStreamsManager::LoadStreams Audio stream found : Audio 1
12:29:05 T:3272 M:726200320   ERROR: CThread::staticThread : Access violation at 0x00000000: Reading location 0x00000000
12:29:05 T:3272 M:726208512   DEBUG: Thread 3272 terminating
12:29:05 T:4300 M:726556672   DEBUG: CAnnouncementManager - Announcement: PlaybackStopped from xbmc

Any ideas?
is it possible to configure dsplayer to play audio only files, specifically mp3 and flac? i am having some trouble. thanks
koawmfot Wrote:is it possible to configure dsplayer to play audio only files, specifically mp3 and flac? i am having some trouble. thanks
I'm also trying to get this to work, but with no luck so far.

What I want to do is use Reclock as the audio renderer so that I can get WASAPI exclusive with the correct number of speakers assigned (I don't want 2.0 music getting output as 5.1 with 3.1 channels of silence).

I have madFlac and Reclock installed, along with the latest DSPlayer build of XBMC. I can get a flac to play with the reclock renderer in Graph Edit, so I think I have all the right bits installed it should just be a matter of getting XBMC/DSPlayer to use them.

I've added the madFlac Source, madFlac Decoder, and Reclock filters to the filtersconfig.xml, and I've tried just about everything I can think of for the <rule> entry in mediasconfig.xml. I alway get a message saying "An error occurred when trying to render the file". The relevant output from the debug log is as follows:

Quote:16:54:03 T:1676 M:2473213952 NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/filtersconfig.xml (filters configuration).
16:54:03 T:1676 M:2473209856 NOTICE: special://masterprofile/dsplayer/filtersconfig.xml does not exist. Skipping.
16:54:03 T:1676 M:2473209856 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
16:54:03 T:1676 M:2473197568 NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/mediasconfig.xml (medias configuration).
16:54:03 T:1676 M:2473197568 NOTICE: special://masterprofile/dsplayer/mediasconfig.xml does not exist. Skipping.
16:54:03 T:1676 M:2473197568 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
16:54:03 T:1676 M:2473193472 NOTICE: Successfully loaded rules
16:54:03 T:1676 M:2473050112 NOTICE: CFGLoader::InsertAudioRenderer Successfully added "ReClock Audio Renderer" to the graph
16:54:03 T:1676 M:2473021440 NOTICE: No renderersettings.xml to load (special://masterprofile/dsplayer/renderersettings.xml)
16:54:03 T:1676 M:2467430400 ERROR: CFGLoader::InsertSourceFilter Failed to load file in the splitter/source
16:54:03 T:1676 M:2467426304 ERROR: CFGLoader::LoadFilterRules Failed to insert source filter
16:54:03 T:1676 M:2467418112 ERROR: CFGLoader::InsertSourceFilter Failed to load file in the splitter/source
16:54:03 T:1676 M:2467418112 ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
16:54:03 T:1992 M:2471264256 ERROR: Playlist Player: skipping unplayable item: 2, path [musicdb://2/1/1/2324.flac]
16:54:03 T:1992 M:2471272448 NOTICE: CDSGraph::UnloadGraph Successfully removed "Xbmc EVR" from the graph
16:54:03 T:1992 M:2471297024 NOTICE: CDSGraph::UnloadGraph Successfully removed "ReClock Audio Renderer" from the graph
16:54:03 T:1992 M:2472865792 NOTICE: CDSPlayer::~CDSPlayer DSPlayer is now closed
16:54:03 T:964 M:2472833024 NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/filtersconfig.xml (filters configuration).
16:54:03 T:964 M:2472828928 NOTICE: special://masterprofile/dsplayer/filtersconfig.xml does not exist. Skipping.
16:54:03 T:964 M:2472828928 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
16:54:03 T:964 M:2472828928 NOTICE: Loading filter core factory settings from special://masterprofile/dsplayer/mediasconfig.xml (medias configuration).
16:54:03 T:964 M:2472828928 NOTICE: special://masterprofile/dsplayer/mediasconfig.xml does not exist. Skipping.
16:54:03 T:964 M:2472828928 NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
16:54:03 T:964 M:2472828928 NOTICE: Successfully loaded rules
16:54:03 T:964 M:2472632320 NOTICE: CFGLoader::InsertAudioRenderer Successfully added "ReClock Audio Renderer" to the graph
16:54:03 T:964 M:2472607744 NOTICE: No renderersettings.xml to load (special://masterprofile/dsplayer/renderersettings.xml)
16:54:03 T:964 M:2467995648 ERROR: CFGLoader::InsertSourceFilter Failed to load file in the splitter/source
16:54:03 T:964 M:2467995648 ERROR: CFGLoader::LoadFilterRules Failed to insert source filter
16:54:03 T:964 M:2467987456 ERROR: CFGLoader::InsertSourceFilter Failed to load file in the splitter/source
16:54:03 T:964 M:2467987456 ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
16:54:03 T:1992 M:2471784448 ERROR: Playlist Player: skipping unplayable item: 3, path [musicdb://2/1/1/2325.flac]
i only have tried attching to the Xiph.org filter.

i added this setting to the filtersconfig.xml
Code:
[size=x-small]<filter name="natflacaudiodec" type="audiodec">
      <guid>{6DDA37BA-0553-499A-AE0D-BEBA67204548}</guid>
      <osdname>Xiph.org Native FLAC Decoder</osdname>
    </filter>[/size]

i added this entry to the mediasconfig.xml
Code:
[size=x-small]<rule filetypes="flac">
      <source filter="natflacaudiodec" />
    </rule>[/size]

the relevant piece of the debug log looks like this:
Code:
[size=xx-small]599.19:37:10 T:3336 M:1387106304   DEBUG: ------ Window Deinit (DialogContextMenu.xml) ------
600.19:37:10 T:3336 M:1387098112   DEBUG: Adding file musicdb://2/4/7/53.flac to music playlist
601.19:37:10 T:3336 M:1387098112   DEBUG: PLAYLIST::CPlayList::Shuffle shuffling at pos:0
602.19:37:10 T:2712 M:1387069440   DEBUG: thread start, auto delete: 0
603.19:37:10 T:2712 M:1386905600  NOTICE: Loading filter core factory settings from special://profile/dsplayer/filtersconfig.xml (filters configuration).
604.19:37:10 T:2712 M:1386856448  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/filtersconfig.xml (filters configuration).
605.19:37:10 T:2712 M:1386848256  NOTICE: Loading filter core factory settings from special://profile/dsplayer/mediasconfig.xml (medias configuration).
606.19:37:10 T:2712 M:1386835968  NOTICE: Loading filter core factory settings from special://xbmc/system/players/dsplayer/mediasconfig.xml (medias configuration).
607.19:37:10 T:2712 M:1386831872  NOTICE: Successfully loaded rules
608.19:37:10 T:2712 M:1386811392   DEBUG: CDSGraph::SetFile Successfully added XBMC to the Running Object Table
609.19:37:10 T:2712 M:1386692608   DEBUG: Found DirectShow device "Speakers (Realtek High Definiti" (guid: {E30629D1-27E5-11CE-875D-00608CB78066})
610.19:37:10 T:2712 M:1386692608   DEBUG: Found DirectShow device "Default DirectSound Device" (guid: {79376820-07D0-11CF-A24D-0020AFD79767})
611.19:37:10 T:2712 M:1386692608   DEBUG: Found DirectShow device "Default WaveOut Device" (guid: {E30629D1-27E5-11CE-875D-00608CB78066})
612.19:37:10 T:2712 M:1386692608   DEBUG: Found DirectShow device "DirectSound: Realtek Digital Output (Realtek High Definition Audio)" (guid: {79376820-07D0-11CF-A24D-0020AFD79767})
613.19:37:10 T:2712 M:1386692608   DEBUG: Found DirectShow device "DirectSound: Speakers (Realtek High Definition Audio)" (guid: {79376820-07D0-11CF-A24D-0020AFD79767})
614.19:37:10 T:2712 M:1386692608   DEBUG: Found DirectShow device "Realtek Digital Output (Realtek" (guid: {E30629D1-27E5-11CE-875D-00608CB78066})
615.19:37:10 T:2712 M:1386651648  NOTICE: CFGLoader::InsertAudioRenderer Successfully added "Default DirectSound Device" to the graph
616.19:37:10 T:2712 M:1386422272  NOTICE: No renderersettings.xml to load (special://masterprofile/dsplayer/renderersettings.xml)
617.19:37:10 T:3336 M:1382449152   DEBUG: ------ Window Init (DialogBusy.xml) ------
618.19:37:10 T:3336 M:1382449152   DEBUG: Alloc resources: 0.01ms (0.00 ms skin load)
619.19:37:11 T:3336 M:1381355520   DEBUG: Win32DllLoader::Load(special://xbmcbin/system/ImageLib.dll)
620.19:37:11 T:2712 M:1380278272   DEBUG: CFGFilterVideoRenderer::Create Allocator presenter successfully created
621.19:37:11 T:2712 M:1380237312   DEBUG: CFGLoader::InsertVideoRenderer Allocator presenter successfully added to the graph (Renderer: Enhanced Video Renderer)
622.19:37:11 T:2712 M:1380171776   DEBUG: CFilterSelectionRule::GetFilters: adding filter: natflacaudiodec for rule: un-named
623.19:37:11 T:2712 M:1382387712   DEBUG: CFGFilterFile::Create Successfully loaded external filter (clsid:{6DDA37BA-0553-499A-AE0D-BEBA67204548} path:C:\Program Files (x86)\Xiph.Org\Open Codecs\dsfNativeFLACSource.dll)
624.19:37:11 T:2712 M:1382379520   ERROR: CFGLoader::InsertSourceFilter Failed to load file in the splitter/source
625.19:37:11 T:2712 M:1382580224   ERROR: CFGLoader::LoadFilterRules Failed to insert source filter
626.19:37:11 T:2712 M:1382371328   DEBUG: CFGFilterFile::Create Successfully loaded external filter (clsid:{6DDA37BA-0553-499A-AE0D-BEBA67204548} path:C:\Program Files (x86)\Xiph.Org\Open Codecs\dsfNativeFLACSource.dll)
627.19:37:11 T:2712 M:1382617088   ERROR: CFGLoader::InsertSourceFilter Failed to load file in the splitter/source
628.19:37:11 T:2712 M:1382367232   ERROR: CFGManager::RenderFileXbmc Failed to load filters rules
629.19:37:11 T:2712 M:1382367232    INFO: CDSGraph::SetFile Elapsed time: 346.97ms
630.19:37:11 T:2712 M:1382621184    INFO: CDSPlayer::Process Elapsed time: 371.50ms
631.19:37:11 T:2712 M:1382363136   DEBUG: Thread 2712 terminating
632.19:37:11 T:3336 M:1382756352   DEBUG: CAnnouncementManager - Announcement: PlaybackStopped from xbmc
633.19:37:11 T:3336 M:1382723584   ERROR: Playlist Player: skipping unplayable item: 0, path [musicdb://2/4/7/53.flac]
634.19:37:11 T:3336 M:1382723584   DEBUG: Playlist Player: no more playable items... aborting playback
635.19:37:11 T:3336 M:1382408192   DEBUG: ------ Window Deinit (DialogBusy.xml) ------[/size]

the whole log is here:
http://pastebin.com/6WCWJpQC

i left out the splitter because there is nothing really to split and the splitters i did try could not attach. it would be a different error. the audio and video filter settings were eventually left out since they would not even end up being referenced by the log when trying to play the file. as far as graph studio tells me, and gspot, the flac file needs nothing but the native flac codec to play.

i know i am missing something obvious. any help would be great. thanks.
You can't play audio file with dsplayer, no matter what you'll try! This is because dsplayer need a video stream. If there's not, you've got an error.
AndroIRC - Best IRC client for Android!
blinkseb Wrote:You can't play audio file with dsplayer, no matter what you'll try! This is because dsplayer need a video stream. If there's not, you've got an error.

sounds like great information for the wiki!

any plans to add audio-only support to the dsplayer? i have trouble with PAPlayer skipping and DVDPlayer does not have gapless playback.
Did the development stop :-(?
Not stopped - slowed somewhat - no new build unless compiling yourself for sometime - though once Dharma is released there are plans to release official 'nightly builds'.
Why XBMC Rev31520 from http://passion-xbmc.org/gros_fichiers/xb.../index.php it's the only version I can't run on my PC? It's because I need a compatible SSE2 or better CPU?
I can't make a log because xbmc.exe crash without a trace. I only can see it in the reliabity log from windows 7.

Also I just compiled the last version (replacing Texturepacker.exe because it always crash) and now DSplayer works fine but internal DXVA doesn't. It's this normal in the last version?
Athlon XP 2800+ (MMX, SSE, 3Dnow) - ATI HD3450 AGP - Windows 7 Professional 32bits
I think DSPlayer is built with VS2010, and with enabled SSE support. There is a bug in the SSE code generator in VS2010 which uses one SSE2 command when SSE is enabled, and thus it won't work on non-SSE2 CPUs.

I still wonder what people hope for performance wise trying to play high-def movies on such hardware.. :d
I believe tiben uses vs2008 and seb vs2010. I think seb usually uploads the new builds, so it will be vs2010 built.
  • 1
  • 59
  • 60
  • 61(current)
  • 62
  • 63
  • 78

Logout Mark Read Team Forum Stats Members Help
[WINDOWS] Internal Directshow Based Player - USERS support thread0