Crash in CreateForm

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #44238
    OldGrumpy
    Participant

      Did you try running the app with disabled skinmanager? Same or different behaviour? When the application vanishes without a trace it is usually a stack overflow that makes Windows terminate the application without any message. Also, Updating to 7.26 could help.

      #44239
      mhaps
      Participant

        SkinManager is not active and should be set to active in OnShow (which is not reached).

        #44248
        Support
        Keymaster
          'mhaps' wrote:

          SkinManager is not active and should be set to active in OnShow (which is not reached).

          Hello

          So, OnShow(or OnCreate ?) is not reached and application is not skinned because sSkinManager is not initialized?

          How you verifying a reaching of OnShow/OnCreate events?

          Can you try latest version 7.26?

          #44873
          mhaps
          Participant

            Finally we found out, that the programm was running on HyperV with only 8 bit color.

            Increasing the color depth solved the problem.

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.