2007-02-22, 02:08 PM
Ok, a couple things i noticed in the log:
1) Looks like you are using an .MDB, I wrote this using the sqlite db. Not sure if that is a problem or not.
2) You have some DLLs in the plugin directory that are not Plugins. These DLLs should live in the gbpvr directory (one level up from plugins).
DriverWrapper.DLL
NativeUtilities.DLL
System.Data.SQLite.dll
This happened to me also when developing and I had 'Copy Local' set to true for these DLLs in the solution explorer. Solution Explorer, open up References, in the Properties dialog for each DLL, that setting can be changed to FALSE. (Then the DLL won't be copied to the target directory).
3) Something about one of your recording sources seem off, several exceptions when it is trying to initialize.
If SearchWiz loads, there should be a SearchWiz.log file in the logs directory that may provide more information. I will create a new version that has more logging around the DB open logic and post at the above link.
Unfortunately, that will be much later today as work has gotten in the way of fun and I must run to catch a bus now....
BTW: I appreciate your time looking at the plugin.
1) Looks like you are using an .MDB, I wrote this using the sqlite db. Not sure if that is a problem or not.
2) You have some DLLs in the plugin directory that are not Plugins. These DLLs should live in the gbpvr directory (one level up from plugins).
DriverWrapper.DLL
NativeUtilities.DLL
System.Data.SQLite.dll
This happened to me also when developing and I had 'Copy Local' set to true for these DLLs in the solution explorer. Solution Explorer, open up References, in the Properties dialog for each DLL, that setting can be changed to FALSE. (Then the DLL won't be copied to the target directory).
3) Something about one of your recording sources seem off, several exceptions when it is trying to initialize.
If SearchWiz loads, there should be a SearchWiz.log file in the logs directory that may provide more information. I will create a new version that has more logging around the DB open logic and post at the above link.
Unfortunately, that will be much later today as work has gotten in the way of fun and I must run to catch a bus now....
BTW: I appreciate your time looking at the plugin.