Are you sure you've unzipped the zip? I can see that windows explorer window has a compression ratio column, which would be consistent with just looking inside the zip. Also, the paths on the command line are in a Temp folder, which is where Windows uses to unpack individual files, rather than the whole shebang.
Oneirolith
Creator of
Recent community posts
Hi, if you run python.exe on its own it won't do anything. You'll need to run "PLAY FLESHCULT" instead. Also, unzipping python37.zip will likely break things, so I'd start from an unmodified install too. Lastly, I'm sorry but this game is mostly text without a Chinese translation, so it's probably going to be very difficult to play.
Ah, well thanks for the attempt. I've uploaded a patch (v1.26b) which I ought to work regardless of whether the registry keys are there or not.
https://www.patreon.com/posts/77850863
I figured that installing it would be enough. The installer would associate itself as the default application for .ogg files and that would be enough to fix the problem. So I guess it didn't work?
(To be specific, I believe Fleshcult is blowing up because it can't find this registry key)
HKEY_CLASSES_ROOT\.ogg\Content Type = audio/ogg
Oh oops, it's inadvertently relying on Windows having a file type association for .ogg files, but I guess that's not always there. As a temporary workaround you could install something that associates itself with that file type (e.g. VLC, Audacity, Foobar2000...)
Sorry about that, I'll have a fix in the next release.
First up, are you in the itch app or downloading the zip? From the sounds of it, I'll assume the zip. If you unzip fleshcult-windows-release.zip, you should see a PLAY FLESHCULT.bat file in the unzipped folder.
If not,
1. Your download might've been interrupted, so try it again.
2. If it happens twice, could you give me the address of where you're finding that download, so I can make sure it's the right one? It looks fine when I download it
3. Maybe there's some security software on your end that hates .bat files? Are there any errors or messages along those lines, or something that shows up in that software's quarantine?
Well, it's a windows application with only the windows version of cefpython. This is well into trying to port it to linux, which I haven't attempted! I hear it runs under Proton but not under Wine, so that would be your best bet.
Transplanting a linux build of cefpython in there might work, but probably not without modification. Maybe the current directory is wrong for chromium's subprocess to find all its bits? If so, that's weird because I've run the game using a cefpython3 in site-packages before. Hmm, dunno.
Wow, never seen it corrupt the graphics like that before. I can see why you'd interpret that as a palletised video mode, but I checked and there's more than 256 colors in the gradients of that PNG you've posted.
The only thing I can think of right now that might cause this is really messed up Color Management settings, but that would be screwing up all kinds of things. If you hit the windows key and go to the Color Management control panel, there's a master switch labelled Use My Settings For This Device which toggles color correction on or off for a particular display. Does anything change if you toggle it off and relaunch the game?
Ok, how about this: if you or anybody else in this situation buys Fleshcult on itch for $5 (gotta pay for labour!), I can do it. You'll need to reply in this thread so I know which username to look for in the payment logs, and then I'll send the key to the email address you're using with Paypal or Stripe.
Yeah, there's no more fleshcult.exe, just a batch file that runs a python program. This should fix problems people were having. I haven't yet found a way to point the itch app to the new launcher (by default it just seems to guess which file to run!), but I'll do some more digging in the next few days.
EDIT: The itch app should now give you a nice launch menu now
The error about api-ms-win-crt-runtime-l1-1-0.dll is likely misleading. That's a part of Windows for running programs written in the C language. It's very unlikely that you're missing it, SMADAV probably just blocked access.
I've been having on-going problems with false positives from some kinds of anti-virus software because I use PyInstaller to make the game. SMADAV is a new one on me, I'm having trouble finding any information about how it works, so I don't know if I can be much help. Sorry about this!I have plans in the new year to replace PyInstaller entirely, so hopefully that should help, but I haven't settled on a date for when I'll have that done. In the meantime there's not really much you can do other than tell SMADEV to make an exception, if that's something it allows.
Ok, I have a pretty similar laptop but haven't been able to find the issue. If anybody else is seeing this, please chime in with your own configuration and I'll see if I can see a pattern.
What's the scale factor you have set in Windows display settings? Also, what's the exact version of Windows you're on (e.g. Version 21H1 Build 19043.1348)? You can find this in Settings -> About -> Windows Specifications
Thanks!
Sorry about that! Looks like it's drawing the screen twice at different scales, so it's probably a problem with High DPI. I thought it worked fine with that, but apparently not always.
Mind if ask some questions?
- Which version of Windows are you on?
- How many screens do you have? What sizes are they?
- Is it only on the Create Character screen, or is that happening always?
- Does it go away if you:
- Right click on fleshcult.exe and select Properties
- Go to Compatibility tab
- Click Change high DPI settings
- Turn on High DPI scaling override
- Change it from Application to System
- (This will turn off high DPI and use a lower resolution instead)
Thanks for your patience
Glad you're enjoying the game! If you click the Rename/Options button in the Sanctum you can change the protagonist's pronouns, though there's no support for they/them.
Petite cock should live in the Tome of Genital Swapping, though it looks like there's a bug where you can't go back to it from larger cocks. As a workaround you could get a strap-on, then get a petite cock. In general there shouldn't be anything irreversible in there, and if there is, I appreciate the bug reports. Cheers!
I don't think the program is deleting itself. When I looked into this problem with another player they saw it vanish when it wasn't even running, so I'm pretty sure there's something external doing it. In their case it was an antivirus called Segurazo. If it's not that, I don't know if I can be much help to find out, because I've never seen it happen myself.
EDIT: I checked it using VirusTotal. 66 antivirus programs give it a clean bill of health but BitDefender Theta, Panda and SecureAge flag it as a generic threat (i.e. they think it smells weird). If you're using an AV based on those, that might be it.
As a side note, if you find extracting ZIP files confusing you could try the Itch App, which automates that whole process. It won't fix whatever's deleting the fleshcult exe though.
That's great to hear. You can do a lot of visual customisation with the mods. There's already a couple on steam workshop switching out all the backgrounds (all cis-female so far, though), and a player character viewer would be possible, just a very big chunk of work.
If you'd like to know more, it's documented here:
https://fleshcult.miraheze.org/wiki/Main_Page
That dialog you got is consistent with the current directory not being the one the exe is in. I'd try cd-ing in there and running it to see if it behaves any differently.
Sadly there's no easy Linux export button to mash. My tech stack looks like this:
- Game logic in Python 3
- CEFPython provides Python bindings and IPC to Chromium Embedded Framework, which does the browser UI
- PyInstaller bundles the Python interpreter with the scripts and libraries and makes an exe
All this stuff does support Linux, but setting up the build automation to cross compile and test is a significant chunk of work, so it's hard to make time for it when Proton is doing such an awesome job.
No plans right now for a native linux version, but I hear it works great in Proton:
https://www.protondb.com/app/1418720
Hmm, if you've got file extensions turned off in Windows Explorer, they might appear as text documents simply called 'game', 'debug', or 'error'. If you sort by Date Modified they should pop right to the top.
You could try running it from outside Itch to see if you get different behaviour. You can just run 'fleshcult.exe' in that same folder and it ought to start normally.