Desktop Forums Blog Support Patreon
Official Steam Group | Patreon Chat
yayswords
Game just froze while adjusting the slider for how many items in a stack I want to sell. Or well, I could rollback but that was it.



Let's not talk about what I was about to buy :(
jack1974
Hm well another thing surely I didn't touch too, is built-in on renpy. Was like that since the first beta :shock:

I thought I had disabled it now that I think about it, exactly because of those problems time ago ?

Probably is better if I remove that bar completely and allow only the - / + buttons. The bar is quite bugged since Loren :mrgreen:
jack1974
Just tried here, and indeed if you click and keep the button pressed to adjust the bar it freezes every time! lol now I wonder if the same happens in Loren too, since that part wasn't changed... or maybe is a new bug introduced in latest versions of renpy. Will look into that, for now just use the - / + buttons since those are safe :lol:



edit: no wait if you press ESC, you can still use it again. So freezes mometarily but pressing ESC gives you control back. Weird.
fabulaparva
Probably related to the arrow-problems already reported... I have the Big Bad Spider-quest active, but there is no Arrow at Frozen Woods for searching the spider. :shock:



Also, the arrow that should be pointing at the trap on the lower part of the map is on the run. (The other one is pointing at the wandering snow tiger, as usual)


http://oi58.tinypic.com/339tx8y.jpg" style="max-width:100%">

http://oi61.tinypic.com/2u546ll.jpg" style="max-width:100%">


Playing around with v0.8.24.6, this was started from scratch.
renke_
more likey related with the optimized performance of the maps - I would think Jack forgot the spider markers in his optimized POI list
Troyen
Well, it is supposed to be a "hard" quest...
jack1974
Yes that's a side effect of the map optimization thing, will look into it :)

Can you send me the save with the bug? I keep trying here but all works fine :shock:
jack1974
Thanks for the save, was really a stupid bug. Fixed it now :) Will upload this since some quests can't be solved with the bug!

Also, renpy coder made a new version that should improve the "screen language" (which I use thorough the game) speed. Unfortunately, there's a tradeoff: being a big update there could be compatibility issues :) since my games are as a matter of fact the ones that push Ren'Py to its limits, I've already encountered a lot of problems just trying to start a new game. So for now I'll wait a bit, I don't want to use it for the beta until becomes more stable (I've enough of my own bugs!).

But those concerned about speed, when I tried on Android was going much faster (the parts that worked fine).
fabulaparva
Something's seriously wrong now. First I started playing from a v0.8.24.6 save and at the moment of level-up, I get this:


http://oi62.tinypic.com/qz0har.jpg" style="max-width:100%">


Then I decided to try starting a new game and the game crashes. I restart. I get this:


http://oi57.tinypic.com/9knfkh.jpg" style="max-width:100%">



And at some point I get this in the traceback:


I'm sorry, but an uncaught exception occurred.



While running game code:

File "game/plot/mainscript.rpy", line 343, in script

File "renpy/common/000statements.rpy", line 426, in execute_call_screen

store._return = renpy.call_screen(name, *args, **kwargs)

File "game/plot/mainscript.rpy", line 70, in execute

File "game/plot/mainscript.rpy", line 84, in execute

UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 30: ordinal not in range(128)



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



Full traceback:

File "game/plot/mainscript.rpy", line 343, in script

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\ast.py", line 1593, in execute

self.call("execute")

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\ast.py", line 1611, in call

renpy.statements.call(method, parsed, *args, **kwargs)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\statements.py", line 144, in call

return method(parsed, *args, **kwargs)

File "renpy/common/000statements.rpy", line 426, in execute_call_screen

store._return = renpy.call_screen(name, *args, **kwargs)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\exports.py", line 2103, in call_screen

rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\ui.py", line 264, in interact

rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 2065, in interact

repeat, rv = self.interact_core(preloads=preloads, **kwargs)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 2309, in interact_core

root_widget.visit_all(lambda i : i.per_interact())

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 306, in visit_all

d.visit_all(callback)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 306, in visit_all

d.visit_all(callback)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 306, in visit_all

d.visit_all(callback)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 308, in visit_all

callback(self)

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 2309, in <lambda>

root_widget.visit_all(lambda i : i.per_interact())

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\screen.py", line 181, in per_interact

self.update()

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\screen.py", line 288, in update

self.screen.function(**self.scope)

File "game/plot/mainscript.rpy", line 70, in execute

File "game/plot/mainscript.rpy", line 84, in execute

File "D:\Games\SOTW-0.8.24.7-all\SOTW-0.8.24.7-all\renpy\display\core.py", line 191, in __repr__

return "<{} at {:x}>".format(unicode(self), id(self))

UnicodeEncodeError: 'ascii' codec can't encode character u'\u2026' in position 30: ordinal not in range(128)



Windows-7-6.1.7601-SP1

