-
Notifications
You must be signed in to change notification settings - Fork 4
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
bundled release crashes on win7 #1
Comments
It takes pretty long to load here, how long did you wait? |
Allowing it to run longer consistently results in the program crashing with the classic, "knossos_cuber_gui.exe has stopped working." As for system specs, attached are the results of running DxDiag. |
I just tested win64_knossos_cuber_gui.zip on Windows 10. Here is what I found:
I will try to make installers with https://github.com/conda/constructor. If this works better, we can publish constructor installers for all platforms. |
It was built on Win10 and it would probably work on 7 and 10 if it was built on 7, I didn’t get around doing that yet tho. I also don’t understand why it breaks on 7 (somewhere within Qt), all the raw packages (python, pyqt, etc.) are compatible with 7 and 10, so the only way I see it breaking is if there was some stuff generated after installation and that was packaged by pyinstaller (or even generated by it). I also didn’t investigate that further. |
I created an installer with constructor: https://github.com/knossos-project/knossos_cuber/releases/download/v1-alpha/win64_knossos_cuber_gui_installer.exe (based on https://anaconda.org/mdraw/knossos_cuber, which you can also install directly if you already have Anaconda). The conda package and the installer work on my Linux and Windows systems. Could you try these on your systems and report back if everything works now? |
I am uploading an installer for Linux as well at https://github.com/knossos-project/knossos_cuber/releases/tag/v1-alpha. Currently those installers are huge and bundle a lot of unneeded dependencies. I am sure I can significantly reduce them by explicitly excluding some packages, but before I go into detail I wanted to make sure that those installers actually work on all systems. |
Yep, it works on Windows 7! Thank you. :) As you said, it's definitely a hefty install. A couple questions: Is the ultimate goal to have the cuber polished and running in the same way that KNOSSOS itself is? Do you plan on eventually integrating the cuber into KNOSSOS rather than keeping it as a separate application? |
To come back to my earlier point, the pyinstaller bundle also crashes on win7 even when built there. |
Running the cuber Python files from the command prompt works beautifully, and this is true for both the GUI and the command line interface. However, running knossos_cuber_gui.exe from the bundled release simply opens up a command prompt with a blinking cursor and hangs.
The text was updated successfully, but these errors were encountered: