So, this one is a bit controversial but, when something doesn't work try running it from terminal.
Unlike windows, Linux doesn't tend to do "pop up errors". Running in terminal gives these alerts, and can often give you a hint as to why it isn't working - be it a missing library, a permission error, or something internal you can quickly search. Usually, someone has a fix!