You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Probably related are these issues from Chrome: here, here, here.
As far as I understand, the work-around was to use a separate front buffer texture. See here or here and search for http://crbug.com/234428.
Other maybe related Python threads:
Thread 0x0000000122bfb000:
File "mediakeys.py", line 96 in runEventsCapture
File "utils.py", line 1359 in doCall
File "threading.py", line 761 in run
File "threading.py", line 808 in __bootstrap_inner
File "threading.py", line 781 in __bootstrap
Thread 0x0000000120001000:
File "utils.py", line 1094 in get
File "guiCocoa.py", line 371 in getBmpData
File "utils.py", line 1359 in doCall
File "threading.py", line 761 in run
File "threading.py", line 808 in __bootstrap_inner
File "threading.py", line 781 in __bootstrap
Thread 0x000000011f188000:
File "utils.py", line 1094 in get
File "guiCocoa.py", line 371 in getBmpData
File "utils.py", line 1359 in doCall
File "threading.py", line 761 in run
File "threading.py", line 808 in __bootstrap_inner
File "threading.py", line 781 in __bootstrap
Thread 0x000000011d1f1000:
File "utils.py", line 1094 in get
File "guiCocoa.py", line 371 in getBmpData
File "utils.py", line 1359 in doCall
File "threading.py", line 761 in run
File "threading.py", line 808 in __bootstrap_inner
File "threading.py", line 781 in __bootstrap
Thread 0x0000000111ac4000:
File "guiCocoa.py", line 401 in playCursorUpdater
File "utils.py", line 1359 in doCall
File "threading.py", line 761 in run
File "threading.py", line 808 in __bootstrap_inner
File "threading.py", line 781 in __bootstrap
The text was updated successfully, but these errors were encountered:
Probably related are these issues from Chrome: here, here, here.
As far as I understand, the work-around was to use a separate front buffer texture. See here or here and search for
http://crbug.com/234428
.Other maybe related Python threads:
The text was updated successfully, but these errors were encountered: