Jump to content

Unable to Run a Linux App

Go to solution Solved by xAcid9,
7 minutes ago, person123456789 said:

How do I check the error message

Just run Openshot from command line. It will spit a lot of thing in the cmd line so hopefully you can see any error message.

 

Open a terminal/konsole and type openshot-qt

7 minutes ago, person123456789 said:

The other editor I tried is Shotcut

Try Kdenlive. 

I am unable to run Openshot. I enabled allow executing file as program. It even worked a couple days ago but now, I have to repeatedly click around 10 times in order for the app to do something. After clicking a lot, only a bunch of windows appear and then quickly disappear. I really need this app to work as the other video editor I tried would crash after dragging an audio clip onto the timeline. I use Pop!_OS 22.04 btw.

Link to comment
https://linustechtips.com/topic/1482382-unable-to-run-a-linux-app/
Share on other sites

Link to post
Share on other sites

5 minutes ago, person123456789 said:

I am unable to run Openshot. I enabled allow executing file as program. It even worked a couple days ago but now, I have to repeatedly click around 10 times in order for the app to do something. After clicking a lot, only a bunch of windows appear and then quickly disappear. I really need this app to work as the other video editor I tried would crash after dragging an audio clip onto the timeline. I use Pop!_OS 22.04 btw.

Try opening it from command line and check the error message. 

What other editor you've tried?

 

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to post
Share on other sites

7 minutes ago, person123456789 said:

How do I check the error message

Just run Openshot from command line. It will spit a lot of thing in the cmd line so hopefully you can see any error message.

 

Open a terminal/konsole and type openshot-qt

7 minutes ago, person123456789 said:

The other editor I tried is Shotcut

Try Kdenlive. 

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to post
Share on other sites

8 minutes ago, xAcid9 said:

Just run Openshot from command line. It will spit a lot of thing in the cmd line so hopefully you can see any error message.

 

Open a terminal/konsole and type openshot-qt

Loaded modules from installed directory: /usr/lib/python3/dist-packages/openshot_qt
         app:INFO ------------------------------------------------
         app:INFO             Wed Jan 18 20:59:58 2023            
         app:INFO               Starting new session              
         app:INFO ------------------------------------------------
         app:INFO             OpenShot (version 2.5.1)            
         app:INFO ------------------------------------------------
         app:INFO openshot-qt version: 2.5.1
         app:INFO libopenshot version: 0.2.5
         app:INFO platform: Linux-6.0.12-76060006-generic-x86_64-with-glibc2.35
         app:INFO processor: x86_64
         app:INFO machine: x86_64
         app:INFO python version: 3.10.6
         app:INFO qt5 version: 5.15.3
         app:INFO pyqt5 version: 5.15.6
     metrics:ERROR Error determining OS version in metrics.py
    language:INFO Qt Detected Languages: ['en-CA']
    language:INFO LANG Environment Variable: en_CA.UTF-8
    language:INFO LOCALE Environment Variable:
    language:INFO OpenShot Preference Language: Default
project_data:INFO Setting default profile to HD 720p 30 fps
         app:INFO Setting font to Cantarell
logger_libopenshot:INFO Connecting to libopenshot with debug port: 5556
         app:INFO Setting custom dark theme
QMainWindow::addDockWidget: invalid 'area' argument
     ui_util:INFO Initializing UI for MainWindow
     metrics:INFO Track metric: [200] http://www.google-analytics.com/collect?cid=dd728dbc-084c-477a-9ae6-87686d6150c8&v=1&tid=UA-4381101-5&an=OpenShot+Video+Editor&aip=1&aid=org.openshot.openshot-qt&av=2.5.1&ul=en-us&ua=Mozilla%2F5.0+(X11%3B+Linux+x86_64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5&cd2=3.10.6&cd3=5.15.3&cd4=5.15.6&cd5=None&t=screenview&sc=start&cd=launch-app | (35 bytes)
     metrics:INFO Track metric: [200] http://www.google-analytics.com/collect?cid=dd728dbc-084c-477a-9ae6-87686d6150c8&v=1&tid=UA-4381101-5&an=OpenShot+Video+Editor&aip=1&aid=org.openshot.openshot-qt&av=2.5.1&ul=en-us&ua=Mozilla%2F5.0+(X11%3B+Linux+x86_64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5&cd2=3.10.6&cd3=5.15.3&cd4=5.15.6&cd5=None&t=screenview&sc=start&cd=launch-app | (35 bytes)
  exceptions:ERROR Unhandled Exception
