FS#47441 - [renpy] There's no way to deploy games developed with renpy

Attached to Project: Community Packages
Opened by Pedro Gabriel Drumond Pereira (pedrogabriel) - Saturday, 19 December 2015, 01:41 GMT
Last edited by Doug Newgard (Scimmia) - Saturday, 19 December 2015, 02:58 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

When trying to deploy the program opens an exception about the ausence of pythonw.


Additional info:
* package version(s)

Ren'Py 6.99.7.858

* config and/or log files etc.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "launcher/game/distribute.rpy", line 1170, in <module>
open_directory=True,
File "launcher/game/distribute.rpy", line 461, in __init__
self.add_python()
File "launcher/game/distribute.rpy", line 740, in add_python
True)
File "launcher/game/distribute.rpy", line 587, in add_file
raise Exception("{} does not exist.".format(path))
Exception: /usr/share/renpy/lib/linux-i686/pythonw does not exist.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "/home/pedro/distribute.rpyc", line 1163, in script
File "/usr/share/renpy/renpy/ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/usr/share/renpy/renpy/python.py", line 1460, in py_exec_bytecode
exec bytecode in globals, locals
File "launcher/game/distribute.rpy", line 1170, in <module>
open_directory=True,
File "launcher/game/distribute.rpy", line 461, in __init__
self.add_python()
File "launcher/game/distribute.rpy", line 740, in add_python
True)
File "launcher/game/distribute.rpy", line 587, in add_file
raise Exception("{} does not exist.".format(path))
Exception: /usr/share/renpy/lib/linux-i686/pythonw does not exist.

Linux-4.3.3-1-ck-x86_64-with-glibc2.2.5
Ren'Py 6.99.7.858
Ren'Py Launcher 6.99.7.858


Steps to reproduce:

*Open renpy
*Go to "The Question" (renpy-demos) or do your own game
*Click in "Build Distributions" under Navigate Script tab.


This task depends upon

Closed by  Doug Newgard (Scimmia)
Saturday, 19 December 2015, 02:58 GMT
Reason for closing:  Duplicate
Additional comments about closing:   FS#45894 

Loading...