ihm-tswow / Links-Awakening-DX-HD

Unaffiliated fork off https://linksawakeningdxhd.itch.io/links-awakening-dx-hd
358 stars 122 forks source link

Can't get it to build on windows 11 #34

Open hugojmaia opened 8 months ago

hugojmaia commented 8 months ago
Screenshot 2024-01-03 182917

That's the error I get when building it using Visual Studio 2022.

A quick search told me it's missing a font of some sort. Is it a font I have to extract from the game rom or is it a font that was present in win 10 and no longer available in win 11? Or is it something else entirely?

Any help appreciated.

Additionally, it complains about "Mark of the web" on the .json in the .config folder. Some new security thing. Solved it by opening the .json with notepad and saving it.

tocram1 commented 8 months ago

It almost looks like some encoding issue...? Like code files not saved in UTF-8 or something

hugojmaia commented 8 months ago

I managed to get it running with the compiled version from the internet archive. Also, the game required .net 6 to run, unsure if that's due to how it was built.