CallMeHuff

Member
Feb 17, 2023
190
558
208
I'm frustrated. I've visited the school at midnight 20 times before the random event finally triggered, and what happens? I click on accident and fail a dumb minigame, locking me in, unable to rollback. Now what? click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, click, Just for another chance to trigger a random event. Please, let us roll back or make the event more regular.
 
  • Like
Reactions: GenkuZ4

YuzuruRIN

The last year Dev
Game Developer
Jun 1, 2020
98
238
119
I'm using win 11 and the game keeps crashing, I think win 10 will be better
I’m using win 11 too, and it works fine for me.
The issue happens when switching between languages. If you get this error, try changing the language to Thai or English to get past that part.
 

foolisssh

New Member
Sep 7, 2025
1
2
3
i knew this game from fb group, and actually i like this one, problem just little hard and the timer are little fast i guess...
for trying to '' grope gwen '' when she too much drunk
but overall i like it
 

jones17188

New Member
Sep 16, 2025
5
1
13
I'm kind of fed up with this random event. If it's truly a $20\%$ chance like I read in the discussion, then it's even more frustrating. I don't think visual novels need this kind of setup, especially after I've had to page up and repeatedly click more than 20 times.
 

YuzuruRIN

The last year Dev
Game Developer
Jun 1, 2020
98
238
119
The Last Year Version 0.5.1 is now available for free download!

What’s included in this update:
- Chapter 2 story content for Sakura and Reina
- Up to 8 H-scene animations
- New credit-earning mini-games: Blackjack app and a Stock Trading app
- Fixed an issue where inviting Sakura back to the room would not trigger properly
- Updated location icon UI on the map
- Removed unnecessary images from early story sections to reduce the game size
- Adjusted Yuri’s RNG quest to a 70% trigger chance
new-update-5.png
Thank you to everyone for your support us
 
  • Yay, update!
Reactions: Zektril

BlindPyrate

Member
Compressor
Feb 25, 2018
262
2,001
291
[Compressed] The Last Year [v0.5.1] [YuzuruRIN]

Win/Linux [507 MB]
- - -

Mac [504 MB]
- - -

Android [514 MB]
- - -

You don't have permission to view the spoiler content. Log in or register now.

Enjoy!
If you liked it, please drop a like or follow my uploads for more compressions.
 
Last edited:

johanes

Member
May 14, 2017
285
271
216
what the heck so many bugs popping out... im so curious to unren this and check for myself why its doing this.

EDIT: ... omg the if's.... and this is just 1 rpy file... also why the heck are you importing datetime.
 
Last edited:

johanes

Member
May 14, 2017
285
271
216
Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 25, in script
    $ simulate_initial_market()
  File "game/script.rpy", line 25, in <module>
    $ simulate_initial_market()
  File "game/minigame/stockApp.rpy", line 22, in simulate_initial_market
    update_stock_prices()
  File "game/minigame/stockApp.rpy", line 39, in update_stock_prices
    price_history[name].append(new_price)
KeyError: 'FWDT'

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

Full traceback:
  File "game/script.rpy", line 25, in script
    $ simulate_initial_market()
  File "D:\HGames\TheLastYear-0.5.1-pc\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\HGames\TheLastYear-0.5.1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 25, in <module>
    $ simulate_initial_market()
  File "game/minigame/stockApp.rpy", line 22, in simulate_initial_market
    update_stock_prices()
  File "game/minigame/stockApp.rpy", line 39, in update_stock_prices
    price_history[name].append(new_price)
KeyError: 'FWDT'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
The Last Year 0.5.1
Sat Dec 20 08:42:40 2025
```
alright, im basically in the 1st 5min of the game and ive seen this bug multiple times. it happens everytime, the ingame time change(morning,afternoon,evening, etc)... after commenting the

$ update_stock_prices()



it hasnt happened anymore... my guess is in the minigame app.rpy its calling an invalid dictionary where the keyword doesnt exist yet. Their is alot wrong with this code base... but lets tackel it 1 at a time.
 

johanes

Member
May 14, 2017
285
271
216
stockApp.rpy is utterly broken... your calling variables that hasnt properly initialized. calling data outside of the scope. data only existed in 1 function, you cant call data again while in another function specially if you didnt pass it as part of the argument.
 

YuzuruRIN

The last year Dev
Game Developer
Jun 1, 2020
98
238
119
Code:
```
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 25, in script
    $ simulate_initial_market()
  File "game/script.rpy", line 25, in <module>
    $ simulate_initial_market()
  File "game/minigame/stockApp.rpy", line 22, in simulate_initial_market
    update_stock_prices()
  File "game/minigame/stockApp.rpy", line 39, in update_stock_prices
    price_history[name].append(new_price)
KeyError: 'FWDT'

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

Full traceback:
  File "game/script.rpy", line 25, in script
    $ simulate_initial_market()
  File "D:\HGames\TheLastYear-0.5.1-pc\renpy\ast.py", line 821, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "D:\HGames\TheLastYear-0.5.1-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "game/script.rpy", line 25, in <module>
    $ simulate_initial_market()
  File "game/minigame/stockApp.rpy", line 22, in simulate_initial_market
    update_stock_prices()
  File "game/minigame/stockApp.rpy", line 39, in update_stock_prices
    price_history[name].append(new_price)
KeyError: 'FWDT'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.2.24090902
The Last Year 0.5.1
Sat Dec 20 08:42:40 2025
```
alright, im basically in the 1st 5min of the game and ive seen this bug multiple times. it happens everytime, the ingame time change(morning,afternoon,evening, etc)... after commenting the

$ update_stock_prices()



it hasnt happened anymore... my guess is in the minigame app.rpy its calling an invalid dictionary where the keyword doesnt exist yet. Their is alot wrong with this code base... but lets tackel it 1 at a time.
Yes, I know now. If you open the stock app before changing the time, the bug won’t occur. I only found out after someone reported it.
 
4.30 star(s) 3 Votes