Ren'Py 6.17.7.521

Seasons Of The Wolf 0.8.24.7


I think I crashed out of the game by pressing Rollback. :shock:
jack1974
Ah frak, is possible that by mistake I built the update with the beta version of Ren'Py (the only possible cause of all this!). Will check it now :oops:
jack1974
Yes was that, now I tried to start a new game myself and should be all OK :)
yayswords
Okay I played briefly under the new version, then when I noticed it was acting up, I went back to the old (24.6). I did however save inbetween. Right, so when I kill the second lizardmen pack in the tunnels, there's no arrow to proceed (24.6). And under 24.7a this happens whenever I try to load the map:




I'm sorry, but an uncaught exception occurred.



While running game code:

File "game/plot/map.rpy", line 1476, in script

File "game/plot/map.rpy", line 1476, in script

ScriptError: could not find label '(u'C:\\- indie dev -\\games\\renpy.new\\Seasons Of The Wolf/game/plot/map.rpy', 1403109349, 10)'.



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



Full traceback:

File "game/plot/map.rpy", line 1476, in script

File "C:\Users\Albert\Desktop\SOTW-0.8.24.7-all\renpy\ast.py", line 1286, in execute

next_node(renpy.game.context().lookup_return(pop=True))

File "game/plot/map.rpy", line 1476, in script

File "C:\Users\Albert\Desktop\SOTW-0.8.24.7-all\renpy\script.py", line 549, in lookup

raise ScriptError("could not find label '%s'." % str(label))

ScriptError: could not find label '(u'C:\\- indie dev -\\games\\renpy.new\\Seasons Of The Wolf/game/plot/map.rpy', 1403109349, 10)'.



Windows-7-6.1.7601-SP1

Ren'Py 6.17.7.521

Seasons Of The Wolf 0.8.24.7


I might be alone with having this problem though - I can load an older save (that was never tainted by 24.7) and proceed to the tunnels and they work (or at least no immediate error msg). I only lose a pretty damn good casino outcome :(
jack1974
Yes, if you saved in the broken 24.7 sadly that save is lost (I have same issue here). Sorry :(
yayswords
This save has been untainted by the bugged 24.7. I've had no error messages. But the arrow to proceed after the second lizard pack isn't appearing. I managed to get around this in 24.6 (by redoing the fight simply) so it's probably not urgent.
jack1974
The problem is that the map code is updated only when you change location - so even in this version if you have a save BEFORE entering it should work fine. I loaded before entering the sewers and was able to finish it normally.
yayswords
This save was from before entering. It was from before even receiving the invitation. The process was: Load a 24.6 save in Dingirra market district under 24.7a, go to the arena, bla bla tunnels and now no arrow :)



Also, I have this idea that sometimes I can fix problems by loading random saves to clear the game's memory or whatever. This happened loading the "bear save" - the one I sent you with the level up bugs. Certainly never been touched by the bugged 24.7:


I'm sorry, but an uncaught exception occurred.



While running game code:

File "game/test.rpy", line 116, in script

File "game/test.rpy", line 116, in script

ScriptError: could not find label '(u'C:\\- indie dev -\\games\\renpy.new\\Seasons Of The Wolf/game/plot/map.rpy', 1406724972, 8)'.



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



Full traceback:

File "game/test.rpy", line 116, in script

File "C:\Users\Albert\Desktop\SOTW-0.8.24.7-all\renpy\ast.py", line 1286, in execute

next_node(renpy.game.context().lookup_return(pop=True))

File "game/test.rpy", line 116, in script

File "C:\Users\Albert\Desktop\SOTW-0.8.24.7-all\renpy\script.py", line 549, in lookup

raise ScriptError("could not find label '%s'." % str(label))

ScriptError: could not find label '(u'C:\\- indie dev -\\games\\renpy.new\\Seasons Of The Wolf/game/plot/map.rpy', 1406724972, 8)'.



Windows-7-6.1.7601-SP1

Ren'Py 6.17.7.521

Seasons Of The Wolf 0.8.24.7

jack1974
Yes I have some saves too that don't load - I think they were before the map speedup change. Some works, other not, hard to tell why. I think in general if I do a big structural change like the new map system (or by mistake I put the renpy beta code :mrgreen:) then old saves can break. Apart that it should work, since as you see I did whole act1 and act2 and could keep the saves. The map speed change though was a big one :)
jack1974
By the way what is the arrow that doesn't show up ? those shouldn't be linked to any specific variable except the progress variable, so is really weird that you don't have it!
yayswords
http://i.imgur.com/lxQjd6A.jpg. Also, when that happens, my portrait doesn't move on the map. It looks like http://i.imgur.com/sg2bWO3.jpg when I beat that pack.



(The first screenshot is from derping a pack down on easy difficulty and not getting the bug)
jack1974
Really strange, if you have the saves with those behavior I want to look the variables :shock: