Package Details: pince-git r1609.527ac61-1

Git Clone URL: https://aur.archlinux.org/pince-git.git (read-only, click to copy)
Package Base: pince-git
Description: A Linux reverse engineering tool inspired by Cheat Engine.
Upstream URL: https://github.com/korcankaraokcu/PINCE
Licenses: GPL-3.0-or-later WITH CC-BY-3.0
Conflicts: pince
Provides: pince
Submitter: tsar-fox
Maintainer: detian
Last Packager: detian
Votes: 15
Popularity: 0.77
First Submitted: 2016-12-13 01:08 (UTC)
Last Updated: 2024-11-24 04:34 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

MayeulC commented on 2022-11-17 11:31 (UTC)

@TheBill2001 Same here, it works if launched from /usr/share/PINCE where PINCE.py is located.

TheBill2001 commented on 2022-10-31 20:31 (UTC)

got the error

python3: can't open file '/home/tuantran1632001/PINCE.py': [Errno 2] No such file or directory

tsar-fox commented on 2022-08-18 00:19 (UTC)

Thank you for the heads up, N00byKing. I've updated the package.

N00byKing commented on 2022-08-14 15:14 (UTC)

Package now requires additional module "keyboard"

tsar-fox commented on 2022-07-09 15:59 (UTC)

Hi Flan666, you should install these dependencies from the AUR. If you use a proper AUR helper, that should take care of building the dependencies for you.

Flan666 commented on 2022-06-30 22:28 (UTC)

Could not resolve dependencies

$ makepkg -sic
==> Making package: pince-git r642.78d9020-1 (Thu Jun 30 19:18:33 2022)
==> Checking runtime dependencies...
==> Installing missing dependencies...
error: target not found: python-pygdbmi
==> ERROR: 'pacman' failed to install missing dependencies.
==> Missing dependencies:
  -> python-psutil
  -> python-distorm
  -> python-pygdbmi
==> Checking buildtime dependencies...
==> ERROR: Could not resolve all dependencies.

tsar-fox commented on 2021-12-27 01:36 (UTC)

That looks like an upstream issue. Something needing to be cast to an int. I'll open a ticket

bgkillas commented on 2021-12-23 19:44 (UTC) (edited on 2021-12-23 19:46 (UTC) by bgkillas)

got a new error

/usr/share/PINCE/libpince/libscanmem/misc.py:24: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
QStandardPaths: runtime directory '/run/user/1000' is not owned by UID 0, but a directory permissions 0700 owned by UID 1000 GID 1000
QStandardPaths: runtime directory '/run/user/1000' is not owned by UID 0, but a directory permissions 0700 owned by UID 1000 GID 1000
QStandardPaths: runtime directory '/run/user/1000' is not owned by UID 0, but a directory permissions 0700 owned by UID 1000 GID 1000
Detached from the process with PID:-1
Last command: set logging off
^done
0.000698089599609375
Last command: set logging file /dev/shm/PINCE-connection/-1/gdb_log.txt
=cmd-param-changed,param="logging file",value="/dev/shm/PINCE-connection/-1/gdb_log.txt"
^done
0.0004658699035644531
Last command: source /home/.config/PINCE/PINCE_USER_FILES/gdbinit
^done
0.00041031837463378906
Last command: handle SIGSEGV stop print
^done
0.00041222572326660156
Last command: set logging off
^done
0.00040411949157714844
Last command: set logging file /dev/shm/PINCE-connection/-1/gdb_log.txt
^done
0.00039958953857421875
Traceback (most recent call last):
  File "/usr/share/PINCE/PINCE.py", line 5261, in <module>
    window = MainForm()
  File "/usr/share/PINCE/PINCE.py", line 375, in __init__
    self.memory_view_window = MemoryViewWindowForm(self)
  File "/usr/share/PINCE/PINCE.py", line 2239, in __init__
    self.initialize_disassemble_view()
  File "/usr/share/PINCE/PINCE.py", line 2283, in initialize_disassemble_view
    GuiUtils.center_scroll_bar(self.verticalScrollBar_Disassemble)
  File "/usr/share/PINCE/libpince/GuiUtils.py", line 77, in center_scroll_bar
    QScrollBar.setValue((maximum + minimum) / 2)
TypeError: setValue(self, int): argument 1 has unexpected type 'float'

tsar-fox commented on 2021-12-05 01:16 (UTC)

Thank you, bgkillas. I have updated the package.

bgkillas commented on 2021-11-30 12:31 (UTC)

python-gobject is needed as a depend