Like others, I wanted to thank you for all your work on this library. I just upgrade my version of Corona and am now using the graphics 2.0 feature and at the same time downloaded the latest CBEffects library. Most stuff is just working but I’m getting an error when trying to use a vent group. The error is core:199: attempt to index field ‘listvents’ <a nil value>. Any ideas on why that might be appearing? I have given each of the vents in the group a different title.
I should add that I’m also using a preset (sparks) for vents in this group.
Yeah, someone just posted an issue on that. It was a typo in the library. If you re-download or copy + paste the contents of CBEffects/cbe_core/core.lua into your current version, it ought to fix this error.
That fixed the first error but now I’m getting another complaint from line 215 where params is a nil value. It attempts to get #params but apparently it’s not set.
Like others, I wanted to thank you for all your work on this library. I just upgrade my version of Corona and am now using the graphics 2.0 feature and at the same time downloaded the latest CBEffects library. Most stuff is just working but I’m getting an error when trying to use a vent group. The error is core:199: attempt to index field ‘listvents’ <a nil value>. Any ideas on why that might be appearing? I have given each of the vents in the group a different title.
I should add that I’m also using a preset (sparks) for vents in this group.
Yeah, someone just posted an issue on that. It was a typo in the library. If you re-download or copy + paste the contents of CBEffects/cbe_core/core.lua into your current version, it ought to fix this error.
That fixed the first error but now I’m getting another complaint from line 215 where params is a nil value. It attempts to get #params but apparently it’s not set.