darkjacky
darkjacky
Maybe like this? https://github.com/BtbN/FFmpeg-Builds/blob/0c02e8fe66d8def2ff34de52f244789609f78d9a/scripts.d/50-vulkan/45-vulkan.sh https://github.com/BtbN/FFmpeg-Builds/blob/0c02e8fe66d8def2ff34de52f244789609f78d9a/scripts.d/45-opencl.sh
Have you tried typing SET_INPUT_SHAPER into the console and seeing what happens?
Have you tried chmod +x ?
First thing doesn't seem like an issue as NULL doesn't have a table so why would we be concerned about that? Worst case the best thing to do would be...
If an addon does ent.myfunc before IsValid it is doing it wrong on 2 levels. First the function should be in the metatable of Entity which wouldn't error. Second they...
Did you copy the files or copy the changes? Either way I think this is dead in the water as it has quirks that can not be fixed as far...
@DatGuy64 I have changed something, rather than falling back to an empty table when the Entity table can't be read we return nothing which is in line with the original....
Then this is death in the water. Unless your error is always happening even without this.
I did not try storing data in the new version. The data was already on the SQL table and it gets fetched incorrectly. Perhaps it will also store it wrong...
This is caused by my table being a default of latin1 rather than utf8mb4. For some reason the latest version can't translate that while earlier versions could. It has been...