3.10 star(s) 15 Votes

boondox

Newbie
Oct 29, 2017
64
11
help?

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

While running game code:
  File "renpy/common/00start.rpy", line 198, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 445, in script
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 445, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 363, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 431, in _gl_performance_test
    result = ui.interact(suppress_overlay=True, suppress_underlay=True)
Exception: Could not find font u'tl/None/Sansation_Regular.ttf'.

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

Full traceback:
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\bootstrap.py", line 306, in bootstrap
    renpy.main.main()
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\main.py", line 520, in main
    run(restart)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\main.py", line 149, in run
    renpy.execution.run_context(True)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\execution.py", line 835, in run_context
    context.run()
  File "renpy/common/00start.rpy", line 198, in script call
    call _gl_test
  File "renpy/common/00gltest.rpy", line 445, in script
    $ __gl_test()
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\ast.py", line 848, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\python.py", line 1804, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gltest.rpy", line 445, in <module>
    $ __gl_test()
  File "renpy/common/00gltest.rpy", line 363, in _m1_00gltest__gl_test
    _gl_performance_test()
  File "renpy/common/00gltest.rpy", line 431, in _gl_performance_test
    result = ui.interact(suppress_overlay=True, suppress_underlay=True)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\core.py", line 2620, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\core.py", line 3022, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\core.py", line 2034, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 475, in renpy.display.render.render_screen
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\screen.py", line 639, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\layout.py", line 711, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\layout.py", line 1110, in render
    st, at)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\layout.py", line 913, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\display\layout.py", line 1110, in render
    st, at)
  File "render.pyx", line 143, in renpy.display.render.render
  File "render.pyx", line 231, in renpy.display.render.render
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\text\text.py", line 1807, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\text\text.py", line 590, in __init__
    glyphs = ts.glyphs(s, self)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\text\text.py", line 238, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\text\font.py", line 650, in get_font
    face = load_face(fn)
  File "C:\Users\Administrator\Downloads\MindBreak-v0.2B-pc-crunched\renpy\text\font.py", line 591, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'tl/None/Sansation_Regular.ttf'.

Windows-7-6.1.7601-SP1
Ren'Py 6.99.14.3135
MindBreak 0.1
 

Ruodger

Active Member
Sep 20, 2018
888
244
It's weird ... you repeat the same scenes over and over and do not change a single point in the relationship ... this is how it should be?
 

E-Dog

A pain in his girlfriend's ass
Donor
Apr 9, 2018
1,413
3,123
Looks like the Corruption guys (Mr.C?) artwork and style. Plus, they both have horrible grammer
 

King Monkey Mon

The Perverted King of The Harem Masters
May 16, 2017
5,198
17,621
i went over his pateron page and it seems like this game might actually turn out much better with the adding of hints i cant wait until i can fondle the grandma again :D
 
Last edited:
  • Like
Reactions: E-Dog

gigan

Engaged Member
Modder
Nov 7, 2017
3,113
7,829
Nav Creations has written on his patreon page:

Yo, guys, I've nearly finished all the scenes I just need a couple of days to program and test everything. For this end of the week the release will be ready 24/25, depends on how many bugs my shithead can make ahaha. Stay tuned.
 
  • Like
Reactions: fanboi

gigan

Engaged Member
Modder
Nov 7, 2017
3,113
7,829
@UncleVT

Hi everybody, that's the 0.3 release of the game. First of all, I need to apologize to everybody for failing the release date, but once I completed the game, while I was testing everything I realize that the game was lagging a lot basically for my poor coding knowledge. So I had to rewrite almost half of the update and some old scenes, there is no excuse for my behavior and I know I shouldn't disappear but I got angry at myself and I started to focus a LOT on the game, hope you can understand. That's why the release will be for everyone. Anyway the game now is much more easy to play, still, there is some grinding BUT I'm planning another release around mid-December where I will remake some old scenes and improve the grammar. Now let's talk about the release, 700+ new renders, and a much smoother gameplay plus the GUI has changed and the navigation system too! I can't find any bugs(Except that, sometimes in the journal Miko's page won't open IDKW) after hours of testing but if you find some please tell me.





changelog:
Over 700+ new images
New Location School (Can be accessed only after completing Aiko's route)
Improved Grammar(Only for few scenes)
New Gui
Money System
HINT Journal
New characters
 
Last edited:

DMC

Member
May 17, 2017
176
279
I am happy and all, but gezzus,4.57gb? Now we need a torrent or compressed version...
 

Pepé Le Pew

Resident Skunk
Uploader
Game Compressor
Donor
Former Staff
Feb 3, 2017
1,963
20,290
did my thingy...
Mindbreak v0.3 Skunked (330MB*)
*compressed by reducing image quality slightly

PC/Mac: - - -

 

Papy.ion6984

Engaged Member
May 16, 2017
3,182
1,772
There's a little bug with "characters stats" :
"Mizuki" show Aiko's stats
"Anna" show Miko's stats
 
Last edited:
3.10 star(s) 15 Votes