1player

Newbie
Feb 18, 2018
45
44
my save from 0.1.1a doesn't work, can someone help me ?


I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
AttributeError: 'NoneType' object has no attribute 'sensitive'

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

Full traceback:
File "game_gui.rpyc", line 207, in script
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\ast.py", line 1947, in execute
self.call("execute")
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\ast.py", line 1935, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\statements.py", line 277, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 531, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\exports.py", line 2896, in call_screen
rv = renpy.ui.interact(mouse="screen", type="screen", roll_forward=roll_forward)
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\ui.py", line 295, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\display\core.py", line 2699, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\display\core.py", line 3191, in interact_core
self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\display\core.py", line 2091, in draw_screen
renpy.config.screen_height,
File "render.pyx", line 546, in renpy.display.render.render_screen
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\display\layout.py", line 722, in render
surf = render(child, width, height, cst, cat)
File "render.pyx", line 154, in renpy.display.render.render
File "render.pyx", line 247, in renpy.display.render.render
File "C:\Users\xxxxx\Desktop\RingofLust-0.1.2a-pc\renpy\display\screen.py", line 683, in render
sensitive = renpy.python.py_eval(self.screen.sensitive, locals=self.scope)
AttributeError: 'NoneType' object has no attribute 'sensitive'

Windows-8-6.2.9200
Ren'Py 7.3.2.320
Ring of Lust 0.1.2a
Sat Sep 28 00:01:47 2019
I had the same problem.
After loading an old save i got the "AttributeError: 'NoneType' object has no attribute 'sensitive' error,
I found this thread: https://f95zone.to/threads/attributeerror-nonetype-object-has-no-attribute-sensitive.37183/
Apparently it's a twisted problem related to this one. For some reason, since the version 7.2.0 at load times some screens end with a value of None instead of their own value. It shouldn't happen since screens aren't supposed to be saved, yet it happen in some really exceptional case that I was never able to really understood.
I fixed it in the thread of your game, but there's really few reasons for the problem to directly come from the game. Personally I have it only with games that switched from a < 7.2.0 version of Ren'py, to a > 7.2.0 version, and for which I used a dirty little tricks, and never in another case of figure. I assume that it's the same kind of problem for the guy who reported the error.
That led me to the attached file.
I dropped the file in the game folder and the problem was fixed.
So Thanks to anne O'nymous!

Another user had a tip for the developer:
If the developer update his Ren'Py on the new version and release a update it should be never come back.
 

frozENflame

Newbie
Mar 31, 2019
91
30
More than a year since first post and it's still 0.1? What the hell? Is this one of those rare cases, when 0.1 has more content than 0.6 of other games? Or the developer is just lazy?
Maybe. You got the point, or else he/she bussy doing full time job / part time job / making some other games,. these days a developer would make more than 1 project per works.
Take a look there many threads VN Renpy games, but not many it completed.
Maybe if developer is serious builing 1 project per work. It would took awesome achivements as progressing really good. Maybe im wrong ?

 

Andromort

Newbie
Jan 21, 2018
83
238
Maybe. You got the point, or else he/she bussy doing full time job / part time job / making some other games,. these days a developer would make more than 1 project per works.
Take a look there many threads VN Renpy games, but not many it completed.
Maybe if developer is serious builing 1 project per work. It would took awesome achivements as progressing really good. Maybe im wrong ?

I'm not asking for completion. Game versions work in a way that "0.1v" basically means that there is approximately 10% of a future game. So, after a year he/she is still at 10% of a game? Either it is a VERY ambitious project or they just don't know/care how versions work. Or, like I said, lazy.

P.S. And of course we can already see a patreon page. With monthly payments. For a game that couldn't hit a 0.2v after a year. Fascinating world we're living in...
 
  • Angry
Reactions: Thermophob

Joshua Tree

Conversation Conqueror
Jul 10, 2017
6,158
6,553
I'm not asking for completion. Game versions work in a way that "0.1v" basically means that there is approximately 10% of a future game. So, after a year he/she is still at 10% of a game? Either it is a VERY ambitious project or they just don't know/care how versions work. Or, like I said, lazy.

P.S. And of course we can already see a patreon page. With monthly payments. For a game that couldn't hit a 0.2v after a year. Fascinating world we're living in...
Version number means nothing, when it comes to completion of a game/program. Version numbers is just a way to label new iterations of the game, program, whatever. In many cases such can go through a lot of iterations inhouse before even get released to the public/customers.
 
  • Like
Reactions: nonthisnot

Andromort

Newbie
Jan 21, 2018
83
238
Version number means nothing, when it comes to completion of a game/program. Version numbers is just a way to label new iterations of the game, program, whatever. In many cases such can go through a lot of iterations inhouse before even get released to the public/customers.
Version number means nothing? Seriously? So, it is a coincidence that release version of the game is always 1.0 and the farther the version from 1.0 the less content it usually has? If you need a way to label new iterations of the game - then what's the point of writing "0.x"? Why not just simply write "Version 1, version 2, etc."?
 

Joshua Tree

Conversation Conqueror
Jul 10, 2017
6,158
6,553
Version number means nothing? Seriously? So, it is a coincidence that release version of the game is always 1.0 and the farther the version from 1.0 the less content it usually has? If you need a way to label new iterations of the game - then what's the point of writing "0.x"? Why not just simply write "Version 1, version 2, etc."?
Release version of a game, program, whatever, have no need to be 1.0. I could plow through my steam library and give lots of examples, but I rather dump this on you @
 
  • Like
Reactions: nonthisnot

nonthisnot

Newbie
Dec 26, 2017
42
32
Version number means nothing? Seriously? So, it is a coincidence that release version of the game is always 1.0 and the farther the version from 1.0 the less content it usually has? If you need a way to label new iterations of the game - then what's the point of writing "0.x"? Why not just simply write "Version 1, version 2, etc."?
He's right you know, and not every versioning is the same as the wiki shows, being the most popular and widely adopted. I'm not saying that most games or even ring of lust on here follow this but 0.1 doesn't mean 10% of the content.
 
  • Like
Reactions: Thermophob

Benn Swagger

Well-Known Member
Aug 26, 2016
1,477
2,046
It's not 100%, but surely 99.99% accurate. If you want to see if the game has a lot of content or not, see the pages of each game thread. If it's 10 pages, mean it's the game have bare minimum content. You see a game have 1000 comment pages, sure it's has a lot to offer and faps. Forget the theory or v0.00261 ... all means nothing. Although there some game that upload and already completed, like those Hentai 2D games, so it doesn't attract a lot of people to comment that much.
 
  • Like
Reactions: The_Horny_Latino

Joshua Tree

Conversation Conqueror
Jul 10, 2017
6,158
6,553
It's not 100%, but surely 99.99% accurate. If you want to see if the game has a lot of content or not, see the pages of each game thread. If it's 10 pages, mean it's the game have bare minimum content. You see a game have 1000 comment pages, sure it's has a lot to offer and faps. Forget the theory or v0.00261 ... all means nothing. Although there some game that upload and already completed, like those Hentai 2D games, so it doesn't attract a lot of people to comment that much.
Not entire true though. Some games might get an awesome welcome with lots of attention, with the promise of it will be a very good game, and people very much interested. A thread can flare up fast, not necessary because of the amount of content released, but for what will come down the road. Other games might arrive with lot of content, but doesn't necessary get the same amount of attention.
 
  • Like
Reactions: Thermophob

Daboos

Newbie
Jul 1, 2017
32
20
How do I get into Cleo's house? The only way I can interact with the neighbors is by spying in the backyard, theres no option to walk down the street or anything.
 

Andromort

Newbie
Jan 21, 2018
83
238
Release version of a game, program, whatever, have no need to be 1.0. I could plow through my steam library and give lots of examples, but I rather dump this on you @
>Tells that release version doesn't have to be 1.0
>Gives link to wikipedia where we can see that "Version 1.0 is used as a major milestone, indicating that the software is "complete""
Sure, doesn't have to be, just used almost everywhere.

Oh, sure, give me examples from your Steam Library. And a reason why it should matter considering that Steam Early Access
with "Pay 1 time, wait for full game" is not Patreon "Pay every month while developer is getting closer to release... hopefully".

Give me examples of porn games, as we're talking about porn game on a porn site. And porn games usually are made by people with much less responsibility (and knowledge of game versioning). Name me a completed porn game with version lower than 1.0, because I can name enough games that prove my point.

And it's funny how you're using wikipedia page as a shield without actually saying which part of it proves your point.

He's right you know, and not every versioning is the same as the wiki shows, being the most popular and widely adopted. I'm not saying that most games or even ring of lust on here follow this but 0.1 doesn't mean 10% of the content.
I'm not saying that 0.1 means 10% is a rule, I've noticed it after years of playing these types of games. If I was sure of it, I wouldn't be asking my first question in a first place, would I?
 

-KC-

got land?
Modder
Game Compressor
Donor
Former Staff
Sep 9, 2019
246
2,569
After you invited Stella on the morning ( week end ), go to the city, shop and buy flowers, then meet her on the front house. Repeat several time, after a time, it will trigger scenes with Stella Ex BF.
Again, invite her on week end morning, buy flowers, it will trigger a sex scene with her in her room ( I stopped playing there ).
There should be sex scene at the theater but I didn't went further.
What, where do you invite her? If I go to her room Sat morn she is still naked and dejected, if I meet her at breakfast I get the same old stupid quip from her and if she meets me in the shower I get blown but nothing else...

Ok, Sunday Aft meet sad Stella in kitchen... Now how the fuck do I ask her out or get flowers? At the store I'm always "just looking around"...

Ok, Sat morn invite on date at her room. Go to shop, buy flowers.

Now I've done 4 weeks of horror movies and 2 weeks of romance movies and still no douchebag or action... Fuck I hate sandbox games...

Ok, takes about 8 weeks...
 
Last edited:
  • Like
Reactions: UnoriginalUserName

Thermophob

Well-Known Member
Apr 10, 2018
1,889
2,279
>Tells that release version doesn't have to be 1.0
>Gives link to wikipedia where we can see that "Version 1.0 is used as a major milestone, indicating that the software is "complete""
I am afraid you didn't understand article. Complete in this context doesn't mean finished, just ready for the release. For example, Linux Kernel, (from same pasus) and latest stable release of it is 5.3.7. Another examples would be the Firefox and the Chrome. There were many releases after 1.0...
 

Andromort

Newbie
Jan 21, 2018
83
238
I am afraid you didn't understand article. Complete in this context doesn't mean finished, just ready for the release. For example, Linux Kernel, (from same pasus) and latest stable release of it is 5.3.7. Another examples would be the Firefox and the Chrome. There were many releases after 1.0...
Did I say that game can not have updates after 1.0? And yes, please, more examples not related to porn games (and more facepalms). Because it makes so much sense - to compare a Linux or Chrome and porn game...
 
2.50 star(s) 76 Votes