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!
Also, if it’s a decent application, it probably logs stuff somewhere. Check /var/log for software installed system wide. If the logs are not there, check the install dir etc. If there’s a README around, check that out first.
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!
Also, if it’s a decent application, it probably logs stuff somewhere. Check /var/log for software installed system wide. If the logs are not there, check the install dir etc. If there’s a README around, check that out first.
Good luck!