Balkoth
Balkoth
Still not fixed in v1.1.2
Still not fixed in v1.1.3
How about you just document the stuff...
Imho it is noise. Noise that should not be there as i as developer have no control over those files. I should not have to do anything to work around...
Is it relevant that this happens on a terminal session? I can see it crash when trying to run an unpackaged app from a normal desktop session as different user....
In my case on a normal dekstop session, with no terminal services involved, event viewer logs the following error: ```xml Windows App Runtime ERROR 0x80070520: Bootstrapper initialization failed while looking...
Further investigation shows that adding `true` to the project or publishing file lets the application run successfully with a different than the logged on user.
I set `IncludeNativeLibrariesForSelfExtract` in my project yes.
As of 1.1.2 an application published like this still crashes on startup: ``` FileSystem x64 win10-x64 bin\win10-x64\publish\win10-x64\ true false true Release net6.0-windows10.0.19041.0 false true true ``` ``` Application: TestWindowsAppSDKSelfContained.exe CoreCLR...
Not being supported is one thing, but then it should error out when trying to compile the app, listing the incompatible options. Producing a non runnable application is the worst...