Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Fleshcult

Take the role of an incubus or succubus. Seduce mortals into your lair · By Oneirolith

Error

A topic by KaRoMax created Apr 23, 2023 Views: 291 Replies: 7
Viewing posts 1 to 3

For some reason, when I try to launch the patreon version this error pops up

(+1)

Here's the log:

[Fleshcult] CEF Python 66.0

[Fleshcult] Chromium 66.0.3359.181

[Fleshcult] CEF 3.3359.1774.gd49d25f

[Fleshcult] Python 3.7.9 32bit

[Fleshcult] Working directory: C:\Users\Dawid\Downloads\fleshcult_patron_v126\fleshcult\game

[Fleshcult] Debugger: None

Logged into Steam as 76561198256232130, level: 10

Installed mods: local:onierolith_example, local:onierolith_patron

Couldn't extract file extension from URL: (audio/orgasm_f1.ogg -> audio/orgasm_f1.ogg)

Error

Traceback (most recent call last):

  File "resource_handler.pyx", line 123, in cefpython_py37.ResourceHandler_GetResponseHeaders

  File "fleshcult.nut\faust\FakeHTTP.py", line 164, in GetResponseHeaders

    response.SetMimeType(self.current_mime)

  File "response.pyx", line 44, in cefpython_py37.PyResponse.SetMimeType

  File "response.pyx", line 45, in cefpython_py37.PyResponse.SetMimeType

AssertionError: Response.SetMimeType() failed: mimeType param is not a string

Developer

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.

So, what should I do after installing one of these programs?

Developer

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

Yup, it didn't work even after setting it manually to handle these type of files

Developer

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

Alright, it works now. Thanks a lot