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

Pupil Player: Crash if removing a surface #1106

Closed
sfeu opened this issue Mar 1, 2018 · 1 comment
Closed

Pupil Player: Crash if removing a surface #1106

sfeu opened this issue Mar 1, 2018 · 1 comment

Comments

@sfeu
Copy link

sfeu commented Mar 1, 2018

If i add a couple of surfaces and thereafter try to delete one of them using the trashbin
symbol in the surface menu i always get these crashes:

player - [ERROR] launchables.player: Process Player crashed with trace:
Traceback (most recent call last):
File "launchables\player.py", line 479, in player
File "pyglui\ui.pyx", line 195, in pyglui.ui.UI.update
File "pyglui\ui.pyx", line 137, in pyglui.ui.UI.handle_input
File "pyglui\menus.pxi", line 625, in pyglui.ui.Scrolling_Menu.handle_input
File "pyglui\menus.pxi", line 643, in pyglui.ui.Scrolling_Menu.handle_input
File "pyglui\menus.pxi", line 418, in pyglui.ui.Growing_Menu.handle_input
File "pyglui\menus.pxi", line 430, in pyglui.ui.Growing_Menu.handle_input
File "pyglui\menus.pxi", line 418, in pyglui.ui.Growing_Menu.handle_input
File "pyglui\menus.pxi", line 430, in pyglui.ui.Growing_Menu.handle_input
File "pyglui\ui_elements.pxi", line 971, in pyglui.ui.Button.handle_input
File "pyglui\ui_elements.pxi", line 983, in pyglui.ui.Button.handle_input
File "shared_modules\offline_surface_tracker.py", line 162, in
File "shared_modules\offline_surface_tracker.py", line 190, in remove_surface
AttributeError: attribute 'height' of 'pyglui.ui.UI_element' objects is not writ
able

player - [INFO] launchables.player: Process shutting down.

@papr
Copy link
Contributor

papr commented Mar 1, 2018

Fixed with 87669ce

@papr papr closed this as completed Mar 1, 2018
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