-
Notifications
You must be signed in to change notification settings - Fork 548
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
Project auto save exception #3190
Comments
Thanks for the report. This should be easy to fix, it looks like a recent bug introduced into the autosave routine. |
Thanks for the reply.
I think I found the problem.
The computer had been replaced and not all of the settings had been updated on the new computer. I moved the files to another machine and completed the export on it. During that time, I was reviewing what had happened during export on the other computer. I noticed on the export panel that the “cancel” button is highlighted when the export is processing.
What happened was the screen delay was set to 15 minutes, once it went blank, I would hit the return key, which canceled the export. Is there a way to alter the program in such a way that it doesn’t automatically highlight the “cancel” button?
I suspect other users may have experienced the same problem and thought it was the export routine was the problem.
I set the screen blanking delay to 2 hours, my longest videos are shorter than that.
Thank you for your help.
Paul
…Sent from my iPad
On Jan 21, 2020, at 13:19, Frank Dana ***@***.***> wrote:
@millpaub
Hopefully #3191 will fix this, if and when it merges we'll have a new Daily Build for testing. But in the meantime, it looks like you're getting bit by a slightly weird autosave bug, so the workaround would be to simply turn off autosave (in the Preferences).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Because there is no other button available when process of video export already started, only new confirmation dialog can be added, like "OpenShot's export. Are you sure wish to cancel the video export? Yes/No." where "No" can be default button. Is this OK solution? I usually don't like a lot of confirmations but rendering can be time consuming task and restarting it will be boring. |
It's worth looking into, sure. Though, at the same time — not to try and redirect the issue, and like I said I do agree the input-focused Cancel is worth trying to correct — I'd recommend getting in the habit of unblanking your screen with a "known-safe" keypress. I use Shift, personally. Nothing will ever happen as a side-effect of pressing Shift. 😆 |
Yeah, thinking about it more, a confirmation dialog probably makes more sense than worrying about input focus. ...Just as long as "Yes" isn't the default response on the confirmation dialog, or we're right back where we started. 😉 |
Of course. Nothing's foolproof. But it sounds very much like @millpaub was aiming for Enter, nothing accidental about it. Heck, if someone's really worried about missing Shift, they can always aim for Ctrl, and then if they miss they'll hit Shift or Menu. Point is, modifier keys are especially good choices for "no-consequence" input events, since they rarely have any significant effect unless combined with another key. |
Describe the bug
A clear and concise description of what the bug is.
On export, the process shuts down about 40% through the process. No errors are displayed.
Loaded the lasts daily build with no noticeable changes.
A clear and concise description of what the bug is.
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
System Details
Log Files
Exception / Stacktrace
No stacktrace found in log files
Screenshots (Optional)
If applicable, add screenshots to help explain your problem. You can include screenshots by
copy/pasting them on GitHub or dragging-and-dropping into the GitHub page. All images are public,
so please don't post screenshots containing personal information.
The text was updated successfully, but these errors were encountered: