Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows App Runtime issue #72

Closed
ryanKinoti opened this issue Oct 23, 2023 · 12 comments
Closed

Windows App Runtime issue #72

ryanKinoti opened this issue Oct 23, 2023 · 12 comments
Labels
bug Something isn't working

Comments

@ryanKinoti
Copy link

Hi there, I just installed the latest windows app runtime on my PC and when i try to run JASM i am getting the error attached on the image below
Screenshot 2023-10-23 102022

aside from the other installed Windows App Runtime versions (from 1.1 to 1.3) installed, i also added 1.4 as required and still getting the above error.
the version 1.4 I have is: 4000.1010.1349.0

@Jorixon
Copy link
Owner

Jorixon commented Oct 23, 2023

Just to be completely sure, you download this one, right?
image

If that is the case, then I'm sorry to say that I really don't know what causes this problem. So far, you're the second person that I know of that has had this problem...

I've tried looking into it with no luck.

Windows event logs might tell you something if you want to debug:
The entry might look something like this
image

@Jorixon Jorixon added the bug Something isn't working label Oct 23, 2023
@ryanKinoti
Copy link
Author

i did download the SDK from your screenshot.
i have opened the event viewer and its error is as shown in the image below

Screenshot (309)

@elementers
Copy link

elementers commented Nov 8, 2023

I am receiving a similar error related to the Windows App Runtime.
error1
error2
I've downloaded the 1.4.2 SDK, forced a repair and have .net 7.0 and .net Core installed

This happened recently, it was working fine before the update.

@elementers
Copy link

I was able to fix this, but it required me to reinstall windows.

@gxg1175
Copy link

gxg1175 commented Feb 12, 2024

Hi developers, thank you so much for sharing your work for free. I'm in a similar situation, I was able to open it before, but now I open it and it doesn't get an error pop-up, I see the same error code in the Event Viewer.

@H3XDaemon
Copy link

My solution was to download the redistributable package, unzip it and install all the msix files in the \MSIX\win10-x64 directory.
image

@Jorixon
Copy link
Owner

Jorixon commented Apr 22, 2024

I've started adding a self-contained version of JASM to the releases. This version has all dependencies bundled with it. The app size is a bit bigger as a result.

Uninstalling WinAppSdk and trying the self-contained version could potentially work. See #171

You can find this version on the releases page
https://github.com/Jorixon/JASM/releases/latest

@RagingGhosts
Copy link

When I use the self-contained verison, it still asks me to install WinAppSDK. Is there a way to fix this?

@Jorixon
Copy link
Owner

Jorixon commented Apr 22, 2024

Oh...

Let me do some more testing

@Jorixon
Copy link
Owner

Jorixon commented Apr 23, 2024

I had forgotten to enable a setting during the build process, which resulted in the SDK not being included. I have now enabled it. Added this version to the latest release.

I attempted to uninstall WinAppSDK (at least partially) so that the regular JASM would prompt me to install the WinAppSDK. After that, I tried the new self-contained build, and it started.

@RagingGhosts
Copy link

Yes it works now. Thank You!

@Jorixon
Copy link
Owner

Jorixon commented Apr 30, 2024

Closing this as I belive the self contained version fixes this issue.

@Jorixon Jorixon closed this as completed Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants