Create and Fuck your AI Cum Slut –70% OFF
x

MichaelJordan

Newbie
Jul 23, 2017
22
55
216
I tried everything. Game still crashes. v0.2 works just fine. Reload from console helps a bit, but its not permanent solution. Deleting saves didnt help. Its like game have a limit for renders and when its full i got a crash. Any thoughts?
 
  • Like
Reactions: triplededo

ChipLecsap

Devoted Member
Aug 4, 2019
8,080
29,431
876
put the skillspoint at dexterity ;)
But seriously all this complaint from folks , oh man, did you guys never played any video games at all in all your life ?
and B you can turn off the minigames, nobody is forcing you to paly them, you wont lost anything form the story, you just won't get bunos pictures.
 

pyrofox1313

Member
Mar 2, 2019
115
352
114
put the skillspoint at dexterity ;)
But seriously all this complaint from folks , oh man, did you guys never played any video games at all in all your life ?
and B you can turn off the minigames, nobody is forcing you to paly them, you wont lost anything form the story, you just won't get bunos pictures.

Mini games are part of the game as whole. If they aren't good they bring the quality of the game as a whole down. I like the overall package or I wouldn't bother to take my time and comment on this thread. Further, I fully realize that I can turn off the minigames. When, I play a game I want to play the entire game. This "you don't have to do it" nonsense doesn't help anyone.
 

ChipLecsap

Devoted Member
Aug 4, 2019
8,080
29,431
876
Mini games are part of the game as whole. If they aren't good they bring the quality of the game as a whole down. I like the overall package or I wouldn't bother to take my time and comment on this thread. Further, I fully realize that I can turn off the minigames. When, I play a game I want to play the entire game. This "you don't have to do it" nonsense doesn't help anyone.
I'm sorry this game is too hard for you to play :(. But that's not the game's fault.
 

n0cn1l

Incest it's all relative
Donor
Dec 25, 2017
715
6,536
709
So do you think Bella's husband is dead, missing or walked out on her? This scene makes me think he's dead otherwise why would the main character hallucinate and get freaked out by what seems to be her husband like he was a ghost? You can use the argument that MC was drunk as fuck but why would you imagine someone who he's never seen before? The guy is wearing Military clothing so I'm guessing he went off to war and never came back?

You don't have permission to view the spoiler content. Log in or register now.
You're forgetting that in ep 3 bella think to herself that robert or roger or whatever is her husband name, i don't remember right now, to come home quickly. It means he's alive.
My guess is Bella lost a child, the whole reason why she treat Jill the way she does, why her husband left probaly to a mission in the army and doesn't want to come back and also why she has a locked room in her home.

Anyway....that just me, we need ep 4 RIGHT NOW GODDAMMIT :ROFLMAO: :ROFLMAO: :ROFLMAO:
 

Ramirez™

Member
Aug 29, 2016
476
495
231
I didn´t give up and came up with a short term solution:

Turn off the processes on your laptops you don´t need. It free´s up the space the memory needs. It works for me now.
I've never had an issue with memory but I remember some people having memory leak problems in Holiday Island.
Try
renpy.free_memory
in the console.
 

Darg

Newbie
Dec 3, 2017
83
126
231
i tried to play it a second time and i´m current massive chick but i´m forced to where the helmet the first time ?
Is that somehow a bug because i really wanted to see the Jill scene in bed without the helmet.
it depends on major choises (like beat up Troy or take Queen number) not the dik chick counter.
 

trumpthatbitch

Well-Known Member
Jun 23, 2017
1,283
2,079
489
You're forgetting that in ep 3 bella think to herself that robert or roger or whatever is her husband name, i don't remember right now, to come home quickly. It means he's alive.
My guess is Bella lost a child, the whole reason why she treat Jill the way she does, why her husband left probaly to a mission in the army and doesn't want to come back and also why she has a locked room in her home.

Anyway....that just me, we need ep 4 RIGHT NOW GODDAMMIT :ROFLMAO: :ROFLMAO: :ROFLMAO:
I think she killed her husband and buried him in the basement and the MC is next.

The forshadowing that the MC had he known would have ran far away sort of suggests she isn't stable.
 

trumpthatbitch

Well-Known Member
Jun 23, 2017
1,283
2,079
489
I've never had an issue with memory but I remember some people having memory leak problems in Holiday Island.
Try
renpy.free_memory
in the console.
it's usually a problem with the console lines. You will have to goto 00console edit the lines from 1000 to 100
 

locky

Newbie
May 1, 2017
34
18
228
Help ...
'm sorry, but an uncaught exception occurred.

While loading <'Image' u'images/classes/math101/math_cheat.png'>:
File "game/scripts/classes/english101/english_test3.rpy", line 137, in script
$ result = ui.interact()
File "game/scripts/classes/english101/english_test3.rpy", line 137, in <module>
$ result = ui.interact()
Exception: Could not load image u'images/classes/math101/math_cheat.png': error('Failed to decode WEBP',)

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

Full traceback:
File "game/scripts/classes/english101/english_test3.rpy", line 137, in script
$ result = ui.interact()
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\python.py", line 2004, in py_exec_bytecode
exec bytecode in globals, locals
File "game/scripts/classes/english101/english_test3.rpy", line 137, in <module>
$ result = ui.interact()
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\core.py", line 3191, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\core.py", line 2091, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\behavior.py", line 763, in render
rv = super(Button, self).render(width, height, st, at)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\layout.py", line 1127, in render
st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\image.py", line 500, in render
return wrap_render(self.target, width, height, st, at)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\image.py", line 306, in wrap_render
rend = render(child, w, h, st, at)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\im.py", line 584, in render
return cache.get(self, render=True)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\im.py", line 266, in get
surf = image.load()
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\im.py", line 629, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "G:\Mega\BeingADIK-0.3.0-pc_Kompressed\renpy\display\pgrender.py", line 162, in load_image
raise Exception("Could not load image {!r}: {!r}".format(filename, e))
Exception: Could not load image u'images/classes/math101/math_cheat.png': error('Failed to decode WEBP',)

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Being a DIK 0.3.0
Mon Aug 19 22:14:39 2019
 
4.70 star(s) 1,728 Votes