after build distributions, and test running released projects, shows error messages like this
==========================================================================================
I'm sorry, but an uncaught exception occurred.
While executing init code:
File "renpy/common/00obsolete.rpy", line 54, in script
File "renpy/common/00obsolete.rpy", line 100, in python
File "renpy/common/00obsolete.rpy", line 63, in python
WindowsError: [Error 3] : u'D:\\voice-dists\\voice-win\\game\\icons\\*.*'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "D:\voice-dists\voice-win\renpy\bootstrap.py", line 254, in bootstrap
renpy.main.main()
File "D:\voice-dists\voice-win\renpy\main.py", line 265, in main
game.context().run(node)
File "D:\voice-dists\voice-win\renpy\execution.py", line 288, in run
node.execute()
File "D:\voice-dists\voice-win\renpy\ast.py", line 718, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\voice-dists\voice-win\renpy\python.py", line 1297, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00obsolete.rpy", line 100, in <module>
create_automatic_images()
File "renpy/common/00obsolete.rpy", line 63, in create_automatic_images
for dir, fn in renpy.loader.listdirfiles():
File "D:\voice-dists\voice-win\renpy\loader.py", line 159, in listdirfiles
for j in walkdir(i):
File "D:\voice-dists\voice-win\renpy\loader.py", line 124, in walkdir
for i in os.listdir(dir):
WindowsError: [Error 3] : u'D:\\voice-dists\\voice-win\\game\\icons\\*.*'
Windows-7-6.1.7601-SP1
Ren'Py 6.15.3.303
Voice 1.0
==========================================================================================
i edited options.rpy like this
build.classify('game/**.png', 'archive')
build.classify('game/**.jpg', 'archive')
build.classify('game/**.mp3', 'archive')
build.classify('game/**.ogg', 'archive')
build.classify('game/**.wav', 'archive')
build.classify('game/**.rpy', 'archive')
build.classify('game/**.rpt', 'archive')
my game project's directory structure is
game - graphics
- icons
- sounds
but when i edit options.rpy like
build.classify('game/graphics/**.png', 'archive')
- it has same errors
if i didn't archive files, it works completely. but i wants archive files. how can i do this?
help! build distributions problem
Forum rules
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
This is the right place for Ren'Py help. Please ask one question per thread, use a descriptive subject like 'NotFound error in option.rpy' , and include all the relevant information - especially any relevant code and traceback messages. Use the code tag to format scripts.
Who is online
Users browsing this forum: Bing [Bot], Google [Bot]