microsoft / microsoft/FFmpegInterop

AvUtil-54.dll throws exception on Windows RT device

Open
#25 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.