Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 901 to 940 of 1,220 · Next page · Previous page · First page · Last page

So how do you win the Seiyuu Award exactly? Do you just have to max out your Fame (Become a superstar)?

Yeah.

This happened while trying to start a new game.

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: The say screen (or show_function) must return a Text object.

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

Full traceback:
  File "main.rpyc", line 75, in script call
  File "main.rpyc", line 710, in script
  File "C:\Users\gavn\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel  Dating Sim Game\SeiyuuDanshiBeta-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\gavn\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel  Dating Sim Game\SeiyuuDanshiBeta-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "C:\Users\gavn\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel  Dating Sim Game\SeiyuuDanshiBeta-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\gavn\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel  Dating Sim Game\SeiyuuDanshiBeta-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\gavn\AppData\Roaming\itch\apps\Seiyuu Danshi 18 BLYaoi Visual Novel  Dating Sim Game\SeiyuuDanshiBeta-pc\renpy\character.py", line 539, in display_say
    raise Exception("The say screen (or show_function) must return a Text object.")
Exception: The say screen (or show_function) must return a Text object.

Windows-8-6.2.9200
Ren'Py 7.0.0.196
seiyuudanshifinal 0.16
Sun Sep 23 13:38:54 2018
[/code]

Oh, it's because of a stupid change I just did several hours ago 0_0

Will fix soon-ish and reupload.

Hello,on Kaede's route the talk show event/recording doesn't trigger.

Can you try downloading latest ver? It should be triggered on 11th December now.

It does work ! Thank you !

Also, how do I get Shiba to wear the dog costume the pink bear gives me?

It will be automatically triggered during other afternoon spending time events. 

I spent nearly every afternoon with Shiba after buying the costume, and it never triggered.

every time i talk to kaede, hes talking with another guy? what do i do?

His route is still kinda buggy ><

You mean the same event loops again and again? 

Yeah, it does. I keep trying to speak with him at the bar but he's always with another dude.

Is  this the latest version you're playing? Because someone has reached the ending, so I think it's more or less fixed in latest ver (given that you replay from the very beginning of his route).

I'm getting this during the masturbation scene, when I choose Hikaru. Is there a way to fix it? I just downloaded it today.

[code]
I'm sorry, but an uncaught exception occurred.
While running game code:
Exception: DynamicImage u'char/hikaru/normal/[hikarucloth].webp': could not find image. (u'char/hikaru/normal/0.webp')
-- Full Traceback ------------------------------------------------------------
Full traceback:
  File "residentialdistrict.rpyc", line 253, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "talkofficecomplex.rpyc", line 694, in script call
  File "screens.rpyc", line 1371, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "datingsystem.rpyc", line 962, in script call
  File "talkcommercialdistrict.rpyc", line 851, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "joblist.rpyc", line 525, in script call
  File "main.rpyc", line 344, in script call
  File "main.rpyc", line 344, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "main.rpyc", line 388, in script call
  File "nightevents.rpyc", line 328, in script call
  File "nightevents.rpyc", line 461, in script
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\exports.py", line 1180, in say
    who(what, *args, **kwargs)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 2635, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 3019, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\core.py", line 3019, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\image.py", line 645, in per_interact
    self.find_target()
  File "C:\Users\MrFly\Downloads\seiyuudanshi-osx-universal\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\display\image.py", line 551, in find_target
    raise Exception(error)
Exception: DynamicImage u'char/hikaru/normal/[hikarucloth].webp': could not find image. (u'char/hikaru/normal/0.webp')
Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
seiyuudanshi 0.1
Sat Sep 22 17:46:04 2018
[/code]

This is for demo, isn't it? Demo will be updated later once the game is released.

So I just started Hikaru's route (loving it so far), but it's now been months of us not having sex because apparently we can't decide who's going to  be the top... XD 

I have his heart gauge maxed out, and we still haven't decided yet. How exactly do I trigger whatever scene it takes to get one of us to submit already!? Hehe. 

