Page 3 of 6

Re: [IDE Tool] History Viewer 2.12

Posted: Sun Aug 28, 2011 6:25 pm
by Thunder93
ok, thanks HeX0R!

Re: [IDE Tool] History Viewer 2.13

Posted: Wed Oct 05, 2011 9:14 pm
by HeX0R
Update V2.13
  1. Changed format of backup files!
    Bad news:
    The old backup files are no longer usable, you can delete them.
    Good news:
    Now formats are the same for sqlite and postgre. This means, you can upload a postgre sql-backup into a sqlite database and vice versa.
  2. Fixed a few things with the tool-installation.
  3. Very first linux version ready for your pleasure.
  4. Fixed a few bugs.

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Thu Oct 06, 2011 4:40 am
by idle
great thanks for the linux version

regarding a chm viewer for linux, chmSee is good on Debian
though if people have wine installed they may need to change the preferences from hh to chmSee

sudo apt-get install chmSee

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Fri Oct 07, 2011 7:36 am
by HeX0R
Aha, very interesting, thanks!

Does this mean, a linux-user must have some chm-viewer installed that PB's OpenHelp() will work?
Or do i need some other helpformat for linux?

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Fri Oct 07, 2011 9:15 pm
by idle
I don't know what the standard format is for linux but there are at least five chm viewers in the repositories.

if any ubuntu 10+ users have a problem running HV PB 4.6 is using libwebkit-1.0.so
so if the gui doesn't appear for make sure you have libwebkitgtk-1.0-0 installed
and then make a symbolic link

Code: Select all

sudo ln -s /usr/libwebkitgtk-1.0.so /usr/libwebkit-1.0.so

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Fri Oct 07, 2011 11:25 pm
by HeX0R
Many thanks idle, linux is still not my world (and will maybe never be), so i need pro's like you!

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Sat Oct 08, 2011 3:38 pm
by michel51
Hi HeXOR,

how about a Mac version? Is there a chance to get one?

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Sat Oct 08, 2011 3:54 pm
by HeX0R
If you are willing to help?
I don't have any MAC, so you would have the pleasure to fight with my almost noncommented source-code :twisted:.

[...]
Ah, i remember you wrote me a mail didn't you?
O.k., so you will hear from me this we.

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Sat Oct 08, 2011 7:13 pm
by michel51
HeX0R wrote:If you are willing to help?
Yes
I don't have any MAC, so you would have the pleasure to fight with my almost noncommented source-code :twisted:.
I'll try, and with your help I can find out, what you mean in the code (if necessary :-) )
Ah, i remember you wrote me a mail didn't you?
O.k., so you will here from me this we.
You're right.

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Sun Nov 13, 2011 3:48 pm
by Ajm
Hi,

On Mint Linux 10 64 Bit I get a Segmentation Fault error when I run hv with the a parameter.

Would it be possible to compile a 64bit linux version?

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Sun Nov 13, 2011 8:28 pm
by HeX0R
Is Linux 64Bit not able to use 32Bit Apps?

I'll install a 64Bit Linux in a VirtualBox, when i have the time.
But what do you mean with:
run hv with the 'a' parameter?

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Sun Nov 13, 2011 8:52 pm
by Zach
You have to install 32bit compatability libraries I believe.

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Mon Nov 14, 2011 9:57 am
by Ajm
Hi,

I've got the 32 bit libraries installed as I use these for the Citrix ICA Client.

If I run hv from a terminal I get the open dialog which asks me to find the directory containing the tools.pref file.
Even though I select the directory and choose open it does this every time I run hv.

I also get this output on the terminal.

/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgioremote-volume-monitor.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgioremote-volume-monitor.so
/usr/lib/gio/modules/libgvfsdbus.so: wrong ELF class: ELFCLASS64
Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so


I entered the tools into Purebasic manually and when I run History Viewer I get nothing. If I run it from the terminal like ./hv "test.pb" I just get a Segmentation Fault.

Any ideas?

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Mon Nov 14, 2011 5:40 pm
by HeX0R
No ideas at the moment, but I should have some spare time at the end of the week.

Then i will look into it.

Re: [IDE Tool] History Viewer 2.13 [now with LINUX]

Posted: Mon Nov 14, 2011 9:30 pm
by Ajm
Thanks HeX0R.