cemu-project / Cemu

Cemu - Wii U emulator
https://cemu.info
Mozilla Public License 2.0
6.65k stars 518 forks source link

Multiple problems when building Cemu #1141

Closed Xphalnos closed 2 months ago

Xphalnos commented 3 months ago

Current Behavior

When I try to compile Cemu with Visual Studio Community (v17.9.5), I get a lot of errors. CMake generation cannot be done. Even if I regenerate the CMake cache, it doesn't work. Capture d'écran 2024-03-26 211740

Expected Behavior

It's supposed to create an .exe application

Steps to Reproduce

You have to try to generate Cemu.

System Info (Optional)

OS: Windows 11 23H2 (Latest update) GPU: Intel UHD Graphics

Emulation Settings (Optional)

No response

Logs (Optional)

No response

capitalistspz commented 3 months ago

Considering it says it couldn't find the vcpkg.cmake toolchain file, you probably didn't clone the repo recursively

you should be able to fix this with git submodule init and then git submodule update --recursive

Xphalnos commented 3 months ago

it does not change anything ! image

Xphalnos commented 2 months ago

Thank you, it's okay, I solved the problem.