Runtime error 230 at 0003249F

Issue #62 resolved
Dmitriy Bolshakov created an issue

When I create simplest project it starts in Mac OS.

If I just just add one non VCL module in uses clause of Form Unit2.


uses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl.Dialogs, Vcl.StdCtrls, DBGridEh;


and Run Without Debugging it falls with paserver error:


CrossVcl v 0.35 Copyright 2017 Eugene Kryukov This is beta software for testing purpose only.

Runtime error 230 at 0003249F


I can't run application in Debug mode. IDE just hangs, no reaction on mouse or keyboard.

paserver at this time shows

listen Process Control Server Started pid 795 exe built Mar 9 2016 sentinelFunc 797


I can't Run with Debugging even simplest project.

Comments (11)

  1. Eugene Kryukov repo owner

    It looks like you first need to setup Delphi to debug. You should use Update 2 if you like to debug in MacOS Sierra.

  2. Dmitriy Bolshakov reporter

    I use 10.1 Berlin Update 2 - Embarcadero® Delphi 10.1 Berlin Version 24.0.25048.9432 I just downloaded it a week ago.

  3. Eugene Kryukov repo owner

    Right now it is to early to test third-party components. You can do that, but please do not create an issues at this stage. First we need to stable standard VCL. You can email to author of third-party component and invite to the CrossVcl beta.

  4. Dmitriy Bolshakov reporter

    Same problem with FM projects. I wrote issue on quality.embarcadero - https://quality.embarcadero.com/browse/RSP-17079 I want Delphi to be ready to work by the time the СrossVCL is ready for testing. I can't estimate the amount of effort it takes to make Delphi standard technology work with Mac OS, not to mention additional libraries. At each step of combining Delphi and Mac OS, you have to shovel half the Internet to find out about another old known problem.

  5. Ronald Klitsche

    AFAIK yes. Cant prove in my system. I stay at a lower macOS version, where Berlin Update 2 dont have debug problems.

  6. Log in to comment