AV in IDE Demo after re-build with Scripter v7.23

I just got time to install Scripter v7.23. I completely uninstalled Scripter v7.22 and installed Scripter v7.23.

  1. I then loaded the ScripterProIDE project.
  2. I then made the following changes from the Defaults
    *. IDEScritper1 > LibOptions > UseScriptFiles := True
    *. IDEScripter1 > LibOptions > FormFileExt :=. .sfm
    *. IDEScripter1 > LibOptions > SourceFileExt := .psc
  3. Then I performed a clean build of the project.

When I went and used the IDE Demo and attempted to create a new Unit within a empty project. I received the following AV message:

Access violation at address 007AF5AC in module 'ScripterProIDE.exe'. Read of address 00000412.

I performed the following actions that produced the AV:

  1. After the the IDE is loaded. Select File > Close all
  2. Click on the "New unit" button.
  3. Select the language of the new unit file.
  4. Click on the OK button.

That's it.

I had done the following testing:
Test 1 - Add Unit to current project

  1. Load IDE Demo
  2. Click on the "New unit" button.
  3. Select language.
  4. Click on the "OK" button.

Test 2 - Create New project

  1. Load IDE Demo
  2. Click on the "New project" button.
  3. Select language.
  4. Click on the "OK" button.

Test 3 - load existing project

  1. Load IDE Demo
  2. Click on the "Open project" button.

And this is the result of the tests.
Test 1: The new unit file was created and added to the project without any issues.
Test 2: The creating of the new project caused the same AV message from above.
Test 3: The loading of an existing project caused the same AV message from above.

So, besides my initial cause of the AV, I had found two other ways to cause the AV as well.

Looks, like someone may have missed something in fixing my previously mention issues.
And I have found that it is major issue and that I have to revert back to v7.22 for my current project.

Can you please try with the just released 7.23.1 version?

Okay, with the new updated release v7.23.1 there is no AV.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.