TwistGamerONS

Newbie
Mar 31, 2018
17
14
I have same problem !
Edit: This is error after Holly dream in my case !
Looks like there was some issue with a function in calls
You don't have permission to view the spoiler content. Log in or register now.

You can just replace the attached one with calls.rpy in game folder as a quick fix for now. Make sure it's called as calls.rpy
edit: removed attachment as latest version fixes issue

Dream with Holly is still geting bugged in the end and that dream with Nancy and Dillon is still same for me.

Here is the save. If there is no fix maybe i just need to start over i guess and try that. Thank you anyway. (y) :)
This isn't an easy fix because it may not be related to the latest release. To help you just go into the console and type:
ndreamcomplete=False

envixer below is for your reference:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Avaron1974

Resident Lesbian
Aug 22, 2018
24,886
84,990
Something went really wrong with mine.

I got TiQi's first event where you start the relationship ..... and that's it. Says that's all for now.

P.S. nevermind it just carries on anyway.
 

bas

retired
Respected User
Donor
Former Staff
May 6, 2017
3,987
30,357
Here's my crunched version.

Image/audio/video quality is reduced to make shit smaller. This is not a perfect process and sometimes can break a game. You've been warned so no bitching.

The Dreamwriter [v0.042 [Envixer] - Original Size: 709MB
Updated 2019-08-24 with v0.042
Download PC (73MB): - - -

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

xcribr

Active Member
Game Developer
Nov 7, 2017
621
3,363
Looks like there was some issue with a function in calls
You don't have permission to view the spoiler content. Log in or register now.

You can just replace the attached one with calls.rpy in game folder as a quick fix for now. Make sure it's called as calls.rpy




This isn't an easy fix because it may not be related to the latest release. To help you just go into the console and type:
ndreamcomplete=False

envixer below is for your reference:
You don't have permission to view the spoiler content. Log in or register now.
Thanks for that. I'll fix it today!
 

xcribr

Active Member
Game Developer
Nov 7, 2017
621
3,363
I think I've fixed everything, but I'm going to play through the game to be sure. Might take a little while.

For those who want to test the fixes alongside with me, I've attached the script files.

Delete all the rpy and rpyc files in the game folder, then use the ones in the attached zip.
 
  • Like
Reactions: Repuci

Ghostface Reborn

Engaged Member
Sep 12, 2018
3,916
2,233
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/locations.rpy", line 115, in script call
call func_pushevents
File "game/calls.rpy", line 253, in script
if test_aflvllocationcheck [j.name, j.aflvl, pc.location]:
File "game/calls.rpy", line 253, in <module>
if test_aflvllocationcheck [j.name, j.aflvl, pc.location]:
TypeError: 'function' object has no attribute '__getitem__'

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

Full traceback:
File "game/locations.rpy", line 115, in script call
call func_pushevents
File "game/calls.rpy", line 253, in script
if test_aflvllocationcheck [j.name, j.aflvl, pc.location]:
File "C:\Users\spide\AppData\Local\Temp\Rar$EXa11468.30645\TheDreamWriter-0.041-pc\renpy\ast.py", line 1830, in execute
if renpy.python.py_eval(condition):
File "C:\Users\spide\AppData\Local\Temp\Rar$EXa11468.30645\TheDreamWriter-0.041-pc\renpy\python.py", line 2035, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\spide\AppData\Local\Temp\Rar$EXa11468.30645\TheDreamWriter-0.041-pc\renpy\python.py", line 2028, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/calls.rpy", line 253, in <module>
if test_aflvllocationcheck [j.name, j.aflvl, pc.location]:
TypeError: 'function' object has no attribute '__getitem__'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
The DreamWriter 0.041
Fri Aug 23 08:12:09 2019
pops up like crazy.
 

xcribr

Active Member
Game Developer
Nov 7, 2017
621
3,363
I did do exactly what you said. But this happened when you open the game. :censored:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 199, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 199, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
IOError: Couldn't find file 'gui/window_icon.png'.

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

Full traceback:
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\bootstrap.py", line 314, in bootstrap
renpy.main.main()
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\main.py", line 529, in main
run(restart)
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\main.py", line 139, in run
renpy.execution.run_context(True)
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\execution.py", line 892, in run_context
context.run()
File "renpy/common/00start.rpy", line 199, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 199, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 442, in script
$ __gl_test()
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "renpy/common/00gltest.rpy", line 442, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 359, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 384, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\display\core.py", line 2662, in interact
self.start()
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\display\core.py", line 1805, in start
self.set_mode()
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\display\core.py", line 2043, in set_mode
if draw.set_mode(virtual_size, physical_size, fullscreen):
File "gldraw.pyx", line 203, in renpy.gl.gldraw.GLDraw.set_mode
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\display\core.py", line 1838, in post_init
self.set_icon()
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\display\core.py", line 1869, in set_icon
renpy.loader.load(icon),
File "C:\Users\fatih\Desktop\TheDreamWriter-0.041-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gui/window_icon.png'.

Windows-7-6.1.7601-SP1
Ren'Py 7.3.2.320
The DreamWriter 0.042
Fri Aug 23 15:15:57 2019
Ok, I've done a bunch of testing, now I'm looking at this!
 

xcribr

Active Member
Game Developer
Nov 7, 2017
621
3,363
Can someone test ? It works for me.
 

I.W.

Active Member
Apr 6, 2018
590
365
Can someone test ? It works for me.
I tried the new version a bit but I'm still not able to Chat with Keiko. I'm not entirely sure if she has content this update or not.
 
4.80 star(s) 4 Votes