[wix-users] Custom Action Data Memory Issue

Edwin Castro egcastr at gmail.com
Thu Apr 26 09:01:09 PDT 2018


That's right. The error message should include an error code. That error
code will be an HRESULT representing the reason why the memory allocation
failed. Without looking up that error code, the best I can *guess* is that
you've ran out of physical or virtual memory.

--
Edwin G. Castro


On Thu, Apr 26, 2018 at 8:35 AM, Ven H <venh.123 at gmail.com> wrote:

> Thank you Edwin. The machine has 8 GB RAM. Also, when I googled for that
> error, I found a GitHub link, where there is some C++ code probably
> <http:///>, in which this message is present based on an if condition.
> Not sure what it is.
>
> https://github.com/AnalogJ/Wix3.6Toolset/blob/master/RC0-
> source/wix36-sources/src/ca/wcautil/wcawrap.cpp
>
> Regards,
> Venkatesh
>
> On Thu, Apr 26, 2018 at 7:06 PM, Edwin Castro <egcastr at gmail.com> wrote:
>
>> You are running out of memmory. Get more RAM?
>>
>> --
>> Edwin G. Castro
>>
>>
>> On Thu, Apr 26, 2018, 04:07 Ven H via wix-users <
>> wix-users at lists.wixtoolset.org> wrote:
>>
>>> I have a big SQL file (138 MB). This is big, because it has some insert
>>> scripts for audio file in binary format or something given by the DB
>>> developer. When I am trying to execute it using SqlScript, I am getting
>>> the
>>> following error in the log. Can anyone please help? Is there any limit on
>>> the size of sql script file? If so, is there a way to overcome it?
>>>
>>> *Failed to allocate memory for CustomActionData string*
>>>
>>> ____________________________________________________________________
>>> WiX Toolset Users Mailing List provided by FireGiant
>>> http://www.firegiant.com/
>>>
>>
>


More information about the wix-users mailing list