(1 edit) (+1)(-1)

Matsuri scene is what you're looking for =) (It should trigger around the end of July... if it's working right lol)

What are all the lovers moments for Hikaru? Cuz I have his heart maxed out but I feel like I'm missing something. The last on I remember was when his manager walked in on us kissing?

hello how do I get kaede confession scene

Go to bar and do part time job. 

(1 edit)

After Kaede's confession scene, i go to the bar everyday for a month but i never see him again. This is normal or i do something wrong or it is a bug ?

(1 edit)

Last scene is after you win Seiyuu Award (endings). There's a certain job that you need to take first tho (A talkshow job)

Sorry to butt in, but I think I know which talkshow job you mean. But when the recording day for that job comes, nothing happens. Also, the job disappears from the current audition note, and goes back to the list over available jobs. Before it ends up in the failed list. (This might only be happening to me. Nevertheless, I just wanted to point it out).

Hm, I will need to take a look. 

hi I was wondering is kaede route playable yet?

Playable, but it's buggy as hell. Gonna reupload for bug-fixes soon.

Hi, I know based on twitter theres an update for tocchan right? but theres no update in development log. should i just redownload?

Yeah, just redownload. I don't always update the development blog lol (in fact I neglect it a lot)

How do I meet Kaede?

Go to the bar with max charm and unlocked secret character routes (equip the cheat that you get from getting Tocchan's best ending) 

Could you tell me how to adopt a pet?

Feed it 5 times and it will be your pet (it used to be 30 times lol, but I've lowered it since to make it easier)

Haha thank you, that sounds much more manageable! Could you list the clothing size for all the guys?

Could I ask if Hikaru has a beach event?

Just ask the fudanshi for clothing size, he'll tell you as soon as you become lovers with the guy. 

Hikaru has beach event, but you need to be at lover with him to get it.

Deleted 5 years ago
(1 edit)

Thank you! You work very hard! ❤️

Has Toccchan art been updated in the newest update or am I imagining things?

I love the opening!

Yeah, Tocchan's sprite has been updated.

Started over, I’m lovers with Hikaru but when I asked him to go to the beach, he tells me he’s busy? Is this a glitch or am I doing something wrong?

He is busy, but if you don't invite anyone else to go with you, he'll call you again during the night.

I'm playing the demo, and I can't find the social media function :(

Where do I open it? 

Purchase computer and open Friendbook in the computer.

HI, I purchased the computer but it doesn't appear in the bedroom :( 

Did I do something wrong?

You need to use the "decorate" room button to put the computer in the room.

(+1)

Are cheats available after bad endings? Because uhm...I'm apparently awful at this game. xD

Ah! Nevermind! I answered my own question by getting a best ending finally!!
Cheats unlock when you get a character's best ending, in case anyone else was wondering. Then when you next start a new game, PonPon will automatically start breaking the 4th wall to let you know about cheats. <3

Yeah, that's it. Sorry, just saw the comment just now xD

(+1)

Haha, no problem! I think the reason I couldn't get a happy ending before is because I started Tocchan's route in the demo then continued it in the beta, so it was a little bugged and I didn't see all his important events or something..so I just thought I was utterly terrible at the game lol. But Shiba's route went perfectly, since I started it in the beta, so I figured the whole cheat thing out quickly enough! :D <3  (This game is amazing already btw. Thank you so much for it! Can't wait for the full release!!! *squeals*)

how can i get the full game plzz 

buy it

This game is compatible with any tablet right?

Windows tablets, yeah. 

IOS or Android tablets, no.

Hikaru always keeps his sunglasses on, even before and after sex 😅

Loll, I'll need to fix that soon 0_0

I'm having a problem with Tocchan's route, after we become lover and he asks me out on  a date and we go to his house it glitches in the middle of foreplay mode and shows the love motel as if we've already been there while showing the small foreplay face in the bottom corner.

Where did it glitch in particular during the foreplay mode? It'd help if you can send the error text (traceback.txt) via e-mail to meyaoigames@gmail.com.

it occurs right after they take a shower and the foreplay mode starts and I try to use a dialogue. The usual error doesn't show up it just goes to the love motel and shows some dialogue there. When I continued to play  after dates it just switched to the next day like it does before they're lovers. I'm not sure what to do since the text error hasn't actually popped up.

(2 edits)

Soo, the scene is in his house? There shouldn't be any showering scene before the foreplay mode starts, so is this showering scene after the foreplay mode? What do you mean 'trying to use dialogue'? Does it mean using dirty talk phrases on Tocchan?

Sorry I meant like they'd just talked about showering after they stopped by the pharmacy and yes it's at his house. I was using the dirty talk phrases and it switched as soon as I clicked one to the screen where it shows the bar and love motel. I've closed the game and restarted from a save point, but the same thing continues to happens. I'll open it back up and see if I can screenshot the problem so you can maybe see what's happening.

Ah, I think I get the reason for the error now.

Will rebuild the new version soon.

Hay, so quick question all the guy's relationships are implemented in the beta? So dose that mean you guys are going to come out with the full game soon?  Or is their more things you need in implement in tell its full release? Anyways thanks for reading! 

Secret character routes are not yet implemented. 

Ah! okay I see. Thank you for responding. Can't wait to play it :D.  

Sorry if this has been asked already but, how many hours would you say it takes to complete a character's story? 

(1 edit)

Never calculated, but I guess 10+ hours per guy?  It will depend on your own playing style since it is more of a game than visual novel. 

can't seem to find the email i'm supposed to send these to (know that i'm overlooking it >.>) but i got this exeption the scene where haato gets sick, and I called shuu instead of tocchan

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: DynamicImage u'char/shuu/base/[shuuexpress].webp': could not find image. (u'char/shuu/base/thinking.webp')

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

Full traceback:
  File "residentialdistrict.rpyc", line 261, in script call
  File "talkofficecomplex.rpyc", line 692, in script call
  File "screens.rpyc", line 1388, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "datingsystem.rpyc", line 1121, in script call
  File "main.rpyc", line 345, in script call
  File "joblist.rpyc", line 525, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 397, in script call
  File "nightevents.rpyc", line 289, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "officecomplex.rpyc", line 125, in script call
  File "talkmainnpc.rpyc", line 1047, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "main.rpyc", line 345, in script call
  File "dayevent.rpyc", line 610, in script call
  File "talkcommercialdistrict.rpyc", line 855, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 766, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "talkresidentialdistrict.rpyc", line 1218, in script call
  File "screens.rpyc", line 1551, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 345, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 345, in script call
  File "animejob.rpyc", line 811, in script call
  File "talkcommercialdistrict.rpyc", line 855, in script call
  File "screens.rpyc", line 1475, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "talkresidentialdistrict.rpyc", line 1218, in script call
  File "screens.rpyc", line 1551, in script call
  File "cinema.rpyc", line 284, in script call
  File "cinema.rpyc", line 550, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "dayevent.rpyc", line 857, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "talkcommercialdistrict.rpyc", line 1188, in script call
  File "screens.rpyc", line 1388, in script call
  File "talkofficecomplex.rpyc", line 692, in script call
  File "screens.rpyc", line 1388, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "cinema.rpyc", line 304, in script call
  File "cinema.rpyc", line 557, in script call
  File "screens.rpyc", line 1388, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 345, in script call
  File "mcroom.rpyc", line 519, in script call
  File "screens.rpyc", line 1475, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 541, in script call
  File "event_dispatcher.rpyc", line 297, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 345, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1047, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 345, in script call
  File "main.rpyc", line 345, in script call
  File "dayevent.rpyc", line 1179, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "cinema.rpyc", line 332, in script call
  File "cinema.rpyc", line 557, in script call
  File "screens.rpyc", line 1388, in script call
  File "main.rpyc", line 197, in script call
  File "main.rpyc", line 101, in script call
  File "generalspecialevents.rpyc", line 1918, in script call
  File "shuuspecial.rpyc", line 4476, in script
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\exports.py", line 1199, in say
    who(what, *args, **kwargs)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\character.py", line 566, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 3132, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 2055, in draw_screen
    renpy.config.screen_height,
  File "render.pyx", line 485, in renpy.display.render.render_screen
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\screen.py", line 669, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "accelerator.pyx", line 108, in renpy.display.accelerator.transform_render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\image.py", line 495, in render
    return wrap_render(self.target, width, height, st, at)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 717, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 331, in render
    surf = render(self.child, width, height, st, at)
  File "render.pyx", line 145, in renpy.display.render.render
  File "render.pyx", line 233, in renpy.display.render.render
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 1258, in render
    self.update(st, at)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 1247, in update
    child.visit_all(lambda c : c.per_interact())
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 513, in visit_all
    callback(self)
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\layout.py", line 1247, in <lambda>
    child.visit_all(lambda c : c.per_interact())
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\image.py", line 726, in per_interact
    self.find_target()
  File "C:\Users\evadi\AppData\Roaming\itch\apps\seiyuudanshi\SeiyuuDanshiBeta-pc\renpy\display\image.py", line 632, in find_target
    raise Exception(error)
Exception: DynamicImage u'char/shuu/base/[shuuexpress].webp': could not find image. (u'char/shuu/base/thinking.webp')

Windows-8-6.2.9200
Ren'Py 7.0.0.196
seiyuudanshifinal 0.12
Tue Sep 11 14:28:20 2018
[/code]

(1 edit)

Will fix in newer build. 

For bugs reporting, it is usually sent to e-mail meyaoigames@gmail.com, just in case you want to report more bugs =)

(1 edit)

i don't know is this an error or not but on tocchan route even though I got the superstar on my status I didn't get the happy ending instead i got the good ending . so please help

Should be fixed in latest version (just replay from the day of the Seiyuu Award).

Deleted 4 years ago

Try downloading the beta again. It should have been fixed in latest version. 

i max tocchan's heart and now im at september but i can't trigger the office sex scene. i have to do something or not.

It is on fanmeeting day. 

Hello, do you plan to launch on another platform or just on Itchio? 

I want to buy, but my country is a different currency and I do not have an international card.

(+1)

Just on itch.io for now. I don't know any other platform that might accept such a game lol xD 

i think is error to because the words keep repeating  it self.can you please fix it? thanks

Gonna fix in newer build.

Is this a bug? I've been talking to Toochan and going on dates for the past six months, but it's as if though the star bar is stuck just before 5 stars and we can't be lovers. How do I get to the final 5 star. Ive talked to him every single day for the past 6 months and I take him on dates every Sunday.

I'll take a look at it again tomorrow.

I have the same problem with Toru, I just need the last tiny sliver of the star. I keep talking to him day and night and take him on perfect dates and nothing. It's September in the game and I just passed the Aquarium date day, but alas we're not lovers.

You need to keep spending time during the daytime, not during weekends, to get the special events for him. People have been getting Toru's ending, so I don't think it's a bug.


Hi, im playing demo 2.00 when i found this error when i went to the ramen store near the VA school with Shiba. I tried reloading it but it didnt work.

[code]
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Sayer 'cook' is not defined.

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

Full traceback:
  File "residentialdistrict.rpyc", line 253, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "talkcommercialdistrict.rpyc", line 810, in script call
  File "talkcommercialdistrict.rpyc", line 815, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "talkcommercialdistrict.rpyc", line 1184, in script call
  File "screens.rpyc", line 1371, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "talkcommercialdistrict.rpyc", line 810, in script call
  File "talkofficecomplex.rpyc", line 694, in script call
  File "screens.rpyc", line 1371, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 515, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "talkcommercialdistrict.rpyc", line 851, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "joblist.rpyc", line 525, in script call
  File "main.rpyc", line 344, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "talkcommercialdistrict.rpyc", line 810, in script call
  File "main.rpyc", line 388, in script call
  File "nightevents.rpyc", line 328, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 515, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "mcroom.rpyc", line 518, in script call
  File "screens.rpyc", line 1458, in script call
  File "talkcommercialdistrict.rpyc", line 810, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "officecomplex.rpyc", line 125, in script call
  File "talkmainnpc.rpyc", line 1035, in script call
  File "talkcommercialdistrict.rpyc", line 851, in script call
  File "screens.rpyc", line 1458, in script call
  File "main.rpyc", line 344, in script call
  File "main.rpyc", line 344, in script call
  File "main.rpyc", line 344, in script call
  File "dayevent.rpyc", line 607, in script call
  File "main.rpyc", line 495, in script call
  File "event_dispatcher.rpyc", line 297, in script call
  File "shiba.rpyc", line 1028, in script
  File "C:\Users\Ben\Downloads\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\ast.py", line 624, in execute
    who = eval_who(self.who, self.who_fast)
  File "C:\Users\Ben\Downloads\SeiyuuDanshiExtendedDemo-2.0-pc\renpy\ast.py", line 537, in eval_who
    raise Exception("Sayer '%s' is not defined." % who.encode("utf-8"))
Exception: Sayer 'cook' is not defined.

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
seiyuudanshi 0.1
Fri Sep 07 23:44:56 2018
[/code]

Yeah, demo hasn't been updated again. It is already fixed in beta build.

(+1)

How do you change your lover's sexual preference? I know it says to allow them to take the initiative in both your sex life and everyday life but what exactly does that mean? Do I not call them or invite them on dates at all and instead they'll eventually be ones calling and asking Haato out on dates themselves? In foreplay mode instead of clicking the make love button, do I let them "take the initiative"?

Yeah, instead of using make love button, wait until he takes initiative.  

Hello to meet  secret characters we have to finish the game first with one principal character ?  

Secret character routes are not yet implemented. 

hello just wondering will i be able to unlock shuu's route once i purchase the full version of the game? i was just trying out the demo and i love it so much but i found that i'm not able to give my chocolate to shuu :( thanks so much for creating this game, by the way! the concept and the plot and the art are impeccable <3

Beta access is for the $48.99 tier. Pre-ordering the game will grant you access of the game build once it is finished as whole. 

I'm not sure where I should ask this, whether it be your email or anything else, but if I cannot pay patreon right away due to technical difficulties with my card, will my last pay for the $30 reward last month not count? The reward being "Get free copy of art / guide book for all our games (must be patron for at least 2 months)". This would be my second month as the "Insider", I wanted to do it right away this month (pay that is) but as I said, my card and patreon are giving me problems so I can't pay right now until this gets sorted.

If the pay goes through next month, then you'll still get the access.

Thank you! I was worried I wouldn't because of this.

Just notify me again during that time, either via e-mail (meyaoigames@gmail.com) / Patreon message with your Patreon username, so I can get the link to you asap =)

Excuse me I am still new here I wanted to ask a question about seiyuu danshi demo 2.00 can I ask if I can get the cg for shuu and toru I can't seem to pass through

(+1)

Well, because it is demo? It has limited game time because it is only a demo.

(+7)

Hey there! Is there a tentative release month? 

Deleted 2 years ago

You can report the bugs via e-mail to meyaoigames@gmail.com. Thanks!

Deleted 2 years ago

I received the following error message. I am on May 4th in Hikaru's route. I'm at the point where we're about to be intimate for the first time, but I get an error message after the game asks me do I want to complete the tutorial for foreplay mode T_T. I can't ignore the error message either. How can I fix this?

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "game/newforeplaymodehikaru.rpy", line 73, in execute
  File "game/newforeplaymodehikaru.rpy", line 73, in execute
  File "game/newforeplaymodehikaru.rpy", line 75, in execute
  File "game/newforeplaymodehikaru.rpy", line 1009, in execute
  File "game/newforeplaymodehikaru.rpy", line 1010, in execute
NameError: name 'ni' is not defined

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

Full traceback:
  File "residentialdistrict.rpyc", line 258, in script call
  File "talkmainnpc.rpyc", line 1047, in script call
  File "talkmainnpc.rpyc", line 1047, in script call
  File "main.rpyc", line 343, in script call
  File "joblist.rpyc", line 525, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1273, in script call
  File "talkmainnpc.rpyc", line 1047, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 395, in script call
  File "nightevents.rpyc", line 334, in script call
  File "main.rpyc", line 516, in script call
  File "event_dispatcher.rpyc", line 297, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "officecomplex.rpyc", line 125, in script call
  File "talkmainnpc.rpyc", line 1047, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "dayevent.rpyc", line 610, in script call
  File "main.rpyc", line 343, in script call
  File "mcroom.rpyc", line 766, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "talkcommercialdistrict.rpyc", line 814, in script call
  File "talkcommercialdistrict.rpyc", line 819, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "datingsystem.rpyc", line 1160, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "talkmainnpc.rpyc", line 1047, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "talkresidentialdistrict.rpyc", line 1227, in script call
  File "screens.rpyc", line 1546, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 343, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 343, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 516, in script call
  File "event_dispatcher.rpyc", line 297, in script call
  File "idol.rpyc", line 2926, in script call
  File "main.rpyc", line 343, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "dressupnew.rpyc", line 32, in script call
  File "main.rpyc", line 343, in script call
  File "main.rpyc", line 516, in script call
  File "event_dispatcher.rpyc", line 297, in script call
  File "main.rpyc", line 343, in script call
  File "dayevent.rpyc", line 1186, in script call
  File "main.rpyc", line 442, in script call
  File "datingsystem.rpyc", line 1369, in script call
  File "nightdating.rpyc", line 26, in script call
  File "newforeplaymodehikaru.rpyc", line 1428, in script
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\ast.py", line 1828, in execute
    self.call("execute")
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\ast.py", line 1816, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\statements.py", line 177, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 416, in execute_pause
    renpy.pause()
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\exports.py", line 1330, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 2649, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 3033, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 511, in visit_all
    d.visit_all(callback)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\screen.py", line 424, in visit_all
    callback(self)
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\core.py", line 3033, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\screen.py", line 434, in per_interact
    self.update()
  File "C:\Users\jasmi\Desktop\SeiyuuDanshiBeta-pc\renpy\display\screen.py", line 619, in update
    self.screen.function(**self.scope)
  File "game/newforeplaymodehikaru.rpy", line 73, in execute
  File "game/newforeplaymodehikaru.rpy", line 73, in execute
  File "game/newforeplaymodehikaru.rpy", line 75, in execute
  File "game/newforeplaymodehikaru.rpy", line 1009, in execute
  File "game/newforeplaymodehikaru.rpy", line 1010, in execute
  File "<screen language>", line 1010, in <module>
NameError: name 'ni' is not defined

Windows-XP-5.1.2600-SP3
Ren'Py 7.0.0.196

I thought I had fixed this one 0_0 (maybe I forgot to re-upload it...)

Will reupload later on this week (currently doing Tocchan's route so it can't even be played right now)

I redownloaded the game and it worked. I did not get a cg for this one though (the first time doing it cg). 

Hikaru's sex CGs are obtained if you manage to become lovers with him during matsuri festival. 

Viewing most recent comments 901 to 940 of 1,220 · Next page · Previous page · First page · Last page