redzion
Posts: 58
Joined: Sun Sep 07, 2014 3:38 pm
Contact: Website Facebook Skype Twitter YouTube

UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

I'm strugling with UWP building my app for more than 1 year.

I was thinking, that this should work out of box, but I ran to so many problems that I can not start where to begin.
After resolving almost all problems (was builded appx sucessfully) I ran to problem after version 15.0 - the installer crush down...

ERROR LOG:
[SEH_AV_READ_BADPTR] ACCESS_VIOLATION (0xc0000005) at address [0x02214b73]

Advanced Installer 15.0.1 build d8b2baab6f
*** Stack Trace (x86) ***

[0x02214b73] -----
[0x0155c4a2] -----
[0x0151bc1c] -----
[0x0151b244] -----
[0x0127ee3f] -----
[0x01130bb1] -----
[0x010afbd5] -----
[0x011e7660] -----
[0x00e59ce1] -----
[0x00e59ce9] -----
[0x00d9a815] -----
[0x00da333c] -----
[0x01a84cb0] -----
[0x015159f1] -----
[0x777e2fea] RtlValidSecurityDescriptor()

The same error was in 15.0.

Also, when appx is made OK (in before versions) this become nightmare because Microsoft on Microsoft Store denied such app - manifest is not OK...
After you will fix installer that appx will be builded I will point out what is my current problems...

If you need I can send you project to e-mail...
Last edited by redzion on Fri Jul 13, 2018 5:21 pm, edited 1 time in total.
redzion
Posts: 58
Joined: Sun Sep 07, 2014 3:38 pm
Contact: Website Facebook Skype Twitter YouTube

Re: Strugling with UWP for more than 1 year

Error on building UWP app...
Attachments
Error on build...
Error on build...
Image2.png (35.66 KiB) Viewed 8100 times
redzion
Posts: 58
Joined: Sun Sep 07, 2014 3:38 pm
Contact: Website Facebook Skype Twitter YouTube

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

Still waiting to get any answer...

So please answer...

Do you need some log files, or something elese?
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

Hi,

I apologize for the delayed reply. Some of our support team members are having their summer holidays and we are a bit overwhelmed.

Can you please send me your project to support at advancedinstaller dot com, so we can investigate it?

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
redzion
Posts: 58
Joined: Sun Sep 07, 2014 3:38 pm
Contact: Website Facebook Skype Twitter YouTube

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

E-mail was sended with project file and with wack.xml from Microsoft testing side..
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

Hi,

We looked over your project and the "wack.xml" files that you sent to us and noticed the following problems.

Your project fails during the build process because no language is set in the "Translations" page for the "UWP" build. I'm not sure how it got into that state because we couldn't reproduce this.

The "wack.xml" file contains the errors below:

1) Image reference "Assets\UWP\logo_200x200.png": The image "Assets\UWP\logo_200x200.png" failed the size restrictions of 50 X 50.
It seems that this happens because the Microsoft Store does not accept the size or the format of your PNG file.

2) File BarcodeLib.dll is designed only for x86 processor type; AppX manifest declares 'ProcessorArchitecture' as neutral.
The processor architecture declared in the AppX manifest is not compatible with the processor type the "BarcodeLib.dll" file is designed for.

3) The binary MessagingToolkit.QRCode.dll is built in debug mode.
Again, a file from your package is not accepted by the Microsoft Store.

4) File VFS\ProgramFilesX86\RED ZION d.o.o\Simple Shop\ZedGraph.dll contains a reference to a "Launch Process" related API System.Diagnostics.Process.Start
This happens because the Microsoft Store does not allow the use of some APIs.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
redzion
Posts: 58
Joined: Sun Sep 07, 2014 3:38 pm
Contact: Website Facebook Skype Twitter YouTube

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

If I fix selected .dll files.. will this fix also generating .appx build?

Before was not such kind of error on build..

Error regarding building .appx has nothing with wack report.. but this is just one thing what AI should check on building .appx build.. It would be much easier for us that AI generate such kind of notification and not only Microsoft Marketplace store.. do you agree?
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

Hi,
Your project fails during the build process because no language is set in the "Translations" page for the "UWP" build. I'm not sure how it got into that state because we couldn't reproduce this.
This is the statement from my previous reply where I explained why you cannot build your project.

I agree that it would be helpful if Advanced Installer could notify you about errors from your Appx build as Microsoft Store does, but it is quite impossible to implement, at least for the moment. If we will be able to add support for this in the future, we will update this thread.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
redzion
Posts: 58
Joined: Sun Sep 07, 2014 3:38 pm
Contact: Website Facebook Skype Twitter YouTube

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

Great..

But how do I fix this?
For me every time when I try to build .appx I got this fatal error..

So problem for me is not fixed..

PS. .EXE setup is builded completly normaly..
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

Hi,

To fix this, you just need to go to the "Translations" page, select the "UWP" build from the toolbar, then set one language for it.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube
redzion
Posts: 58
Joined: Sun Sep 07, 2014 3:38 pm
Contact: Website Facebook Skype Twitter YouTube

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

Thank you.. now UWP is builded OK.

Best regards,
Simon
Eusebiu
Posts: 4931
Joined: Wed Nov 14, 2012 2:04 pm

Re: UWP fatal error - ACCESS_VIOLATION (15.0; 15.0.1)

You're welcome Simon. I'm glad you got this working.

Best regards,
Eusebiu
Eusebiu Aria - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”