NVIDIAGameWorks / bridge-remix

This is the NVIDIA RTX Remix Runtime Bridge repository
MIT License
157 stars 24 forks source link

build_bridge x86 MSBUILD : error MSB1009: Project file does not exist. #1

Closed sunbro1337 closed 1 year ago

sunbro1337 commented 1 year ago

name: Bug report about: Create a report to help us improve title: build_bridge x86 MSBUILD : error MSB1009: Project file does not exist. labels: '' assignees: ''


Describe the bug

src\client\meson.build:92:23: ERROR: Include dir ../../ext/Detours/src does not exist.



- with [dxvk-remix](https://github.com/NVIDIAGameWorks/dxvk-remix) all is ok, environment is same

**Environment**
- commit 1a05374b393cfa1a0c2afdb4226c6ac230b2a870 (HEAD -> main, origin/main, origin/HEAD)
- win 11 pro 22H2 22621.1702 
- visual studio comunity 2022 17.6.2 (msvc 142 and 143 for x86, x64)

**Attach logs!**
- [build_common_debug.log](https://github.com/NVIDIAGameWorks/bridge-remix/files/11593707/build_common_debug.log)
- bridge-remix\_compDebug_x86\meson-logs\ [meson-log.txt](https://github.com/NVIDIAGameWorks/bridge-remix/files/11593709/meson-log.txt)

**To Reproduce**

Steps to reproduce the behavior:
1. follow the instruction https://github.com/NVIDIAGameWorks/bridge-remix#how-to-build
2. run any build_bridge

**Expected behavior**
Solution will generated for x64 and x86
sunbro1337 commented 1 year ago

Reproduce on win 10 with visual studio 19

Modify build_common.ps1

Push-Location $CurrentDir
    meson setup --buildtype `"$BuildFlavour`" --backend vs `"$BuildSubDir`" --debug
Pop-Location

build_common_cmd.log bridge-remix_compDebug_x86\meson-logs\ meson-log.txt

sunbro1337 commented 1 year ago

I solved this using chatgpt image

@SSertel u should highlight this in the readme