Multi-Agent-ALE icon indicating copy to clipboard operation
Multi-Agent-ALE copied to clipboard

setRAM() fails on libffi 3.4.2 and higher

Open mgerstgrasser opened this issue 2 years ago • 0 comments

When trying to use ale.setRAM() with libffi 3.4.2 and higher, the following error is thrown:

  File ".../lib/python3.8/site-packages/multi_agent_ale_py/ale_python_interface.py", line 348, in setRAM
    return ale_lib.setRAM(self.obj, memory_index, value)
RuntimeError: ffi_prep_cif_var failed

Fixed by #15

mgerstgrasser avatar Nov 03 '22 02:11 mgerstgrasser