Bug with Carmelita

Status
Not open for further replies.

Oogler

New Member
Aug 4, 2024
2
0
28
If you mod Carmelita with the pussybloom mod and then choose the "fuck" option it just crashes your game
 

Oogler

New Member
Aug 4, 2024
2
0
28
Code:
 Version: 0.9.104-BACKER-ELECTRON#5112 Message: Cannot read properties of undefined (reading 'cType') Stack:
TypeError: Cannot read properties of undefined (reading 'cType')
    at o.value (file:///./resources/app/main.cef54200.js:1:2550059)
    at o.value (file:///./resources/app/main.cef54200.js:1:2546019)
    at o.value (file:///./resources/app/main.cef54200.js:1:2410129)
    at w (file:///./resources/app/main.cef54200.js:1:10587739)
    at e.value (file:///./resources/app/main.cef54200.js:1:10592214)
    at e.value (file:///./resources/app/main.cef54200.js:1:17790250)
    at e.value (file:///./resources/app/main.cef54200.js:1:17790431)
    at e.value (file:///./resources/app/main.cef54200.js:1:17789794)
    at Object.oP (file:///./resources/app/main.cef54200.js:1:21594967)
    at file:///./resources/app/main.cef54200.js:1:12313801
(07:39:36.640) (Core) info: GameState postLoad()
(07:39:37.564) (Serialization) info: Setting gameloading marker false
(07:39:41.544) (UserInterface) log: UI redraw triggered via electron.
(07:39:46.225) (UserInterface) log: UI redraw triggered via electron.
(07:40:21.866) (UserInterface) log: UI redraw triggered via electron.
 

Jacques00

Administrator
Moderator
Aug 26, 2015
5,141
1,265
Hopefully fixed for the next release. For that scene, the user should now be able to select a penis (if applicable) before moving on to the scene.

From what I can assume, this bug is mainly due to an index error where the coder forgot to define a specific penis index, so the game will try to use the "default" value. The issue is, you might have done a scene where you could choose a penis or strapon, and after choosing strapon, the default index will shift to a non-penis index. So when a penis-only scene happens and the default value isn't reset, it will use that same default index and because the text is only parsing for something in the penis array, the index is out of range and the game spits out an error.
 
Status
Not open for further replies.