Are you running the x64 edition of VB3 1.4? It has known issues that affect some users and not others. As best I can tell it’s complete random and related to memory layout at the time it’s loaded.
Three suggestions:
Use the x86 edition of VB3 via jBridge
Upgrade to VB3 II - I haven’t had any reports of problems with it.
I did the search and found that thread, but I didn’t read it completely because I thought it was old!!
I’m not really sure because I tried a lot of things yesterday, but I’m pretty sure I tried to create a song from scratch with both, the x86 and x64 versions, with the same result… crash… will try again today.
I have VB3 II which I loaded yesterday as a replacement. No problems so far, but I still haven’t tweaked enough to make it sound as I want.
Like @brad mentioned above, you could try to jBridge the x86 and run it in Cantabile x64. Some have had success that way. It has everything to do with VB3 developer stopping support of VB3 1.4. VB3 II is quite a different animal, so, unfortunately, it is not an updated version of 1.4. You also have the other option of reverting back from C3 3557 to an earlier version that worked with VB3. This is why many are trying other Leslie options with VB3 II, hoping to recreate the original VB3… I am staying with Win 7 and 8 as long as I can, because I know the issues with Win 10 have been many, and hoping those issues will be resolved in time.
Can you remember the steps you went through in practice before the Crash?
Also, have a look in the Cantabile Log folder (go into Tools/Open Settings Folder menu, which will open it in Explorer for you), and see if there are any Cantabile-b3277-xxxxxxxxxxx.zip files dated the date and time you had the crash. Those are crash logs that Brad can use to assist in diagnosing the problem.
The problem with software is that failures, might seem random, but they are very deterministic. If you run across the same input conditions again, you will get the same crash. Which is why steps to reproduce problems (if you can find them) are so important to software developers so that the failure mode can be removed (I do a lot on software reliability on safety related systems!).
Guido is looking into these crashes. In the meantime he’s advised:
One thing that may be helpful… with the last version of VB3-II
(v.1.1.1) I have added an hidden feature that helps me understand how
the different hosts interact with the plugin.
In the settings directory created by VB3-II ( C:\Users{user
name}\AppData\Roaming\GenuineSoundware\GSi VB3 II ) there’s an xml
file called Settings.xml, if you open it with a text editor, change
the last line <SETTING ID=“log” Value=“0”/> set Value = 1, save the
file and reopen VB3-II, it will now open a secondary window with some
logging.
You could pass this information along to the user who reported the
crash, and maybe ask him whether he found an exact sequence to
replicate the conditions that led to the crash.