NVIDIA / Q2RTX

NVIDIA’s implementation of RTX ray-tracing in Quake II
Other
1.21k stars 180 forks source link

Sync with Q2PRO: Game library improvements #362

Closed res2k closed 6 months ago

res2k commented 7 months ago

Some improvements when dealing with game libraries.

apanteleev commented 6 months ago

I built this branch and immediately got this error on load (Windows, default baseq2):

Can't access .\baseq2\gamex86_64.dll: Invalid argument
********************
ERROR: Failed to load game library
********************
res2k commented 6 months ago

This should've been fixed by 52106ca6eef36265c2ff183daf50a2644aafd182 - which you already merged as part of #365. So with a rebase it should be good again.

apanteleev commented 6 months ago

Thanks, this makes sense. I merged the PR without fetching it first, so the rebase doesn't count and GitHub didn't automatically mark it as merged. Closing.