microsoft / microsoft/FFmpegInterop
AvUtil-54.dll throws exception on Windows RT device
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
i having trouble running my app on my Surface (Windows RT). My app crashes if i start playing a movie. On any other platform (x86,x64) it runs fine. Windows Eventviewer shows the following message:
Application error:
faulty modul: avutil-54.dll
Exceptioncode: 0xc000001d
Offset: 0x0000200b
I googled and found that Code "0xc000001d" can mean "illegal instruction". Maybe avutil uses some instructions which are not supported on arm devices?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing movie playback on a Windows RT device and inspect the AvUtil-54.dll crash details, especially exception code 0xc000001d and offset 0x0000200b. Done means identifying the incompatible instruction or build issue and confirming a compatible resolution for ARM devices.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100