Yellow-Dog-Man / Resonite-Issues

Issue repository for Resonite.
https://resonite.com
135 stars 2 forks source link

Dynamic Impulses with values do not work when sent from a headless's console #2272

Open bredo228 opened 4 months ago

bredo228 commented 4 months ago

Describe the bug?

When sending a dynamic impulse with a value from a headless console, the dynamic impulse is not sent to the world.

Dynamic impulses without values can be sent and are received properly.

To Reproduce

Have a Dynamic Impulse Receiver With Data in a world hosted by a headless.

Try and send the Dynamic Impulse with a value from the headless console.

Note that the dynamic impulse is not triggered.

Expected behavior

For the Dynamic Impulse to be triggered when a Dynamic Impulse is sent from the console

Screenshots

https://github.com/Yellow-Dog-Man/Resonite-Issues/assets/29470709/d1b44732-12fa-4a91-ac41-d76f40e677ab

Resonite Version Number

2024.6.5.1084

What Platforms does this occur on?

Windows, Linux

What headset if any do you use?

Desktop

Log Files

ERIS - 2024.6.5.1084 - 2024-06-09 12_42_17.log testheadless - 2024.6.5.1084 - 2024-06-09 12_43_10.log

Additional Context

No response

Reporters

bredo, BigRedWolfy

shiftyscales commented 3 months ago

Can you check if this works as intended if you wrap the value in quotation marks, @bredo228?

E.g. dynamicImpulseFloat testFloatValue "1.2" or dynamicImpulseFloat "testFloatValue" "1.2"

bredo228 commented 3 months ago

Can you check if this works as intended if you wrap the value in quotation marks, @bredo228?

E.g. dynamicImpulseFloat testFloatValue "1.2" or dynamicImpulseFloat "testFloatValue" "1.2"

Still doesn't work even when wrapping in quotes.

2024-06-11_11-32-29_mstsc

TisFoolish commented 3 months ago

What about wrapping the tag and value in quotation marks? Eg

dynamicImpulseFloat "testFloatValue 1.2"

That looks to be the only permutation that wasn't tried that I can see

bredo228 commented 3 months ago

What about wrapping the tag and value in quotation marks? Eg

dynamicImpulseFloat "testFloatValue 1.2"

That looks to be the only permutation that wasn't tried that I can see

That results in an Invalid number of arguments.

shiftyscales commented 3 months ago

Seeking input from @ProbablePrime.

ProbablePrime commented 3 months ago

Will review later and can probably handle.