YARC-Official / YARC-Launcher

The official launcher for YARG (a.k.a. Yet Another Launcher or YAL)
Other
59 stars 9 forks source link

unable to compile #10

Closed KawaiiTemDev closed 1 year ago

KawaiiTemDev commented 1 year ago

Hello there!

i tried compiling this myself because I wanted to make some changes to the UI, but the thing just doesn't run and I get an error that it's not compatible. image

any help? thank you :)

EliteAsian123 commented 1 year ago

Hi, are you using npm run dev?

If so, what architecture of windows are you using? Thanks!

KawaiiTemDev commented 1 year ago

hello! I ran npm run dev to preview my changes in the browser and ran npm run tauri build afterwards. I'm running Windows 10 home, 64 bit.

EliteAsian123 commented 1 year ago

npm run dev should be opening up a test application window (you shouldn't have to use a browser). Are there any errors?

KawaiiTemDev commented 1 year ago

cmd_drJyiIpEqk

this happens, nothing further

EliteAsian123 commented 1 year ago

Seems like you have the wrong version of Rust installed. Try reinstalling for your proper architecture (64-bit as you've mentioned).

KawaiiTemDev commented 1 year ago

image Yet still, no luck :(

EliteAsian123 commented 1 year ago

Are you 100% sure you are running x86 64-bit, and not, let's say, ARM 64-bit? This error should only occur if you are building for the wrong platform.

KawaiiTemDev commented 1 year ago

Fairly sure :p

If this helps;

image

KawaiiTemDev commented 1 year ago

Not to be that guy, but i somehow managed to fix it..?? xd I followed stuff from this https://tauri.app/v1/guides/getting-started/prerequisites/#1-microsoft-visual-studio-c-build-tools