HiHaHo
Engaged Member
- Jan 2, 2023
- 2,874
- 4,527
- 438
american? try any non slavic nation....Yes, but then you'd see "Владимировна" and no American would know how to pronounce that unless it was spelled out in the alphabet.
american? try any non slavic nation....Yes, but then you'd see "Владимировна" and no American would know how to pronounce that unless it was spelled out in the alphabet.
Thank you SoL, kind of tired of repeating myself on thatAs has been said a few times, you will need to find a save further back. Then they work once you find one that is far enough back.
my point is not about the language it is written. it's about that Vladimirovna is a patronymic name. as a russian speaking person it's just cringe to see patronymic names used as first names and ppl should consult with the natives if they want to use some language in their gamesYes, but then you'd see "Владимировна" and no American would know how to pronounce that unless it was spelled out in the alphabet.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/code/_chapters/art_chapter02.rpy", line 64, in script
with dissolve
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/code/_chapters/art_chapter02.rpy", line 64, in script
with dissolve
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\ast.py", line 1678, in execute
renpy.exports.with_statement(trans, paired=paired)
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\exports.py", line 1758, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 2978, in do_with
return self.interact(trans_pause=True,
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 3582, 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\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 4055, in interact_core
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 684, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\screen.py", line 476, in visit_all
callback(self)
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 4055, in <lambda>
root_widget.visit_all(lambda d : d.per_interact())
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\screen.py", line 487, in per_interact
self.update()
File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\screen.py", line 680, in update
self.screen.function(**self.scope)
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords
File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module>
TypeError: unsupported operand type(s) for +: 'NoneType' and 'int'
Windows-10-10.0.19045 AMD64
Ren'Py 8.1.3.23091805
_Artemis 0.6
Wed Apr 9 07:28:44 2025
Known bug at this point, and until a fix will appear, use URM to change SDCARD variables to true for chapter 2 for now, and for the rest in case the issue persists.keep getting a lot of errors with compressed like this 1 with or without the new wt mod
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/code/_chapters/art_chapter02.rpy", line 64, in script with dissolve File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module> TypeError: unsupported operand type(s) for +: 'NoneType' and 'int' -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/code/_chapters/art_chapter02.rpy", line 64, in script with dissolve File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\ast.py", line 1678, in execute renpy.exports.with_statement(trans, paired=paired) File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\exports.py", line 1758, in with_statement return renpy.game.interface.do_with(trans, paired, clear=clear) File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 2978, in do_with return self.interact(trans_pause=True, File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 3582, 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\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 4055, in interact_core root_widget.visit_all(lambda d : d.per_interact()) File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 684, in visit_all d.visit_all(callback, seen) [Previous line repeated 1 more time] File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\screen.py", line 476, in visit_all callback(self) File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\core.py", line 4055, in <lambda> root_widget.visit_all(lambda d : d.per_interact()) File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\screen.py", line 487, in per_interact self.update() File "C:\Users\keith\Desktop\_ARTEMIS-0.6-pc\renpy\display\screen.py", line 680, in update self.screen.function(**self.scope) File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 1, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 3, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in execute File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 6, in keywords File "game/code/book_one/sdcards/ch2_sdcards.rpy", line 12, in <module> TypeError: unsupported operand type(s) for +: 'NoneType' and 'int' Windows-10-10.0.19045 AMD64 Ren'Py 8.1.3.23091805 _Artemis 0.6 Wed Apr 9 07:28:44 2025
You have a point but if was me I would just let it go, if I got upset for every time people on the internet are ignorant about my country (Portugal) and our culture and misuse it. Heck until like 20 years ago most people thought Portugal was a Spanish province and probably a few still think it is, and that it is still kind of insulting for most Portuguese since we are our own country for over 800 years. Also others say that Portuguese sounds like Russian, and there couldn't be such different sounding and written languages imomy point is not about the language it is written. it's about that Vladimirovna is a patronymic name. as a russian speaking person it's just cringe to see patronymic names used as first names and ppl should consult with the natives if they want to use some language in their games
Simple, she heals.Paige is basically the antithesis of my type (tall, covered in tattoos), but there's something about her that draws me in
What? Is not a province? Damn it, I've been living a lie... Now jokes aside, I think this is the situation in every country, misuse of traditions and names and the sort. It is what it is and i guess, all we can do is try to teach them a bit about our cultures.You have a point but if was me I would just let it go, if I got upset for every time people on the internet are ignorant about my country (Portugal) and our culture and misuse it. Heck until like 20 years ago most people thought Portugal was a Spanish province and probably a few still think it is, and that it is still kind of insulting for most Portuguese since we are our own country for over 800 years. Also others say that Portuguese sounds like Russian, and there couldn't be such different sounding and written languages imo.
Hahaha yep best we can do is try to educate about it and the doubts and avoid to react aggressively about it or we lose all our reason and we for sure won't be heard that way. It is even harder on small countries like Portugal, smaller country bigger pride haha but we have to let go a bit of the pride so we have the chance of being listened.What? Is not a province? Damn it, I've been living a lie... Now jokes aside, I think this is the situation in every country, misuse of traditions and names and the sort. It is what it is and i guess, all we can do is try to teach them a bit about our cultures.
Can't agree more to what you said.Hahaha yep best we can do is try to educate about it and the doubts and avoid to react aggressively about it or we lose all our reason and we for sure won't be heard that way. It is even harder on small countries like Portugal, smaller country bigger pride haha but we have to let go a bit of the pride so we have the chance of being listened.
This sounds oddly familiar....like it just....dropped out of my brain....hmmm..............I mean it could be 1 or it could be a million of them. Either the game is well done or it's not. But to each his own I suppose. However.... what? How can't romance work with harem exactly? If the dev today, went back and allowed you access to the girls. All that romance content you seem to be currently enjoying. Wouldn't magically disappear, just because you would now be able to explore more in one save. Problem is, a lot of harems start to choose quantity over quality. And then sometimes for some godforsaken reason. Keep hitting the add waifu button. Making it a shallow numbers game.
God damnit, you make my grown up ass tear up...just had this weirdly confusing but lovely dream about Artemis:
It's far in the game, Artemis is fully "human" (i.e no visible robotic parts), the MC chose to be with her, they have kids, happy family,etc. But Artemis is sad, she sees her kids grow up, the MC growing old and, being a robot, she still has her young appearance, and decides to do something similar to the movie "Bicentennial Man", she asks an elderly Kindra to do some sort of procedure that will allow her systems to degrade overtime and cause her to eventualy grow old and die. Last thing i see is both Artemis and the MC as an elderly couple lying in bed hand in hand, then a close up of Artemis' eyes, their lights flicker and turn off as she slowly closes her eyelids.
Then "The End" appears and the credits roll.
And yes, i woke up crying...
I also had a problem when trying to load my save from the end of 0.5.1. It made me start a new game, too.That's what I had thought might be the problem that I borked something. I deleted the patched 0.5.1 directory completely and downloaded '0.6 Full'. I put it in a shiny brand new empty directory. I still get the exact same error, which is even more confusing.
Oddly enough, I added URM and no issues accessing the "Gamesaves" section. The really odd thing is that exactly 70% (7) of my total saves (10) failed to load due to an error while the others loaded perfectly fine. They were all made during the exact same 5-6 day window, the only difference is the 3 that load were mid-game, and all the ones that are failing were saved right at the end of the 0.5.1 content.
k thanksKnown bug at this point, and until a fix will appear, use URM to change SDCARD variables to true for chapter 2 for now, and for the rest in case the issue persists.