Dolphin, the GameCube and Wii emulator - Forums

Full Version: [UNOFFICIAL]Dolphin NAND Generator Released!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14

Qaazavaca Qaanic

My documents, Dolphin Emulator
If you're running in portable, use your Dolphin program folder.
If you don't know what portable is, you probably don't have it on.
(01-18-2015, 05:20 AM)jimbo1qaz Wrote: [ -> ]My documents, Dolphin Emulator
If you're running in portable, use your Dolphin program folder.
If you don't know what portable is, you probably don't have it on.

I'm on a Mac and the script doesn't work...

I get this:
Traceback (most recent call last):
File "/Users/******/Desktop/source.py", line 147, in <module>
do_it()
File "/Users/******/Desktop/source.py", line 79, in do_it
profile_path = input()
File "<string>", line 1
~/Library/Application Support/Dolphin

Also you should add that the folder for OS X is ~/Library/Application Support/Dolphin

Qaazavaca Qaanic

The script was run in Python 2.
Is the first line of your script "#!/usr/bin/env python3"?
If it's not, try adding that (without quotes) and retest.
If it still doesn't work, try installing Python 3.

I'll add Python 2 compatibility at some point.

Is it really worth making a new release just to add OSX-specific instructions, given that I don't use OSX at all? I can slip in OSX and Linux instructions, just need to detect OS and only print relevant instructions. Or should I add it into the readme? (Do people even read README's?)
I can not get this to work... Whenever I run it, it says ": No such file or directory".
I'm probably forgetting to give it a path to Dolphin or something but I can't find how to do it.

Qaazavaca Qaanic

When reporting bugs, give complete information:
OS, 32/64
Which version you used (Windows or cross-platform)
Which versions of Python you have installed, if any
Exactly what you did to trigger the error.

PureTryOut, I have no clue what you did wrong and no information to help debug it, unless you provide more information,
Woops sorry thought it was something so easy somebody would be able to explain it in 1 sentence Wink

So specs are in my signature:
Using 64-bit Arch Linux with latest kernel (3.18.4-1 at the moment), and of course I used the cross-platform Python script.
I use Python 3.4.2, and I just ran it after using "chmod +x" on it after downloading.
I've tried moving it to "~/.dolphin-emu" and run it there, but it gave me the same error.

Qaazavaca Qaanic

You should be using Pacman to install? (not familiar with Arch)
I however, suspect your Python install is bad.

(request) How did you install Python 3? Maybe your Python installation is botched due to an architecture mismatch. I don't think my program is causing the bug, as it does not contain arch-specific code.

(request) What happens when you run "python3" in a shell?

For my reasoning regarding your rather odd error, see these links:
http://askubuntu.com/questions/133389/no-such-file-or-directory-but-the-file-exists
https://unix.stackexchange.com/questions/13391/getting-not-found-message-when-running-a-32-bit-binary-on-a-64-bit-system/13409#13409
(01-30-2015, 06:46 AM)jimbo1qaz Wrote: [ -> ]The script was run in Python 2.
Is the first line of your script "#!/usr/bin/env python3"?
If it's not, try adding that (without quotes) and retest.
If it still doesn't work, try installing Python 3.

I'll add Python 2 compatibility at some point.

Is it really worth making a new release just to add OSX-specific instructions, given that I don't use OSX at all? I can slip in OSX and Linux instructions, just need to detect OS and only print relevant instructions. Or should I add it into the readme? (Do people even read README's?)

Yes the code is there and doesn't work, Thank you for your help I'm running Yosemite 10.10.2 and python is built into the OS no need to install anything.

Qaazavaca Qaanic

Try running "python3 <script.py>".
(02-01-2015, 06:50 AM)jimbo1qaz Wrote: [ -> ]Try running "python3 <script.py>".

Nope. Didn't work.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14