3.90 star(s) 24 Votes

Alanthos

Member
May 10, 2018
172
71
How does the meal ticket work? I go to the resteraunt where I took Hanna and then what? it doesnt seem to trigger anything and nothing i can tell can be clicked on....
 

Dringar

Member
Nov 16, 2019
146
110
Not sure what went wrong here but as soon as I updated and fired up the game this occured

While running game code:
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, 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 3729, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2470, in draw_screen
renpy.display.draw.draw_screen(surftree)
File "gl2draw.pyx", line 822, in renpy.gl2.gl2draw.GL2Draw.draw_screen
File "gl2draw.pyx", line 1327, in renpy.gl2.gl2draw.GL2DrawingContext.draw
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1233, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1200, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model
File "gl2shader.pyx", line 291, in renpy.gl2.gl2shader.Program.draw
File "gl2shader.pyx", line 250, in renpy.gl2.gl2shader.Program.missing
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.
 

NijuKozo

Newbie
Game Developer
Dec 1, 2020
44
54
Not sure what went wrong here but as soon as I updated and fired up the game this occured

While running game code:
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 617, in main
run(restart)
File "renpy/main.py", line 148, in run
renpy.execution.run_context(True)
File "renpy/execution.py", line 922, in run_context
context.run()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/common/00start.rpy", line 208, in script call
call _gl_test
File "renpy/common/00gltest.rpy", line 387, in script
$ __gl_test()
File "renpy/ast.py", line 922, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2218, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/00gltest.rpy", line 387, in <module>
$ __gl_test()
File "renpy/common/00gltest.rpy", line 317, in _m1_00gltest__gl_test
_gl_performance_test()
File "renpy/common/00gltest.rpy", line 342, in _gl_performance_test
ui.interact(suppress_underlay=True, suppress_overlay=True)
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3213, 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 3729, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "renpy/display/core.py", line 2470, in draw_screen
renpy.display.draw.draw_screen(surftree)
File "gl2draw.pyx", line 822, in renpy.gl2.gl2draw.GL2Draw.draw_screen
File "gl2draw.pyx", line 1327, in renpy.gl2.gl2draw.GL2DrawingContext.draw
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1308, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1233, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1200, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model
File "gl2shader.pyx", line 291, in renpy.gl2.gl2shader.Program.draw
File "gl2shader.pyx", line 250, in renpy.gl2.gl2shader.Program.missing
Exception: Shader (u'renpy.geometry', 'renpy.solid') has not been given mesh attribute aPosition.
Don't extract the new game on the old game files. Extract it in another folder.
 
  • Like
Reactions: Dringar

Anon-e-Mouse

Member
Oct 3, 2017
277
559
First off, GREAT GAME (even if it is a little grindy for anyone not using cheats).
Now then, I have completed everything I can, have all of the photos, gallery, events, etc unlocked, but I am 1 "spend time" short of complete (66 of 67). I have spent an entire day with each character, spent time with each of them at each time and location at least twice, and I still cannot locate this final piece. Any suggestions? As a completionist, this drives me crazy!
 
May 26, 2020
16
4
Downloaded 0.1.4 and tried putting in my 0.1.3 save files. They show up in game, but are greyed out and can't be selected. I have repeated this process several times, with other games and its always worked fine. Im playing from an Android Note20.
 

Anon-e-Mouse

Member
Oct 3, 2017
277
559
Check this app once in a
while. If you think you find
something, try clicking on
it at least 5 times An emblem on our hearts,
an emblem on the wall.
But in which room is that
emblem... after all? That fan in Coyote Club?
We need to get it fixed. What does a daisy smell like? I think Cindy know that. where to find all this, and how to use a music disc and binoculars
Search function on the top right of this page. None of those are hard to figure out in the game, and all are answered in this thread multiple times. SEARCH.
 

TylerHerron

Newbie
Aug 7, 2019
40
15
the application pop up for few moments thin it crash. it not the 1st game to do this, some update for the games I play not working and I dont know why? ply help
 

DickMcFuck

Member
Aug 13, 2019
481
931
it really seems like katie has yandere tendencies with her obsessive and posessive thoughts that are centered around mcs penis.
 

ErrO

New Member
Mar 13, 2020
7
4
"dollarthedog":
$9999
"expeditious":
Everyone is max exp
"chardonnay":
Gallery is unlocked.
"sonohoka":
"Others" in gallery is unlocked.
"bigblind":
Secret stash is unlocked.
"goldenhour":
Photos are unlocked.
None of them work in 0.1.4, what are the new codes?
 

Pitrik

Conversation Conqueror
Donor
Oct 11, 2018
7,547
29,135
1631128900129.png




Hi, All!

We are almost done with the new content and we wanted to offer some insight into what we’ve been doing so far.

As we mentioned for the previous versions before, we recommend that you complete the current version of the game before the next version is released. In this way, when the next version is released, you will continue the game by simply using the “Continue” option and you won’t miss anything.

v0.1.5 was taking more time than the previous updates because it was much easier for us to develop the game while we were working from home. Now we have to go to work but don't worry, we will always do our best for the game. Be assured that as much as you like to play the School Of Love: Clubs! we want to make it more fun and full of content.

This update will bring much more content than the previous versions
and we really started to take advantage of the sandbox which means you will feel more in control and be able to do more things with your favorite girls whenever or wherever you want.

For example, you'll be able to do things like this with your favorite girls:

1631128928645.png

Or this:
1631128949565.png

Even this:
1631128965963.png


As we always say "We enjoy making it, you’ll love playing it."

As much as we want to add new things to the game, your feedback makes it even better. Please give your constructive criticism where necessary.

Don’t forget to join our if you haven’t yet. You can give us your feedback over there, and help us improve the game.

Have a good one!
 

xyzyzyz

Member
Feb 13, 2021
270
192
Well I am not able to craft Cardboard house because I am not able to find the first item required to craft. Will we get it in shop or in any event ? Also I brought Music CD but I don't understand why it is needed & how can I find objects ?
 

Jan82

Newbie
Sep 14, 2021
48
14
I tried everything with the food coupon and the binoculars. Can anyone help me with that? The store Cindy was in front doesn't do anything and I tried all the windows in the house.
 

Pitrik

Conversation Conqueror
Donor
Oct 11, 2018
7,547
29,135
I tried everything with the food coupon and the binoculars. Can anyone help me with that? The store Cindy was in front doesn't do anything and I tried all the windows in the house.
Food coupon should be used at the restaurant and not at Cindy's shop

Binoculars try guest room Monday morning
 
  • Like
Reactions: Jan82
3.90 star(s) 24 Votes