Well, I figured out what was causing this. I'm using a tool called Scenery Config Editor to manage sceneries, ie. turn them on and off depending on where I'm flying. Turns out this tool writes entries such as these:
Active=True
Required=False
Whereas Plan-G appears to require the Boolean values in upper case, ie.:
Active=TRUE
Required=FALSE
Once I converted the case for all these values the database was created without further problems.
Active=True
Required=False
Whereas Plan-G appears to require the Boolean values in upper case, ie.:
Active=TRUE
Required=FALSE
Once I converted the case for all these values the database was created without further problems.