3.40 star(s) 5 Votes

MFN

Well-Known Member
Game Developer
Mar 20, 2019
1,004
1,834
Getting an error when trying to save. Or well, when clicking on a slot to save to.

New game, not using any old saves.

Does the same no matter if I try to make a qsave or a "regular save".


Logfile below;

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

While running game code:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
TypeError: expected string or Unicode object, NoneType found

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

Full traceback:
  File "renpy/common/00gamemenu.rpy", line 173, in script
    $ ui.interact()
  File "F:\IDNL-0.6-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "F:\IDNL-0.6-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "renpy/common/00gamemenu.rpy", line 173, in <module>
    $ ui.interact()
  File "F:\IDNL-0.6-pc\renpy\ui.py", line 297, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "F:\IDNL-0.6-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "F:\IDNL-0.6-pc\renpy\display\core.py", line 3518, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\IDNL-0.6-pc\renpy\display\transition.py", line 47, in event
    return self.new_widget.event(ev, x, y, st)  # E1101
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\IDNL-0.6-pc\renpy\display\screen.py", line 714, in event
    rv = self.child.event(ev, x, y, st)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 998, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "F:\IDNL-0.6-pc\renpy\display\layout.py", line 244, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "F:\IDNL-0.6-pc\renpy\display\behavior.py", line 962, in event
    return handle_click(self.clicked)
  File "F:\IDNL-0.6-pc\renpy\display\behavior.py", line 897, in handle_click
    rv = run(action)
  File "F:\IDNL-0.6-pc\renpy\display\behavior.py", line 320, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 372, in __call__
    renpy.save(fn, extra_info=save_name)
  File "F:\IDNL-0.6-pc\renpy\loadsave.py", line 419, in save
    six.reraise(t, e, tb)
  File "F:\IDNL-0.6-pc\renpy\loadsave.py", line 405, in save
    dump((roots, renpy.game.log), logf)
  File "F:\IDNL-0.6-pc\renpy\loadsave.py", line 49, in dump
    cPickle.dump(o, f, cPickle.HIGHEST_PROTOCOL)
TypeError: expected string or Unicode object, NoneType found

Windows-8-6.2.9200
Ren'Py 7.3.5.606
IDNL 0.6
Sun Jan 17 23:01:51 2021
Hey!
This is very strange. I will see what a problem. But that 100% problem on your side. I will try to understand reason of this bug.
 

MFN

Well-Known Member
Game Developer
Mar 20, 2019
1,004
1,834
Also, are you use mod or this is original game?
And, please, write step by step how you installed the game, what you did.
 
Last edited:

it_mutt

New Member
Oct 13, 2019
7
7
Also, are you use mod or this is original game?
And, please, write step by step how you installed the game, what you did.
No mod installed/applied.

Downloaded->Extracted to folder->Ran IDNL.exe

Pretty much the same way I do with every other game.

The game in itself works fine, its just the "save"-part that doesn't work.
If I choose to "ignore" when the error occurs, the game keeps on working (but still no save-file).

Since the game isn't that long (not complaining) it doesn't matter that much to me. The reason I posted was mostly because I saw another user (on a previous version) having a "save issue".
 
  • Like
Reactions: MFN

it_mutt

New Member
Oct 13, 2019
7
7
hm, thats getting strange

Did try one thing here.

I extracted another game to my F-drive and it works.
Then I extracted IDNL to my C-drive, and all of a sudden I could save.
Then extracted IDNL to my F-drive again, and I cant save.
Tried yet another game on my F-drive, and it works.

For some reason IDNL doesn't seem to like my F-drive.

Not sure if that's helpful in any way, but, at least I know where to put IDNL in the future :)
 
  • Like
Reactions: MFN

MFN

Well-Known Member
Game Developer
Mar 20, 2019
1,004
1,834
Did try one thing here.

I extracted another game to my F-drive and it works.
Then I extracted IDNL to my C-drive, and all of a sudden I could save.
Then extracted IDNL to my F-drive again, and I cant save.
Tried yet another game on my F-drive, and it works.

For some reason IDNL doesn't seem to like my F-drive.

