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
Touch screen locks up and wont respond when touching inside a puredata GEM window of graphics patches.
To Reproduce
Steps to reproduce the behavior:
Go to...Main Menu
Click on...Add Special Chain
Click on...PureData
Click on...Any Midi Channel
Click on...graphics
Click on...LissajousZ
Change controllers using touch screen
Touch anywhere inside the GEM window (where you see the lassajous patterns
Expected behaviour
be able to continue to use the touch interface to change values or select buttons
Actual behaviour
The touch screen locks up and wont respond
Debugging Log:
Dec 24 19:05:38 zynthian startx[1295]: Exception in thread Multitouch:
Dec 24 19:05:38 zynthian startx[1295]: Traceback (most recent call last):
Dec 24 19:05:38 zynthian startx[1295]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
Dec 24 19:05:38 zynthian startx[1295]: self.run()
Dec 24 19:05:38 zynthian startx[1295]: File "/usr/lib/python3.11/threading.py", line 975, in run
Dec 24 19:05:38 zynthian startx[1295]: self._target(*self._args, **self._kwargs)
Dec 24 19:05:38 zynthian startx[1295]: File "/zynthian/zynthian-ui/zyngui/multitouch.py", line 254, in _run
Dec 24 19:05:38 zynthian startx[1295]: self._process_evdev_events()
Dec 24 19:05:38 zynthian startx[1295]: File "/zynthian/zynthian-ui/zyngui/multitouch.py", line 281, in _process_evdev_events
Dec 24 19:05:38 zynthian startx[1295]: self._process_touch_events()
Dec 24 19:05:38 zynthian startx[1295]: File "/zynthian/zynthian-ui/zyngui/multitouch.py", line 328, in _process_touch_events
Dec 24 19:05:38 zynthian startx[1295]: event.offset_x = event.widget.winfo_rootx()
Dec 24 19:05:38 zynthian startx[1295]: ^^^^^^^^^^^^^^^^^^^^^^^^
Dec 24 19:05:38 zynthian startx[1295]: AttributeError: 'NoneType' object has no attribute 'winfo_rootx'
Configuration
Hardware
Raspberry Pi 4 Model B Rev 1.1
Audio: HifiBerry DAC+ light
Display: Generic HDMI/DSI Display (RPI official 7" touchscreen)
Wiring: DUMMIES
I2C: Not detected
Profile:
Describe the issue
Touch screen locks up and wont respond when touching inside a puredata GEM window of graphics patches.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
be able to continue to use the touch interface to change values or select buttons
Actual behaviour
The touch screen locks up and wont respond
Debugging Log:
Dec 24 19:05:38 zynthian startx[1295]: Exception in thread Multitouch:
Dec 24 19:05:38 zynthian startx[1295]: Traceback (most recent call last):
Dec 24 19:05:38 zynthian startx[1295]: File "/usr/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
Dec 24 19:05:38 zynthian startx[1295]: self.run()
Dec 24 19:05:38 zynthian startx[1295]: File "/usr/lib/python3.11/threading.py", line 975, in run
Dec 24 19:05:38 zynthian startx[1295]: self._target(*self._args, **self._kwargs)
Dec 24 19:05:38 zynthian startx[1295]: File "/zynthian/zynthian-ui/zyngui/multitouch.py", line 254, in _run
Dec 24 19:05:38 zynthian startx[1295]: self._process_evdev_events()
Dec 24 19:05:38 zynthian startx[1295]: File "/zynthian/zynthian-ui/zyngui/multitouch.py", line 281, in _process_evdev_events
Dec 24 19:05:38 zynthian startx[1295]: self._process_touch_events()
Dec 24 19:05:38 zynthian startx[1295]: File "/zynthian/zynthian-ui/zyngui/multitouch.py", line 328, in _process_touch_events
Dec 24 19:05:38 zynthian startx[1295]: event.offset_x = event.widget.winfo_rootx()
Dec 24 19:05:38 zynthian startx[1295]: ^^^^^^^^^^^^^^^^^^^^^^^^
Dec 24 19:05:38 zynthian startx[1295]: AttributeError: 'NoneType' object has no attribute 'winfo_rootx'
Configuration
Hardware
System
MIDI & UI
Software
The text was updated successfully, but these errors were encountered: