Jump to content

Call Prevented by SafeMode


Recommended Posts

I have been using SQLite for years. I recently wiped my PC and ever since have had this problem - SQLite statements fail with @error set to 2, "Call Prevented by SafeMode"

Unless I include "_SQLite_SafeMode(False) ",  a  statement such as ...

_SQLite_Exec($DB1, "CREATE TABLE IF NOT EXISTS  test (col1 INT PRIMARY KEY, col2, col3)")

... will fail with @ERROR = 2

Does anyone know why? 

I do not get this on my other PC, which is the same version of windows and same sqlite3.dll.

test.au3

Link to comment
Share on other sites

Is it the same version of AutoIT on both machines as well by any chance?  There were some....issues.....I encountered when I installed the newest version of Autoit on my system.  I am curious if, after you wiped your computer, you installed the newer version of autoit on your system.

 

Link to comment
Share on other sites

  • Moderators

adrianhudson,

If you are using the latest AutoIt version 3.3.14.3 then this is a known bug:

You will particularly need the Array library.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

M23,

Still something a bit wrong. Before I saw your reply about the bugs. on the PC that WAS working I installed latest version. So to fix it I also copied the three fixed files to that machine.

This machine fails on _SQLite_Open with @error = 1 (with an autoit that was working on the prior release)

 

Link to comment
Share on other sites

  • Moderators

adrianhudson,

Obviously no the same problem (that gave @error -2), so I suggest starting a new thread where you post your script so the SQL gurus can take a look.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...