You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WORKAROUND:
Now if you get this error the workaround is to disable capnproto (which you won't need if you don't use the load/save search function. I integrated many games without this function)
In CMakeLists.txt after line 260 simply write:
set(CAPN_PROTO_FOUND OFF)
relaunch make
System information
Ubuntu 22.04
python 3.10
stable-retro 0.9.1
The text was updated successfully, but these errors were encountered:
This wouldn't be related to the new cores right? Maybe updating the third party libs (capnproto, pybind11, etc) could be beneficial
I am not sure, but I think we should disable this feature by default while we figure it out because I fear many users might get this blocking issue for a feature 99.9% won't use. I will submit a PR to disable capnproto by default
Issue summary
to repro:
This error will happen from time to time (not 100% repro)
WORKAROUND:
Now if you get this error the workaround is to disable capnproto (which you won't need if you don't use the load/save search function. I integrated many games without this function)
In CMakeLists.txt after line 260 simply write:
relaunch make
System information
The text was updated successfully, but these errors were encountered: