-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Paste Shape in next Frames Crashing Issue #77
Comments
Hi,
Thanks! |
Thanks for the answer,
I downloaded the file tupitube_0.2.21_linux_x64.sh from the TupiTube site. I am running the application using the tupitube.desk file.
"qmake -version " outputs "Command not found".
I can try, but I need a step-by-step instruction. |
Just to discard a possible cause of the issue, please run this command and show me the output: Now, about how to do the debugging of the installer. These are the steps:
|
apt policy qt5-default output is (Ukrainian): qt5-default: |
Ok. This means that definitely there is no other Qt installation that could generate a conflict with the TupiTube installer. At this point, all we can do is focus on the output generated by the gdb tool when the app crashes, looking for some clue. Thanks. |
Debugger output: Thread 1 "tupitube.bin" received signal SIGSEGV, Segmentation fault. |
Ok, it seems the problem is located within the method TupPaintArea::multipasteObject(int) Now, to find the specific line where the crash occurs, I have prepared this installer with the debug option enabled: So please, try it but just to trace the bug described in this report. Note: When you execute the launch script, please redirect the output to a log file, like in this example: I would like to check the messages stored in the log file when the crash happens. Thanks. |
OK. |
Please, try this new installer again, and let me know if the application keeps crashing : Thanks. |
This version seems to work fine. Thank you. |
The cause of the error was related to the option "Paste objects over mouse position". If it was enabled when you tried to paste an object on multiple frames, then the application crashed. Fortunately, I could find the bug and fix it with your help. Thanks. |
The cause of the error was related to the option "Paste objects over mouse position". If it was enabled when you tried to paste an object on multiple frames, then the application crashed. Fortunately, I could find the bug and fix it with your help. Thanks |
TupiTube crashes with addressing error message in terminal.
In this video this feature works fine:
https://youtu.be/mFEhHdurico?t=612
TupiTube Desk 0.2.21
Linux Mint 21.2 Cinnamon
The text was updated successfully, but these errors were encountered: