I usually play your games on my laptop. But I tried to download the mobile version and play it on my phone. And strangely it's not compatible.. I thought it was because of my storage, but no. I think the mobile version is problematic on many devices.. I wish I could play it on my phone tho because it's simpler. But thanks for the update wolfstar. Sorry for the long yapping lol
Howlies Mori10, we apologize for the inconvenience you're experiencing with the game. Are you able to use the other formats of the game build (PC or Mac)? Thank you for your interest in House of Beef!
Unfortunately, I have no other device to try play this on. I only have my phone. If it helps, my phone is Android 14. Since it's a compatibility issue like what's shown in the pic, maybe that's the cause.
Can someone help me? I have the following problem: after the main character says goodbye to San after that part where he gets stuck and finds Dozer and Chuck in the bathroom, the game gives me the following error:
[code]
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/BG/07-Showers Room1/SHWR1-BKG1B.png'>:
When I went to go check to see if there's an update to the game so I can clean the story and show me this and I try to every two days and it keeps showing me this and now I can't get it again I tried off the app but I can only get it off the website but they still prefer the app so I can check updates because I have problems with it when it tries to download on the website sometimes not all the time I do truly love this game
Ok, I know you're going to hate me for this, but god, they're wasting so much potential with this game. I mean, they have these ultra-masculine characters in a super homoerotic setting—literally, the possibilities are endless—but instead, they give us unnecessary explanations, double entendre jokes, and insinuations that NEVER lead to anything.
The game basically boils down to waking up, going to the gym, fantasizing about the other guys, having one of them flirt with you, making a double entendre joke, and then going home to rest—over and over for several days. Honestly, the story feels stuck. I was expecting the game to be more like the comics. 😔
I agree with you. I have been keeping up with this VN for the past 4 years & it does feel like very little has happened plot wise. The only big thing was Julian & his idol bear becoming lovers--that barely happened last year.
Howlies WolfBearHybrid, would you mind providing more details about the issue you are having, along with any screenshots you can take? Thank you in advance, and we apologize for any inconvenience you are experiencing.
I think it's Sarge, but I could be wrong. I am guessing because Julien has been obsessed with him; he even has a poster on his wall. Overall, hope there's an orgy where everyone is naked on Julian's birthday
I was recently able to finish the patreon version I had, god, the quality of the visuals in the game are amazing, I'm really happy.
At the moment it's a good 4 stars on my list, however, I think it has a little “problem”.
Without going into spoilers. I love the character relationships and the scenes in Julian's mind are super fun, but I think there are times where it feels like the pacing is a bit “slow”. I mean, sometimes I feel like some things are just filler, they don't lead to anything or are just there to kill some time, conversations that are just redundant or explanations about things that don't really matter much in the plot. That there is no plot line to follow (apart from Sarge and Julian) makes everything else feel like just passing time in random activities, fun but still just that, activities without much importance.
I am aware that this is a work in progress and this could be fixed in the future. I just wanted to leave a little constructive criticism.
Congrats on all you have done. I can't wait to continue to see how Julian survives his work days hahaha.
← Return to game
Comments
Log in with itch.io to leave a comment.
House of beef is saying its not compatible with my android phone when im downloading the android version
I'm sorry for the inconvenience. Are you able to play either the PC or Mac versions?
Sadly no my android all I got
I usually play your games on my laptop. But I tried to download the mobile version and play it on my phone. And strangely it's not compatible.. I thought it was because of my storage, but no. I think the mobile version is problematic on many devices.. I wish I could play it on my phone tho because it's simpler. But thanks for the update wolfstar. Sorry for the long yapping lol
thats just sad
Howlies Mori10, we apologize for the inconvenience you're experiencing with the game. Are you able to use the other formats of the game build (PC or Mac)? Thank you for your interest in House of Beef!
Unfortunately, I have no other device to try play this on. I only have my phone. If it helps, my phone is Android 14. Since it's a compatibility issue like what's shown in the pic, maybe that's the cause.
Regrettably my knowledge of troubleshooting APK issues is extremely limited. There maybe a reddit post who can help in the near future.
The Patreon Pages y'all have which one has the Full game with current update or is 1.73 the most current.
Version 1.81 available on Braford's Patreon is the most current update.
Thank you Wolfstar
Can someone help me? I have the following problem:
after the main character says goodbye to San after that part where he gets stuck and finds Dozer and Chuck in the bathroom, the game gives me the following error:
[code]
I'm sorry, but an uncaught exception occurred.
While loading <'Image' u'images/BG/07-Showers Room1/SHWR1-BKG1B.png'>:
File "game/Day4.rpy", line 201, in script
IOError: Couldn't find file 'images/BG/07-Showers Room1/SHWR1-BKG1B.png'.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/Day4.rpy", line 201, in script
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\ast.py", line 1275, in execute
renpy.exports.with_statement(trans, paired)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\exports.py", line 1376, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\core.py", line 2062, in do_with
clear=clear)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\core.py", line 2492, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\core.py", line 2845, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\core.py", line 1921, in draw_screen
renpy.config.screen_height,
File "renpy/display/render.pyx", line 416, in renpy.display.render.render_screen (gen\renpy.display.render.c:6687)
rv = render(root, width, height, 0, 0)
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2859)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\layout.py", line 685, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3321)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2859)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\transition.py", line 361, in render
top = render(self.new_widget, width, height, st, at)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3321)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2859)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\layout.py", line 685, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3321)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2859)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\layout.py", line 685, in render
surf = render(child, width, height, cst, cat)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3321)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2859)
rv = d.render(widtho, heighto, st, at)
File "renpy/display/accelerator.pyx", line 108, in renpy.display.accelerator.transform_render (gen\renpy.display.accelerator.c:2027)
cr = render(child, widtho, heighto, st - self.child_st_base, at)
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2859)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\image.py", line 294, in render
return wrap_render(self.target, width, height, st, at)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\image.py", line 125, in wrap_render
rend = render(child, w, h, st, at)
File "renpy/display/render.pyx", line 103, in renpy.display.render.render (gen\renpy.display.render.c:3321)
cpdef render(d, object widtho, object heighto, double st, double at):
File "renpy/display/render.pyx", line 185, in renpy.display.render.render (gen\renpy.display.render.c:2859)
rv = d.render(widtho, heighto, st, at)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\im.py", line 473, in render
im = cache.get(self)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\im.py", line 200, in get
surf = image.load()
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\display\im.py", line 524, in load
surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
File "C:\Users\Mauricio Pisani\Desktop\pastas\ITCH 2\HouseofBeef-1.73-pc\renpy\loader.py", line 543, in load
raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'images/BG/07-Showers Room1/SHWR1-BKG1B.png'.
Windows-8-6.2.9200
Ren'Py 6.99.12.2.2029
House of Beef 1.73
[/code]
After that the game doesn't progress anymore.
Can someone help me!!!!!!
keep hitting ignore until it continues
At this junction, that's the best solution. We are resolving the issue in the meantime.
Ok, I know you're going to hate me for this, but god, they're wasting so much potential with this game. I mean, they have these ultra-masculine characters in a super homoerotic setting—literally, the possibilities are endless—but instead, they give us unnecessary explanations, double entendre jokes, and insinuations that NEVER lead to anything.
The game basically boils down to waking up, going to the gym, fantasizing about the other guys, having one of them flirt with you, making a double entendre joke, and then going home to rest—over and over for several days. Honestly, the story feels stuck. I was expecting the game to be more like the comics. 😔
I agree with you. I have been keeping up with this VN for the past 4 years & it does feel like very little has happened plot wise. The only big thing was Julian & his idol bear becoming lovers--that barely happened last year.
sorry but I have a question. Is the latest version on Patreon ?
Yeah I think so. Not sure how much further it is ahead of 1.73
weird... can't download the update through the app..
Howlies WolfBearHybrid,
would you mind providing more details about the issue you are having, along with any screenshots you can take? Thank you in advance, and we apologize for any inconvenience you are experiencing.
It's not showing up to download the update in the itch app, but it shows that you updated the version.
You need to tag the platforms.
Does the main character have a love interest yet guys?
I think it's Sarge, but I could be wrong. I am guessing because Julien has been obsessed with him; he even has a poster on his wall. Overall, hope there's an orgy where everyone is naked on Julian's birthday
Sarge, the bear in the red mankini you saw in fantasies & Julian/MC's bedroom poster, is the main love interest.
I was recently able to finish the patreon version I had, god, the quality of the visuals in the game are amazing, I'm really happy.
At the moment it's a good 4 stars on my list, however, I think it has a little “problem”.
Without going into spoilers. I love the character relationships and the scenes in Julian's mind are super fun, but I think there are times where it feels like the pacing is a bit “slow”. I mean, sometimes I feel like some things are just filler, they don't lead to anything or are just there to kill some time, conversations that are just redundant or explanations about things that don't really matter much in the plot. That there is no plot line to follow (apart from Sarge and Julian) makes everything else feel like just passing time in random activities, fun but still just that, activities without much importance.
I am aware that this is a work in progress and this could be fixed in the future. I just wanted to leave a little constructive criticism.
Congrats on all you have done. I can't wait to continue to see how Julian survives his work days hahaha.