Version 1.5.5 testing

A sci-fi RPG game https://www.winterwolves.com/planetstronghold.htm
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Version 1.5.5 testing

Post by jack1974 »

I have rebuilt the game with the new version of Ren'Py and uploaded it here:
http://www.macgames.biz/games/PlanetStr ... -1.5.5.exe (Windows)
http://www.macgames.biz/games/PlanetStr ... -1.5.5.zip (Mac)
http://www.macgames.biz/games/PlanetStr ... .5.tar.bz2 (Linux)

I have updated it again, fixing the animation bug in combat found by Jaeger. Now it plays correctly, I played for about an hour and didn't encounter any other problems. Please test it if you can so I publish it "live" on the main website :)
User avatar
Lonestar51
Elder Druid
Posts: 504
Joined: Wed Sep 05, 2012 6:12 pm

Re: Version 1.5.3 testing

Post by Lonestar51 »

It starts under Linux 64 fine.

I needed to re-register, and I do not have the old saves.

If I start the game after registering, the "register" button is still active; I did not try what happens if I delete my secret info. (Usually you disable the register-button after registering.)

More feedback later.
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: Version 1.5.3 testing

Post by jack1974 »

The register remains if you have registered only the base game but not the expansion, if that's the case is not a bug :)
As for the old saves depends, saves from 1.5.2 should still be there...!
User avatar
Lonestar51
Elder Druid
Posts: 504
Joined: Wed Sep 05, 2012 6:12 pm

Re: Version 1.5.3 testing

Post by Lonestar51 »

Expansion? No, I do not have the expansion. Which should explain this.

Saves are from 1.4d. And from the time my system was Linux32.

At least the first two fights agains Roboants (tutorial-fight, training) work as expected.
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: Version 1.5.3 testing

Post by jack1974 »

Good! I played it for a long time on Windows, and never encountered a crash, but I remember the last time I tried I had problems in inventory screens. However Ren'Py was updated (from 6.15 to 6.15.4) since I last tried, so maybe the error was fixed :)
User avatar
Lonestar51
Elder Druid
Posts: 504
Joined: Wed Sep 05, 2012 6:12 pm

Re: Version 1.5.3 testing

Post by Lonestar51 »

Which error? :shock: :o

(Something to do with earlier 1.5 versions? When I played, it were 1.4 versions.)
SerTabris
Young scout
Posts: 49
Joined: Mon Nov 12, 2012 8:28 pm

Re: Version 1.5.3 testing

Post by SerTabris »

It's giving me more or less the same thing as before, at the same point.

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/warchived.rpy", line 1074, in script call
File "game/data.rpy", line 1985, in script
File "game/data.rpy", line 2052, in python
Exception: ui.close closed <renpy.display.layout.MultiBox object at 0x0A900D10>, not the expected <renpy.display.layout.MultiBox object at 0x0A900DF0>.

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

Full traceback:
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\execution.py", line 288, in run
node.execute()
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ast.py", line 718, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\python.py", line 1297, in py_exec_bytecode
exec bytecode in globals, locals
File "game/data.rpy", line 2052, in <module>
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\display\layout.py", line 194, in __exit__
renpy.ui.context_exit(self)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ui.py", line 332, in context_exit
close(w)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ui.py", line 313, in close
stack[-1].close(d)
File "C:\Program Files\Winter Wolves\Planet Stronghold\renpy\ui.py", line 130, in close
raise Exception("ui.close closed %r, not the expected %r." % (self.displayable, d))
Exception: ui.close closed <renpy.display.layout.MultiBox object at 0x0A900D10>, not the expected <renpy.display.layout.MultiBox object at 0x0A900DF0>.

Windows-XP-5.1.2600-SP3
Ren'Py 6.15.4.320
User avatar
Lonestar51
Elder Druid
Posts: 504
Joined: Wed Sep 05, 2012 6:12 pm

Re: Version 1.5.3 testing

Post by Lonestar51 »

Sometimes, if I use an item, the combat round is used up. sometimes not.

At last I found something to report ;-)
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: Version 1.5.3 testing

Post by jack1974 »

SerTabris can you send me that savegame (if you have a save just before that bug) ? will send you a PM :)
User avatar
Jaeger
Druid
Posts: 410
Joined: Fri Jun 14, 2013 12:30 am

Re: Version 1.5.3 testing

Post by Jaeger »

During combat, I noticed that that the game freezes momentarily between shots. I didn't notice this issue with the 1.5.2 version.

Edit:

BTW, I encountered these bugs while playing 1.5.2

1) Items sometimes duplicate themselves while swapping equipment.
2) Michelle's subplot ends abruptly after recovering a piece of her pistol. You get the Bloodline pistol without recovering the other two pieces and no experience is given on completion of the quest.

I'm not sure if this has been addressed in 1.5.3.
Post Reply