Aug 9, 2018
168
95
Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: StripClubWars.exe (4904) consumed 119428882432 bytes, Photoshop.exe (15876) consumed 4366090240 bytes, and firefox.exe (14780) consumed 564121600 bytes.

A novice here, but I'm thinking this game is a resource hog. :) I should try running it with everything else down.
It's a hog, but only if you play for long sessions as it will just keep writing everything to RAM until you save and exit.

I save every couple of hours and relaunch the .exe to prevent crashing for this reason.


This is how many Gb of StripClubWars data your machine was holding in system memory at the time the crash occurred:

1729602180572.png
 

leequiring

Member
Dec 12, 2018
295
186
It's a hog, but only if you play for long sessions as it will just keep writing everything to RAM until you save and exit.

I save every couple of hours and relaunch the .exe to prevent crashing for this reason.
I save every few minutes. I don't restart often enough. Typically after a crash. Well, now I see. :)
 

tooldev

Active Member
Feb 9, 2018
719
664
It's a hog, but only if you play for long sessions as it will just keep writing everything to RAM until you save and exit.

I save every couple of hours and relaunch the .exe to prevent crashing for this reason.


This is how many Gb of StripClubWars data your machine was holding in system memory at the time the crash occurred:

View attachment 4156597
This shouldnt occur if proper management is done in the code. Like: Setting a reference to an Object to null does not destroy it. Using Destroy() does. Many devs dont have proper management, despite the engine being capable of it.
 
  • Like
Reactions: leequiring

leequiring

Member
Dec 12, 2018
295
186
There's a curiosity I am encountering. Some girls who are showing "Single" will tell me they are in a committed relationship, and refuse to date. Am I back in high school, or is something else afoot?

Speaking of stubborn, fickle women, can the "check_for_infidelity" thing be unchecked? It's followed by an X. Can that be made negative? I mean, what they don't know won't hurt them, right?
 
Last edited:
Apr 29, 2017
4
3
That, and thinking you've swayed a girl to turn a blind eye to your harem, then to learn she's strong-willed and you fooled yourself. :)

I'm having fun with the helicopter mothers. They get freaky, too, and stop bothering me.

I wanted to add a funny quirk I just noticed. I was arriving at a party, when I was notified (interrupted) about a cake incident in the kitchen. After I coaxed the eater to quit, I was then offered the chance to Mingle With the Guests. Odd, but I did get to mingle with the kitchen staff instead. :)
Happens when you leave any party without mingling. Very useful when finding a huge area full of people. Totally not a bug
 
  • Like
Reactions: leequiring

Shadyhanz

New Member
Sep 27, 2017
9
7
I enjoy this game but if the dev is here looking to make the experience a little more enjoyable would be nice to have some QoL features atm What stats do for you accurately or what this stat does for a NPC behavior, An Icon for City Commissioners or rival Club owners kinda like Area NPCS, Maybe small icon or button for what law is currently being voted for almost like the city commissioner vote. Again most of these are small QoL things i'm hoping for.

I'm not a Coder nor an expert just someone throwing something into the hat of maybe well get to it
 
  • Like
Reactions: TotalFluke

TotalFluke

Member
Game Developer
Aug 24, 2021
308
669
This has been happening for the several weeks I've played your game, both the new version and the prior. PC is set to UTC-8. English-US.

I'll save a few and see what they look like in comparison. Thanks for the tip.
What about the file called Player-prev.log? What I see in it is a few references like this:

[ALLOC_BUCKET]
Large Block size 4.0 MB
Used Block count 1
Peak Allocated bytes 3.9 MB
Failed Allocations. Bucket layout:
16B: 7 Subsections = 7168 buckets. Failed count: 758579
32B: 14 Subsections = 7168 buckets. Failed count: 80105
48B: 27 Subsections = 9216 buckets. Failed count: 28050000
64B: 34 Subsections = 8704 buckets. Failed count: 178771
80B: 23 Subsections = 4710 buckets. Failed count: 1305308
96B: 5 Subsections = 853 buckets. Failed count: 9593
112B: 10 Subsections = 1462 buckets. Failed count: 13512
128B: 136 Subsections = 17408 buckets. Failed count: 320062
The -prev.log is the Player.log from the previous session. That one appears to be a normal one, as those [ALLOC_BUCKET] entries is stuff Unity adds for memory management upon a normal exit from the game.

