3.50 star(s) 45 Votes

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
I did buy it on Steam, and playing it on Steam. When I buy a "finished" game, not one on EA, I expect my work to not be completely lost mid-playthrough. I am not sure having an attitude about it is going to help here.
There is a difference between "attitude" and when I'm faced with something unreasonable mate. Given the amount of work that went into it, such things are bound to occur with such major work.

And I also see no issue with the patch I provided, which allows you to pretty much resume where you want. You don't need to start from the start. If you have any suggestions on perhaps how to improve chapter selections, sure, I'm willing to listen.

But otherwise just saying what you did while I busted my ass doesn't help either in all honesty.

Also, a little FYI note. Given the fact Elleria flunked in sales, left me in a minus from its overall production, I shouldn't touch it with a ten meter long stick and scrap it, throw it into a fucking trash-can bin and burn it and move on.

Yet here I am, despite all that, despite no profit, giving it giant updates. So, try to understand that as well.
 

Maccabbee

Engaged Member
Mar 26, 2024
2,250
3,876
331
There is a difference between "attitude" and when I'm faced with something unreasonable mate. Given the amount of work that went into it, such things are bound to occur with such major work.

And I also see no issue with the patch I provided, which allows you to pretty much resume where you want. You don't need to start from the start. If you have any suggestions on perhaps how to improve chapter selections, sure, I'm willing to listen.

But otherwise just saying what you did while I busted my ass doesn't help either in all honesty.

Also, a little FYI note. Given the fact Elleria flunked in sales, left me in a minus from its overall production, I shouldn't touch it with a ten meter long stick and scrap it, throw it into a fucking trash-can bin and burn it and move on.

Yet here I am, despite all that, despite no profit, giving it giant updates. So, try to understand that as well.
Hey, I understand your frustration. It would be nice if you'd understand mine, too.
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
Hey, I understand your frustration. It would be nice if you'd understand mine, too.
Yes I do. So, hence I said... if you have any suggestions for me on how to improve, any ideas whatsoever, the chapter selection. Please, let me know.

I can expand it a bit more, so you can perhaps jump to specific parts of chapters already or something. But, whatever the case, I need ideas. Cause, I don't know what to do if no one gives me any insight.
 

Saint Blackmoor

It's Symbolic Of Course
Donor
Oct 26, 2017
7,055
21,019
960
From review by SteelyDan14
"I've said this before, but so many of these AVNs start out strong. The devs have a great idea to start but have obviously not fleshed out the entire story and eventually lose their way. This is a perfect example. Strong start, crappy middle game and lord only knows where the ending is going to go."

The reviewer left out one thing: The toxic culture here, of entitled, brainless members, contributes to a situation they describe and add to.
But of course, those same members don't have the empathy to see it's partially their fault. It's blaming everything else but yourself times hundreds of Wack-A Moles here, the dev has to deal with.

If you remove the toxic element, what's left? Constructive suggestions and supportive members. Oh my God, what an original thought.
I know this won't make sense to most here, especially the 14-inch dildo.

==================
My thoughts on the game are that it's good. It has excellent world-building. One standout to me is that the music fits well in the game.
This shows forethought and hard work for the developer.
 

OWSam000

Well-Known Member
Mar 1, 2022
1,572
1,775
287
Here, I did this real quick.

Just drop that and let it go into game folder. It should prioritize it over archive... that should I believe solve your issue without you having to deal with shortcut extensions.
I used your fix but still got the TypeError: '<='

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

While running game code:
TypeError: '<=' not supported between instances of 'NoneType' and 'float'

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

