You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed there are only x86 and x64 versions of the PsfLauncher and its related files. I use the package support framework to solve working directory issues. My concern is will it cause any performance degradation if I use the x64 version of PSF to run my ARM64 app on ARM64 systems. In any case, I think providing ARM64 PSF files would be helpful.
The text was updated successfully, but these errors were encountered:
Looks like the PSF doesn't function at all on ARM64. Using the 64 bit version of PSF displays the below error:
Using the 32 bit version will simply cause the app to run in a suspended state.
So, I am forced to provide the x64 version to ARM64 systems which will run via emulation. Even with the x64 version running on ARM64 systems, there are still problems with inPackageContext.
I highly request you to look into these issues as soon as possible. This is disappointing considering Microsoft wants developers to develop for the ARM64 platform as well.
infinitepower18
changed the title
No ARM64 version
No ARM64 version, PSF doesn't work at all on ARM64
Jun 23, 2023
I've noticed there are only x86 and x64 versions of the PsfLauncher and its related files. I use the package support framework to solve working directory issues. My concern is will it cause any performance degradation if I use the x64 version of PSF to run my ARM64 app on ARM64 systems. In any case, I think providing ARM64 PSF files would be helpful.
The text was updated successfully, but these errors were encountered: