sks316 / bcml-steamdeck

Installer script for BCML on Steam Deck
MIT License
32 stars 5 forks source link

error code 100 "could not find the program" #1

Closed Icing-weaponry closed 2 years ago

Icing-weaponry commented 2 years ago

Hi there, I stumbled on your scripted randomly while looking for a tutorial and I gave it a shot. I installed miniconda from this link and I chose the Miniconda3 Linux 64-bit version.

After the install was complete I ran your script and after it was done I clicked on the desktop icon, unfortunatly I'm then greeted with the following error message.

"Unknown error code 100 Could not find the program '/home/deck/miniconda3/bin/bcml' Please send a full bug report at https://bugs.kde.org/."

Obviously, it means it point to nothing, I had a look and indeed BCML isn't in the 'miniconda3/bin' folder. Now I'm unsure where else would BCML would be (not verrryyy linux savy I’m afraid)

Thank you for your time,

sks316 commented 2 years ago
~/miniconda3/bin/python -m bcml

Can you run this in Konsole and tell me if it launches BCML?

Icing-weaponry commented 2 years ago

thank you for the fast reply, I gave it a go and unfortunately I get the following response. "/home/deck/miniconda3/bin/python: No module named bcml"

sks316 commented 2 years ago

That means BCML wasn't installed at all. Can you try running the script again?

Icing-weaponry commented 2 years ago

allright ran the installer again, I got the pop up at the end that the installer has completed. Tried the open the shortcut to the desktop, no dice. I saved the whole konsole text when I try to run the installer maybe that can give you a better clue why it didn't install. thank you again bcml install output.txt

sks316 commented 2 years ago

The install log was very helpful, thank you! I've uploaded a fix, can you try running the script one more time?

Icing-weaponry commented 2 years ago

I ran the installed again, I'm guessing (and hopefully didn't make a mistake) that I didn't need to download it again. Anywho I ran the same script and once again same error when I tried to open the desktop link and sure enough no bcml in the bin folder either. Here's the new install log after your changes. bcml.install output 2.txt

sks316 commented 2 years ago

Can you reinstall Miniconda, but using the version for Python 3.7 instead? I recognize this error and suspect this may fix your problem.

Icing-weaponry commented 2 years ago

you're right, that fixed it! thank you very much now just gotta port my mods over to the deck! Thanks again!

sks316 commented 2 years ago

You're so welcome, I live to help others! If anyone else you know has problems installing BCML on their Deck, please point them towards this script. The sole reason I made it was to help others.

Icing-weaponry commented 2 years ago

will do!