I was busy downloading a few visual novels (that work perfectly on my mac), and wanted to install them on my linux machine (a laptop Linux Mint 12). So far, I've been totally unlucky making the games work, or the ren'py engine. Both give me the same error, which I quite don't understand.
Here is what I do :
- First game :
-- I go to the terminal
-- move to the active directory with both the .py file and the .sh coming with it.
-- ./gamename.sh
Result :
Code: Select all
./lib/python: 23: ./lib/python: /home/username/Téléchargements/Heileen-linux-x86/lib/linux-x86/python.real: not found
./lib/python: 23: ./lib/python: /home/username/Téléchargements/Heileen-linux-x86/lib/linux-iliad/python.real: not found
Could not find a python that runs on your platform. Sorry.
-- python
Result :
It sounds interesting... So I have python after all. Let's make sure it works.Python 2.7.3 (default, Aug 1 2012, 05:14:39)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>
- 1+2
Result
Ok, so now I'm sure Python is installed on my system and working fine.>>> 1+2
3
>>>
Maybe I'm missing file inside the game. It seems he can't find python.real
Let's have a check. I'm moving now from where I was to inside the directory inside the game files, and try to locate the python.real file.
Result : I find /home/username/Téléchargements/Heileen-linux-x86/lib/linux-x86/python.real in that very place.
/home/username/Téléchargements/Heileen-linux-x86/lib/linux-illiad/python.real is not existing.
So, if Python is installed, working, and that python.real exist in the correct location, why doesn't the game start ?
Let's search the internet then. I find a nice topic with libraries to make the game work. I install them, and launch that version of python together with the .py file. But still no luck, once again the very same errors.
And now I'm becoming short of ideas. Is there anything I'm missing out ? How can I make ren'py games work ?
Or even Ren'py (same errors, Ren'py won't start at all).
Thanks for any support or ideas
Vampyre