Alpha Software Mobile Development Tools:   Alpha Anywhere    |   Alpha TransForm subscribe to our YouTube Channel  Follow Us on LinkedIn  Follow Us on Twitter  Follow Us on Facebook

Announcement

Collapse

The Alpha Software Forum Participation Guidelines

The Alpha Software Forum is a free forum created for Alpha Software Developer Community to ask for help, exchange ideas, and share solutions. Alpha Software strives to create an environment where all members of the community can feel safe to participate. In order to ensure the Alpha Software Forum is a place where all feel welcome, forum participants are expected to behave as follows:
  • Be professional in your conduct
  • Be kind to others
  • Be constructive when giving feedback
  • Be open to new ideas and suggestions
  • Stay on topic


Be sure all comments and threads you post are respectful. Posts that contain any of the following content will be considered a violation of your agreement as a member of the Alpha Software Forum Community and will be moderated:
  • Spam.
  • Vulgar language.
  • Quotes from private conversations without permission, including pricing and other sales related discussions.
  • Personal attacks, insults, or subtle put-downs.
  • Harassment, bullying, threatening, mocking, shaming, or deriding anyone.
  • Sexist, racist, homophobic, transphobic, ableist, or otherwise discriminatory jokes and language.
  • Sexually explicit or violent material, links, or language.
  • Pirated, hacked, or copyright-infringing material.
  • Encouraging of others to engage in the above behaviors.


If a thread or post is found to contain any of the content outlined above, a moderator may choose to take one of the following actions:
  • Remove the Post or Thread - the content is removed from the forum.
  • Place the User in Moderation - all posts and new threads must be approved by a moderator before they are posted.
  • Temporarily Ban the User - user is banned from forum for a period of time.
  • Permanently Ban the User - user is permanently banned from the forum.


Moderators may also rename posts and threads if they are too generic or do not property reflect the content.

Moderators may move threads if they have been posted in the incorrect forum.

Threads/Posts questioning specific moderator decisions or actions (such as "why was a user banned?") are not allowed and will be removed.

The owners of Alpha Software Corporation (Forum Owner) reserve the right to remove, edit, move, or close any thread for any reason; or ban any forum member without notice, reason, or explanation.

Community members are encouraged to click the "Report Post" icon in the lower left of a given post if they feel the post is in violation of the rules. This will alert the Moderators to take a look.

Alpha Software Corporation may amend the guidelines from time to time and may also vary the procedures it sets out where appropriate in a particular case. Your agreement to comply with the guidelines will be deemed agreement to any changes to it.



Bonus TIPS for Successful Posting

Try a Search First
It is highly recommended that a Search be done on your topic before posting, as many questions have been answered in prior posts. As with any search engine, the shorter the search term, the more "hits" will be returned, but the more specific the search term is, the greater the relevance of those "hits". Searching for "table" might well return every message on the board while "tablesum" would greatly restrict the number of messages returned.

When you do post
First, make sure you are posting your question in the correct forum. For example, if you post an issue regarding Desktop applications on the Mobile & Browser Applications board , not only will your question not be seen by the appropriate audience, it may also be removed or relocated.

The more detail you provide about your problem or question, the more likely someone is to understand your request and be able to help. A sample database with a minimum of records (and its support files, zipped together) will make it much easier to diagnose issues with your application. Screen shots of error messages are especially helpful.

When explaining how to reproduce your problem, please be as detailed as possible. Describe every step, click-by-click and keypress-by-keypress. Otherwise when others try to duplicate your problem, they may do something slightly different and end up with different results.

A note about attachments
You may only attach one file to each message. Attachment file size is limited to 2MB. If you need to include several files, you may do so by zipping them into a single archive.

If you forgot to attach your files to your post, please do NOT create a new thread. Instead, reply to your original message and attach the file there.

When attaching screen shots, it is best to attach an image file (.BMP, .JPG, .GIF, .PNG, etc.) or a zip file of several images, as opposed to a Word document containing the screen shots. Because Word documents are prone to viruses, many message board users will not open your Word file, therefore limiting their ability to help you.

Similarly, if you are uploading a zipped archive, you should simply create a .ZIP file and not a self-extracting .EXE as many users will not run your EXE file.
See more
See less

