Pmaria

Member
Mar 30, 2022
143
238
Probably the worst moving interface from any game ever created. Even packman or Cabal in the 80's had better interfaces. There is no way to view where is what...

Let's hope either the dev has a plan to fix this or stop creating games
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,118
46,037
Probably the worst moving interface from any game ever created. Even packman or Cabal in the 80's had better interfaces. There is no way to view where is what...

Let's hope either the dev has a plan to fix this or stop creating games
Don't tell me one of my favorite of teams pulled a pinkcake... please.
 
  • Hey there
Reactions: Pmaria

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,118
46,037
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/screens.rpy", line 917, in execute
  File "game/screens.rpy", line 917, in execute
  File "game/screens.rpy", line 921, in execute
  File "game/screens.rpy", line 931, in execute
  File "game/screens.rpy", line 931, in execute
  File "game/screens.rpy", line 935, in execute
  File "game/screens.rpy", line 747, in execute
  File "game/screens.rpy", line 747, in execute
  File "game/screens.rpy", line 756, in execute
  File "game/screens.rpy", line 759, in execute
  File "game/screens.rpy", line 765, in execute
  File "game/screens.rpy", line 768, in execute
  File "game/screens.rpy", line 799, in execute
  File "game/screens.rpy", line 935, in execute
  File "game/screens.rpy", line 938, in execute
  File "game/screens.rpy", line 1006, in execute
  File "game/screens.rpy", line 1014, in execute
  File "game/screens.rpy", line 1014, in keywords
  File "game/screens.rpy", line 1014, in <module>
ValueError: invalid literal for int() with base 10: 'a'

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

Full traceback:
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
    $ ui.interact()
  File "H:\Euphoria-1.01c-pc\renpy\ast.py", line 1138, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "H:\Euphoria-1.01c-pc\renpy\python.py", line 1122, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
    $ ui.interact()
  File "H:\Euphoria-1.01c-pc\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "H:\Euphoria-1.01c-pc\renpy\display\core.py", line 3499, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "H:\Euphoria-1.01c-pc\renpy\display\core.py", line 3969, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\Euphoria-1.01c-pc\renpy\display\core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "H:\Euphoria-1.01c-pc\renpy\display\core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  File "H:\Euphoria-1.01c-pc\renpy\display\core.py", line 605, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "H:\Euphoria-1.01c-pc\renpy\display\screen.py", line 476, in visit_all
    callback(self)
  File "H:\Euphoria-1.01c-pc\renpy\display\core.py", line 3969, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "H:\Euphoria-1.01c-pc\renpy\display\screen.py", line 487, in per_interact
    self.update()
  File "H:\Euphoria-1.01c-pc\renpy\display\screen.py", line 680, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 917, in execute
  File "game/screens.rpy", line 917, in execute
  File "game/screens.rpy", line 921, in execute
  File "game/screens.rpy", line 931, in execute
  File "game/screens.rpy", line 931, in execute
  File "game/screens.rpy", line 935, in execute
  File "game/screens.rpy", line 747, in execute
  File "game/screens.rpy", line 747, in execute
  File "game/screens.rpy", line 756, in execute
  File "game/screens.rpy", line 759, in execute
  File "game/screens.rpy", line 765, in execute
  File "game/screens.rpy", line 768, in execute
  File "game/screens.rpy", line 799, in execute
  File "game/screens.rpy", line 935, in execute
  File "game/screens.rpy", line 938, in execute
  File "game/screens.rpy", line 1006, in execute
  File "game/screens.rpy", line 1014, in execute
  File "game/screens.rpy", line 1014, in keywords
  File "game/screens.rpy", line 1014, in <module>
ValueError: invalid literal for int() with base 10: 'a'

Windows-10-10.0.19045 AMD64
Ren'Py 8.1.0.23050101
Euphoria e1.01c
Fri May  5 18:15:30 2023
That's an odd error right there. "a" certainly isn't an integer which is what the function int() pulls. Is that correct that you're getting that from the Save screen? The only "a" in normal RenPy save screens is the automatic save page reference.

Edit: Nevermind... seems it was a massive bug (how in the world did that get past testing?). Patch here should fix it up from what I gather from posts.
 

ELev8

Newbie
Feb 13, 2022
40
126
Probably the worst moving interface from any game ever created. Even packman or Cabal in the 80's had better interfaces. There is no way to view where is what...

Let's hope either the dev has a plan to fix this or stop creating games
Alright hot shot, please create a game with a great moving interface, and imma slap you in the face with the same comment as yours if i don't find it great.

Game just literally released today and you whining like a bitch :ROFLMAO:
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,118
46,037
[VN] [Ren'Py] u4ia [Episode 1.01c BugFix] [DriftyGames] [MinQ, MyRepack-YAC]

View attachment 2598542

Original size: 1.55GB
Repack size: 206MB

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

PC = / / PixelDrain / Workupload / /

Notice: Initial release has saves problem, if you have it just use BugFix (2.05MB) from below link.
BugFix = or here.

Added UQ Edition in below spoiler for those that prefer Quality focused repack (505MB).
You don't have permission to view the spoiler content. Log in or register now.

Ren'py Tutorial on how to create PC/MacOS build.
To find my repacks use search function and just type MyRepack (much better search results than Compressed).
Thanks for the share BaasB :cool:

Click LIKE (y) if you find my post useful :love:
Thanks for doing this bud. I'll DL and see what all the fuss is about. If it's on par with LoF then I'll mod the heck out of it. Regards.
 

Pmaria

Member
Mar 30, 2022
143
238
Alright hot shot, please create a game with a great moving interface, and imma slap you in the face with the same comment as yours if i don't find it great.

Game just literally released today and you whining like a bitch :ROFLMAO:
Get a life lad. From your writing seems that you are 12 years old. So get a life and eat some icecream
 

Sancho1969

Message Maven
Modder
Donor
Jan 19, 2020
12,118
46,037
Meh, he's already planning a Steam add-on walkthrough. I'm having flashbacks here... not getting warm fuzzies.
Python:
menu:
    "Of course. [wt_menu1]":
 
4.20 star(s) 25 Votes