vicaut

Member
Oct 20, 2017
163
103
How can i fix getting talent points for psychology 4 and 5? When i hit research the time moves not on, but my percentage does. It is far over 100%. Even at 1000% i still don't get a talent point
 

kirkuloid

Newbie
Sep 13, 2017
46
21
Found this when at the gym with Ida and working on the legs while wearing x-ray glasses.

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

While loading <'Image' u'gym/legs/idagymlegsglass10.jpg'>:
  File "game/home_actions.rpy", line 150, in script call
    call research_xp_gain(2) from _call_research_xp_gain_4
  File "game/home_actions.rpy", line 129, in script call
    call research_xp_gain(2) from _call_research_xp_gain_1
  File "game/home_actions.rpy", line 134, in script call
    call research_xp_gain(4) from _call_research_xp_gain_2
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/home_actions.rpy", line 129, in script call
    call research_xp_gain(2) from _call_research_xp_gain_1
  File "game/idagymdatesecond.rpy", line 487, in script
    with Dissolve(1)
IOError: Couldn't find file 'gym/legs/idagymlegsglass10.jpg'.

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

Full traceback:
  File "game/home_actions.rpy", line 150, in script call
    call research_xp_gain(2) from _call_research_xp_gain_4
  File "game/home_actions.rpy", line 129, in script call
    call research_xp_gain(2) from _call_research_xp_gain_1
  File "game/home_actions.rpy", line 134, in script call
    call research_xp_gain(4) from _call_research_xp_gain_2
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/McOfficeController.rpy", line 383, in script call
    call research_xp_gain(6) from _call_research_xp_gain_9
  File "game/home_actions.rpy", line 129, in script call
    call research_xp_gain(2) from _call_research_xp_gain_1
  File "game/idagymdatesecond.rpy", line 487, in script
    with Dissolve(1)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\core.py", line 3194, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\core.py", line 2094, in draw_screen
    renpy.config.screen_height,
  File "renpy/display/render.pyx", line 490, in renpy.display.render.render_screen (gen\renpy.display.render.c:6805)
    rv = render(root, width, height, st, st)
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\transition.py", line 361, in render
    top = render(self.new_widget, width, height, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\layout.py", line 722, in render
    surf = render(child, width, height, cst, cat)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "accelerator.pyx", line 110, in renpy.display.accelerator.transform_render
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\image.py", line 500, in render
    return wrap_render(self.target, width, height, st, at)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\image.py", line 306, in wrap_render
    rend = render(child, w, h, st, at)
  File "renpy/display/render.pyx", line 166, in renpy.display.render.render (gen\renpy.display.render.c:4075)
    cpdef render(d, object widtho, object heighto, double st, double at):
  File "renpy/display/render.pyx", line 259, in renpy.display.render.render (gen\renpy.display.render.c:3520)
    rv = d.render(widtho, heighto, st, at)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\im.py", line 583, in render
    return cache.get(self, render=True)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\im.py", line 266, in get
    surf = image.load()
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\display\im.py", line 628, in load
    surf = renpy.display.pgrender.load_image(renpy.loader.load(self.filename), self.filename)
  File "D:\VN\High Rise Climb\HighRiseClimb-0.8a-pc\HighRiseClimb-0.8a-pc\renpy\loader.py", line 576, in load
    raise IOError("Couldn't find file '%s'." % name)
IOError: Couldn't find file 'gym/legs/idagymlegsglass10.jpg'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
High-Rise Climb 0.8b
Sat Jul 04 07:15:13 2020
```
Apparently, the file is saved as a png, not a jpg. I already fixed it for myself on my own end, but just in case anyone else runs into this, now you know.
 

Luxter

Member
Apr 23, 2018
165
107
Can someone upload an Android version with the scene replay and all scenes unlocked mod already in it? Please and thanks!
 

gregers

Forum Fanatic
Dec 9, 2018
4,436
5,607
Another scene o am not able to trigger is Bailey bedroom sex. Any suggestions?
You need to have had the quickie in the bathroom. Go to her room in the evening and offer a massage (needs rel 30+ for her to accept), then press your advantage.

How can i fix getting talent points for psychology 4 and 5? When i hit research the time moves not on, but my percentage does. It is far over 100%. Even at 1000% i still don't get a talent point
Psych levels were borked in 0.8a. Make sure you download and apply the 0.8b patch from the OP.
 

gregers

Forum Fanatic
Dec 9, 2018
4,436
5,607
i download the part 1 pc virson and there is not exe file in it
You need both parts of the rar file from OP). Download them together, unrar with something like 7-Zip, and you should be good to go.
(Don't neglect to apply the patch afterwards.)
 

Lorenz1

Active Member
Nov 1, 2017
883
2,347
Dear God, writing in the new update is terrible. Copypaste from the margin call I can forgive, but how can one copy-paste with so many typos and grammar mistakes? The word 'quarantine' was written in every way possible except for the correct one.

Other than than, I can hardly find new content in the game. Corona event and that's pretty much it. If I am wrong, what do I miss?

For months in a development, update is disappointing.
 

@rjOs123@@

New Member
Jul 3, 2020
2
1
How can I fix it

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/AliceBedActions.rpy", line 157, in script
jump alice_bedroom
ScriptError: could not find label 'alice_bedroom'.

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

Full traceback:
File "game/AliceBedActions.rpy", line 157, in script
jump alice_bedroom
File "C:\Users\owner\Downloads\High rise climb\HighRiseClimb-0.8a-pc\renpy\ast.py", line 1697, in execute
rv = renpy.game.script.lookup(target)
File "C:\Users\owner\Downloads\High rise climb\HighRiseClimb-0.8a-pc\renpy\script.py", line 898, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'alice_bedroom'.

Windows-8-6.2.9200
Ren'Py 7.3.5.606
High-Rise Climb 0.8b
Sun Jul 05 09:39:23 2020
 

Ernanda

Newbie
Dec 31, 2017
65
150
I do not get futher talent points. I am at level 14 with a progress of 2140%. Ist there a fix? If I understand the update correctly, there should be Psychology IV and V available.
 
  • Like
Reactions: vicaut

Porcinet

Member
Oct 12, 2019
163
67
Dunno if it was asked but i'm wondering if there is a console commande for morale and hygiene ?
 

gregers

Forum Fanatic
Dec 9, 2018
4,436
5,607
Dunno if it was asked but i'm wondering if there is a console commande for morale and hygiene ?
Code:
will_stat=230
hygiene_stat=100
Once you advance your research enough (and pick up the extra vehicles), morale and hygiene cease to be much of an issue.
 
  • Like
Reactions: Porcinet
3.90 star(s) 110 Votes