Out of memory

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Out of memory

    Using the A5 "down and dirty" compiler with A5 V11 on Windows 7 64 bit and 32 GIG's of memory returns an out of memory error. I am thinking that this error is not descriptive of what is really happening in this case. Has anyone had an issue like this. I am encrypting the scripts. I wonder if that may be creating a situation whereby it goes into a loop until it fills up the memory. I have no idea, just throwing out thoughts.

    Anyone have a suggestion or found their way through this before?

    Gene

    #2
    Re: Out of memory

    Using the A5 "down and dirty" compiler with A5 V11
    What installer, alpha is not a compiler program. Are you talking about the installer?
    Dave Mason
    [email protected]
    Skype is dave.mason46

    Comment


      #3
      Re: Out of memory

      You might get an OOM message if your database is contrructed illogically. Individuals items may work but as a whole, it might not when you build an installation using Alpha Installer.
      Suggest you make a backup, then verify the build by closing all widows and running the clean up process by comp acting the database.
      See our Hybrid Option here;
      https://hybridapps.example-software.com/


      Apologies to anyone I haven't managed to upset yet.
      You are held in a queue and I will get to you soon.

      Comment


        #4
        Re: Out of memory

        Yes, I am referring to the alpha five installer. I do update all indexes and compact the database before running the create an install routine.

        The actual error returned is

        UI_MODELESS_DLG_BOX:Alpha Five InstallMaker line: 230
        sys_shell(command line)
        Out of Memory

        if that helps.

        The same error occurs whether I encrypt the files or not and whether I use all defaults through the process or not.

        The size of my application directory without Runtime installed in it is 161 MB; with Runtime - 433 MB.

        I tried it with and without Runtime installed in the same directory. No difference.

        Comment


          #5
          Re: Out of memory

          Couple of basic checks.
          Is the development the same build as the runtime?
          Are all windows closed?
          Can you create a new database with one table in it and build an install version?
          What happens when you build only the application and NOT the app with the runtime?
          Are you using Grids in the Forms?
          Have you installed V12 at any time?

          If you search for "out of memory" and include the quotes, you might find some clues. Like a corrupt memo field, or incomplete copy of support files if you moved the database.
          Last edited by Ted Giles; 06-01-2014, 11:55 AM.
          See our Hybrid Option here;
          https://hybridapps.example-software.com/


          Apologies to anyone I haven't managed to upset yet.
          You are held in a queue and I will get to you soon.

          Comment


            #6
            Re: Out of memory

            Not a good idea to install runtime in the same folder with the data. It will work, though. I just did a large database folder and included the install(another folder) along with a few other things and the whole thing was a 116m exe to send. I have a few at about 140m, but that is all I have run into.

            You can zip the folders and have them unzip to your folder of choice as well. That would be similar in size to a astrum installed file. With the astrum installer, I can make sure the stuff alpha needs to run is installed, like c++ runtime, dhtml, etc.
            Dave Mason
            [email protected]
            Skype is dave.mason46

            Comment


              #7
              Re: Out of memory

              I did try creating a simple app with one dbf and 1 form using all defaults and nothing special. I installed runtime in its default directory and tried again. Same error. Out of memory! Regarding the other checks you suggest, I do not know about differnet builds. I will look into that.

              I do not use grids, never installed V12, my application that I am trying to create an install for is one that I have been using live for over two years.

              I am only building the app and not with runtime.

              Other stats:

              A5 V11, Build 3381
              Developer Edition
              Addin Build 4096
              C Compiler Version 1600

              Windows 7 Professional 64 bit
              Service Pack 1
              32 Gig of memory

              Thanks for all your help.

              Gene

              Comment


                #8
                Re: Out of memory

                I am not familiar with astrum. Could you please educate me?

                Thanks,

                Gene

                Comment


                  #9
                  Re: Out of memory

                  Hi Ted,

                  Runtime Plus and A5v11 are the same builds.

                  Gene

                  Comment


                    #10
                    Re: Out of memory

                    google "astrum installer" and you should be able to download it for free. It has pretty good docs.
                    I don't use the grids and don't know what needs to be done to add them to an installer. Others here who do should have an idea.
                    Steve Woods uses a different installer that he likes and I know he has delivered an app with grids.
                    Dave Mason
                    [email protected]
                    Skype is dave.mason46

                    Comment


                      #11
                      Re: Out of memory

                      Gene, try building this in V11.
                      It is a V10 app, but should build and deploy OK.
                      If it won't, suggest you reload V11 RT and Dev.
                      Attached Files
                      See our Hybrid Option here;
                      https://hybridapps.example-software.com/


                      Apologies to anyone I haven't managed to upset yet.
                      You are held in a queue and I will get to you soon.

                      Comment


                        #12
                        Re: Out of memory

                        Thank you Dave

                        Comment


                          #13
                          Re: Out of memory

                          Thank you Ted. Your application did not build either. I have tried reloading A5 Developer as well as Runtime countless times. It would seem that my original download has an issue. Would you agree?

                          Gene

                          Comment


                            #14
                            Re: Out of memory

                            Possibly.
                            I can upload a V11 version to Dropbox if you need a copy of RT and Dev.
                            You should be able to download the originals and last patches again anyway.
                            See our Hybrid Option here;
                            https://hybridapps.example-software.com/


                            Apologies to anyone I haven't managed to upset yet.
                            You are held in a queue and I will get to you soon.

                            Comment


                              #15
                              Re: Out of memory

                              Gene, if you still have your original email for the order, you should be able to download both from the email link. Those should be the latest copies as well.

                              If that does not work, there may be something on your system causing the problem.

                              Are all your files on your c:\ drive and not a usb or other device?

                              Be sure that if you are going to make a clean install, you need to remove all of alpha first and clean it all out of the registry before installing new.
                              Dave Mason
                              [email protected]
                              Skype is dave.mason46

                              Comment

                              Working...
                              X