Old 07-17-2022, 02:57 PM   #7601
Diamondrecords
Human being with feelings
 
Join Date: Jun 2022
Posts: 6
Default error message

Quote:
Originally Posted by lb0 View Post
Hi, not knowing if this error happens consistently (each time you use Stripper) - or was just a one off - I've tried to prevent it in v0.94.0204.

Let me know if this fixes it.
Hi, I am also getting this message: LBX Stripper.lua:97441: attempt to index a nil value (field '?')


Do you know How to fix this issue. I tried reloading the script and the same thing happened.

thanks
Diamondrecords is offline   Reply With Quote
Old 07-17-2022, 04:54 PM   #7602
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by Diamondrecords View Post
Hi, I am also getting this message: LBX Stripper.lua:97441: attempt to index a nil value (field '?')


Do you know How to fix this issue. I tried reloading the script and the same thing happened.

thanks
Hi,

What version of Stripper are you running? Assuming you cannot check within Stripper (due to the error) - you can open the main Stripper.lua file and the script version can be found near the top

Like the following:

Code:
lvar.scriptver = '0.94.0204' --Script Version
v0.94.0204 is the latest.

Have you downloaded the latest version from GitHub? I released an update for that error in the latest - that reportedly fixed the bug.

Please ensure you have v0.94.0204 and see if this fixes the issue.
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 07-17-2022, 05:48 PM   #7603
Diamondrecords
Human being with feelings
 
Join Date: Jun 2022
Posts: 6
Default

Quote:
Originally Posted by lb0 View Post
Hi,

What version of Stripper are you running? Assuming you cannot check within Stripper (due to the error) - you can open the main Stripper.lua file and the script version can be found near the top

Like the following:

Code:
lvar.scriptver = '0.94.0204' --Script Version
v0.94.0204 is the latest.

Have you downloaded the latest version from GitHub? I released an update for that error in the latest - that reportedly fixed the bug.

Please ensure you have v0.94.0204 and see if this fixes the issue.


I am using the lates version v0.94.204, it was working fine. I had an issue that the dynaic mode was not showing. I manage to find it by right clicking after importing a script. after i closed the lbx stripper and tried to reopen it, thats when the error message showed up.
Diamondrecords is offline   Reply With Quote
Old 07-18-2022, 01:02 AM   #7604
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

Quote:
Originally Posted by Diamondrecords View Post
I am using the lates version v0.94.204, it was working fine. I had an issue that the dynaic mode was not showing. I manage to find it by right clicking after importing a script. after i closed the lbx stripper and tried to reopen it, thats when the error message showed up.
Ok - well - that's pretty odd. It's a pretty basic line of code - and if that's giving that error consistently - then there's something a bit odd about the state of the data.

Can you please PM me an email address so I can provide a debug version of the script to try and work out what is going on...?

Have you tried seeing if Stripper will start with an empty project?
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 07-27-2022, 03:21 PM   #7605
lb0
Human being with feelings
 
Join Date: Apr 2014
Posts: 4,171
Default

New thread

https://forum.cockos.com/showthread.php?t=269153
__________________
Projects - Reascripts - Lua:
Smart Knobs 2 | LBX Stripper | LBX Floating FX Positioner
Donate via Paypal | LBX Tools Website
lb0 is offline   Reply With Quote
Old 01-11-2023, 10:42 PM   #7606
justcosmic1
Human being with feelings
 
Join Date: Dec 2013
Posts: 109
Default Great minds...

Quote:
Originally Posted by Rodulf View Post
...
If I were a developer, I would give serious thought to teaming up with you and making LBX-S into a native part of Reaper.
Funny enough I just said exactly this in the bug report thread that Ib0 opened re the save behaviour.
I totally agree - this improves Reaper exponentially IMO...and def should be integrated.
justcosmic1 is offline   Reply With Quote
Old 09-03-2023, 01:48 PM   #7607
daounandout
Human being with feelings
 
daounandout's Avatar
 
Join Date: Mar 2023
Location: London, UK
Posts: 67
Default

I have a set of controls associated with a certain FX plugin in dynamic mode. I need to change that set of controls. I can't for the life of me work out how to do it.

I've tried "Set Plugin Default", which confirms that's been done. But then when I load that plugin in dynamic mode, the old thing I had associated with the plugin loads.

Anyone know what I'm doing wrong?

Cheers!
daounandout is offline   Reply With Quote
Old 12-20-2023, 09:29 AM   #7608
Cobrango
Human being with feelings
 
Cobrango's Avatar
 
Join Date: Aug 2023
Location: Oslo, Norway
Posts: 12
Default error

"Please ensure you have the:

__default
SimpleFlat_48
SimpleFlat_96
SimpleFlat2_96
__Snapshot
__XY
__XYTarget
SimpleBox_9632
Switcher

files in your LBXCS_resources/controls/ folder.
You can get these files from the LBX Stripper project on github - in the LBXCS_resources zip file"


I've done what the instructions says, hmm.
__________________
Founder of www.amundsen.studio - Experience Your Audio In The Fast Lane
Cobrango is offline   Reply With Quote
Old 02-05-2024, 04:27 AM   #7609
grandfougue
Human being with feelings
 
grandfougue's Avatar
 
Join Date: Sep 2016
Posts: 513
Default

Hello everyone, it's been a while since I had time to get back to this great script but here we go again lol. I have a small question: would it be possible in one way or another by an external script to block the LBXStripper window at a position and at a size and a docker defines it? For what ? because when you change the screenset it can't stay in the open position Thanks in advance
grandfougue is offline   Reply With Quote
Old 02-09-2024, 11:47 AM   #7610
PMan
Human being with feelings
 
Join Date: Aug 2019
Posts: 646
Default

I use many screen sets, I call them from keyboard shortcuts. I set the position of the Stripper window and save it in each screen set, so it is exactly how I want it. It takes a bit of time to setup, but it works quite well.

HTH
PMan is offline   Reply With Quote
Old 02-10-2024, 10:28 AM   #7611
grandfougue
Human being with feelings
 
grandfougue's Avatar
 
Join Date: Sep 2016
Posts: 513
Default

Tanks I have problem whth snapshots the red bouton for saving control stay always red impossible to save a new control Can you help me please ?

Sory resolut with LBX Stripper 2
the files in the first post is hoder version

Last edited by grandfougue; 02-11-2024 at 03:14 AM.
grandfougue is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 02:10 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.