darktable-org / darktable

darktable is an open source photography workflow application and raw developer
https://www.darktable.org
GNU General Public License v3.0
9.65k stars 1.13k forks source link

Enabling scripts installer debug messages under lua options does not make the 'execute' work when trying to install scripts. #16010

Open SugarSamoyed opened 9 months ago

SugarSamoyed commented 9 months ago

Describe the bug

Enabling scripts installer debug messages under lua options does not make the 'execute' work when trying to install scripts.

Steps to reproduce

try to click execute button in lighttable to install scripts.

Expected behavior

No response

Logfile | Screenshot | Screencast

Screenshot 2024-01-02 at 3 23 59 PM

Commit

No response

Where did you obtain darktable from?

downloaded from www.darktable.org

darktable version

4.6.0

What OS are you using?

Mac

What is the version of your OS?

14

Describe your system?

No response

Are you using OpenCL GPU in darktable?

None

If yes, what is the GPU card and driver?

No response

Please provide additional context if applicable. You can attach files too, but might need to rename to .txt or .zip

No response

wpferguson commented 9 months ago

If you run darktable from a terminal with the -d lua it will print out messages saying what it's doing. Post the output here and we will look at it and see what the problem is.

SugarSamoyed commented 9 months ago

If you run darktable from a terminal with the -d lua it will print out messages saying what it's doing. Post the output here and we will look at it and see what the problem is.

unfortunately I don't speak code and I don't know how to do such a thing.

MStraeten commented 9 months ago

Open a terminal (maybe search for it) and type Applications/darktable.app/Contents/MacOS/darktable -d lua

wpferguson commented 9 months ago

check your darktablerc file for the line

lua/_scripts_install/initialized=

If it's set to TRUE, then set it to FALSE and try again.

github-actions[bot] commented 7 months ago

This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.

victoryforce commented 5 months ago

Open a terminal (maybe search for it) and type Applications/darktable.app/Contents/MacOS/darktable -d lua

@SugarSamoyed You don't need to speak code to do this, it's simple and you just need to copy and paste the above line. Have you tried this?

github-actions[bot] commented 3 months ago

This issue has been marked as stale due to inactivity for the last 60 days. It will be automatically closed in 300 days if no update occurs. Please check if the master branch has fixed it and report again or close the issue.