Hi!
Thank you for this library. It works really well, but I found an issue regards to injection process.
Is there any other way to inject that library?
I've got a few reports from users that LD_PRELOAD/DYLD_INSERT_LIBRARIES overwrites existing environment variable (possibly added at game launch) which breaks Steam overlay and probably other 3rd party overlays.
Adding $@ arg to the last line of the script helped with passing original parameters but I haven't found how to fix overlay issue.
I don't have experience with Unix systems, so I don't really know if it's even possible.
Hi!
Thank you for this library. It works really well, but I found an issue regards to injection process.
Is there any other way to inject that library?
I've got a few reports from users that
LD_PRELOAD/DYLD_INSERT_LIBRARIESoverwrites existing environment variable (possibly added at game launch) which breaks Steam overlay and probably other 3rd party overlays.Adding
$@arg to the last line of the script helped with passing original parameters but I haven't found how to fix overlay issue.I don't have experience with Unix systems, so I don't really know if it's even possible.