We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug After installing the software i encountered a bug. When I try to run the python script it causes a segmentation fault.
To Reproduce Steps to reproduce the behavior:
Terminal:
~/OneDriveGUI/src$ python OneDriveGUI.py Segmentation fault (core dumped)
System Info
OneDriveGUI info I installed with git clone and then put the contents into a chosen directory
The text was updated successfully, but these errors were encountered:
Can you please share the full console output of python OneDriveGUI.py -X faulthandler?
python OneDriveGUI.py -X faulthandler
Also, does the AppImage version work for you?
Sorry, something went wrong.
I decided to go with running it from source as i dont have experience with appimage format on fedora
Can you please share the full console output of python OneDriveGUI.py -X faulthandler ?
It gives me the same output of seg fault
bpozdena
No branches or pull requests
Describe the bug
After installing the software i encountered a bug. When I try to run the python script it causes a segmentation fault.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Segmentation fault
Terminal:
System Info
OneDriveGUI info
I installed with git clone and then put the contents into a chosen directory
The text was updated successfully, but these errors were encountered: