uhntiss:
Error:
stack index 3, expected number, received number: not a numeric type that fits exactly an integer (number maybe has significant decimals) (bad argument into ‘void(long long int)’)
Multiply - error line 553
Scale - error line 591
Vibrate - error line 1433
Vibrate (wave) - error line 1483
Everything else appears to work.
I looked into it. It should be fixed now. Can’t test it, though.
Can you download the file with “Linuxfix” in it and tell me if it’s fixed?
I use the script a lot myself, and I want it to be useful & user-friendly.
I am also the type that would spend hours programming to save a few seconds scripting, but that’s why I decided to make it public so that it’s not just useful for me alone.
2 Likes
uhntiss
September 20, 2025, 11:00pm
22
Yeah same error, Vibrate function on line 1700 now. Looks to be the same section of code.
Threw some prints in to see the values. I had to math.floor line 1700 and math.tointeger lines 1707, 1710, 1712 to get it to run all the way through.
Selected points are 65 and 0.
The prints shown in the log are prior to the math.floor/tointeger operations.
Could you try the Linuxfix 2 file? And if it still doesn’t work, show me how the end of your working VibratetwoPoints function looks like?
with a pic like this:
I would like to see what you changed to better understand it.
uhntiss
September 21, 2025, 2:43pm
24
Oh man, I goofed. I think I recopied the same 6.0 file. I was perplexed where the linuxfix change was lol.
The Intpos function fixed it.
All’s well that ends well. At least it works now.