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
Log.Error("Invalid Presage installation detected (path(s) missing). Must install 'presage-0.9.1-32bit' or 'presage-0.9.2~beta20150909-32bit'. Changed SuggesionMethod to NGram.");
Log.Error("Invalid Presage installation detected (valid version not detected). Must install 'presage-0.9.1-32bit' or 'presage-0.9.2~beta20150909-32bit'. Changed SuggesionMethod to NGram.");
211
+
stringmsg="Invalid Presage installation detected (valid version not detected).\n";
212
+
msg+=$"Must install '{String.Join("' or '",presageOptions.ToArray()) }'. Changed SuggestionMethod to NGram.";
Log.Error("Invalid Presage installation detected (incorrect bitness? Install location is suspect). Must install 'presage-0.9.1-32bit' or 'presage-0.9.2~beta20150909-32bit'. Changed SuggesionMethod to NGram.");
205
-
returntrue;
217
+
// On Windows 32 bit, we will only be able to install 32 bit Presage and 32 bit Optikey so don't need to check bitness.
218
+
// Presage's install location will be \Program Files\ since there is only one Program Files folder available.
219
+
220
+
// On Windows 64 bit, 32 bit apps get installed into Program Files (x86) and 64 bit apps into Program Files.
221
+
// We need to check that Optikey and Presage have the same bitness
Log.Error("Invalid Presage installation detected (incorrect bitness? Install location is suspect). Must install 'presage-0.9.1-32bit' or 'presage-0.9.2~beta20150909-32bit'. Changed SuggesionMethod to NGram.");
0 commit comments