As for the crashes, as the discussion indicates is likely due to running out of memory. This has been reported often, and I honestly don't know what to do. I have never been able to reproduce it. I can get my game to get to like 2-3GB of RAM used after playing for a couple of hours. The memory usage goes up but not at a rate that should be a problem. I've done these tests on a 10-year old machine that won't even run the latest version of Windows, so it's not like it's a top of the line machine. I'm not saying it's not happening, but I haven't seen it.

Unity and MSFT .NET/C# environment should do garbage collection automatically - this is the process that recovers memory that was used and then discarded. People bitch about it because it can cause games to pause while it's doing it (it's an issue on action games, not so much here). Even then, like someone suggested I do Destroy() all the Unity objects I create. It's hard to fix something when I can't see it. Anyway, there's a way to force the program to run the garbage collection on demand, so I'll look into doing that every so often. Not sure if it will help, but at this time is the only idea I have.
 

TotalFluke

Member
Game Developer
Aug 24, 2021
308
669
There's a curiosity I am encountering. Some girls who are showing "Single" will tell me they are in a committed relationship, and refuse to date. Am I back in high school, or is something else afoot?

Speaking of stubborn, fickle women, can the "check_for_infidelity" thing be unchecked? It's followed by an X. Can that be made negative? I mean, what they don't know won't hurt them, right?
Yeah, that's a bug. At some point I changed the codes to indicate the reason why someone turned you down, but the display text didn't get changed so it's always giving the in commitment relationship or the just don't like you. Will need to fix that. Thanks.

Not sure what you mean about the second part.

Is there a version for MacOS?
Not yet.
 

leequiring

Member
Dec 12, 2018
295
186
Yeah, that's a bug. At some point I changed the codes to indicate the reason why someone turned you down, but the display text didn't get changed so it's always giving the in commitment relationship or the just don't like you. Will need to fix that. Thanks.

Not sure what you mean about the second part.



Not yet.
My second comment was about tinkering with the save. There are comments as I indicated under all characters you are in a relationship with. I was just wondering if the X can be converted to another symbol that will make them blind to my ... philandering.
 

leequiring

Member
Dec 12, 2018
295
186
It will add a lot of characters.

Don't forget of this step.
Open the config.dat file -> press ctrl+f -> search for "image_modules string scw" -> replace with -> "image_modules string scw,ccw,nyb,exp,gar,dstu,lfm".
Everything but the dstu files I like, but those are just too cartoonish for my taste. But thanks for compiling all these!
 

lineguy74

New Member
Sep 26, 2020
13
0
I know that we can pick the time to train someone, but are we able to schedule multiple people through out the day to train yet.
 

youraccount69

Engaged Member
Donor
Dec 30, 2020
3,407
1,388
StripClubWars-1.03
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

sparksster

New Member
Feb 15, 2020
2
0
Installed, tried, fails the same way. Empty input and list boxes, no error.

Thanks for taking the time to answer anyway.
did you install wine 1st ? then Q4wine? Right clcik the StripClubWars.exe file and select Wine windows program loader, after you know wine works then try q4wine. be sure and install the microsoft fonts as well... I am sorry I didn't see your reply until now...
 

evanripper

New Member
Jul 28, 2017
14
13
idk if you meant for them to be this way but these are some unattractive characters... doesnt make me want to see them sexually in any way
 

Warsteel

Active Member
May 26, 2017
753
1,010
Jesus, this game needs a full guide/tutorial or phone support line. No clue how to go about getting things going... or is it supposed to take in-game years to get anywhere?
 
3.80 star(s) 25 Votes