pythonocc-core icon indicating copy to clipboard operation
pythonocc-core copied to clipboard

init_display render error on macos 12.1

Open bahadiraraz opened this issue 3 years ago • 1 comments

qt.qpa.window: <QNSWindow: 0x7f7ed93cbf00; contentView=<QNSView: 0x7f7ed915cb00; QCocoaWindow(0x600002e1c210, window=QWidgetWindow(0x600003d38900, name="QWidgetClassWindow"))>> has active key-value observers (KVO)! These will stop working now that the window is recreated, and will result in exceptions when the observers are removed. Break in QCocoaWindow::recreateWindowIfNeeded to debug.

bahadiraraz avatar Apr 19 '22 10:04 bahadiraraz

qt-pyqt5 backend - Qt version 5.12.9
qt.qpa.window: <QNSWindow: 0x7fb6740a6490; contentView=<QNSView: 0x7fb674093bf0; QCocoaWindow(0x600002c6e100, window=QWidgetWindow(0x600003f70060, name="QWidgetClassWindow"))>> has active key-value observers (KVO)! These will stop working now that the window is recreated, and will result in exceptions when the observers are removed. Break in QCocoaWindow::recreateWindowIfNeeded to debug.
####### 3D rendering pipe initialisation #####
Display3d class initialization starting ...
Aspect_DisplayConnection created.
OpenGl_GraphicDriver created.
V3d_Viewer created.
AIS_InteractiveContext created.
V3d_View created
Cocoa window created.
Display3d class successfully initialized.
#########################################
OpenGl information:
  GLvendor: Apple
  GLdevice: Apple M1
  GLversion: 2.1 Metal - 76.3
  GLSLversion: 1.20
  Max texture size: 16384
  Max FBO dump size: 16384x16384
  Max combined texture units: 16
  Max MSAA samples: 0
  Viewport: 2046x1534
  ResolutionRatio: 1

bahadiraraz avatar Apr 28 '22 14:04 bahadiraraz