I just spent most of a day adding a new feature to an app. Compiled, saved, tested. Everything appeared to work OK. Tried to load the app again and Xojo crashes. A new file is in the folder with the source code - v4rb_log_main.txt. The contents are
V4RB: PluginEntry()
V4RB: DisableRBDB file IS NOT found. Enabling RBDB.
I have tried loading it with several versions of Xojo going back about a year. Not all installs have the same plugins. When I tried to load it into Arbed, I got this error message
There were errors loading NewEZServer306.xojo_project:
Exception when loading C:\Users\Dean\OneDrive - Ez Meter Technologies\Documents\Xojo Projects Active\Projects Latest Vers\EZMeter\EZServer\NewEZServer306.xojo_project
Runtime ([Name: , ID: 0] Unknown vcp key: Arch = 0) {Exceptions.Assert%%bss; RB_VCP_Config.RB_Error%%s; RBBaseItem.RB_Error%%os; RBBaseItem.addUnknownVCPPair%%oosv; RBBaseItem.addUnknownVCPItem%%oos; RBIDEScriptBuildStep.Constructor%%ooA1s; RBBuildAutomationItem.parseVCPLines%b%ooA1s&i4; RBBuildAutomationItem.parseVCPLines%b%ooA1s&i4; RBBuildAutomationItem.ReadFileFromVCP%b%ooo; RBProjectItem.ReadVCPFile%b%ooo; RBProject.ReadVCPProject%b%oooobo; RBDocument.LoadProjectFromFile%b%oobob; RBPrjVCPFileReader.OpenProjectFile%b%oooo&s; RBPrjFileReader.OpenProjectFile%b%oooo&s; RBPrjSupport.LoadNewPrjItemsTree%b%o&o&sobbb; RBPrjSupport.LoadNewPrjItemsTreeShowingProgressAndErrors%b%oo&obbb; HL.GetTree%o<HL.AProject>%oobb; RBPrjHLWin.RBPrjHLWin.!ShowProject%o<RBPrjHLWin.RBPrjHLWin>%o; MainWin.MainWin.handleEditorDrop%%o<MainWin.MainWin>v; Delegate.IM_Invoke%%v; Deferrer.DeferTimer.Event_Action%%o<Deferrer.DeferTimer>; Delegate.Invoke%%; Application._CallFunctionWithExceptionHandling%%op; REALbasic._RuntimeRun; _Main; main; }
Any help figuring out how to fix this will be greatly appreciated.