Skip to content

[3.14] Getting HRESULT_FROM_WIN32(ERROR_OUT_OF_MEMORY) on customer system for WixCloseApplications #8665

Discussion options

You must be logged in to vote

That's definitely a weird one. It's this Windows Win32API call that is failing
https://learn.microsoft.com/en-us/windows/win32/api/winbase/nf-winbase-globaladdatomw

Is there anything unusual with the environment?
What OS?
Is the installation being done from a read-only medium?
Does the user account have unusual restrictions placed on them?
Is it a domain computer this is being used on?

My suspicion is that there's some weird access restrictions on the user which means when the attempt is made to set (create) the Global Atom it's denied with some kind of weird out of memory / out of disk space / the users allocation of global atoms has been exhausted for their session https://learn.microso…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@AliveDevil
Comment options

@AliveDevil
Comment options

Answer selected by AliveDevil
Comment options

You must be logged in to vote
1 reply
@bevanweiss
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants