This. Is. Ridiculous.

Otome dating sim: http://www.winterwolves.com/loveandorder.htm
Christine
Young scout
Posts: 7
Joined: Sun Feb 13, 2011 4:08 pm

Re: This. Is. Ridiculous.

Post by Christine »

Just to confirm, are you using a save file made before you updated, or was this a new game?
ladymakaze
Young scout
Posts: 11
Joined: Fri Feb 18, 2011 7:59 am

Re: This. Is. Ridiculous.

Post by ladymakaze »

It's a new game.

Also, on yet another new game, something sorta funny happened. I was dating Ross Kim at the chinese food place and suddenly his graphic became Pierre. LOL. Here's a traceback.

I'm sorry, but an uncaught exception occurred.

TypeError: 'int' object is not iterable

While running game code:
- script at line 657 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy
- python at line 748 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy.
- python at line 407 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.
- python at line 146 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.

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

File "C:\Program Files\Love and Order\renpy\bootstrap.py", line 279, in bootstrap
File "C:\Program Files\Love and Order\renpy\main.py", line 320, in main
File "C:\Program Files\Love and Order\renpy\main.py", line 93, in run
File "C:\Program Files\Love and Order\renpy\execution.py", line 259, in run
File "C:\Program Files\Love and Order\renpy\ast.py", line 588, in execute
File "C:\Program Files\Love and Order\renpy\python.py", line 957, in py_exec_bytecode
File "C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy", line 748, in <module>
File "C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy", line 407, in do_actions
File "C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy", line 146, in do_actions
File "C:\Program Files\Love and Order\renpy\exports.py", line 543, in display_menu
File "C:\Program Files\Love and Order\renpy\ui.py", line 236, in interact
File "C:\Program Files\Love and Order\renpy\display\core.py", line 1627, in interact
File "C:\Program Files\Love and Order\renpy\display\core.py", line 1929, in interact_core
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 246, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 1929, in <lambda>
File "C:\Program Files\Love and Order\renpy\display\screen.py", line 152, in per_interact
File "C:\Program Files\Love and Order\renpy\display\screen.py", line 252, in update
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 244, in visit_all
File "C:\Program Files\Love and Order\renpy\display\core.py", line 241, in visit_all
File "C:\Program Files\Love and Order\renpy\display\text.py", line 842, in visit
File "C:\Program Files\Love and Order\renpy\display\text.py", line 778, in update
File "C:\Program Files\Love and Order\renpy\display\text.py", line 358, in input_tokenizer
TypeError: 'int' object is not iterable

While running game code:
- script at line 657 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy
- python at line 748 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy.
- python at line 407 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.
- python at line 146 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.

Ren'Py Version: Ren'Py 6.12.0e
Orusaka
Young scout
Posts: 40
Joined: Sat Feb 12, 2011 1:49 pm

Re: This. Is. Ridiculous.

Post by Orusaka »

Not to bring this slightly off-topic, but is there any chance you guys could start enumerating versions, and perhaps even reflect the version number in the file name. It's hopelessly confusing the way it is now, where you have no idea which iteration you're downloaded, nor which you have. I mean, this is even a problem for you guys; you won't even know which version someone is reporting a bug from.
ladymakaze
Young scout
Posts: 11
Joined: Fri Feb 18, 2011 7:59 am

Re: This. Is. Ridiculous.

Post by ladymakaze »

Yet another flaw. Not a bug, but a general flaw, and one that appalls me, to say the least. I just asked Dorothy out, and she asked me to meet her at the office the next day.

It turns out the date is on Saturday. Dorothy's office isn't open on Saturdays.

The math is simple addition from there.
ladymakaze
Young scout
Posts: 11
Joined: Fri Feb 18, 2011 7:59 am

Re: This. Is. Ridiculous.

Post by ladymakaze »

ANOTHER CRASH~ here's the traceback:

I'm sorry, but an uncaught exception occurred.

PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

While running game code:
- script at line 657 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy
- python at line 748 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy.
- python at line 407 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.
- python at line 146 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.
- python at line 1015 of C:\- indie dev -\games\renpy/common/00screen.rpy.

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

File "C:\Program Files\Love and Order\renpy\bootstrap.py", line 279, in bootstrap
File "C:\Program Files\Love and Order\renpy\main.py", line 320, in main
File "C:\Program Files\Love and Order\renpy\main.py", line 93, in run
File "C:\Program Files\Love and Order\renpy\execution.py", line 259, in run
File "C:\Program Files\Love and Order\renpy\ast.py", line 588, in execute
File "C:\Program Files\Love and Order\renpy\python.py", line 957, in py_exec_bytecode
File "C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy", line 748, in <module>
File "C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy", line 407, in do_actions
File "C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy", line 146, in do_actions
File "C:\Program Files\Love and Order\renpy\exports.py", line 543, in display_menu
File "C:\Program Files\Love and Order\renpy\ui.py", line 236, in interact
File "C:\Program Files\Love and Order\renpy\display\core.py", line 1627, in interact
File "C:\Program Files\Love and Order\renpy\display\core.py", line 2205, in interact_core
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 672, in event
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 672, in event
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 672, in event
File "C:\Program Files\Love and Order\renpy\display\screen.py", line 297, in event
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 672, in event
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 174, in event
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 174, in event
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 672, in event
File "C:\Program Files\Love and Order\renpy\display\layout.py", line 672, in event
File "C:\Program Files\Love and Order\renpy\display\behavior.py", line 601, in event
File "C:\Program Files\Love and Order\renpy\display\behavior.py", line 180, in run
File "C:\- indie dev -\games\renpy/common/00screen.rpy", line 1015, in __call__
File "C:\Program Files\Love and Order\renpy\loadsave.py", line 158, in save
File "C:\Program Files\Love and Order\renpy\loadsave.py", line 47, in dump
PicklingError: Can't pickle <type 'function'>: attribute lookup __builtin__.function failed

While running game code:
- script at line 657 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy
- python at line 748 of C:\- indie dev -\games\renpy.new\Love & Order/game/script.rpy.
- python at line 407 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.
- python at line 146 of C:\- indie dev -\games\renpy.new\Love & Order/game/rooms.rpy.
- python at line 1015 of C:\- indie dev -\games\renpy/common/00screen.rpy.

Ren'Py Version: Ren'Py 6.12.0e
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: This. Is. Ridiculous.

Post by jack1974 »

Orusaka wrote:Not to bring this slightly off-topic, but is there any chance you guys could start enumerating versions, and perhaps even reflect the version number in the file name. It's hopelessly confusing the way it is now, where you have no idea which iteration you're downloaded, nor which you have. I mean, this is even a problem for you guys; you won't even know which version someone is reporting a bug from.
Yes that's a good suggestion. I honestly thought that for this kind of game it wasn't needed, but it seems so... :roll:
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: This. Is. Ridiculous.

Post by jack1974 »

I've uploaded new version. Christine said all your bugs happens because of some weird behaviour in the save/load menu, and related to Renpy autosave function (that we don't even use in this game). Hopefully this time everything works :oops:
Post Reply