-
Notifications
You must be signed in to change notification settings - Fork 37
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
Can't run multiples instances #94
Comments
This is known issue, and it is not fixed yet, you can try run every instance in different directory, so these instances do not conflict with each other. |
@Abu3safeer oh, didn't find similar issue so thought it wasn't reported yet. my bad, thanks for the quick response Also one other thing. Regarding the login page issue that is said to be temp fixed. It still happens to me, my standard URL is .../pt-pt/... but it gives an error. To fix it I change it to .../es/... but I thought I read that it was fixed on the current release, is it not on the windows binary? |
There are several issues that are not fixed completely, so I think that URL issue is fixed, but partly, not all issues related to it has been fixed, so better change the link, it will be easier that waiting for a complete fix for it. |
Multiple instances, yeah that is known. Haven't had the urge to fix it (which is bad). So, I re-wrote whole code again. Will hopefully fix this. That URL thing should be fixed. Test it out when I push the latest windows binary. |
@Xonshiz You could make the application create a folder and but data inside it before muxing, the folder name should be unique, so they should never conflict no matter how much instances you run. |
A bit of a problem I ran when trying to run multiple instances of the program, (running the windows binary here)
The process where it merges the subs it ignores the name, goes only by extension (.ass), so if there are other files it merges them causing the file to have wrong subs and other files to be missing subs. Can you change it so that it scans for the correct file name as well?
It's obviously not urgent, and copying the folder and opening from there solves it.
The text was updated successfully, but these errors were encountered: