-
Notifications
You must be signed in to change notification settings - Fork 5
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
"Stop" button doesn't work and old settings not correctly imported #70
Comments
Can't reproduce the old settings imported, tried from different versions but no success. The stop is implemented by @RobinHoutevelts I'll have a closer look on it |
This bug ( Stop button not working at file indexing ) got introduced in BETA4. BETA4 was a big release ( subtools-1.0.0-BETA3...subtools-1.0.0-BETA4 ) so it might take a while to track this down. I do suggest you sprinkle a few checks across while loops to stop if the Thread was interrupted. while(!Thread.currentThread().isInterrupted() && <normal condition>) Because AFAIK pressing cancel currently only hides the indexing instead of actual quitting. I'll try to find some time tomorrow to look into this. |
Update on the "old settings" issue: |
Can you provide screenshots and a prefs file? Or a movie file where you show what you are doing. I can't simulate it, so need more input |
Can you give me the version and a trace log? You can enable it by adding --trace when you start the tool or change info to trace in the logging part. I also need you settings if possible? |
I've added the first part of my trace here https://dl.dropboxusercontent.com/u/59140105/trace%20multisub.txt |
have you deleted the cache folder before you upgraded to newer version?? On Thu, Mar 5, 2015 at 8:16 PM, ThaTim [email protected] wrote:
|
@ThaTim https://www.dropbox.com/s/go6x9ex3zw7s03t/multisubdownloader-1.1.0-SNAPSHOT-jar-with-dependencies.jar?dl=0 This is the latest build have done a few fixes can you retry it? if you have the same issue give the log with trace but I need the "getFileListing" line of the log. Thats is the most important one! |
I've deleted my cache folder several times. Yesterday was the last time, but the issue wasn't hoping away. I'll try the latest build |
It looks like the issue is gone. Thanks. I do get this error: Is this something I have to fix myself or not? |
@ThaTim I need to know more a debug would be nice of the error and maybe the release |
The error does not occur anymore, so I think it was an error caused by the Addicted database |
In version 1.1.0. the Stop button, when scanning for subtitles (the first scan screen) doesn't work.
Also, I've imported my settings from the old BETA and suddenly the program searched for subs in other maps within my selected map. I didn't checked this box in the old BETA and I didn't checked the box in the new BETA. When I selected my main map again and left the checkbox (search maps within maps) unchecked, it worked.
The text was updated successfully, but these errors were encountered: