mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24:55 +00:00
Updated Installer to preload MSVCR120
This commit is contained in:
parent
2ce579b16b
commit
3e9b7b5bcb
@ -65,6 +65,7 @@ public class Installer extends ModuleInstall {
|
|||||||
//We should update this if we officially switch to a new version of CRT/compiler
|
//We should update this if we officially switch to a new version of CRT/compiler
|
||||||
System.loadLibrary("msvcr100"); //NON-NLS
|
System.loadLibrary("msvcr100"); //NON-NLS
|
||||||
System.loadLibrary("msvcp100"); //NON-NLS
|
System.loadLibrary("msvcp100"); //NON-NLS
|
||||||
|
System.loadLibrary("msvcr120"); //NON-NLS
|
||||||
logger.log(Level.INFO, "MSVCR100 and MSVCP100 libraries loaded"); //NON-NLS
|
logger.log(Level.INFO, "MSVCR100 and MSVCP100 libraries loaded"); //NON-NLS
|
||||||
} catch (UnsatisfiedLinkError e) {
|
} catch (UnsatisfiedLinkError e) {
|
||||||
logger.log(Level.SEVERE, "Error loading MSVCR100 and MSVCP100 libraries, ", e); //NON-NLS
|
logger.log(Level.SEVERE, "Error loading MSVCR100 and MSVCP100 libraries, ", e); //NON-NLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user