cmbruns / pyopenvr

Unofficial python bindings for Valve's OpenVR virtual reality SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buffer-Memory Issue

d-engel opened this issue · comments

commented

Hey everyone,

we are developing a visual environment using qt5 and pyopenvr with the HTC Vive.
All our scripts are fine and working. On one laptop, however, we all of a sudden keep having this issue:

error

"Nicht genügend Arbeitsspeicher" is the German equivalent for out of memory.
This happens even if we are running only the sample "hello world"-script to show the color cube (from which I took the screenshot). The error is the same when using our scripts.
It's a high-end gaming laptop equipped with a gtx1060 (6gb), so it can't be a real memory issue.

Even a complete system reboot with only the required installations and all drivers up to date didn't solve it. It used to work at one point when we first tested the laptop, but now this problem keeps recurring.

Any help appreciated!

Thanks and cheers,
David