EclipseTheStars

Active Member
Aug 18, 2019
554
2,426
He has someone helping him sell the figures, so far it's just Lin, but he does plan to add more if it goes well.
this is correcto :) , although the full turn-around right now is 11 hours for a single figure , at the moment, mass-orders would take a long time to fulfill on a 1-man-show, but we'll see what happens, i could see a price drop too if it gets super popular
 
  • Like
Reactions: TheDevian

TheDevian

Svengali Productions
Game Developer
Mar 8, 2018
14,888
35,125
this is correcto :) , although the full turn-around right now is 11 hours for a single figure , at the moment, mass-orders would take a long time to fulfill on a 1-man-show, but we'll see what happens, i could see a price drop too if it gets super popular
Wow! I have only ever seen it in timelaps. I had no idea it took that long.
 

Alexju90

Newbie
Dec 2, 2019
41
17
I've got a serious problem and I need help.

The thing si that these pasts days I've playing the game and I walways got an error message every time I clicked on "continue" on the main menu to keep playing from where I was.

Not a big deal, I just clicked on "Ignore" and that message didn't appear anymore during this session, I could play 2 hours or 20 minutes, the message wouldn't appear again.

But today this message keeps appearing all the time: I go to the door, error message; click back to return to the lobby, error message; go to talk to that girl, error message; click on the stairs, error message; click on "1st floor", error message;click on Kali's door, error message...

And yes, I can keep clicking "ignore" and keep playing, but it's so annoying to play like this that I better just stop playing the game all together, and I'd hate that because I'm enjoying it a lot.

This is the error message, though the first line changes everytime:



Any help?
 

Ashira13

Well-Known Member
Jan 31, 2024
1,611
4,943
I've got a serious problem and I need help.

The thing si that these pasts days I've playing the game and I walways got an error message every time I clicked on "continue" on the main menu to keep playing from where I was.

Not a big deal, I just clicked on "Ignore" and that message didn't appear anymore during this session, I could play 2 hours or 20 minutes, the message wouldn't appear again.

But today this message keeps appearing all the time: I go to the door, error message; click back to return to the lobby, error message; go to talk to that girl, error message; click on the stairs, error message; click on "1st floor", error message;click on Kali's door, error message...

And yes, I can keep clicking "ignore" and keep playing, but it's so annoying to play like this that I better just stop playing the game all together, and I'd hate that because I'm enjoying it a lot.

This is the error message, though the first line changes everytime:



Any help?
first. if you played the beta and using saves from that, your saves have been corrupted and you need to revert to a save from pre-beta or restart entirely. if you are running any mods, that could be the reason for the script errors. removing the mod could help, even if it is only temporarily, it all depends on the mod and how "intrusive into the gamefiles it is. some mods are save compatible and some are not. then post the entire traceback log (press copy markdown, and paste it here). i believe this exact error message refers kate's last event in the lobby.
(Lains mod?)
 
  • Like
Reactions: TheDevian

KonfinedKnat

Member
Apr 1, 2022
315
691
I've got a serious problem and I need help.

The thing si that these pasts days I've playing the game and I walways got an error message every time I clicked on "continue" on the main menu to keep playing from where I was.

Not a big deal, I just clicked on "Ignore" and that message didn't appear anymore during this session, I could play 2 hours or 20 minutes, the message wouldn't appear again.

But today this message keeps appearing all the time: I go to the door, error message; click back to return to the lobby, error message; go to talk to that girl, error message; click on the stairs, error message; click on "1st floor", error message;click on Kali's door, error message...

And yes, I can keep clicking "ignore" and keep playing, but it's so annoying to play like this that I better just stop playing the game all together, and I'd hate that because I'm enjoying it a lot.

This is the error message, though the first line changes everytime:



Any help?
That appears to be from the Beta version which was a buggy pre-release test version. The official release of v0.18 is now available for download. Unless you have a save from before the Beta, you will likely have to start a new game since any Beta saves will be corrupted.
 
  • Like
Reactions: TheDevian

ZenoMod

Well-Known Member
Nov 12, 2022
1,258
1,564
I've got a serious problem and I need help.

The thing si that these pasts days I've playing the game and I walways got an error message every time I clicked on "continue" on the main menu to keep playing from where I was.

Not a big deal, I just clicked on "Ignore" and that message didn't appear anymore during this session, I could play 2 hours or 20 minutes, the message wouldn't appear again.

But today this message keeps appearing all the time: I go to the door, error message; click back to return to the lobby, error message; go to talk to that girl, error message; click on the stairs, error message; click on "1st floor", error message;click on Kali's door, error message...

And yes, I can keep clicking "ignore" and keep playing, but it's so annoying to play like this that I better just stop playing the game all together, and I'd hate that because I'm enjoying it a lot.

This is the error message, though the first line changes everytime:



Any help?
Use this save without any mod nor beta at the beginning of v0.18 new contents.

Saves obtained with the beta or mod are not compatible with v0.18
 
  • Like
Reactions: ManifestDream

Ashira13

Well-Known Member
Jan 31, 2024
1,611
4,943

Has a walkthrough up to .17 so this is a good start.
it works pretty well, but there are some inconsistencies there. just have to pay attention. don't remember of the top of my head what that was. guess Runey changed some of the events in v18 compared to v17.2
 
  • Like
Reactions: TheDevian
May 13, 2019
38
20
Re: start up bug on Mac OS (and yes, this is Mac OS only)

"Exception: CoreAudio error (AudioQueueStart): 89"

This is a Ren'Py induced bug -- I've seen it when running some Ren'Py 7.X games (or, oddly, Discord). Rebooting usually fixes it, or barring that (via Terminal):

% sudo kill -9 coreaudiod

This will force the AudioQueue to re-initialize (it's part of AudioToolbox.framework, iirc). Don't do this if you have audio running elsewhere that you need to keep running. This is like taking a sledgehammer to something that requires a scalpel, but it's quick, and might be better than rebooting. If you don't know how to use sudo on a Mac, don't do this.
Just rebooted and this is still a thing. I think something else is going on here. I was able to use sudo killall coreaudiod with more success, but the game still won't start without the same error. I've decided to start it from the latest RenPy SDK instead.
 
Last edited:

DigDug69

Engaged Member
Jun 29, 2019
2,545
5,117
Just rebooted and this is still a thing. I think something else is going on here. I was able to use sudo killall coreaudiod with more success, but the game still won't start without the same error. I've decided to start it from the latest RenPy SDK instead.
Have you tried updating your audio device driver?
It can't start the audio, so that would be the first place to start.
 
  • Like
Reactions: TheDevian
4.70 star(s) 481 Votes