Jan 30, 2024
12
3
Pardon me if this has already been brought up or corrected by I get the following error when MC leaves his room to find where his Mother has written down the contact info:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "game/scripts/room.rpy", line 140, in execute
  File "game/scripts/room.rpy", line 140, in execute
  File "game/scripts/room.rpy", line 144, in execute
  File "game/scripts/room.rpy", line 144, in <module>
  File "game/scripts/navigation.rpy", line 35, in list
AttributeError: 'collections.OrderedDict' object has no attribute 'iteritems'

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

Full traceback:
  File "data/rooms/living_room.rpyc", line 20, in script
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/ast.py", line 1968, in execute
    self.call("execute")
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/ast.py", line 1950, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 671, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/exports.py", line 3413, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/core.py", line 2165, 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 "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/core.py", line 2687, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/displayable.py", line 431, in visit_all
    d.visit_all(callback, seen)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/screen.py", line 480, in visit_all
    callback(self)
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/core.py", line 2687, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/screen.py", line 491, in per_interact
    self.update()
  File "/Users/personal/Downloads/DreamsofDesire.app/Contents/Resources/autorun/renpy/display/screen.py", line 697, in update
    self.screen.function(**self.scope)
  File "game/scripts/room.rpy", line 140, in execute
  File "game/scripts/room.rpy", line 140, in execute
  File "game/scripts/room.rpy", line 144, in execute
  File "game/scripts/room.rpy", line 144, in <module>
  File "game/scripts/navigation.rpy", line 35, in list
AttributeError: 'collections.OrderedDict' object has no attribute 'iteritems'
I'm using Dreams of Desire: Definitive Edition 1.0.3 and I cannot Ignore the error. And yes, I'm compiled this to work on a Mac. Please advise.
mac user here, i have run into the same exact issue on multiple versions of the game now.
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
12,464
27,069
Does anybody has the 1.0 Version? MODS don't work on the new version. Only works with 1.0.
Anybody has that version of the game?
Had a look at my files, sorry no.

Did you want the mods for walkthrough help or gallery unlocker? If walkthrough you can use the pdf version. And the GU works with 1.0.3.

Or you can always use URM.
 
  • Sad
Reactions: i need mental help

ZiMMa

Member
Oct 12, 2019
180
1,190
If you liked the game, it’s always good practice to support the creator. Now it’s very cheap on Steam. :BootyTime:

Captura de pantalla 2024-07-01 212901.png
 
  • Heart
Reactions: Twistty

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
12,464
27,069
where to put this file on pc
Go into the folder where the game is stored on your pc it will be called

DreamsofDesire-(whatever version you have)-pc

Then follow the instructions

INSTALL:
1. Put dodgaltweakab.rpyc in "game" folder (inside the game folder)

UNINSTALL:
1. Delete dodgaltweakab.rpyc
 
  • Like
Reactions: asahibito

dragarblaze

Member
Jul 16, 2020
300
160
Go into the folder where the game is stored on your pc it will be called

DreamsofDesire-(whatever version you have)-pc

Then follow the instructions

INSTALL:
1. Put dodgaltweakab.rpyc in "game" folder (inside the game folder)

UNINSTALL:
1. Delete dodgaltweakab.rpyc
i just have a folder on my desktop for the game ive looked at all the files and do not see the file you are refering to in it all
 

MiltonPowers

Twins Basil! Twins!
Donor
Jul 26, 2023
12,464
27,069
i just have a folder on my desktop for the game ive looked at all the files and do not see the file you are refering to in it all
Extract the game from the zip file.
If you downloaded the version from here - the Folder (when extracted will be - "DreamsofDesire-Definitive-1.0-Elite-pc")
Inside that Folder will be a folder called "game"
You also need to download the "dodgaltweakab.rpyc" file. (download it from This Post)
When you've downloaded that. Put it in the "game" folder.
 
  • Like
Reactions: asahibito

CheekyChuck2

New Member
Jun 25, 2024
1
0
When I played this game years ago, the "animations" consisted of two frames moving back and forth. Has there been any improvement in the state of the animations in the final version?
 

X2Z

Member
Aug 8, 2017
300
241
i was thinking of replaying this, i barely remember it. what are the essentials to get with it? i was thinkin lain's mod and the quality patch. thoughts?
 
4.20 star(s) 297 Votes