itch.io Spring Selects Series A
On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

That1UnoriginalAmerican

1
Posts
11
Following
A member registered Feb 27, 2018 · View creator page →

Recent community posts

(1 edit)

Hi, I've been stalking this game for awhile now I bought the beta and I finished Toru's route it was gr8, I raged quit like once cuz of a bug being a cockblock during foreplay mode where I couldn't give Toru a hickey, I almost cried. Anyway, I'm playing on Shuu's route and I've come across this one weird bug I don't know, maybe this was already brought to your attention but it's weird. I went to the restaurant and talked to Shuu and the background switched to the background of the bookstore and I thought it was funny cuz they're eating food at a bookstore lmao. But then this popped up: 

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

While running game code:
Exception: Switch could not choose a displayable.

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

Full traceback:
  File "lib/windows-i686/residentialdistrict.rpyc", line 261, in script call
  File "lib/windows-i686/talkcommercialdistrict.rpyc", line 810, in script call
  File "lib/windows-i686/talkcommercialdistrict.rpyc", line 815, in script call
  File "lib/windows-i686/mcroom.rpyc", line 515, in script call
  File "lib/windows-i686/screens.rpyc", line 1469, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/joblist.rpyc", line 525, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/talkcommercialdistrict.rpyc", line 477, in script call
  File "lib/windows-i686/screens.rpyc", line 1382, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 388, in script call
  File "lib/windows-i686/nightevents.rpyc", line 334, in script call
  File "lib/windows-i686/talkmainnpc.rpyc", line 1273, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/officecomplex.rpyc", line 125, in script call
  File "lib/windows-i686/talkmainnpc.rpyc", line 1047, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/dayevent.rpyc", line 610, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/talkcommercialdistrict.rpyc", line 477, in script call
  File "lib/windows-i686/screens.rpyc", line 1382, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/cinema.rpyc", line 280, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 344, in script call
  File "lib/windows-i686/main.rpyc", line 495, in script call
  File "lib/windows-i686/event_dispatcher.rpyc", line 297, in script call
  File "lib/windows-i686/dressupnew.rpyc", line 32, in script call
  File "lib/windows-i686/main.rpyc", line 495, in script call
  File "lib/windows-i686/event_dispatcher.rpyc", line 297, in script call
  File "lib/windows-i686/shuu.rpyc", line 3171, in script
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\ast.py", line 652, in execute
    renpy.exports.say(who, what, interact=self.interact, *args, **kwargs)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\exports.py", line 1180, in say
    who(what, *args, **kwargs)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\character.py", line 1016, in __call__
    self.do_display(who, what, cb_args=self.cb_args, **display_args)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\character.py", line 817, in do_display
    **display_args)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\ui.py", line 287, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\display\core.py", line 3118, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\display\core.py", line 2041, 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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\display\screen.py", line 661, 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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-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\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\display\layout.py", line 1257, in render
    self.update(st, at)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\display\layout.py", line 1244, in update
    child, redraw = self.function(st, at, *self.args, **self.kwargs)
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\display\layout.py", line 1315, in condition_switch_show
    return condition_switch_pick(switch), None
  File "C:\Users\sunny\Downloads\seiyuudanshi-windows-beta\SeiyuuDanshi-Toru&Shuu1.0-pc\renpy\display\layout.py", line 1311, in condition_switch_pick
    raise Exception("Switch could not choose a displayable.")
Exception: Switch could not choose a displayable.

Windows-8-6.2.9200
Ren'Py 6.99.14.3.3347
seiyuudanshi 1.0
Fri May 25 23:18:55 2018
[/code]

And I was like, "Oh". Pressing reload didn't work, it still popped up, so I sucked my breath and pressed ignore (I'm thirsty for Shuu, okay) and so far they're still eating at the bookstore idk what I was expecting. But yeah, also thanks for making this game, if anything else pops up I'll be happy to report it. \(^w^)/