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
Hello,
Loading an incorrect library file with ffi.load results in a crash. I am not sure this applies to correct library files either because I haven't successfully loaded a native library on the Quest yet.
Here's an example:
localffi=type(jit) =='table' andjit.status() andrequire'ffi'ifnotffithenreturnendprint("Loading incorrect lib file")
locallib=ffi.load("anything")
print("The program will crash before this line is printed")
The text was updated successfully, but these errors were encountered:
Hello,
Loading an incorrect library file with ffi.load results in a crash. I am not sure this applies to correct library files either because I haven't successfully loaded a native library on the Quest yet.
Here's an example:
The text was updated successfully, but these errors were encountered: