-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Orange crashing on startup #2614
Comments
Can you please post the output of |
Also can you please run the following python script from PyQt5.QtWidgets import QApplication
app = QApplication([])
print(app.style().metaObject().className()) and post its output. |
and
|
I cannot duplicate the error. However at one point I already made this change in a 'related' project. I do not remember why though (if I saw the recursion or on a hunch?), but it is worth a try. Can you please checkout the proposed changeset in #2636 by running
in your local checkout |
Aleš,
It fixed the problem... Will you migrate it in the main branch? Do I just
check out the main and update later?
Feri
…On Thu, Sep 28, 2017 at 4:31 PM, Aleš Erjavec ***@***.***> wrote:
I cannot duplicate the error. However at one point I already made this
change
<biolab/orange-canvas-core@0fa9053>
in a 'related' project. I do not remember why though (if I saw the
recursion or on a hunch?), but it is worth a try.
Can you please checkout the proposed changeset in #2636
<#2636> by running
git fetch https://github.com/biolab/orange3 pull/2636/head:pull-2636
git checkout pull-2636
in your local checkout
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#2614 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AGA0GrHzZg30-W1s8u3VH0UPObwqFWNBks5sm7vigaJpZM4Pgv-Y>
.
|
Orange crashes on startup if I simply start it from the command line.
If I use a style it works fine.
orange-canvas --style=cde
is OK.Orange version
3.6.0.dev0+425ff7a
Expected behavior
Start Orange Canvas
Actual behavior
RecursionError: maximum recursion depth exceeded
Steps to reproduce the behavior
Simply Start Orange
Additional info (worksheets, data, screenshots, ...)
This is the full terminal output:
The text was updated successfully, but these errors were encountered: