Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Sanket Mehta
Hi, I have checked about the solution of this bug if exists. Below is the link to that patch for wxWidgets_3.0.2 http://trac.wxwidgets.org/changeset/78070/svn-wx I have applied this patch and tried to reproduce the issue and gladly it resolves it. As this patch is available only on wxWidge

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-03 Thread StanC
Here it is: (beside the ** lines). Note for #1 where 1.22 exists, I don't recall installing 1.20 nor do my synaptic logs show this. Please don't hesitate to send me off on subsequent debug paths. Especially to corroborate any data I provide - I don't want to send you off on a wrong path due to any

[pgadmin-support] PGAdmin3 fails to launch on Ubuntu 15.10 (64bit)

2016-02-03 Thread Fernando Casanova
Hello, I've installed Pgadmin3 with the following command: *sudo apt-get install pgadmin3,* but its not launching. When I try it using the terminal I have the following: *Fatal Error: Mismatch between the program and library build versions detected.The library used 2.8 (no debug,Unicode,compi

Re: [pgadmin-support] PgAdmin III 1.22 crashes, bug riport

2016-02-03 Thread Adam Pearson
I’m also having this problem, it also happens if the connection to the server is lost. When you click ‘ok’ ’pgAdmin crashes. As per Lutischán statement below, this was working fine on pgAdmin 1.20. Interestingly, the application is being used (writing queries and executing them against the ser

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Dave Page
Hi So it sounds like a wxWidgets bug, if their sample app crashes too. Please log it with them. Thanks. On Wed, Feb 3, 2016 at 1:34 PM, Sanket Mehta wrote: > Hi Dave, > > I have tried to use a sample wxWidgets app: dialogs in its sample directory. > When i try to open font dialog in the same it

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Sanket Mehta
Hi Dave, I have tried to use a sample wxWidgets app: dialogs in its sample directory. When i try to open font dialog in the same it got crashes instantly. Along with that I also tried to use a 3rd party application : bitwize which uses wxMac-3.0.2. In that application it did not crash when I trie

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Dave Page
Hi, Yeah, compiling wx2.8 needs to be done on an older machine. I have a 10.7 VM for that, then run it on a newer one. Can you reproduce the issue in one of the wxWidgets sample apps? One of them will almost certainly use that font selection dialogue. On Wed, Feb 3, 2016 at 12:04 PM, Sanket Meht

Re: [pgadmin-support] Crash when changing font in Preferences > Query tool

2016-02-03 Thread Sanket Mehta
Hi Dave, I was not able to compile wxWidgets-2.8.12 on my mac os 10.11 so I went ahead with wxWidgets-3.0.2 to reproduce this issue. While trying to reproduce this issue, when I click on Font button on pgadmin->Preferences->query editor, it got crashed(before floating dialog opens) and below is th

Re: [pgadmin-support] bug report: pgadmin3 server status dialog malfunction

2016-02-03 Thread Dave Page
Thanks - unfortunately as far as I can see that doesn't actually tell me how pgAdmin was built. The easiest way to get that info is to run the following command on each system: apt-cache showpkg pgadmin3 Can you get me that output please? Thanks. On Tue, Feb 2, 2016 at 8:01 PM, StanC wrote: >