exbin / bined

BinEd Binary/Hex Editor
https://bined.exbin.org/editor
Apache License 2.0
27 stars 5 forks source link

Find text in PDF files #11

Open mstup opened 4 weeks ago

mstup commented 4 weeks ago

Looks like Find for text don't work in PDF files.

Nothing happens after press Enter button with previously entered text (the same for binary Find).

image

Version: 0.2.3 (rpm) OS: Fedora 38

hajdam commented 4 weeks ago

Hi, thanks for reporting this. It throws exception:

Exception in thread "Thread-6" java.lang.ClassFormatError: Illegal field name "org.exbin.framework.bined.search.BinarySearch$this" in class org/exbin/framework/bined/search/BinarySearch$SearchThread

For now, please use previous version or next development build where this issue should not be present.

mstup commented 4 weeks ago

@hajdam BTW

BinEd installation version 0.3.0 (aka develop) failed for me on Fedora 38 Running transaction test Error: Transaction test error: file /usr/share/pixmaps from install of bined-0:0.3.0-0.noarch conflicts with file from package filesystem-3.18-3.fc38.x86_64

BinEd v.0.2.2-1 installed and works fine. Only strange warning appeared during the installation: warning: user hajdam does not exist - using root

hajdam commented 4 weeks ago

Hi, I tried to fix 0.3.0-0 if you want to try it.

As for the warning, rpm build tool I'm using is probably incorrectly passing file ownership or something :-/