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

Exception raised when creating code editor widget #5

Open
twizmwazin opened this issue Nov 8, 2022 · 0 comments
Open

Exception raised when creating code editor widget #5

twizmwazin opened this issue Nov 8, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@twizmwazin
Copy link
Member

Description

I think this is related to the Pyside 6.4 enum changes.

Traceback (most recent call last):
  File "start.py", line 7, in <module>
    main()
  File "angrmanagement/__main__.py", line 248, in main
    start_management(args.binary,
  File "angrmanagement/__main__.py", line 185, in start_management
    main_window = MainWindow(app=app, use_daemon=use_daemon)
  File "angrmanagement/ui/main_window.py", line 98, in __init__
    self._init_workspace()
  File "angrmanagement/ui/main_window.py", line 250, in _init_workspace
    wk = Workspace(self, Instance())
  File "angrmanagement/ui/workspace.py", line 65, in __init__
    CodeView(self._main_instance, 'center'),
  File "angrmanagement/ui/views/code_view.py", line 54, in __init__
    self._init_widgets()
  File "angrmanagement/ui/views/code_view.py", line 422, in _init_widgets
    self._textedit = QCCodeEdit(self)
  File "angrmanagement/ui/widgets/qccode_edit.py", line 49, in __init__
    super().__init__(create_default_actions=True)
  File "pyqodeng/core/api/code_edit.py", line 498, in __init__
  File "pyqodeng/core/api/code_edit.py", line 1273, in _init_actions
TypeError: unsupported operand type(s) for |: 'KeyboardModifier' and 'Key'

Steps to reproduce the bug

Run angr management nightly pipeline

Environment

Occurred in angr management nightly pipeline on Ubuntu 20.04 and 22.04, pyinstaller builds

Additional context

No response

@twizmwazin twizmwazin added the bug Something isn't working label Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant