silisili1

New Member
Mar 18, 2020
1
0
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
Exception: DirectSoundCreate: No audio device found

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

Full traceback:
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\main.py", line 565, in main
renpy.display.core.Interface()
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\display\core.py", line 1659, in __init__
renpy.audio.audio.init()
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\audio\audio.py", line 860, in init
renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
File "renpysound.pyx", line 383, in renpy.audio.renpysound.init
File "renpysound.pyx", line 98, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate: No audio device found

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
0.33
Tue Sep 22 14:24:05 2020


How can I playing this game???
 

cklaubur

Active Member
Apr 2, 2018
685
312
I'm sorry, but an uncaught exception occurred.

After initialization, but before game start.
Exception: DirectSoundCreate: No audio device found

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

Full traceback:
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\bootstrap.py", line 316, in bootstrap
renpy.main.main()
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\main.py", line 565, in main
renpy.display.core.Interface()
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\display\core.py", line 1659, in __init__
renpy.audio.audio.init()
File "D:\DOWNLOAD\Maxslife-0.33-pc\renpy\audio\audio.py", line 860, in init
renpysound.init(renpy.config.sound_sample_rate, 2, bufsize, False, renpy.config.equal_mono)
File "renpysound.pyx", line 383, in renpy.audio.renpysound.init
File "renpysound.pyx", line 98, in renpy.audio.renpysound.check_error
Exception: DirectSoundCreate: No audio device found

Windows-7-6.1.7601-SP1
Ren'Py 7.3.5.606
0.33
Tue Sep 22 14:24:05 2020


How can I playing this game???
Does sound work in anything else on your computer?
 

xanta

Newbie
Dec 31, 2018
45
49
i updated this game from ...like 0.28 all the way here to 0.33,
and now i cant get the old video pack act1 & 2 working.
 

Thjis

Member
May 19, 2017
393
193
I have a problem with Aunt, when I am looking for med kit Emma is in room. THis keeps me from accessing the bathroom. Any idea what I have done wrong?
 

rolero

Newbie
Aug 6, 2017
26
17
I have a problem
Sarah ask for cigarettes, I bought them and give them to her. She ask for more but I cannot buy them on the market (they got the big X)
Help?
 

DudeSim

New Member
May 4, 2017
8
4
I bought the luxurious lingerie for Alvins mom, but i cant give it to him. It says " I'll let him rest. And i still have to go and buy the present for Sophia". I'm stuck.
 
  • Like
Reactions: Furnox

elvenc

Member
Aug 14, 2018
154
108
Hi everyone,
got this when opening the videos menu:

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/SCRIPT/MC/Mc room.rpy", line 4, in script
call screen mcroom
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
Exception: Grid not completely full.

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

Full traceback:
File "game/SCRIPT/MC/Mc room.rpy", line 4, in script
call screen mcroom
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\ast.py", line 1949, in execute
self.call("execute")
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\ast.py", line 1937, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\exports.py", line 2905, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\ui.py", line 297, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\core.py", line 2702, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\core.py", line 3194, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\core.py", line 2094, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
rv = render(root, width, height, st, st)
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\screen.py", line 675, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\elvenc\Documents\Stuff to sort\Ongoing\Maxslife-0.33-full\Maxslife-0.33-pc\renpy\display\layout.py", line 432, in render
raise Exception("Grid not completely full.")
Exception: Grid not completely full.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
0.33
Wed Sep 23 09:16:42 2020
```
 

AER201812

Active Member
Jan 13, 2018
976
633
go to mall buy it
I cant go in to any store in the mall, besides electronics.

This new helper is telling me to:

1. talk to ???? (no name) when she is with the other girls.
2. talk to Emma when she is with the other girls.
3. talk to Natalie when she is with the other girls.
4. Find the bag.
Ive done everything else.

When and where did you meet "with the other girls"??? The only time was at the pool but is gone...

And where is the fucking bag???? Cant find it
 
3.60 star(s) 103 Votes