From 86f4e7d889672b5ade2769a69fc9343c506bf44b Mon Sep 17 00:00:00 2001 From: Kosyrev Serge <_deepfire@feelingofgreen.ru> Date: Fri, 31 Mar 2017 14:48:14 +0300 Subject: [PATCH] vogleditor: clarify the 32/64 bit preloading controversy --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c0d9c9fb..9a19fabb 100644 --- a/README.md +++ b/README.md @@ -128,6 +128,12 @@ https://bitbucket.org/raddebugger/vogl_chroot/src/master/bin/src/sl.cpp?at=maste We are currently working on making it much easier to launch and profile Steam apps. +Note, that `vogleditor` used to attempt to launch the target application while +preloading both 32-bit and 64-bit versions of the capture libraries, but this was +error-prone -- in certain systems that would prevent the editor-based capturing at +all. So this was disabled, and now `vogleditor` only preloads captures of a +single architecture -- one matching the particular `vogl` build, 32 or 64-bit. + ## Replay ## ```