rap_ray

Newbie
Dec 6, 2018
39
15
When you try to change preferences.

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

While running game code:
Exception: Could not find font u'../../launcher/game/fonts/NanumGothic.ttf'.

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\ast.py", line 881, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\python.py", line 1913, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\ui.py", line 289, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\core.py", line 2672, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\core.py", line 3158, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\core.py", line 2075, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 487, in renpy.display.render.render_screen
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 883, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1571, in render
    cwidth, cheight = sizeit('c', width, height, 0, 0)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1566, in sizeit
    rend = render(pos_d[pos], width, height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\viewport.py", line 264, in render
    surf = renpy.display.render.render(self.child, child_width, child_height, st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 883, in render
    surf = render(d, rw, height - y, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 925, in render
    surf = render(d, width - x, rh, cst, cat)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\behavior.py", line 727, in render
    rv = super(Button, self).render(width, height, st, at)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\display\layout.py", line 1124, in render
    st, at)
  File "render.pyx", line 147, in renpy.display.render.render
  File "render.pyx", line 235, in renpy.display.render.render
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\text.py", line 1899, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\text.py", line 587, in __init__
    glyphs = ts.glyphs(s, self)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\text.py", line 240, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\font.py", line 695, in get_font
    face = load_face(fn)
  File "D:\Downloads\TamasAwakening-001-pc\TamasAwakening-0.01-pc\renpy\text\font.py", line 636, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font u'../../launcher/game/fonts/NanumGothic.ttf'.

Windows-8-6.2.9200
Ren'Py 7.1.3.1092
Tamas Awakening 0.01
Tue Nov 26 16:25:38 2019
Having the same problem here.
 
  • Like
Reactions: Whiteleaf Studio

Whiteleaf Studio

Member
Game Developer
Oct 20, 2019
488
1,598
Yeah, something happened with the compilation of the game. This error doesn't come up in my version, just in the compiled one (for release). That's weird, I'll look into it and fix it.
 
  • Like
Reactions: Morah SDG

ThunderRob

Devoted Member
May 10, 2018
9,497
26,480
dev asked us to tell him what we want..hmm..ok..here i go :p they are currently roommate and landlady..i'd like dialogue that keeps them as such without "bro and mommy" appearing..HAHAAA!!!..i wanna see them stunning boobies on roommate eventually lactating :p also make her a squirter...hurk hurk.....instead of just "events triggered by the room you visit" add some dialogue choices too..otherwise its just a KN with faux choice
 
  • Like
Reactions: Whiteleaf Studio

yihman1

Knockout Master
May 11, 2017
3,109
10,776
This seems promising. The artwork is nice, and I like the premise.

However, for me the thing is in the overview it says something strange that I find off-putting. Perhaps I am overthinking the thing:

"What would happen if someone naturally evil got almost unlimited power?"

Most people that others would describe as "Evil" would not describe themself as "Evil." One man's terrorist is another man's freedom fighter. In Star Wars when Darth Vader says "From my point of view the Jedi are evil." He was not being dishonest at all. I once watched a documentary about a serial killer that ate people, and his justification was in his view "To eat is the same as to be eaten." He looked at his actions as a good. The Nazis were just cracking some eggs trying to make an omelette in their perspective.

It's not just "Evil" though it's "Naturally Evil", perhaps something more like what the Christians view as "Original Sin." Which is a completely bullshit concept by the way. It's like forcing someone to play a game with loaded dice and then criticizing them for how they roll.

"Almost unlimited power". That can mean so many things...

A character with "Almost Unlimited Powers" from a Sci-Fi / Supernatural perspective in my mind would have Mind control powers like Professor X. They would also be physically able to go toe to toe with Superman and could do all the same things he can do and more. Such a character would be able to shapeshift like a T-1000. I'm sure they could do other stuff to like control time and bring the dead back to life. That's just overkill...

A character with "Almost Unlimited Powers", from a more contemporary perspective... Perhaps simply someone with great charisma, wealth, and attractiveness that has a way of getting their way.

Yep... I over thought this shit...

After playing the game... Maybe that line should instead "What would happen if someone that is horny got a little bit of mind control powers?"
 

Whiteleaf Studio

Member
Game Developer
Oct 20, 2019
488
1,598
This seems promising. The artwork is nice, and I like the premise.

However, for me the thing is in the overview it says something strange that I find off-putting. Perhaps I am overthinking the thing:

"What would happen if someone naturally evil got almost unlimited power?"

Most people that others would describe as "Evil" would not describe themself as "Evil." One man's terrorist is another man's freedom fighter. In Star Wars when Darth Vader says "From my point of view the Jedi are evil." He was not being dishonest at all. I once watched a documentary about a serial killer that ate people, and his justification was in his view "To eat is the same as to be eaten." He looked at his actions as a good. The Nazis were just cracking some eggs trying to make an omelette in their perspective.

It's not just "Evil" though it's "Naturally Evil", perhaps something more like what the Christians view as "Original Sin." Which is a completely bullshit concept by the way. It's like forcing someone to play a game with loaded dice and then criticizing them for how they roll.

"Almost unlimited power". That can mean so many things...

A character with "Almost Unlimited Powers" from a Sci-Fi / Supernatural perspective in my mind would have Mind control powers like Professor X. They would also be physically able to go toe to toe with Superman and could do all the same things he can do and more. Such a character would be able to shapeshift like a T-1000. I'm sure they could do other stuff to like control time and bring the dead back to life. That's just overkill...

A character with "Almost Unlimited Powers", from a more contemporary perspective... Perhaps simply someone with great charisma, wealth, and attractiveness that has a way of getting their way.

Yep... I over thought this shit...

After playing the game... Maybe that line should instead "What would happen if someone that is horny got a little bit of mind control powers?"
Hahahaha. I get what you're coming from.

I never said anything about the "naturally evil" character being the protagonist tho. :alien::alien:
 

desmosome

Conversation Conqueror
Sep 5, 2018
6,003
13,874
my quick impression.

Art is amazing. Tan lines <3

Not a fan of fake free roam. Only one location triggers anything at any given moment. Either make it a VN or make real sandbox.

Character interactions are a bit uninspired so far. Well its super short and we havn't seen much yet so not much to go on.

Custom relations brings with it the expected problems. Calling mom by her first name. Weird use of their titles in odd sentences. Stuff you'd expect when you use search and replace word instead of proper modification of dialogue.

Nice list of fetishes that are planned. One of my favorite theme is dominate mom/sis so I am keeping an eye on this. Good luck.
 
  • Like
Reactions: Whiteleaf Studio

kratoscar2008

Well-Known Member
Sep 28, 2018
1,864
2,620
oh no..i leave them as roommate and landlady..i'm not creepy like 88% of the people here :D HA!...shots fired!!!!
Wouldnt say creepy as the fetish but creepy in how much much people are SO into it. It feels like a bunch of people are being brainwashed by the propaganda you find on porn sites to the point that they wont play a game unless it has an incest patch even if the story doesnt merits it (Like people wanting incest in Hearts&Minds despite the story already saying the relatives left the MC for good)
As for the game i want to know if by evil the dev also thinks that letting others fuck his girls is considered evil. Im tired of evil protags/routes meaning being a cuck.
 

ThunderRob

Devoted Member
May 10, 2018
9,497
26,480
Wouldnt say creepy as the fetish but creepy in how much much people are SO into it. It feels like a bunch of people are being brainwashed by the propaganda you find on porn sites to the point that they wont play a game unless it has an incest patch.
As for the game i want to know if by evil the dev also thinks that letting others fuck his girls is considered evil. Im tired of evil protags/routes meaning being a cuck.
i didnt see that in the planned stuff..but it could fall under "others" if he lets himself be influenced by the tiny but loud crowd of them....
 
  • Like
Reactions: Whiteleaf Studio

Whiteleaf Studio

Member
Game Developer
Oct 20, 2019
488
1,598
Wouldnt say creepy as the fetish but creepy in how much much people are SO into it. It feels like a bunch of people are being brainwashed by the propaganda you find on porn sites to the point that they wont play a game unless it has an incest patch even if the story doesnt merits it (Like people wanting incest in Hearts&Minds despite the story already saying the relatives left the MC for good)
As for the game i want to know if by evil the dev also thinks that letting others fuck his girls is considered evil. Im tired of evil protags/routes meaning being a cuck.
There will be no guro, NTR or scat in any point of this game.
 

Paprika

Active Member
Aug 14, 2017
806
2,105
People are given a choice by the dev to play the game whatever way they want, yet they complain that other people, the "creeps", can play the game the way they want just because that doesn't fit their standards.
Morals are personal. I love freedom, it doesn't hurt anyone.
 
3.60 star(s) 108 Votes