-Smugger-

Newbie
Game Developer
Sep 13, 2024
53
85
Is this going to be a pure vn, or will it eventually be some sort of sandbox or trainer?
Main game is pure VN, but when one of the future endings come out... Won't say which one, you'll be able to do a bit of sandbox!
 

Ulquiorra321

Newbie
Oct 10, 2017
76
62
Can someone help me? The game gives an error after the logo, here's what it says:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "renpy/common/00steam.rpy", line 679, in periodic
set_timeline_game_mode(new_menu)
File "renpy/common/00steam.rpy", line 608, in set_timeline_game_mode
steamapi.SteamTimeline().SetTimelineGameMode(mode)
ValueError: NULL pointer access

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

Full traceback:
File "C:\Mine\Love Dolls\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Mine\Love Dolls\renpy\main.py", line 652, in main
run(restart)
File "C:\Mine\Love Dolls\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "C:\Mine\Love Dolls\renpy\execution.py", line 958, in run_context
context.run()
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "script.rpyc", line 2, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "script.rpyc", line 2, in script
File "C:\Mine\Love Dolls\renpy\ast.py", line 1361, in execute
renpy.exports.with_statement(trans, paired=paired)
File "C:\Mine\Love Dolls\renpy\exports\statementexports.py", line 257, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Mine\Love Dolls\renpy\display\core.py", line 1551, in do_with
return self.interact(trans_pause=True,
File "C:\Mine\Love Dolls\renpy\display\core.py", line 2188, 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:\Mine\Love Dolls\renpy\display\core.py", line 3048, in interact_core
i()
File "renpy/common/00steam.rpy", line 679, in periodic
set_timeline_game_mode(new_menu)
File "renpy/common/00steam.rpy", line 608, in set_timeline_game_mode
steamapi.SteamTimeline().SetTimelineGameMode(mode)
File "lib/python3.9/steamapi.py", line 14942, in SteamTimeline
ValueError: NULL pointer access

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.0.24082114
Love Dolls 0.1
Wed Nov 27 13:55:12 2024
 

Ulquiorra321

Newbie
Oct 10, 2017
76
62
Can someone help me? The game gives an error after the logo, here's what it says:

I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "renpy/common/00steam.rpy", line 679, in periodic
set_timeline_game_mode(new_menu)
File "renpy/common/00steam.rpy", line 608, in set_timeline_game_mode
steamapi.SteamTimeline().SetTimelineGameMode(mode)
ValueError: NULL pointer access

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

Full traceback:
File "C:\Mine\Love Dolls\renpy\bootstrap.py", line 359, in bootstrap
renpy.main.main()
File "C:\Mine\Love Dolls\renpy\main.py", line 652, in main
run(restart)
File "C:\Mine\Love Dolls\renpy\main.py", line 148, in run
renpy.execution.run_context(True)
File "C:\Mine\Love Dolls\renpy\execution.py", line 958, in run_context
context.run()
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "script.rpyc", line 2, in script
File "lib/python3.9/future/utils/__init__.py", line 444, in raise_
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "script.rpyc", line 2, in script
File "C:\Mine\Love Dolls\renpy\ast.py", line 1361, in execute
renpy.exports.with_statement(trans, paired=paired)
File "C:\Mine\Love Dolls\renpy\exports\statementexports.py", line 257, in with_statement
return renpy.game.interface.do_with(trans, paired, clear=clear)
File "C:\Mine\Love Dolls\renpy\display\core.py", line 1551, in do_with
return self.interact(trans_pause=True,
File "C:\Mine\Love Dolls\renpy\display\core.py", line 2188, 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:\Mine\Love Dolls\renpy\display\core.py", line 3048, in interact_core
i()
File "renpy/common/00steam.rpy", line 679, in periodic
set_timeline_game_mode(new_menu)
File "renpy/common/00steam.rpy", line 608, in set_timeline_game_mode
steamapi.SteamTimeline().SetTimelineGameMode(mode)
File "lib/python3.9/steamapi.py", line 14942, in SteamTimeline
ValueError: NULL pointer access

Windows-10-10.0.22631 AMD64
Ren'Py 8.3.0.24082114
Love Dolls 0.1
Wed Nov 27 13:55:12 2024
For now I could fix the error, I will see if later appears again.
How?
A: Went to another game of Ren'Py, copied the "00start.rpy" and "00steam.rpy" from "Game Name\renpy\common" ad went to "Love Dolls\renpy\common" and replaced the files, for now it's working.
 

-Smugger-

Newbie
Game Developer
Sep 13, 2024
53
85
For now I could fix the error, I will see if later appears again.
How?
A: Went to another game of Ren'Py, copied the "00start.rpy" and "00steam.rpy" from "Game Name\renpy\common" ad went to "Love Dolls\renpy\common" and replaced the files, for now it's working.
If you try to load an old save this happens, so you have to start a new game. But this error is new to me, I have not seen it before... Try to redownload the game and remove the old game files fully if you came from PR to 0.1 update.
 

Ulquiorra321

Newbie
Oct 10, 2017
76
62
If you try to load an old save this happens, so you have to start a new game. But this error is new to me, I have not seen it before... Try to redownload the game and remove the old game files fully if you came from PR to 0.1 update.
This happens after the logo "LoveDolls" ends. I downloaded from various links, but it still did not work, but as I said before, after replacing those two files, it worked, so "All's Well That Ends Well", and thanks by the way.
 

Merlin-Magic

Member
Jan 28, 2024
182
253
If you try to load an old save this happens, so you have to start a new game. But this error is new to me, I have not seen it before... Try to redownload the game and remove the old game files fully if you came from PR to 0.1 update.
I did not have the problem that was described. No files had to be replaced. It is true that Love Dolls [v0.1] does not accept the saves from the PR and will give an error. Even if you ignore that error the game starts from the beginning. It runs normally after that. It is just better to start a new game with this release. I would even recommend deleting all the old saves from the PR.
 

demello667

Newbie
May 3, 2021
38
28
I did not have the problem that was described. No files had to be replaced. It is true that Love Dolls [v0.1] does not accept the saves from the PR and will give an error. Even if you ignore that error the game starts from the beginning. It runs normally after that. It is just better to start a new game with this release. I would even recommend deleting all the old saves from the PR.
It is the first time so far we have seen any1 encounter this error.

Now when it comes to older saves. With the new remaster that is coming we will have to restart again, so if you are done with 0.1 it is best to remove those saves as well. Hopefully this will be the last time you have to restart. <3
 
  • Like
Reactions: Merlin-Magic

demello667

Newbie
May 3, 2021
38
28
Am I the only one who thinks that Liss' hair looks blonde and not red?
Well her hair is orange it is neither red nor blonde. Daisy and Liss both have the same orange hair which make both sisters ginger. The remaster that will come out soon will show this better.
 

Mannaten

Newbie
Mar 18, 2018
65
19
Well her hair is orange it is neither red nor blonde. Daisy and Liss both have the same orange hair which make both sisters ginger. The remaster that will come out soon will show this better.
To me their hair looks way more blonde then orange, although I can definitley see a bit of orange in there.
It's not that big of deal really, it was just a bit confusing when attention was drawn to Liss' red hair when it looked way more blonde then anything else to me.
But again not that big of a deal, overall I liked the game so far and I'm happy if the small personal issue I had is resolved in the remaster.
 
  • Like
Reactions: demello667

demello667

Newbie
May 3, 2021
38
28
Are there any progress? Or are you rework and rework?
The remaster will be done in jan. It has just gone through its first test phase, but is not finished yet.

If you are interested in the progress through announcements you can always join the discord.
 

{Jeizaguretokanteishi01}

Active Member
Aug 13, 2024
537
1,059
The remaster is just a few days away from being finished, but if you'd like to try this version, go ahead! ;)

Join the Discord server for more information and progress on the remaster!

(The signature is from the remaster, not from the version on F95 / Itch.)
will the remaster change the story or is it more of a visual remaster
 

{Jeizaguretokanteishi01}

Active Member
Aug 13, 2024
537
1,059
so far the game story is well ok not my cup of tea but well written as for the animations and models i can see why the remaster is coming out im not sure i would play it as im not big into the story as much but if the models are done well i may give it another chance nothing against the game or dev im just very picky when it comes to these things this all being said i can see some who likes the story and the many fetishes in the game really liking it once the remaster comes out i think this game has a chance of winning me over as more updates come out
 

-Smugger-

Newbie
Game Developer
Sep 13, 2024
53
85
will the remaster change the story or is it more of a visual remaster
The story follows the same path but there will also be a lot of changes to it, making sure it's more fluid and clear.
The remaster is not visual upgrade, it pretty much changes the games every part, such as the ui, more choices, more character development and more. So the remaster will just be a much better version of the game in general. :oops:
 
4.40 star(s) 5 Votes