Invalid float conversion joyhub martino

i was trying to use my new toy when i noticed it was not triggering all the time like it was with my other toy on the same videos and i checked logs and saw invalid float conversion(80) invalid float conversion(etc.). I’m not sure why this is happening.

The logs would be useful to see. Also which game?

i was using fap tap. net this is all that appears in the logs

That’s weird… in the settings tab, there’s an option to send logs the developers: please use that so we can get the full context.

Hey there,

Encountering the same issue with a Joyhub Martino on Faptap, did jared provide logs already or should I do it ?

Did some digging on my end, little dive into wireshark.

Basically any message that looks like this :

[{"ScalarCmd":{"Id":64,"DeviceIndex":0,"Scalars":[{"Index":0,"Scalar":14,"ActuatorType":"Oscillate"}]}}]

Gets this error back :

[{"Error":{"ErrorCode":4,"ErrorMessage":"{\"ButtplugDeviceError\":{\"MessageNotSupported\":\"ScalarCmdV3\"}}","Id":64}}]

The only one that get a “OK” back are the ones that have Scalar to “1”:

[{"ScalarCmd":{"Id":65,"DeviceIndex":0,"Scalars":[{"Index":0,"Scalar":1,"ActuatorType":"Oscillate"}]}}]
[{"Ok":{"Id":65}}]

This causes the toy to start pumping at what would be its max setting (guess)

I hope this helps somehow, I can provide other info as needed.