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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: