LordMerek

Romance & Redemption Enthusiast
Donor
Aug 22, 2018
760
1,488
Can't help you there without any information
Exactly as I have said. I launched the game via the main executable, nothing happens. I also tried the 32-bit executable, also nothing. No log is generated.

As for my PC:

- I'm running Windows 10
- I have a high-end PC with a GTX 1070 Graphics Card, 10700KF Intel Processor, 32GB Ram

No other Ren'Py games suffer from this issue. I have tested.

I'm not sure what other information you want.
 

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,499
Exactly as I have said. I launched the game via the main executable, nothing happens. I also tried the 32-bit executable, also nothing. No log is generated.

As for my PC:

- I'm running Windows 10
- I have a high-end PC with a GTX 1070 Graphics Card, 10700KF Intel Processor, 32GB Ram

No other Ren'Py games suffer from this issue. I have tested.

I'm not sure what other information you want.
Hmm, I'll tell our prog, but we probably can't replay this bug. Maybe try smth like "Open with admin rights?" (right mouse click on icon)
 

LordMerek

Romance & Redemption Enthusiast
Donor
Aug 22, 2018
760
1,488
Hmm, I'll tell our prog, but we probably can't replay this bug. Maybe try smth like "Open with admin rights?" (right mouse click on icon)
I tried this. I know all the tricks and workarounds for programs. I wouldn't have bothered you if I could've fixed it on my own.

Edit: I can confirm in Task Manager (both executables) when launched are listed for a second before it closes. The game is not launched, and no log is generated.
 
Last edited:

Misosoc

Active Member
Sep 28, 2020
568
335
Whenever you open a menu, like the save menu, map etc, the escape, return or back button doesn't seem to work on the android or joiplay use. I tried Android and then compressed with joiplay.

Seems like there is an interface issue.
 

Ahchi

Forum Fanatic
Jul 17, 2020
4,261
7,540
Hi
Attached below is an Fresh "Gameplay " for Version 2.2c (LGBT+ Disabled) [End of version Save included]
(Enabled version to follow soon)
NB. Due to a number changes in the game (U.I. etc) this is a Fresh "Gameplay" and not an update to previous versions.
Hope this will be some help
 
  • Like
Reactions: Sung Jin Woo

Ahchi

Forum Fanatic
Jul 17, 2020
4,261
7,540
Quest-LA-2,2C.jpg
This is all the Quests that I could find in 2.2c.
There is something wrong will the "Jill" quest in Chr Info.(Just keep visiting until you have nothing to say)
Also for some reason , I could not trigger a Quest with the Pole Dancer "Lucy"
Hope this will help.
 
  • Like
Reactions: Bear in the Night
Mar 22, 2020
289
140
I missed the instructions for teh fishing mini-game.
I'm guessing it's just click on the float repeatedly, then again when it moves ...
 

Bibifoc

Engaged Member
Apr 7, 2018
2,282
4,902
I hadn't played this game since its first version and I took a look to the code in order to unlock previous scenes in the gallery and... OMG this code is so complicated. Wow, you like to complicate your life.
 

Teeheeimbi

New Member
Feb 19, 2018
4
2
Lots of errors sadly. They can be ignored, but they still do pop up occasionally :)

Also, if you skip a lot, it sometimes crashes. Luckily autosaves are a thing, but it is quite annoying.
 
  • Thinking Face
  • Like
Reactions: Nerttu and Vyktym76

Bear in the Night

Active Member
Game Developer
Dec 16, 2019
878
3,499
Lots of errors sadly. They can be ignored, but they still do pop up occasionally :)

Also, if you skip a lot, it sometimes crashes. Luckily autosaves are a thing, but it is quite annoying.
You know, if you can send bug reports, probably we can fix them, otherwise without information it hard to do it
 

Teeheeimbi

New Member
Feb 19, 2018
4
2
You know, if you can send bug reports, probably we can fix them, otherwise without information it hard to do it

Fair enough, i kinda closed down the game, but i went through it quickly again and the most consistent bug so far is after the dueling scene, just before the enemy lays down.
 

Brojo

New Member
Jun 3, 2018
13
40
Good so far. Could definitely use more content. It does feel like you're going for breadth of content spread out between the characters and I hope that you go deeper into all of them.

I think the massage event is either complete so far or the completion bar doesn't fill up. I went there a 3rd(I think?) time and it said I couldn't talk to them anymore.
 

Teeheeimbi

New Member
Feb 19, 2018
4
2
Please, if you have a chance just send logs or error screens
Alright, well here are a few then.

First, when i started up the game while holding down ctrl, out of habit.

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

While loading <'Image' u'images/ero/1_unlock.png'>:
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
IOError: Couldn't find file 'images/ero/1_unlock.png'.

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

Full traceback:
  File "script.rpyc", line 76, in script
  File "renpy/ast.py", line 2010, in execute
    self.call("execute")
  File "renpy/ast.py", line 1998, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "renpy/statements.py", line 278, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 569, in execute_call_screen
    store._return = renpy.call_screen(name, *args, **kwargs)
  File "renpy/exports.py", line 3132, in call_screen
    rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3276, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3793, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "renpy/display/core.py", line 2521, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 492, in renpy.display.render.render_screen
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transition.py", line 368, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/screen.py", line 681, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 814, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/viewport.py", line 567, in render
    rend = renpy.display.render.render(self.children[0], child_width, child_height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/behavior.py", line 791, in render
    rv = super(Button, self).render(width, height, st, at)
  File "renpy/display/layout.py", line 1238, in render
    st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 1017, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/transform.py", line 715, in render
    return transform_render(self, width, height, st, at)
  File "accelerator.pyx", line 140, in renpy.display.accelerator.transform_render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/layout.py", line 2061, in render
    cr = renpy.display.render.render(self.child, width, height, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 263, in renpy.display.render.render
  File "renpy/display/im.py", line 607, in render
    return cache.get(self, render=True)
  File "renpy/display/im.py", line 271, in get
    surf = image.load()
  File "renpy/display/im.py", line 688, in load
    raise e
IOError: Couldn't find file 'images/ero/1_unlock.png'.

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2c
Sun Oct 17 00:14:55 2021

Second after duels.

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

While running game code:
  File "game/logic/mini_games/duels/logic.rpy", line 2487, in <module>
  File "game/logic/mini_games/duels/logic.rpy", line 35, in setWinLoseHomes
TypeError: change_location_2() got an unexpected keyword argument 'point_up'

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

Full traceback:
  File "logic/events/adele.rpyc", line 20, in script call
  File "logic/events/adele.rpyc", line 538, in script call
  File "logic/events/adele.rpyc", line 526, in script call
  File "logic/events/adele.rpyc", line 109, in script call
  File "logic/events/adele.rpyc", line 109, in script call
  File "logic/mini_games/duels/logic.rpyc", line 2487, in script
  File "renpy/ast.py", line 923, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2235, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/logic/mini_games/duels/logic.rpy", line 2487, in <module>
  File "game/logic/mini_games/duels/logic.rpy", line 35, in setWinLoseHomes
TypeError: change_location_2() got an unexpected keyword argument 'point_up'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
LustAcademy 0.2.2c
Sun Oct 17 00:18:11 2021
if i end up playing it some more, i'll provide more, but this is what you'll get for now ^^
 
3.80 star(s) 168 Votes