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

Help Needed: "Open VKL internal error 'encountered unknown cell type'" in OSPRay Studio Demo #39

Open
zhanjun717 opened this issue Jan 2, 2025 · 1 comment

Comments

@zhanjun717
Copy link

Hi everyone,

I’m currently working with OSPRay Studio and trying to run the unstructured_volume demo. However, I encountered the following error during execution:

OSPRay error: Open VKL internal error 'encountered unknown cell type'

image

This error seems to be related to some unknown cell type in the volume data, but I’m not sure how to resolve it. Has anyone encountered this issue before or can point me in the right direction to fix it?

Here’s what I’ve tried so far:

  • I’ve made sure that the demo code and dependencies are properly set up.
  • I’ve double-checked the volume data format for any discrepancies.
  • I tried running other demos, and they work fine, but this specific one is causing the issue.

Any help or suggestions would be greatly appreciated!

Thanks in advance!

@johguenther
Copy link
Contributor

johguenther commented Jan 8, 2025

Thank you for this detailed bugreport! I can reproduce it, only happens on Windows, yet the unstructured_volume scene in ospExamples.exe also works. Quite bizarre, you never stop learning: turns out, that MSVC does not update the __cplusplus macro per default, neither does CMake, leading Studio to use the wrong datatype for cell.type...

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

2 participants