Home › Forums › Products › Vsig and Preset Development › VSig Noob: I made an Emote crash loop
- This topic is empty.
-
AuthorPosts
-
-
December 31, 2020 at 10:02 pm #116275the8bitdeityParticipant
Hello,
Just started teaching myself VSig, and I’m in a situation where Emote crashes on launch repeatedly.
Steps:
- Create VSig Basic Stereo Delay
- Load to Next Empty Preset Location
- Duplicate the Template – Default FXChain
- remove connections from the thru module
- move the thru module “over”
- drag in my Basic Stereo Delay
- Emote crashes
- further launches of Emote crash unless I delete the FXChain containing the custom preset.
Can anyone point me to my error?
-
January 1, 2021 at 10:32 pm #156748zazulaParticipant
I’m seeing the same behavior here.
First thing is a workaround, after Emote crashes:
1. create a new VSig document (empty)
2. upload it to FXChain 1 / Slot 1
3. restart Emote
This will overwrite the module that keeps crashing Emote.
-
January 1, 2021 at 11:09 pm #156749zazulaParticipant
OK, that was a tricky one to figure out. You have two problems, one causing a crash:
1. your knobs *and* the objects they control are connected to the “basicMenu” menupage object. That is causing the crash (although, that should be filed as a bug).
2. your “statement” strings in the knobs are not correct. They need to be in %f form. $f for unformatted, %0.3f for zero-leading with 3 decimal places, etc.
I’ve attached a corrected sigfile.
-
January 2, 2021 at 12:48 am #156750the8bitdeityParticipantzazula wrote:
OK, that was a tricky one to figure out. You have two problems, one causing a crash:
1. your knobs *and* the objects they control are connected to the “basicMenu” menupage object. That is causing the crash (although, that should be filed as a bug).
2. your “statement” strings in the knobs are not correct. They need to be in %f form. $f for unformatted, %0.3f for zero-leading with 3 decimal places, etc.
I’ve attached a corrected sigfile.
Thanks for the help!
What’s the suggested process for filing bugs?
-
January 3, 2021 at 2:42 am #156753zazulaParticipantthe8bitdeity wrote:
What’s the suggested process for filing bugs?
Eventide should answer that. Wondering myself…
-
January 3, 2021 at 3:30 am #156754zazula wrote:Eventide should answer that. Wondering myself…
Generally we follow the forums and support email and add tickets to our tracking system when we see bugs reported.
I've added a ticket for this one, and it will be known as EMOTE-632 in our tracking system.
-
-
AuthorPosts
- You must be logged in to reply to this topic.