Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045734
en ru br
ALT Linux repos
S:0.17-alt1

Group :: Development/Debuggers
RPM: scanmem

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: scanmem-0.15.4-alt-gameconqueror-libscanmem-soname.patch
Download


diff --git a/gui/backend.py b/gui/backend.py
index 6ee935b..79f85dc 100644
--- a/gui/backend.py
+++ b/gui/backend.py
@@ -38,7 +38,7 @@ class GameConquerorBackend():
     }
 
     def __init__(self):
-        self.lib = ctypes.CDLL('libscanmem.so')
+        self.lib = ctypes.CDLL('libscanmem.so.1')
         self.init_lib_functions()
         self.lib.set_backend()
         self.lib.init()
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin