-
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
OpenShot Video Editor does not launch (Windows 10 64bit) #4545
Comments
Did you install version 2.6.1 (the large blue button on our download page, or one of the daily builds? Also, whichever you're using, does it also occur when you try the other? |
The same behavior occurs with OpenShot-v2.6.1-dev-daily-8737-18bdad43-0fb4ab09-x86_64 |
I'm pretty sure I ran the daily build as well, I certainly tried the official version 2.6.1. Unfortunately, I don't have access to the "offending" PC at the moment, so I could verify if I tested the daily build. |
Hello, 00:54:14 INFO app: ------------------------------------------------ |
Set the display language of win 10 to English US (for example I had Romanian and so on, it didn't start). It worked for me width EN US!(for 30 computers) |
Hi, had the same issue, found the solution. It appears the issue is because Windows N does not include Microsoft Media Future pack by default. I fixed the issue by following method 1 in following link: https://ugetfix.com/ask/how-to-fix-mfplat-dll-missing-on-windows-10/ You will probably have to find the correct version of the media pack by going to: https://support.microsoft.com/en-us/topic/media-feature-pack-list-for-windows-n-editions-c1c6fffa-d052-8338-7a79-a4bb980a700a |
@tkazik Could you share some details about your computer setup like your processor, and the OpenShot versions involved? (I'd ask what OS, but I assume from your comment you're using Windows 11.3) I'd love to track this issue down, and see if we can include those media packs in openshot's installer. |
@JacksonRG sorry for the delay:
Hope this helps. |
@tkazik Unfortunately I don't have an If that helps you, I can work on adding a special error message to openshot which directs people to install that media pack. |
If you can detect that, yes, please. This will certainly be appreciated by someone running into the same surprise :) |
In my installation: v.2.6.1, Win10 Pro 21H2 the issue seems to be related to transitions translation.
More exactly, Luminous boxes transition models failed to translate. In my case (romanian language) Luminous boxes %s translates to Cutii luminoase %. Please note the missing s. So, with this translation, the following code block which should replace the %s with the suffix_number will fail. Putting the affected code into a try: except: block solved the issue and the launch of OpenShot completed successfully.
Luminous boxes transitions remains untranslated, which is not a big deal. |
@slimbyte Thanks for your debugging on this issue. What language are you running openshot in? We have automatic tests of our translation code, so this may help us find a gap in that testing. |
@JacksonRG I was running OpenShot in Romanian language. |
Same issue with romanian language, thank you for the work around!. Windows 11 PRO |
Please try the latest DEV Daily Build of v3.0.0 and confirm either way. |
my fix was
|
Describe the bug:
When launching the program, it closes immediately.
Steps to reproduce the behavior:
Expected behavior:
The program should launch.
System Details:
Log Files:
18:09:50 INFO app: ------------------------------------------------
18:09:50 INFO app: Sat Nov 20 18:09:50 2021
18:09:50 INFO app: Starting new session
18:09:50 ERROR app: OpenShotApp::Import Error
Traceback (most recent call last):
File "C:\Program Files\OpenShot Video Editor\classes\app.py", line 99, in init
from classes import settings, project_data, updates
File "C:\Program Files\OpenShot Video Editor\classes\project_data.py", line 48, in
import openshot
File "", line 259, in load_module
File "C:\Users\Administrator\builds\7546b651\0\OpenShot\openshot-qt/openshot.py", line 15, in
ImportError: DLL load failed while importing _openshot: Das angegebene Modul wurde nicht gefunden.
18:09:50 INFO app: OpenShot's session ended
18:09:50 INFO app: Sat Nov 20 18:09:50 2021
18:09:50 INFO app: ================================================
The text was updated successfully, but these errors were encountered: