0.02. would not download, so i thought maybe the old one was bad, deleted that, now cannot get anything to download.
DraythDrake
Recent community posts
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "game/screens/QuestBook.rpy", line 4, in execute
File "game/screens/QuestBook.rpy", line 4, in execute
File "game/screens/QuestBook.rpy", line 12, in execute
File "game/screens/QuestBook.rpy", line 21, in execute
File "game/screens/QuestBook.rpy", line 273, in execute
File "game/screens/QuestBook.rpy", line 381, in execute
File "game/screens/QuestBook.rpy", line 381, in <module>
NameError: name 'Crecan_tracker' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "renpy/common/00gamemenu.rpy", line 170, in script
$ ui.interact()
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gamemenu.rpy", line 170, in <module>
$ ui.interact()
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\core.py", line 3579, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\core.py", line 4052, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\core.py", line 681, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\core.py", line 4052, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "C:\Users\ncc42\AppData\Roaming\itch\apps\acolytes-of-the-chrystal\Acolytes-0.2.8-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/screens/QuestBook.rpy", line 4, in execute
File "game/screens/QuestBook.rpy", line 4, in execute
File "game/screens/QuestBook.rpy", line 12, in execute
File "game/screens/QuestBook.rpy", line 21, in execute
File "game/screens/QuestBook.rpy", line 273, in execute
File "game/screens/QuestBook.rpy", line 381, in execute
File "game/screens/QuestBook.rpy", line 381, in <module>
NameError: name 'Crecan_tracker' is not defined
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
Acolytes 0.2.8
Sun Sep 29 21:03:42 2024
[/code]
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
NameError: name 'NAME' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "therium2.rpyc", line 3799, in script
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\ast.py", line 2572, in execute
Say.execute(self)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\ast.py", line 615, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\exports\sayexports.py", line 132, in say
who(what, *args, **kwargs)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\character.py", line 1436, in __call__
what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\character.py", line 1350, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\character.py", line 1330, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\substitutions.py", line 373, in substitute
s = interpolate(s, variables) # type: ignore
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\substitutions.py", line 86, in interpolate
raise e
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\substitutions.py", line 78, in interpolate
value = renpy.python.py_eval(code, {}, scope)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\python.py", line 1209, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\ncc42\AppData\Roaming\itch\apps\lust-shards\LustShards-1.4-win\renpy\python.py", line 1202, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "<none>", line 1, in <module>
NameError: name 'NAME' is not defined
Windows-10-10.0.22631 AMD64
Ren'Py 8.3.0.24082114
Lust Shards Chapter 1 1.4
Thu Sep 5 22:14:57 2024
[/code]
[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/Chapter6_Jamie.rpy", line 599, in <module>
NameError: name 'ch6_jamie_fiskmenu_alt3' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "Chapter6_Jamie.rpyc", line 599, in script
File "C:\Users\ncc42\Downloads\the-life-of-me\TheLifeofMe-1.3.0-pc\renpy\ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\ncc42\Downloads\the-life-of-me\TheLifeofMe-1.3.0-pc\renpy\python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Chapter6_Jamie.rpy", line 599, in <module>
NameError: name 'ch6_jamie_fiskmenu_alt3' is not defined
Windows-10-10.0.22631 AMD64
Ren'Py 8.1.1.23060707
The Life of Me 1.3.0
Thu Aug 22 21:01:49 2024
[/code]
Maybe tell them what platform and specs you are using. Example samsung flip v phone, s24 ultra. Etc. Or a laptop, which laptop, or what pc are you using. All that information will greatly help them fix it or come up with a remedy. Just saying hey it wont work, will not help them or help you come up with a work around
Hmmm does not sound that accurate concerning integrated chips. more to do with coding. You are an indie developer expecting itch.io users to only use this on what you call high end machines will limit your audience. Many other unity games do not have the issues experienced in this game. Running amd 6800u, and this has issues on low. But it can run witcher III and cyberpunk.
Blown away. Definitely feels like a game made by veteran developers. Unbelievably good, well written, beautiful graphics, the story flows easily. Such a tremendous joy to read something so polished, and it is only a demo.
Blown away by what i read so far. There will be many, many hours going through each route.