Traceback (most recent call last):
  File "/usr/bin/openshot-qt", line 33, in <module>
    sys.exit(load_entry_point('openshot-qt==2.5.1', 'gui_scripts', 'openshot-qt')())
  File "/usr/lib/python3/dist-packages/openshot_qt/launch.py", line 97, in main
    app = OpenShotApp(argv)
  File "/usr/lib/python3/dist-packages/openshot_qt/classes/app.py", line 219, in __init__
    self.window = MainWindow(mode)
  File "/usr/lib/python3/dist-packages/openshot_qt/windows/main_window.py", line 2521, in __init__
    self.timeline = TimelineWebView(self)
  File "/usr/lib/python3/dist-packages/openshot_qt/windows/views/timeline_webview.py", line 3000, in __init__
    self.cache_renderer.setInterval(0.5 * 1000)
TypeError: setInterval(self, int): argument 1 has unexpected type 'float'
     metrics:INFO Track exception: [200] http://www.openshot.org/exception/json/ | *old-exception-ignored*
     version:INFO Found current version: {"error_rate_unstable": 0.05, "trans_rate_stable": 0.01, "openshot_version": "3.0.0", "trans_rate_unstable": 0.001, "error_rate_stable": 0.5}
     metrics:INFO Track metric: [200] http://www.google-analytics.com/collect?cid=dd728dbc-084c-477a-9ae6-87686d6150c8&v=1&tid=UA-4381101-5&an=OpenShot+Video+Editor&aip=1&aid=org.openshot.openshot-qt&av=2.5.1&ul=en-us&ua=Mozilla%2F5.0+(X11%3B+Linux+x86_64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5&cd2=3.10.6&cd3=5.15.3&cd4=5.15.6&cd5=None&t=screenview&cd=main-screen | (35 bytes)
     metrics:INFO Track metric: [200] http://www.google-analytics.com/collect?cid=dd728dbc-084c-477a-9ae6-87686d6150c8&v=1&tid=UA-4381101-5&an=OpenShot+Video+Editor&aip=1&aid=org.openshot.openshot-qt&av=2.5.1&ul=en-us&ua=Mozilla%2F5.0+(X11%3B+Linux+x86_64)+AppleWebKit%2F537.36+(KHTML%2C+like+Gecko)+Chrome%2F37.0.2062.120+Safari%2F537.36&cd1=0.2.5&cd2=3.10.6&cd3=5.15.3&cd4=5.15.6&cd5=None&t=screenview&cd=main-screen | (35 bytes)

9 minutes ago, xAcid9 said:

Try Kdenlive. 

ok

Link to post
Share on other sites

8 minutes ago, person123456789 said:

Loaded modules from installed directory: /usr/lib/python3/dist-packages/openshot_qt
         app:INFO ------------------------------------------------
         app:INFO             Wed Jan 18 20:59:58 2023            
         app:INFO               Starting new session              
         app:INFO ------------------------------------------------
         app:INFO             OpenShot (version 2.5.1)            
         app:INFO ------------------------------------------------
         app:INFO openshot-qt version: 2.5.1
         app:INFO libopenshot version: 0.2.5
         app:INFO platform: Linux-6.0.12-76060006-generic-x86_64-with-glibc2.35
         app:INFO processor: x86_64
         app:INFO machine: x86_64
         app:INFO python version: 3.10.6
         app:INFO qt5 version: 5.15.3
         app:INFO pyqt5 version: 5.15.6

-snip-

Where did you download this? Current version is v3.0

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to post
Share on other sites

image.thumb.png.7aa7996dc75afd986d14f0eec662ec41.png

They released v3.0 last month. 

 

Try install the one from Pop! Shop or Flatpak, whichever the latest. 

| Intel i7-3770@4.2Ghz | Asus Z77-V | Zotac 980 Ti Amp! Omega | DDR3 1800mhz 4GB x4 | 300GB Intel DC S3500 SSD | 512GB Plextor M5 Pro | 2x 1TB WD Blue HDD |
 | Enermax NAXN82+ 650W 80Plus Bronze | Fiio E07K | Grado SR80i | Cooler Master XB HAF EVO | Logitech G27 | Logitech G600 | CM Storm Quickfire TK | DualShock 4 |

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×