BEOpt 3.0.1 launch error?

asked 2023-07-25 16:40:40 -0500

sethw's avatar

updated 2023-07-25 18:33:26 -0500

I just got the following error when installing BEOpt 3.0.1 and launching it for the first time. I still have version 2.8 but is there a bug fix for this?

Message: The following application error has occurred in BEopt v3.0.1.0. Please report this to the BEopt development team and restart the application.

SQL logic error near "s": syntax error

Stack Trace: at System.Data.SQLite.SQLite3.Prepare(SQLiteConnection cnn, String strSql, SQLiteStatement previous, UInt32 timeoutMS, String& strRemain) at System.Data.SQLite.SQLiteCommand.BuildNextCommand() at System.Data.SQLite.SQLiteCommand.GetStatement(Int32 index) at System.Data.SQLite.SQLiteDataReader.NextResult() at System.Data.SQLite.SQLiteDataReader..ctor(SQLiteCommand cmd, CommandBehavior behave) at System.Data.SQLite.SQLiteCommand.ExecuteReader(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery(CommandBehavior behavior) at System.Data.SQLite.SQLiteCommand.ExecuteNonQuery() at NREL.BEopt.BEoptCommon.DBManagement.InitializeDB() in C:\git\beopt\Source\BEoptSettings\Database\DBManagement.cs:line 563 at NREL.BEopt.ObjLibCS.BEoptProject.InitializeProject(String filename) in C:\git\beopt\Source\BEoptObjLibCS\BEoptProject.cs:line 376 at NREL.BEopt.BEoptUIVB.BEopt_MainForm.CreateProjectFile() in C:\git\beopt\Source\BEopt\BEopt_MainForm.vb:line 2624 at NREL.BEopt.BEoptUIVB.BEopt_MainForm.BEopt_MainForm_Load(Object sender, EventArgs e) in C:\git\beopt\Source\BEopt\BEopt_MainForm.vb:line 254

edit retag flag offensive close merge delete