May 25, 2017
190
42
```
I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: invalid syntax (game/kinteractions.rpy, line 743)

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

Full traceback:
File "events.rpyc", line 883, in script call
File "kinteractions.rpyc", line 743, in script
File "G:\Patreon\Envixer\TheDreamWriter-0.031-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "G:\Patreon\Envixer\TheDreamWriter-0.031-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "G:\Patreon\Envixer\TheDreamWriter-0.031-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/kinteractions.rpy, line 743)

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The DreamWriter 0.031
Wed May 15 19:30:39 2019
```
 
  • Like
Reactions: xcribr and gtz-god

Mister Ed

Newbie
Aug 1, 2018
56
60
So my hints keep telling me to talk to Cyrah at work but I never get that option. Is there something I am missing?
 
  • Like
Reactions: botc76

Maverick43

Member
Dec 29, 2017
270
110
```
I'm sorry, but an uncaught exception occurred.

While running game code:
SyntaxError: invalid syntax (game/kinteractions.rpy, line 743)

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

Full traceback:
File "events.rpyc", line 883, in script call
File "kinteractions.rpyc", line 743, in script
File "G:\Patreon\Envixer\TheDreamWriter-0.031-pc\renpy\ast.py", line 1807, in execute
if renpy.python.py_eval(condition):
File "G:\Patreon\Envixer\TheDreamWriter-0.031-pc\renpy\python.py", line 1959, in py_eval
code = py_compile(code, 'eval')
File "G:\Patreon\Envixer\TheDreamWriter-0.031-pc\renpy\python.py", line 690, in py_compile
raise e
SyntaxError: invalid syntax (game/kinteractions.rpy, line 743)

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The DreamWriter 0.031
Wed May 15 19:30:39 2019
```
To correct the file insert one more "=" so line 743 should be: if kcockplaylvl == 1:
or use attached file
 

wildt

Member
Donor
Sep 2, 2018
323
322
I've noticed in a few games that people are having trouble with certain things working that work fine for me. A few years back I used winrar to open my files and I ran across a game it seem I was the only one having trouble with. Every one else was using 7zip to extract there files . I couldn't even start the game. I downloaded 7zip and it worked perfect. Not sure if this will help anyone but wanted to try anyway.
 
  • Like
Reactions: xcribr

Avaron1974

Resident Lesbian
Aug 22, 2018
24,716
84,299
So my hints keep telling me to talk to Cyrah at work but I never get that option. Is there something I am missing?
Need to keep working until it comes up "Chat to Cyrah" in the work options.

Quickest way I did it was work 3 hours in the morning, go to cafe and have a chat with Keiko or lunch with Alison then back to work for another 3 hours.

Takes a few days then you should get the option to talk to Cyrah.
 
  • Like
Reactions: xcribr

xcribr

Active Member
Game Developer
Nov 7, 2017
622
3,362
```
I'm sorry, but an uncaught exception occurred.

While loading <'Image' 'hd1s1-r.png'>:
IOError: Couldn't find file 'hd1s1-r.png'.

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

Full traceback:
File "events.rpyc", line 269, in script call
File "hdreams.rpyc", line 9, in script
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\ast.py", line 694, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\exports.py", line 1322, in say
who(what, *args, **kwargs)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\character.py", line 842, in do_display
**display_args)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\core.py", line 3174, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\core.py", line 2086, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 516, in renpy.display.render.render_screen
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 151, in renpy.display.render.render
File "render.pyx", line 244, in renpy.display.render.render
File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
File "render.pyx", line 244, in renpy.display.render.render
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\im.py", line 580, in render
return cache.get(self, render=True)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\im.py", line 266, in get
surf = image.load()
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\display\im.py", line 625, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\jonjo\Documents\k\TheDreamWriter-003-pc\TheDreamWriter-0.03-pc\renpy\loader.py", line 576, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'hd1s1-r.png'.

Windows-8-6.2.9200
Ren'Py 7.2.2.491
The DreamWriter 0.03
Wed May 15 12:21:38 2019
```
That one's definitely fixed in today's update. I'll have another look though.
 

Revo

Member
Jun 18, 2017
480
197
@the66 Hi, how was your recovery from being sick (when you were hospitalized)? I was wondering if you could port this game? Thanks and have a nice day
 

Mister Ed

Newbie
Aug 1, 2018
56
60
Need to keep working until it comes up "Chat to Cyrah" in the work options.

Quickest way I did it was work 3 hours in the morning, go to cafe and have a chat with Keiko or lunch with Alison then back to work for another 3 hours.

Takes a few days then you should get the option to talk to Cyrah.
Gone 12 days now doing just that and no prompt to talk. I will keep trying.
 
  • Like
Reactions: botc76

Couga

Newbie
Oct 10, 2018
16
6
How do I find Faye?
I have finished all other girls (as far as it goes by now) but still haven't found her.
 

xcribr

Active Member
Game Developer
Nov 7, 2017
622
3,362
How do I find Faye?
I have finished all other girls (as far as it goes by now) but still haven't found her.
You have to finish Barry's levelup event and then go to the bar in the early part of the evening.
 
  • Like
Reactions: Couga
4.80 star(s) 4 Votes