sqlitestudio icon indicating copy to clipboard operation
sqlitestudio copied to clipboard

Loading Extension crashes SqliteStudio portable

Open twoxfh opened this issue 1 year ago • 3 comments

Using SqliteStudio portable 3.4.4 Windows 64, I am attempting to load the Windows 64bit Http Extension from Alex Garcia which promptly closes SqliteStudio. I do not see any error messages or any messages in Windows event viewer. Any help is appreciated in debugging the issue or information how I could debug myself. Thanks!

twoxfh avatar Jan 27 '24 13:01 twoxfh

Have you tried loading it from an official SQLite command line application, whether it causes the same crash?

pawelsalawa avatar Jan 27 '24 19:01 pawelsalawa

Have you tried loading it from an official SQLite command line application, whether it causes the same crash?

Thanks for looking at this issue..

Success with sqlite3.exe

Correct If I have sqlite3.exe and sqlite3.dll in the same directory with http0.dll. I can successfully start sqlite3.exe and .load http0 and use the extension.

Tried

I cannot load http0 with SqliteStudio even with putting sqlite3.exe with SqliteStudio.exe, sqlite3.dll, and http0.dll in same directory

Additional information/question

If I load sqlite3.exe in a directory outside of sqlite3.dll and then load the http extension I will get an error saying it cannot find the module (sqlite3.dll). Are there initialization options for SqliteStudio.exe which may link sqlite3.dll in a different way?

twoxfh avatar Jan 27 '24 22:01 twoxfh

I requires more investigation.

pawelsalawa avatar Jan 28 '24 08:01 pawelsalawa