Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get Error 0x8001010E RPC_E_WRONG_THREAD in RoHelper::CreateDispatcherQueueController #316

Open
extrame opened this issue Nov 20, 2024 · 0 comments

Comments

@extrame
Copy link

extrame commented Nov 20, 2024

I got "The platform is not supported" error.

After debug, I am sure 0x8001010E RPC_E_WRONG_THREAD in RoHelper::CreateDispatcherQueueController in rohelper.cc line 229 which is return mFpCreateDispatcherQueueController(options, dispatcherQueueController);

HRESULT RoHelper::CreateDispatcherQueueController(
    DispatcherQueueOptions options,
    ABI::Windows::System::IDispatcherQueueController**
        dispatcherQueueController) {
  if (!mWinRtAvailable) {
    return E_FAIL;
  }
  return mFpCreateDispatcherQueueController(options, dispatcherQueueController);
}

I don't know what is happen and how to fix it ( notice the example has no this error)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant