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: 1.11
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 »

simsilver commented on 2021-03-15 07:36 (UTC)

@PotatoChronicler remove gtk4 and it works.

or add gi version requrire

import gi
gi.require_version('Gtk', '3.0')

before these codes in misc.py

from gi.repository import Gtk

PotatoChronicler commented on 2021-02-16 17:48 (UTC)

Launching pince fails with this error

Traceback (most recent call last):
  File "/usr/share/PINCE/PINCE.py", line 32, in <module>
    from libPINCE.libscanmem.scanmem import Scanmem
  File "/usr/share/PINCE/libPINCE/libscanmem/scanmem.py", line 28, in <module>
    from . import misc
  File "/usr/share/PINCE/libPINCE/libscanmem/misc.py", line 24, in <module>
    from gi.repository import Gtk
  File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
  File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
  File "/usr/lib/python3.9/site-packages/gi/importer.py", line 145, in load_module
    dynamic_module = load_overrides(introspection_module)
  File "/usr/lib/python3.9/site-packages/gi/overrides/__init__.py", line 118, in load_overrides
    override_mod = importlib.import_module(override_package_name)
  File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "/usr/lib/python3.9/site-packages/gi/overrides/Gtk.py", line 168, in <module>
    class Container(Gtk.Container, Widget):
  File "/usr/lib/python3.9/site-packages/gi/module.py", line 123, in __getattr__
    raise AttributeError("%r object has no attribute %r" % (
AttributeError: 'gi.repository.Gtk' object has no attribute 'Container'

youduda commented on 2020-11-09 19:27 (UTC)

The package fails to build in clean environments because git is missing in makedepends list. Please add that.

JcNils commented on 2020-06-08 20:40 (UTC)

Thanks tsar-fox.

I managed to run it by forcing local python instead of conda on the terminal.

I could not replicated the necessary environment in conda. =(

The issue #30 will help because I can set the local python env on the .desktop file and just run it.

Thank you very much.

tsar-fox commented on 2020-06-06 19:06 (UTC)

JcNils: see issue #30 upstream for creating "an item in [your] program list".

Are you having trouble running it from the terminal?

JcNils commented on 2020-06-05 23:18 (UTC)

I have some problems, I hope someone can help me.

Is this supposed to work as is, or do I need to do anything extra ?

It did not create an item in my program list but I can run it from terminal.

I wonder if the problem is that I am using conda environments(miniconda). Because even if I add the python dependencies it would keep complaining about gi, and Gtk (from gi.repositories)

I tried to add the pyGObject from pip and from conda-forge but both have errors, pip cannot build it for PEP 517 and from conda-forge it doesn't contain Gtk. =(

Are there anything that I could do?

Thanks

tsar-fox commented on 2020-05-26 20:25 (UTC)

Added. Thank you!

ThaChillera commented on 2020-05-26 09:41 (UTC)

Failed to install:

Missing build dependency: intltool (https://www.archlinux.org/packages/extra/any/intltool/)

Please add this as build dependency

tsar-fox commented on 2020-05-25 01:17 (UTC) (edited on 2020-05-25 01:17 (UTC) by tsar-fox)

Please ignore the comment below. The pygdbmi dependency is in the AUR. There's no need to install it with pip.

Klairm commented on 2020-04-08 15:58 (UTC)

For anyone want it working, remove the dependencie python-pygdbmi, on the PKGBUILD file, and install that dependencie with pip, sudo pip install pygdbmi