nillerusr / source-engine

Modified source engine (2017) developed by valve and leaked in 2020. Not for commercial purporses
Other
1.22k stars 190 forks source link

[macOS] waflib.Errors.WafError: Could not install the file '/bin/libdatacache.dylib' #236

Closed Resident-Fortress closed 1 year ago

Resident-Fortress commented 1 year ago

How do I fix this error while running ./waf install for macos. waflib.Errors.WafError: Could not install the file '/bin/libdatacache.dylib'

Screenshot attached below Screenshot 2023-04-14 at 17 38 07

stephen-cusi commented 1 year ago

try sudo ./waf install

Resident-Fortress commented 1 year ago

Still failed

Resident-Fortress commented 1 year ago

Same error

stephen-cusi commented 1 year ago

Same error

Copy out all the finished builds and install them manually

Resident-Fortress commented 1 year ago

Same error

Copy out all the finished builds and install them manually

I'll try

Resident-Fortress commented 1 year ago

Where do I paste the files?

stephen-cusi commented 1 year ago

You can paste it to any folder, copy *.dylib to the bin folder, and the launcher to the directory where the bin folder is located

Resident-Fortress commented 1 year ago

Ok It's done. How do I run the game?

Resident-Fortress commented 1 year ago

I'm going to recompile the Engine and try from step 1

stephen-cusi commented 1 year ago

I will recompile the engine and try from step 1.

Are you using a Mac with an arm chip?