Full traceback:
  File "wtnd_dlcz01.rpyc", line 109, in script
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\ast.py", line 2586, in execute
    Say.execute(self)
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\ast.py", line 623, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\exports\sayexports.py", line 132, in say
    who(what, *args, **kwargs)
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\character.py", line 1471, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\character.py", line 1117, in do_display
    display_say(who,
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\character.py", line 814, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\core.py", line 2218, 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 "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\core.py", line 2882, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\core.py", line 1384, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 486, in renpy.display.render.render_screen
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\screen.py", line 755, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\layout.py", line 900, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\layout.py", line 1496, in render
    back = render(style.background, bw, bh, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 260, in renpy.display.render.render
  File "C:\Users\wslsa\OneDrive\Desktop\OW\RG\elleria-1.3.1-pc\renpy\display\transform.py", line 1056, in render
    return RenderTransform(self).render(width, height, st, at)
  File "accelerator.pyx", line 1048, in renpy.display.accelerator.RenderTransform.render
TypeError: '<=' not supported between instances of 'NoneType' and 'float'

Windows-10-10.0.26100 AMD64
Ren'Py 8.3.7.25031702
Elleria 1.3.2
Tue Apr 22 21:53:02 2025
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
Hi Mystic I also can't load my save from v1.0.
Error seems different to the one marked in OP.
You don't have permission to view the spoiler content. Log in or register now.
Is there any known fix for this one, please?
Can you tell me where is your save file, like, where did you save it? You're trying to load your save but... at which point in the game?
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
I used your fix but still got the TypeError: '<='
Right. So the zip isn't doing the trick. How about the shortcut? Let's try that.



Create a Modified Shortcut (Windows - Easiest for many):


  • Navigate to the folder where the game is installed.
  • Find the main game executable file (usually something like Elleria.exe).
  • Right-click on the executable (Elleria.exe) and choose "Create shortcut" (or "Send to" > "Desktop (create shortcut)").
  • Find the newly created shortcut file.
  • Right-click on the shortcut and select "Properties".
  • Go to the "Shortcut" tab.
  • Look for the "Target:" field. It will contain the path to the executable, likely in quotes (e.g., "C:\Games\Elleria\Elleria.exe").
  • Click inside the "Target:" field and go to the very end of the text, after the closing quote (if present).
  • Type a space, and then add the arguments: --renderer gl2 --framerate 60
  • The "Target:" field should now look something like: "C:\Elleria\Elleria\Elleria.exe" --renderer gl2 --framerate 60
  • Click "Apply" and then "OK".
  • Launch the game using this modified shortcut from now on.

Hit me back when you're done.
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
From review by SteelyDan14
"I've said this before, but so many of these AVNs start out strong. The devs have a great idea to start but have obviously not fleshed out the entire story and eventually lose their way. This is a perfect example. Strong start, crappy middle game and lord only knows where the ending is going to go."

The reviewer left out one thing: The toxic culture here, of entitled, brainless members, contributes to a situation they describe and add to.
But of course, those same members don't have the empathy to see it's partially their fault. It's blaming everything else but yourself times hundreds of Wack-A Moles here, the dev has to deal with.

If you remove the toxic element, what's left? Constructive suggestions and supportive members. Oh my God, what an original thought.
I know this won't make sense to most here, especially the 14-inch dildo.

==================
My thoughts on the game are that it's good. It has excellent world-building. One standout to me is that the music fits well in the game.
This shows forethought and hard work for the developer.
Well amen to that. Plus DLC turns it into choices storm fest. Since everyone was complaining about choices. :KEK:
 

caboose12

New Member
Jan 19, 2018
10
3
173
I get an error as soon as i click options in the main menu, it then takes me directly into beginning a new game where I alos continue to get errors.
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
I get an error as soon as i click options in the main menu, it then takes me directly into beginning a new game where I alos continue to get errors.
Can you tell me what are the errors, please.
 
Jul 16, 2021
5
1
95
Right. So the zip isn't doing the trick. How about the shortcut? Let's try that.



Create a Modified Shortcut (Windows - Easiest for many):


  • Navigate to the folder where the game is installed.
  • Find the main game executable file (usually something like Elleria.exe).
  • Right-click on the executable (Elleria.exe) and choose "Create shortcut" (or "Send to" > "Desktop (create shortcut)").
  • Find the newly created shortcut file.
  • Right-click on the shortcut and select "Properties".
  • Go to the "Shortcut" tab.
  • Look for the "Target:" field. It will contain the path to the executable, likely in quotes (e.g., "C:\Games\Elleria\Elleria.exe").
  • Click inside the "Target:" field and go to the very end of the text, after the closing quote (if present).
  • Type a space, and then add the arguments: --renderer gl2 --framerate 60
  • The "Target:" field should now look something like: "C:\Elleria\Elleria\Elleria.exe" --renderer gl2 --framerate 60
  • Click "Apply" and then "OK".
  • Launch the game using this modified shortcut from now on.

Hit me back when you're done.
I tried this. the game doesnt launch through the shortcut
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
I made the save at the end of the last update, v1.0.
IIRC it was the 2nd meeting with the dark knight, where he wants to "settle this between us":
View attachment 4768688
Then in that case, use Chapters Selection. Use the DLC option, it will bring you straight where you are. As you've already completed Chapter 5.

It will unlock all gallery renders for you, and you can continue from there. You will have no issues, and you don't need to bother with any of this.
 
  • Like
Reactions: whatone

OWSam000

Well-Known Member
Mar 1, 2022
1,572
1,775
287
Right. So the zip isn't doing the trick. How about the shortcut? Let's try that.



Create a Modified Shortcut (Windows - Easiest for many):


  • Navigate to the folder where the game is installed.
  • Find the main game executable file (usually something like Elleria.exe).
  • Right-click on the executable (Elleria.exe) and choose "Create shortcut" (or "Send to" > "Desktop (create shortcut)").
  • Find the newly created shortcut file.
  • Right-click on the shortcut and select "Properties".
  • Go to the "Shortcut" tab.
  • Look for the "Target:" field. It will contain the path to the executable, likely in quotes (e.g., "C:\Games\Elleria\Elleria.exe").
  • Click inside the "Target:" field and go to the very end of the text, after the closing quote (if present).
  • Type a space, and then add the arguments: --renderer gl2 --framerate 60
  • The "Target:" field should now look something like: "C:\Elleria\Elleria\Elleria.exe" --renderer gl2 --framerate 60
  • Click "Apply" and then "OK".
  • Launch the game using this modified shortcut from now on.

Hit me back when you're done.
Sorry, can't even open the game by the short cut. no response.
 
  • Like
Reactions: Bloodxdd

SteelyDan14

President of the "Free Roams Suck Society"
Modder
Donor
Jan 13, 2018
1,808
8,285
718
From review by SteelyDan14
"I've said this before, but so many of these AVNs start out strong. The devs have a great idea to start but have obviously not fleshed out the entire story and eventually lose their way. This is a perfect example. Strong start, crappy middle game and lord only knows where the ending is going to go."

The reviewer left out one thing: The toxic culture here, of entitled, brainless members, contributes to a situation they describe and add to.
But of course, those same members don't have the empathy to see it's partially their fault. It's blaming everything else but yourself times hundreds of Wack-A Moles here, the dev has to deal with.

If you remove the toxic element, what's left? Constructive suggestions and supportive members. Oh my God, what an original thought.
I know this won't make sense to most here, especially the 14-inch dildo.

==================
My thoughts on the game are that it's good. It has excellent world-building. One standout to me is that the music fits well in the game.
This shows forethought and hard work for the developer.
I am not about to get into a flame war, but you are cherry picking my review. I wrote a balanced review and complimented the dev on being talented and having the ability to produce a high quality game. I loved this game and was totally into the world buidling but the lame point and click ruined it for me. There is no direction. No hints, you just randomly click things until something happens.

Regardless, this is my opinion. Reviews are there to post opinions. I did not come into this thread and start flaming the game or try to be "toxic". I left my comments in the review thread. I am sorry to break this to you but not everyone is going to like everything you like in life. If you can't handle a difference of opinion, you are not going to get very far in this world.
 
  • Like
Reactions: The Black Cat

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
Alright, hang on. For fuck's sake, let me just reupload the Steam build for you people myself. Cause I've already fixed it on Steam and patched it there.

Not sure what the fuck is going on, and why it isn't working. Just let me reupload the stuff here.
 

N0lla

Newbie
Aug 25, 2023
93
67
151
Got this error when clicking options in the main menu. I did add the options.rpy that you suggested and still this happened.

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

While running game code:
  File "game/screens.rpy", line 712, in execute
  File "game/screens.rpy", line 712, in execute
  File "game/screens.rpy", line 720, in execute
  File "game/screens.rpy", line 736, in execute
  File "renpy/common/00barvalues.rpy", line 165, in get_adjustment
    value -= self.offset
TypeError: unsupported operand type(s) for -=: 'NoneType' and 'int'

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "E:\renpy\elleria\renpy\ast.py", line 834, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "E:\renpy\elleria\renpy\python.py", line 1187, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "E:\renpy\elleria\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\renpy\elleria\renpy\display\core.py", line 2218, 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 "E:\renpy\elleria\renpy\display\core.py", line 2748, in interact_core
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\renpy\elleria\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\renpy\elleria\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  File "E:\renpy\elleria\renpy\display\displayable.py", line 434, in visit_all
    d.visit_all(callback, seen)
  [Previous line repeated 1 more time]
  File "E:\renpy\elleria\renpy\display\screen.py", line 480, in visit_all
    callback(self)
  File "E:\renpy\elleria\renpy\display\core.py", line 2748, in <lambda>
    root_widget.visit_all(lambda d : d.per_interact())
  File "E:\renpy\elleria\renpy\display\screen.py", line 491, in per_interact
    self.update()
  File "E:\renpy\elleria\renpy\display\screen.py", line 700, in update
    self.screen.function(**self.scope)
  File "game/screens.rpy", line 712, in execute
  File "game/screens.rpy", line 712, in execute
  File "game/screens.rpy", line 720, in execute
  File "game/screens.rpy", line 736, in execute
  File "E:\renpy\elleria\renpy\ui.py", line 1406, in _hotbar
    return renpy.display.behavior.Bar(
  File "E:\renpy\elleria\renpy\display\behavior.py", line 2253, in __init__
    adjustment = value.get_adjustment()
  File "renpy/common/00barvalues.rpy", line 165, in get_adjustment
    value -= self.offset
TypeError: unsupported operand type(s) for -=: 'NoneType' and 'int'

Windows-10-10.0.19045 AMD64
Ren'Py 8.3.7.25031702
Elleria 1.3.1
Tue Apr 22 15:32:16 2025
 

Mystic

[Deleted]
Moderator
Donor
Game Developer
Nov 24, 2019
2,195
4,860
428
it is the same nonetype float error that was mentioned earlier. I tried the shortcut fix but I then wasnt able to even launch it from the shortcut
I tried this. the game doesnt launch through the shortcut
What about the Shift+G Menu: This is Ren'Py's built-in way for users to deal with display problems.
  • Hold down the Shift key while launching the game, OR press Shift+G once the game is running (if it runs long enough before crashing).
  • It will bring up a menu titled "Graphics Acceleration" . From there, you can select options like "Force ANGLE2 Renderer" or "Force GL2 Renderer". You need to select one, choose "Quit", and then restart the game normally.
 
3.50 star(s) 45 Votes