- Sep 24, 2020
- 91
- 138
so far the game's executing the story very well, didn't expect it at first glance tbh
Farmer's Market - NoHow are the new Farmer's Market/Stripclub/Club events? Any sexual things going on?
maybe in next update. The 0.31.88 has CG updates for the Bar route. Writing does not going well cause the main writer has/had difficulties IRL.any progress in the bakery route, just gonna w8 it out?
Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 205, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 205, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 2968, in interact
self.start()
File "renpy/display/core.py", line 2042, in start
self.post_init()
File "renpy/display/core.py", line 2120, in post_init
self.set_icon()
File "renpy/display/core.py", line 2151, in set_icon
with renpy.loader.load(icon) as f:
File "renpy/loader.py", line 798, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/iconuni.png'.
I've converted the .ico file to png so this should be resolve the issue.I've been getting
hopefully this can be fixedCode:Full traceback: File "renpy/bootstrap.py", line 326, in bootstrap renpy.main.main() File "renpy/main.py", line 617, in main run(restart) File "renpy/main.py", line 148, in run renpy.execution.run_context(True) File "renpy/execution.py", line 922, in run_context context.run() File "renpy/common/00start.rpy", line 205, in script call call _gl_test File "renpy/common/00gltest.rpy", line 387, in script $ __gl_test() File "renpy/common/00start.rpy", line 205, in script call call _gl_test File "renpy/common/00gltest.rpy", line 387, in script $ __gl_test() File "renpy/ast.py", line 922, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2218, in py_exec_bytecode exec(bytecode, globals, locals) File "renpy/common/00gltest.rpy", line 387, in <module> $ __gl_test() File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test _gl_performance_test() File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test ui.interact(suppress_underlay=True, suppress_overlay=True) File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 2968, in interact self.start() File "renpy/display/core.py", line 2042, in start self.post_init() File "renpy/display/core.py", line 2120, in post_init self.set_icon() File "renpy/display/core.py", line 2151, in set_icon with renpy.loader.load(icon) as f: File "renpy/loader.py", line 798, in load raise IOError("Couldn't find file '%s'." % name) IOError: Couldn't find file 'gui/iconuni.png'.
non win7 version doesn´t work on my "non-win7" and win7 version..also not .. what a surprise. Some version last year that was bugged as hell did open without problems but after all these fixes it's broken for my system so maybe someone could reimplement the bugs again that kept the roof from not collapsing on the average non7-non-linux-nonxp OS? Just asking..I hope the game works this time. This was the only game I could not open among all the games.
Fixed it, there was only was a .ttf in the /game/gui folderI've converted the .ico file to png so this should be resolve the issue.
How to do it?
Just pick one of the .png files in this zip and copy it to My_Uni_folder/game/gui.
Rename it to iconuni.png.
I've never encountered this kind of error so this method may not work, but based on the log it should be.