Roommates BETA! 0.9.6 (25.02.2014)

A dating / life sim for all tastes set in college http://www.winterwolves.com/roommates.htm
Post Reply
User avatar
jack1974
Pack leader
Posts: 15095
Joined: Thu Jun 16, 2005 4:43 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by jack1974 »

Xanom. wrote:Working through intro as Max (demo version), got +5 with Anne and Sally, spoke to Iz in cafeteria, saved, chose tasks for week.

Chose study, art shop, study, … . Processed first study and art shop, then got exception:

Rolled back and it processed it successfully.
Ahh damn, my fault, added a one line for study and forgot the %% rule. Will fix it now :oops:
User avatar
jack1974
Pack leader
Posts: 15095
Joined: Thu Jun 16, 2005 4:43 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by jack1974 »

I fixed the %% bug but didn't update the version number since was a superquick fix :)
User avatar
Miakoda
Elder Druid
Posts: 880
Joined: Sat Sep 28, 2013 8:05 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by Miakoda »

Okay, the newest patch fixed the problem where I couldn't see the gallery pictures with Isabella and Anne's CG's.

However, if you go from the Main page to the gallery, or from the Gallery to one of the Isabella CG's, it still shows in the upper left corner in red letters:
Image 'i_main' not found


Oh, and as for what some may see as a sad ending, I would like to point out that as it is college, the majority of relationships do tend to end with graduation, so this isn't a problem to me ;)
User avatar
jack1974
Pack leader
Posts: 15095
Joined: Thu Jun 16, 2005 4:43 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by jack1974 »

Thanks will check what is that i_main bug :)
Regarding the sad ending I agree, Maelora was talking specifically that most recent GxG have sad/bittersweet ending and he/she is right, I totally didn't realize it :oops: Continued the discussion here: viewtopic.php?f=2&t=3237
User avatar
Miakoda
Elder Druid
Posts: 880
Joined: Sat Sep 28, 2013 8:05 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by Miakoda »

jack1974 wrote:Thanks will check what is that i_main bug :)
I can try and get a screen capture of the bug to show what it looks like.. However, sorry it isn't something I can send you a save file as it only appears (at least for me) when I transition from the Main Menu to the Gallery, or the Gallery to an unlocked scene.
User avatar
jack1974
Pack leader
Posts: 15095
Joined: Thu Jun 16, 2005 4:43 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by jack1974 »

Np, I found the problem already, thanks for spotting it :)
User avatar
Miakoda
Elder Druid
Posts: 880
Joined: Sat Sep 28, 2013 8:05 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by Miakoda »

jack1974 wrote:Np, I found the problem already, thanks for spotting it :)
Hope not to get on your bad side, but found one more thing you may wish to check into.

If you click on one of the revealed CG's (for me it is the Isabella ones. I tried both after closing the game)), and the go back to the Main Menu, everything seems fine. If you go back into the Gallery Screen once more, the week blue bars are still on the Gallery screen. Um, if that doesn't make sense, I can also screen capture that as well.

I really seem to find some of these weird bugs at times *thinks of the Spirited Heart one*
Last edited by Miakoda on Sat Feb 15, 2014 3:33 pm, edited 1 time in total.
suburbantimewaster
Young scout
Posts: 28
Joined: Mon Apr 30, 2012 5:40 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by suburbantimewaster »

I'm sorry, but an uncaught exception occurred.
Spoiler:
While running game code:
File "game/scheduler.rpy", line 321, in script
File "renpy/common/000statements.rpy", line 447, in python
IOError: Couldn't find file 'gfx/scheduler/BTN_Stats.png'.

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

Full traceback:
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\execution.py", line 294, in run
node.execute()
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\ast.py", line 1597, in execute
self.call("execute")
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\ast.py", line 1615, in call
renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\statements.py", line 144, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 447, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\exports.py", line 1957, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\ui.py", line 237, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\core.py", line 1993, in interact
repeat, rv = self.interact_core(preloads=preloads, **kwargs)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\core.py", line 2311, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\core.py", line 1530, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 365, in renpy.display.render.render_screen (gen\renpy.display.render.c:5300)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\layout.py", line 536, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\layout.py", line 536, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\layout.py", line 536, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\screen.py", line 295, in render
child = renpy.display.render.render(self.child, w, h, st, at)
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\layout.py", line 536, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\layout.py", line 662, in render
surf = render(d, rw, height - y, cst, cat)
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\behavior.py", line 537, in render
rv = super(Button, self).render(width, height, st, at)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\layout.py", line 903, in render
st, at)
File "render.pyx", line 95, in renpy.display.render.render (gen\renpy.display.render.c:2764)
File "render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:2491)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\im.py", line 463, in render
im = cache.get(self)
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\im.py", line 196, in get
surf = image.load()
File "C:\Users\Corrrine\Downloads\Roommates-0.8.2-all\Roommates-0.8.2-all\renpy\display\im.py", line 516, in load
raise e
IOError: Couldn't find file 'gfx/scheduler/BTN_Stats.png'.

Windows-7-6.1.7601-SP1
Ren'Py 6.17.0.271
0.8.5
That message keeps showing up whenever I get to the scheduler part of the game. When I ignore it, I can't pick my schedule.
User avatar
jack1974
Pack leader
Posts: 15095
Joined: Thu Jun 16, 2005 4:43 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by jack1974 »

Miakoda wrote:If you click on one of the revealed CG's (for me it is the Isabella ones. I tried both after closing the game)), and the go back to the Main Menu, everything seems fine. If you go back into the Gallery Screen once more, the week blue bars are still on the Gallery screen. Um, if that doesn't make sense, I can also screen capture that as well.
Uhm yes can you send a screencap, I tried here and seems to work fine!

suburbantimewaster : Try to redownload the .zip, seems like you are playing version 0.8.2 with 0.8.5 code, and that is not possible! (maybe you tried to use the webupdater?)
User avatar
Miakoda
Elder Druid
Posts: 880
Joined: Sat Sep 28, 2013 8:05 pm

Re: Roommates BETA! 0.8.5 (15.02.2014)

Post by Miakoda »

Alright, found the problem feature. If you happen to right mouse click out of the CG, it sends you back to the Main Menu. Then, going to the Gallery once more leaves the Blue Schedule Box.

If you let the CG scene run normally to the end, it works properly. If one happens to right mouse click out of it, then go back to gallery, that's when it appears.
Last edited by Miakoda on Sat Feb 15, 2014 3:44 pm, edited 1 time in total.
Post Reply