Not sure if that's helpful in any way, but, at least I know where to put IDNL in the future :)
Yeah, thanks for your time. Maybe this will be helpful:)
Thank you)
 

ShaddyGames

Engaged Member
Modder
Donor
Game Developer
Jan 19, 2020
2,384
11,818
Did try one thing here.

I extracted another game to my F-drive and it works.
Then I extracted IDNL to my C-drive, and all of a sudden I could save.
Then extracted IDNL to my F-drive again, and I cant save.
Tried yet another game on my F-drive, and it works.

For some reason IDNL doesn't seem to like my F-drive.

Not sure if that's helpful in any way, but, at least I know where to put IDNL in the future :)
Can you open the log.txt file that was generated in the other game you tried and give me the renpy version number please?, It should be the 3rd line from the top and look like this "Ren'Py 7.3.5.606" without quotes.
as it may be something with the renpy coding that is dependant on what version of renpy was used to package the game. taking a look at MFN's game files and settings, I don't see anything with the game coding itself to prevent you from saving on F drive.
 
  • Like
Reactions: MFN

MFN

Well-Known Member
Game Developer
Mar 20, 2019
1,004
1,834
Hey everyone!
.
And previews.
203.png 212.png
 

it_mutt

New Member
Oct 13, 2019
7
7
Can you open the log.txt file that was generated in the other game you tried and give me the renpy version number please?, It should be the 3rd line from the top and look like this "Ren'Py 7.3.5.606" without quotes.
as it may be something with the renpy coding that is dependant on what version of renpy was used to package the game. taking a look at MFN's game files and settings, I don't see anything with the game coding itself to prevent you from saving on F drive.

Sure, I'll get that for you when I'm at the gaming comp :)

- - - Edit - - -

Here you go; Ren'Py 7.3.2.320
 
Last edited:
  • Like
Reactions: MFN

MFN

Well-Known Member
Game Developer
Mar 20, 2019
1,004
1,834
Hey everyone!
Some news, if you interested - .
 

MFN

Well-Known Member
Game Developer
Mar 20, 2019
1,004
1,834
IDNL.
V. 0.7.

Changelog:
V. 0.7.
Continuation of the story.
Added 8 events.
Added cheat-walkthrough-mod by ShaddyModda (optional).



Links:

PC:
GDrive:
Mega:
Workupload:

Mac:
GDrive:
Mega:
Workupload:
 

Mario4don

Your Mother's Lover
Donor
Dec 16, 2018
5,065
5,826
Game needs someone to correct the english text because in some dialogues there are still some fonts or even whole words in russian cyrillic.
 
  • Wow
Reactions: MFN

MFN

Well-Known Member
Game Developer
Mar 20, 2019
1,004
1,834
Game needs someone to correct the english text because in some dialogues there are still some fonts or even whole words in russian cyrillic.
Oh, thanks for the info, i will fix it in new version. But first i need to find it:)
 

Chaosborn

God of the Chaosborn
Game Developer
Jan 25, 2020
876
732
i'l be honest tried some of you're games in the past wasn't a hater but not a lover either i'm really surprised and i hope i will see the end of this game in a positive way high hopes!
 
  • Like
Reactions: MFN

Chaosborn

God of the Chaosborn
Game Developer
Jan 25, 2020
876
732
i'l be honest tried some of you're games in the past wasn't a hater but not a lover either i'm really surprised and i hope i will see the end of this game in a positive way high hopes!
I love the story already and damn the music man. amusing to play with
 
  • Like
Reactions: MFN

LordMerek

Romance & Redemption Enthusiast
Donor
Aug 22, 2018
753
1,467
Not a bad concept, but while the character renders are fine, and the writing doesn't exactly suck, my biggest issue here is the way you rendered the Characters onto non-existing scenery and plopped these characters on backgrounds rather than rendering them in a 3D environment. I think this is the game's only failure. Should you choose to fix this in the future, I will definitely be back, but it doesn't scream realism and really takes away from the story. That's my take anyway.
 
  • Like
Reactions: MFN
3.40 star(s) 5 Votes