Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-17 Thread George Michalopoulos
thank you all,

first of all i tried this:
http://macappstore.org/guile/

it didnt worked, and the github link is too complicated for me..

So i downloaded 2.6 and works fine :)


On Sun, Nov 17, 2019 at 7:00 AM John Ralls  wrote:

> That's not GnuCash 3.7, it's a Gtk2 version. Not only that but it seems to
> have Guile 1.7, which would put it into the 2.4 series -- except that I
> never used Guile 1.7:
>
> https://github.com/Gnucash/gnucash-on-osx/commit/1e63de2b73189b38060068f030ca7977c9967394
> shows upgrading from Guile-1.6 to Guile 1.8.8.
>
> The crash is due to a libpng mismatch in MacOS 10.13 and later, and was
> fixed somewhere in the middle of the 2.6 series. If you don't want to
> upgrade to 3.x 2.6.21 should work.
>
> Regards,
> John Ralls
>
> > On Nov 16, 2019, at 3:27 PM, George Michalopoulos 
> wrote:
> >
> > first part of the log file in console:
> >
> > Process:   Gnucash-bin [22377]
> > Path:  /Applications/Gnucash.app/Contents/MacOS/Gnucash
> > Identifier:org.gnucash.Gnucash
> > Version:   ???
> > Code Type: X86 (Native)
> > Parent Process:??? [1]
> > Responsible:   Gnucash-bin [22377]
> > User ID:   502
> >
> > Date/Time: 2019-11-07 17:35:57.554 +0200
> > OS Version:Mac OS X 10.13.6 (17G7024)
> > Report Version:12
> > Anonymous UUID:0362B72E-BF2A-9A23-9582-53F3EF0AAEA5
> >
> >
> > Time Awake Since Boot: 48 seconds
> >
> > System Integrity Protection: enabled
> >
> > Crashed Thread:0
> >
> > Exception Type:EXC_CRASH (SIGABRT)
> > Exception Codes:   0x, 0x
> > Exception Note:EXC_CORPSE_NOTIFY
> >
> > Termination Reason:DYLD, [0x4] Symbol missing
> >
> > Application Specific Information:
> > dyld: launch, loading dependent libraries
> > DYLD_FRAMEWORK_PATH=/Applications/Gnucash.app/Contents/Frameworks
> >
> DYLD_LIBRARY_PATH=/Applications/Gnucash.app/Contents/Resources/lib:/Applications/Gnucash.app/Contents/Resources/lib/gnucash::/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/:/Applications/Gnucash.app/Contents/Resources/lib:/Applications/Gnucash.app/Contents/Resources/lib/gnucash
> >
> > Dyld Error Message:
> >   Symbol not found: _inflateValidate
> >   Referenced from:
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> >   Expected in:
> /Applications/Gnucash.app/Contents/Resources/lib/libz.1.dylib
> >  in
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> >
> > On Sat, Nov 16, 2019 at 5:09 PM John Ralls  wrote:
> > "Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
> handler." Indicates that Guile's stack has run out of space. That might be
> a locale problem, what happens if you set the computer language to Greek so
> that it matches your region settings?
> >
> > Are there any crash reports (open /Applications/Utilities/Console and
> select User Reports in the sidebar and look in the list for reports
> beginning with Gnucash)?
> >
> > Is anything written to the trace file (
> https://wiki.gnucash.org/wiki/Tracefile)?
> >
> >
> >
> > > On Nov 16, 2019, at 6:40 AM, George Michalopoulos 
> wrote:
> > >
> > > i had to run it 1,5-2 years..
> > >
> > > should i try an older version ?
> > >
> > >
> > > On Sat, Nov 16, 2019 at 4:23 PM David Carlson <
> david.carlson@gmail.com>
> > > wrote:
> > >
> > >> Release 3.7.1 has only been around for several. Weeks.  Is this the
> first
> > >> time for you to start Gnucash after updating?
> > >>
> > >> If so, which version did you have before?
> > >>
> > >> David Carlson
> > >>
> > >> On Sat, Nov 16, 2019, 6:58 AM George Michalopoulos  >
> > >> wrote:
> > >>
> > >>> i made all the things you say, no good..
> > >>>
> > >>> This is what i see on terminal..
> > >>>
> > >>> Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
> > >>> (process:1839): gnc.gui-WARNING **: 14:52:58.538:
> > >>> [mac_find_close_country()] Apple Locale is set to a value en_GR not
> > >>> supported by the C runtime
> > >>> (process:1839): gnc.gui-WARNING **: 14:52:58.539:
> > >>> [mac_find_close_country()] Using el_GR instead.
> > >>> (process:1839): gnc.gui-WARNING **: 14:52:58.540:
> [mac_set_languages()]
> > >>> Language list: en:el:en:C
> > >>> (process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported
> by C
> > >>> library.
> > >>> Using the fallback 'C' locale.
> > >>> Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
> > >>> handler.
> > >>>
> > >>>
> > >>> On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
> > >>> adrien.montele...@lusfiber.net> wrote:
> > >>>
> >  If you’re getting the GnuCash splash screen then it is starting, but
> > >>> then
> >  either being hidden, or crashing.
> > 
> >  I’ll presume:
> > 
> > 
> >  That you’ve checked *all* 

Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread John Ralls
That's not GnuCash 3.7, it's a Gtk2 version. Not only that but it seems to have 
Guile 1.7, which would put it into the 2.4 series -- except that I never used 
Guile 1.7:
https://github.com/Gnucash/gnucash-on-osx/commit/1e63de2b73189b38060068f030ca7977c9967394
 shows upgrading from Guile-1.6 to Guile 1.8.8.

The crash is due to a libpng mismatch in MacOS 10.13 and later, and was fixed 
somewhere in the middle of the 2.6 series. If you don't want to upgrade to 3.x 
2.6.21 should work.

Regards,
John Ralls

> On Nov 16, 2019, at 3:27 PM, George Michalopoulos  wrote:
> 
> first part of the log file in console:
> 
> Process:   Gnucash-bin [22377]
> Path:  /Applications/Gnucash.app/Contents/MacOS/Gnucash
> Identifier:org.gnucash.Gnucash
> Version:   ???
> Code Type: X86 (Native)
> Parent Process:??? [1]
> Responsible:   Gnucash-bin [22377]
> User ID:   502
> 
> Date/Time: 2019-11-07 17:35:57.554 +0200
> OS Version:Mac OS X 10.13.6 (17G7024)
> Report Version:12
> Anonymous UUID:0362B72E-BF2A-9A23-9582-53F3EF0AAEA5
> 
> 
> Time Awake Since Boot: 48 seconds
> 
> System Integrity Protection: enabled
> 
> Crashed Thread:0
> 
> Exception Type:EXC_CRASH (SIGABRT)
> Exception Codes:   0x, 0x
> Exception Note:EXC_CORPSE_NOTIFY
> 
> Termination Reason:DYLD, [0x4] Symbol missing
> 
> Application Specific Information:
> dyld: launch, loading dependent libraries
> DYLD_FRAMEWORK_PATH=/Applications/Gnucash.app/Contents/Frameworks
> DYLD_LIBRARY_PATH=/Applications/Gnucash.app/Contents/Resources/lib:/Applications/Gnucash.app/Contents/Resources/lib/gnucash::/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/:/Applications/Gnucash.app/Contents/Resources/lib:/Applications/Gnucash.app/Contents/Resources/lib/gnucash
> 
> Dyld Error Message:
>   Symbol not found: _inflateValidate
>   Referenced from: 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
>   Expected in: /Applications/Gnucash.app/Contents/Resources/lib/libz.1.dylib
>  in 
> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
> 
> On Sat, Nov 16, 2019 at 5:09 PM John Ralls  wrote:
> "Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind 
> handler." Indicates that Guile's stack has run out of space. That might be a 
> locale problem, what happens if you set the computer language to Greek so 
> that it matches your region settings?
> 
> Are there any crash reports (open /Applications/Utilities/Console and select 
> User Reports in the sidebar and look in the list for reports beginning with 
> Gnucash)?
> 
> Is anything written to the trace file 
> (https://wiki.gnucash.org/wiki/Tracefile)?
> 
> 
> 
> > On Nov 16, 2019, at 6:40 AM, George Michalopoulos  wrote:
> > 
> > i had to run it 1,5-2 years..
> > 
> > should i try an older version ?
> > 
> > 
> > On Sat, Nov 16, 2019 at 4:23 PM David Carlson 
> > wrote:
> > 
> >> Release 3.7.1 has only been around for several. Weeks.  Is this the first
> >> time for you to start Gnucash after updating?
> >> 
> >> If so, which version did you have before?
> >> 
> >> David Carlson
> >> 
> >> On Sat, Nov 16, 2019, 6:58 AM George Michalopoulos 
> >> wrote:
> >> 
> >>> i made all the things you say, no good..
> >>> 
> >>> This is what i see on terminal..
> >>> 
> >>> Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
> >>> (process:1839): gnc.gui-WARNING **: 14:52:58.538:
> >>> [mac_find_close_country()] Apple Locale is set to a value en_GR not
> >>> supported by the C runtime
> >>> (process:1839): gnc.gui-WARNING **: 14:52:58.539:
> >>> [mac_find_close_country()] Using el_GR instead.
> >>> (process:1839): gnc.gui-WARNING **: 14:52:58.540: [mac_set_languages()]
> >>> Language list: en:el:en:C
> >>> (process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported by C
> >>> library.
> >>> Using the fallback 'C' locale.
> >>> Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
> >>> handler.
> >>> 
> >>> 
> >>> On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
> >>> adrien.montele...@lusfiber.net> wrote:
> >>> 
>  If you’re getting the GnuCash splash screen then it is starting, but
> >>> then
>  either being hidden, or crashing.
>  
>  I’ll presume:
>  
>  
>  That you’ve checked *all* workspaces for the window?
>  
>  That you’ve right-clicked the icon in the dock and tried the ’Show all
>  Windows’ entry? (as well as maybe assigned it to ’this’ desktop or ‘all
>  desktops’)
>  
>  That the right-click menu of the GnuCash icon in your dock does *not*
> >>> have
>  a ’show’ entry near the bottom, but instead says ‘hide’ (meaning the
> >>> window
>  is *not* hidden in this case, it is a toggle)
>  
>  

Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread George Michalopoulos
well,

it seems i found a temporary solution.. i run it as superuser, with this
command, from a terminal..
sudo /Applications/Gnucash.app/Contents/MacOS/Gnucash

it does not run from the dock...

On Sun, Nov 17, 2019 at 1:27 AM George Michalopoulos 
wrote:

> and the second part
>
> Binary Images:
> 0x1000 -0x14ff7 +Gnucash-bin (???)
> <5A62B366-3511-20B0-505D-7216536BCC46>
> /Applications/Gnucash.app/Contents/MacOS/Gnucash-bin
>0x1c000 -0x48ff7 +libgncmod-ledger-core.dylib (0)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-ledger-core.dylib
>0x59000 -0x74ff7 +libgncmod-report-gnome.dylib (0)
> <64A27231-79ED-734C-5C2C-1515F7212382>
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-report-gnome.dylib
>0x81000 -0x93ff7 +libart_lgpl_2.2.dylib (6.21)
> <5390A8B4-D129-ECA1-889B-A38111E2E895>
> /Applications/Gnucash.app/Contents/Resources/lib/libart_lgpl_2.2.dylib
>0x9e000 -0xe414f  dyld (551.5)
>  /usr/lib/dyld
>   0x128000 -   0x1b5ff7 +libgnc-gnome.0.dylib (1)
> <22EBEFDA-BA9B-7747-AFDD-0DE9D99759B7>
> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-gnome.0.dylib
>   0x1f6000 -   0x21bff7 +libgncmod-register-gnome.dylib (0)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-register-gnome.dylib
>   0x22c000 -   0x255ff7 +libgnomecanvas-2.0.dylib (2601)
> <2048A044-ABFB-FE8F-2D55-CA87F8DFBC74>
> /Applications/Gnucash.app/Contents/Resources/lib/libgnomecanvas-2.0.dylib
>   0x269000 -   0x27eff7 +libgncmod-register-core.dylib (0)
> <218B6FC4-AC58-7C8E-6582-051D5D607B9E>
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-register-core.dylib
>   0x286000 -   0x293ff7 +libgncmod-report-system.dylib (0)
> <2AB5F0F2-4E1C-496F-F70E-2522C9F466E7>
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-report-system.dylib
>   0x298000 -   0x2b1ff7 +libgncmod-gnome-search.dylib (0)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-gnome-search.dylib
>   0x2bd000 -   0x2d2ff7 +libgncmod-html.dylib (0)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-html.dylib
>   0x2da000 -   0x3a2ff7 +libgncmod-gnome-utils.dylib (0)
> <7D44A1C4-F5DA-AC41-8751-1E1F83D0D285>
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-gnome-utils.dylib
>   0x3f4000 -   0xdf4ff7 +libwebkitgtk-1.0.0.dylib (12)
> <47BF4C06-DCFE-C207-AD01-62C6A7A84C68>
> /Applications/Gnucash.app/Contents/Resources/lib/libwebkitgtk-1.0.0.dylib
>  0x1b27000 -  0x1b89ff7 +libsoup-2.4.1.dylib (7)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/libsoup-2.4.1.dylib
>  0x1bc7000 -  0x1bf7ff7 +libgnc-backend-xml-utils.0.dylib (1)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-backend-xml-utils.0.dylib
>  0x1c18000 -  0x1c47ff7 +libgncmod-app-utils.dylib (0)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-app-utils.dylib
>  0x1c61000 -  0x1d21ff7 +libgncmod-engine.dylib (0)
> <4B09AD75-B632-00ED-FA35-BFD136C539C8>
> /Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-engine.dylib
>  0x1d68000 -  0x1d98ff7 +libxslt.1.dylib (3.27)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/libxslt.1.dylib
>  0x1da4000 -  0x1db4ff7 +libz.1.dylib (1.2.7)
> <965EF581-AEAF-3212-37B0-3C64F7772604>
> /Applications/Gnucash.app/Contents/Resources/lib/libz.1.dylib
>  0x1db8000 -  0x1edcfe7 +libxml2.2.dylib (12)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/libxml2.2.dylib
>  0x1f12000 -  0x1f1ffe7 +libgnc-module.0.dylib (1)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-module.0.dylib
>  0x1f24000 -  0x1f38ff7 +libgnc-core-utils.0.dylib (1)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-core-utils.0.dylib
>  0x1f44000 -  0x1f55ff7 +libgtkmacintegration.2.dylib (3.5)
> 
> /Applications/Gnucash.app/Contents/Resources/lib/libgtkmacintegration.2.dylib
>  0x1f61000 -  0x1f88fe7 +libgnc-qof.1.dylib (2.4)
> <674CEE71-DD88-9FB5-8A73-F42FF1A16580>
> /Applications/Gnucash.app/Contents/Resources/lib/libgnc-qof.1.dylib
>  0x1f9c000 -  0x2037ff7 +libguile.17.dylib (22)
> <1F0182BE-D0B1-C969-845B-733710BA7C46>
> /Applications/Gnucash.app/Contents/Resources/lib/libguile.17.dylib
>  0x207e000 -  0x20b7fe7 +libgmp.3.dylib (9.2)
> <1C055984-48B6-C5F7-6035-29F105CBCEAA>
> /Applications/Gnucash.app/Contents/Resources/lib/libgmp.3.dylib
>  0x20c2000 -  0x20c8ff7 +libltdl.7.dylib (11)
> <96475EC6-87F8-F1EB-F2E7-EBAA5454CD2E>
> /Applications/Gnucash.app/Contents/Resources/lib/libltdl.7.dylib
>  0x20cd000 -  0x20d0ff7 +libgthread-2.0.0.dylib (3801.2)
> <58432989-ECFF-9FFD-3127-5F916FE7803E>
> /Applications/Gnucash.app/Contents/Resources/lib/libgthread-2.0.0.dylib
>  0x20d3000 -  0x20d7ff7 +libgmodule-2.0.0.dylib (3801.2)
> <6B6F3204-D509-AF44-219E-23B8DEB3018B>
> /Applications/Gnucash.app/Contents/Resources/lib/libgmodule-2.0.0.dylib
>  0x20da000 -  0x2426ff7 +libgtk-quartz-2.0.0.dylib (2401.21)
> 
> 

Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread George Michalopoulos
and the second part

Binary Images:
0x1000 -0x14ff7 +Gnucash-bin (???)
<5A62B366-3511-20B0-505D-7216536BCC46>
/Applications/Gnucash.app/Contents/MacOS/Gnucash-bin
   0x1c000 -0x48ff7 +libgncmod-ledger-core.dylib (0)

/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-ledger-core.dylib
   0x59000 -0x74ff7 +libgncmod-report-gnome.dylib (0)
<64A27231-79ED-734C-5C2C-1515F7212382>
/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-report-gnome.dylib
   0x81000 -0x93ff7 +libart_lgpl_2.2.dylib (6.21)
<5390A8B4-D129-ECA1-889B-A38111E2E895>
/Applications/Gnucash.app/Contents/Resources/lib/libart_lgpl_2.2.dylib
   0x9e000 -0xe414f  dyld (551.5)
 /usr/lib/dyld
  0x128000 -   0x1b5ff7 +libgnc-gnome.0.dylib (1)
<22EBEFDA-BA9B-7747-AFDD-0DE9D99759B7>
/Applications/Gnucash.app/Contents/Resources/lib/libgnc-gnome.0.dylib
  0x1f6000 -   0x21bff7 +libgncmod-register-gnome.dylib (0)

/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-register-gnome.dylib
  0x22c000 -   0x255ff7 +libgnomecanvas-2.0.dylib (2601)
<2048A044-ABFB-FE8F-2D55-CA87F8DFBC74>
/Applications/Gnucash.app/Contents/Resources/lib/libgnomecanvas-2.0.dylib
  0x269000 -   0x27eff7 +libgncmod-register-core.dylib (0)
<218B6FC4-AC58-7C8E-6582-051D5D607B9E>
/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-register-core.dylib
  0x286000 -   0x293ff7 +libgncmod-report-system.dylib (0)
<2AB5F0F2-4E1C-496F-F70E-2522C9F466E7>
/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-report-system.dylib
  0x298000 -   0x2b1ff7 +libgncmod-gnome-search.dylib (0)

/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-gnome-search.dylib
  0x2bd000 -   0x2d2ff7 +libgncmod-html.dylib (0)

/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-html.dylib
  0x2da000 -   0x3a2ff7 +libgncmod-gnome-utils.dylib (0)
<7D44A1C4-F5DA-AC41-8751-1E1F83D0D285>
/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-gnome-utils.dylib
  0x3f4000 -   0xdf4ff7 +libwebkitgtk-1.0.0.dylib (12)
<47BF4C06-DCFE-C207-AD01-62C6A7A84C68>
/Applications/Gnucash.app/Contents/Resources/lib/libwebkitgtk-1.0.0.dylib
 0x1b27000 -  0x1b89ff7 +libsoup-2.4.1.dylib (7)

/Applications/Gnucash.app/Contents/Resources/lib/libsoup-2.4.1.dylib
 0x1bc7000 -  0x1bf7ff7 +libgnc-backend-xml-utils.0.dylib (1)

/Applications/Gnucash.app/Contents/Resources/lib/libgnc-backend-xml-utils.0.dylib
 0x1c18000 -  0x1c47ff7 +libgncmod-app-utils.dylib (0)

/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-app-utils.dylib
 0x1c61000 -  0x1d21ff7 +libgncmod-engine.dylib (0)
<4B09AD75-B632-00ED-FA35-BFD136C539C8>
/Applications/Gnucash.app/Contents/Resources/lib/gnucash/libgncmod-engine.dylib
 0x1d68000 -  0x1d98ff7 +libxslt.1.dylib (3.27)

/Applications/Gnucash.app/Contents/Resources/lib/libxslt.1.dylib
 0x1da4000 -  0x1db4ff7 +libz.1.dylib (1.2.7)
<965EF581-AEAF-3212-37B0-3C64F7772604>
/Applications/Gnucash.app/Contents/Resources/lib/libz.1.dylib
 0x1db8000 -  0x1edcfe7 +libxml2.2.dylib (12)

/Applications/Gnucash.app/Contents/Resources/lib/libxml2.2.dylib
 0x1f12000 -  0x1f1ffe7 +libgnc-module.0.dylib (1)

/Applications/Gnucash.app/Contents/Resources/lib/libgnc-module.0.dylib
 0x1f24000 -  0x1f38ff7 +libgnc-core-utils.0.dylib (1)

/Applications/Gnucash.app/Contents/Resources/lib/libgnc-core-utils.0.dylib
 0x1f44000 -  0x1f55ff7 +libgtkmacintegration.2.dylib (3.5)

/Applications/Gnucash.app/Contents/Resources/lib/libgtkmacintegration.2.dylib
 0x1f61000 -  0x1f88fe7 +libgnc-qof.1.dylib (2.4)
<674CEE71-DD88-9FB5-8A73-F42FF1A16580>
/Applications/Gnucash.app/Contents/Resources/lib/libgnc-qof.1.dylib
 0x1f9c000 -  0x2037ff7 +libguile.17.dylib (22)
<1F0182BE-D0B1-C969-845B-733710BA7C46>
/Applications/Gnucash.app/Contents/Resources/lib/libguile.17.dylib
 0x207e000 -  0x20b7fe7 +libgmp.3.dylib (9.2)
<1C055984-48B6-C5F7-6035-29F105CBCEAA>
/Applications/Gnucash.app/Contents/Resources/lib/libgmp.3.dylib
 0x20c2000 -  0x20c8ff7 +libltdl.7.dylib (11)
<96475EC6-87F8-F1EB-F2E7-EBAA5454CD2E>
/Applications/Gnucash.app/Contents/Resources/lib/libltdl.7.dylib
 0x20cd000 -  0x20d0ff7 +libgthread-2.0.0.dylib (3801.2)
<58432989-ECFF-9FFD-3127-5F916FE7803E>
/Applications/Gnucash.app/Contents/Resources/lib/libgthread-2.0.0.dylib
 0x20d3000 -  0x20d7ff7 +libgmodule-2.0.0.dylib (3801.2)
<6B6F3204-D509-AF44-219E-23B8DEB3018B>
/Applications/Gnucash.app/Contents/Resources/lib/libgmodule-2.0.0.dylib
 0x20da000 -  0x2426ff7 +libgtk-quartz-2.0.0.dylib (2401.21)

/Applications/Gnucash.app/Contents/Resources/lib/libgtk-quartz-2.0.0.dylib
 0x2513000 -  0x2587fe7 +libgdk-quartz-2.0.0.dylib (2401.21)
<721F4524-0F90-40D6-9C52-B44FA8C3DFE7>
/Applications/Gnucash.app/Contents/Resources/lib/libgdk-quartz-2.0.0.dylib
 0x25b5000 -  0x25c9fe7 +libatk-1.0.0.dylib (21010.1)
<3D6370E3-F39D-838B-0A2C-C47FFA80EC53>
/Applications/Gnucash.app/Contents/Resources/lib/libatk-1.0.0.dylib
 0x25d8000 -  0x26d6ff7 +libgio-2.0.0.dylib (3801.2)


Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread George Michalopoulos
first part of the log file in console:

Process:   Gnucash-bin [22377]
Path:  /Applications/Gnucash.app/Contents/MacOS/Gnucash
Identifier:org.gnucash.Gnucash
Version:   ???
Code Type: X86 (Native)
Parent Process:??? [1]
Responsible:   Gnucash-bin [22377]
User ID:   502

Date/Time: 2019-11-07 17:35:57.554 +0200
OS Version:Mac OS X 10.13.6 (17G7024)
Report Version:12
Anonymous UUID:0362B72E-BF2A-9A23-9582-53F3EF0AAEA5


Time Awake Since Boot: 48 seconds

System Integrity Protection: enabled

Crashed Thread:0

Exception Type:EXC_CRASH (SIGABRT)
Exception Codes:   0x, 0x
Exception Note:EXC_CORPSE_NOTIFY

Termination Reason:DYLD, [0x4] Symbol missing

Application Specific Information:
dyld: launch, loading dependent libraries
DYLD_FRAMEWORK_PATH=/Applications/Gnucash.app/Contents/Frameworks
DYLD_LIBRARY_PATH=/Applications/Gnucash.app/Contents/Resources/lib:/Applications/Gnucash.app/Contents/Resources/lib/gnucash::/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/:/Applications/Gnucash.app/Contents/Resources/lib:/Applications/Gnucash.app/Contents/Resources/lib/gnucash

Dyld Error Message:
  Symbol not found: _inflateValidate
  Referenced from:
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
  Expected in: /Applications/Gnucash.app/Contents/Resources/lib/libz.1.dylib
 in
/System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib

On Sat, Nov 16, 2019 at 5:09 PM John Ralls  wrote:

> "Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
> handler." Indicates that Guile's stack has run out of space. That might be
> a locale problem, what happens if you set the computer language to Greek so
> that it matches your region settings?
>
> Are there any crash reports (open /Applications/Utilities/Console and
> select User Reports in the sidebar and look in the list for reports
> beginning with Gnucash)?
>
> Is anything written to the trace file (
> https://wiki.gnucash.org/wiki/Tracefile)?
>
>
>
> > On Nov 16, 2019, at 6:40 AM, George Michalopoulos 
> wrote:
> >
> > i had to run it 1,5-2 years..
> >
> > should i try an older version ?
> >
> >
> > On Sat, Nov 16, 2019 at 4:23 PM David Carlson <
> david.carlson@gmail.com>
> > wrote:
> >
> >> Release 3.7.1 has only been around for several. Weeks.  Is this the
> first
> >> time for you to start Gnucash after updating?
> >>
> >> If so, which version did you have before?
> >>
> >> David Carlson
> >>
> >> On Sat, Nov 16, 2019, 6:58 AM George Michalopoulos 
> >> wrote:
> >>
> >>> i made all the things you say, no good..
> >>>
> >>> This is what i see on terminal..
> >>>
> >>> Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
> >>> (process:1839): gnc.gui-WARNING **: 14:52:58.538:
> >>> [mac_find_close_country()] Apple Locale is set to a value en_GR not
> >>> supported by the C runtime
> >>> (process:1839): gnc.gui-WARNING **: 14:52:58.539:
> >>> [mac_find_close_country()] Using el_GR instead.
> >>> (process:1839): gnc.gui-WARNING **: 14:52:58.540: [mac_set_languages()]
> >>> Language list: en:el:en:C
> >>> (process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported by C
> >>> library.
> >>> Using the fallback 'C' locale.
> >>> Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
> >>> handler.
> >>>
> >>>
> >>> On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
> >>> adrien.montele...@lusfiber.net> wrote:
> >>>
>  If you’re getting the GnuCash splash screen then it is starting, but
> >>> then
>  either being hidden, or crashing.
> 
>  I’ll presume:
> 
> 
>  That you’ve checked *all* workspaces for the window?
> 
>  That you’ve right-clicked the icon in the dock and tried the ’Show all
>  Windows’ entry? (as well as maybe assigned it to ’this’ desktop or
> ‘all
>  desktops’)
> 
>  That the right-click menu of the GnuCash icon in your dock does *not*
> >>> have
>  a ’show’ entry near the bottom, but instead says ‘hide’ (meaning the
> >>> window
>  is *not* hidden in this case, it is a toggle)
> 
>  That a command-tab does not show an icon for GnuCash?
> 
>  That GnuCash.app is not listed in ActivityMonitor.app after the splash
>  screen goes away?
> 
>  That a MacOS crash report is also not appearing on the screen after
> the
>  splash screen disappears?
> 
>  You’ve tried running with just a single display plugged in?
> 
> 
> 
>  If all of the above is true, then try running from a terminal.app
> >>> window:
> 
>  /Applications/Gnucash.app/Contents/MacOS/Gnucash
> 
>  Which might output some helpful stuff to the terminal window.
> 
>  Also, check the wiki about how to 

Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread John Ralls
"Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind handler." 
Indicates that Guile's stack has run out of space. That might be a locale 
problem, what happens if you set the computer language to Greek so that it 
matches your region settings?

Are there any crash reports (open /Applications/Utilities/Console and select 
User Reports in the sidebar and look in the list for reports beginning with 
Gnucash)?

Is anything written to the trace file (https://wiki.gnucash.org/wiki/Tracefile)?



> On Nov 16, 2019, at 6:40 AM, George Michalopoulos  wrote:
> 
> i had to run it 1,5-2 years..
> 
> should i try an older version ?
> 
> 
> On Sat, Nov 16, 2019 at 4:23 PM David Carlson 
> wrote:
> 
>> Release 3.7.1 has only been around for several. Weeks.  Is this the first
>> time for you to start Gnucash after updating?
>> 
>> If so, which version did you have before?
>> 
>> David Carlson
>> 
>> On Sat, Nov 16, 2019, 6:58 AM George Michalopoulos 
>> wrote:
>> 
>>> i made all the things you say, no good..
>>> 
>>> This is what i see on terminal..
>>> 
>>> Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
>>> (process:1839): gnc.gui-WARNING **: 14:52:58.538:
>>> [mac_find_close_country()] Apple Locale is set to a value en_GR not
>>> supported by the C runtime
>>> (process:1839): gnc.gui-WARNING **: 14:52:58.539:
>>> [mac_find_close_country()] Using el_GR instead.
>>> (process:1839): gnc.gui-WARNING **: 14:52:58.540: [mac_set_languages()]
>>> Language list: en:el:en:C
>>> (process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported by C
>>> library.
>>> Using the fallback 'C' locale.
>>> Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
>>> handler.
>>> 
>>> 
>>> On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
>>> adrien.montele...@lusfiber.net> wrote:
>>> 
 If you’re getting the GnuCash splash screen then it is starting, but
>>> then
 either being hidden, or crashing.
 
 I’ll presume:
 
 
 That you’ve checked *all* workspaces for the window?
 
 That you’ve right-clicked the icon in the dock and tried the ’Show all
 Windows’ entry? (as well as maybe assigned it to ’this’ desktop or ‘all
 desktops’)
 
 That the right-click menu of the GnuCash icon in your dock does *not*
>>> have
 a ’show’ entry near the bottom, but instead says ‘hide’ (meaning the
>>> window
 is *not* hidden in this case, it is a toggle)
 
 That a command-tab does not show an icon for GnuCash?
 
 That GnuCash.app is not listed in ActivityMonitor.app after the splash
 screen goes away?
 
 That a MacOS crash report is also not appearing on the screen after the
 splash screen disappears?
 
 You’ve tried running with just a single display plugged in?
 
 
 
 If all of the above is true, then try running from a terminal.app
>>> window:
 
 /Applications/Gnucash.app/Contents/MacOS/Gnucash
 
 Which might output some helpful stuff to the terminal window.
 
 Also, check the wiki about how to find the TraceFile on Mac and report
 both back here.
 
 
 
 If however, GnuCash.app is not properly installed in /Applications or
 ~/Applications as it always has been or that you haven't verified with
 Gatekeeper that you want to open the app by *first* right-clicking it
>>> and
 confirming this (only needed after each fresh install of GnuCash) then
>>> you
 shouldn’t even be seeing the splash screen.
 
 
 Regards,
 Adrien
 
 
 
> On Nov 16, 2019 w46d320, at 6:32 AM, George Michalopoulos <
 metr...@gmail.com> wrote:
> 
> hello all,
> 
> the subject is self-explanatory...
> gnucash 3.7.1 does not start on Macos 10.13.6
> I was using it for 2-3 years, i tried to open it today, but it does
>>> not
> start.
> updated gnucash, nothing.
> installed latest python, nothing.
> added the app to the dock, nothing..
> i can see the splash screen, but up to there.
> i have 2 displays, tried to mirror them, nothing..
> 
> anyone with a new idea ? :)
 
 ___
 gnucash-user mailing list
 gnucash-user@gnucash.org
 To update your subscription preferences or to unsubscribe:
 https://lists.gnucash.org/mailman/listinfo/gnucash-user
 If you are using Nabble or Gmane, please see
 https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
 -
 Please remember to CC this list on all your replies.
 You can do this by using Reply-To-List or Reply-All.
 
>>> 
>>> 
>>> --
>>> 
>>> regards,
>>> George Michalopoulos
>>> 
>>> born & raise @ Metron 6 (six)
>>> 
>>> metr...@gmail.com
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> To update your subscription preferences or to unsubscribe:
>>> 

Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread David Carlson
I don't know about Mac's.  I just asked if this was your first time running
release 3.7.1?

On Sat, Nov 16, 2019 at 8:40 AM George Michalopoulos 
wrote:

>
> i had to run it 1,5-2 years..
>
> should i try an older version ?
>
>
> On Sat, Nov 16, 2019 at 4:23 PM David Carlson 
> wrote:
>
>> Release 3.7.1 has only been around for several. Weeks.  Is this the first
>> time for you to start Gnucash after updating?
>>
>> If so, which version did you have before?
>>
>> David Carlson
>>
>> On Sat, Nov 16, 2019, 6:58 AM George Michalopoulos 
>> wrote:
>>
>>> i made all the things you say, no good..
>>>
>>> This is what i see on terminal..
>>>
>>> Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
>>> (process:1839): gnc.gui-WARNING **: 14:52:58.538:
>>> [mac_find_close_country()] Apple Locale is set to a value en_GR not
>>> supported by the C runtime
>>> (process:1839): gnc.gui-WARNING **: 14:52:58.539:
>>> [mac_find_close_country()] Using el_GR instead.
>>> (process:1839): gnc.gui-WARNING **: 14:52:58.540: [mac_set_languages()]
>>> Language list: en:el:en:C
>>> (process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported by C
>>> library.
>>> Using the fallback 'C' locale.
>>> Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
>>> handler.
>>>
>>>
>>> On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
>>> adrien.montele...@lusfiber.net> wrote:
>>>
>>> > If you’re getting the GnuCash splash screen then it is starting, but
>>> then
>>> > either being hidden, or crashing.
>>> >
>>> > I’ll presume:
>>> >
>>> >
>>> > That you’ve checked *all* workspaces for the window?
>>> >
>>> > That you’ve right-clicked the icon in the dock and tried the ’Show all
>>> > Windows’ entry? (as well as maybe assigned it to ’this’ desktop or ‘all
>>> > desktops’)
>>> >
>>> > That the right-click menu of the GnuCash icon in your dock does *not*
>>> have
>>> > a ’show’ entry near the bottom, but instead says ‘hide’ (meaning the
>>> window
>>> > is *not* hidden in this case, it is a toggle)
>>> >
>>> > That a command-tab does not show an icon for GnuCash?
>>> >
>>> > That GnuCash.app is not listed in ActivityMonitor.app after the splash
>>> > screen goes away?
>>> >
>>> > That a MacOS crash report is also not appearing on the screen after the
>>> > splash screen disappears?
>>> >
>>> > You’ve tried running with just a single display plugged in?
>>> >
>>> >
>>> >
>>> > If all of the above is true, then try running from a terminal.app
>>> window:
>>> >
>>> > /Applications/Gnucash.app/Contents/MacOS/Gnucash
>>> >
>>> > Which might output some helpful stuff to the terminal window.
>>> >
>>> > Also, check the wiki about how to find the TraceFile on Mac and report
>>> > both back here.
>>> >
>>> >
>>> >
>>> > If however, GnuCash.app is not properly installed in /Applications or
>>> > ~/Applications as it always has been or that you haven't verified with
>>> > Gatekeeper that you want to open the app by *first* right-clicking it
>>> and
>>> > confirming this (only needed after each fresh install of GnuCash) then
>>> you
>>> > shouldn’t even be seeing the splash screen.
>>> >
>>> >
>>> > Regards,
>>> > Adrien
>>> >
>>> >
>>> >
>>> > > On Nov 16, 2019 w46d320, at 6:32 AM, George Michalopoulos <
>>> > metr...@gmail.com> wrote:
>>> > >
>>> > > hello all,
>>> > >
>>> > > the subject is self-explanatory...
>>> > > gnucash 3.7.1 does not start on Macos 10.13.6
>>> > > I was using it for 2-3 years, i tried to open it today, but it does
>>> not
>>> > > start.
>>> > > updated gnucash, nothing.
>>> > > installed latest python, nothing.
>>> > > added the app to the dock, nothing..
>>> > > i can see the splash screen, but up to there.
>>> > > i have 2 displays, tried to mirror them, nothing..
>>> > >
>>> > > anyone with a new idea ? :)
>>> >
>>> > ___
>>> > gnucash-user mailing list
>>> > gnucash-user@gnucash.org
>>> > To update your subscription preferences or to unsubscribe:
>>> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> > If you are using Nabble or Gmane, please see
>>> > https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>>> > -
>>> > Please remember to CC this list on all your replies.
>>> > You can do this by using Reply-To-List or Reply-All.
>>> >
>>>
>>>
>>> --
>>>
>>> regards,
>>> George Michalopoulos
>>>
>>> born & raise @ Metron 6 (six)
>>>
>>> metr...@gmail.com
>>> ___
>>> gnucash-user mailing list
>>> gnucash-user@gnucash.org
>>> To update your subscription preferences or to unsubscribe:
>>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>>> If you are using Nabble or Gmane, please see
>>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>>> -
>>> Please remember to CC this list on all your replies.
>>> You can do this by using Reply-To-List or Reply-All.
>>>
>>
>
> --
>
> regards,
> George Michalopoulos
>
> born & raise @ Metron 6 (six)
>
> 

Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread George Michalopoulos
i had to run it 1,5-2 years..

should i try an older version ?


On Sat, Nov 16, 2019 at 4:23 PM David Carlson 
wrote:

> Release 3.7.1 has only been around for several. Weeks.  Is this the first
> time for you to start Gnucash after updating?
>
> If so, which version did you have before?
>
> David Carlson
>
> On Sat, Nov 16, 2019, 6:58 AM George Michalopoulos 
> wrote:
>
>> i made all the things you say, no good..
>>
>> This is what i see on terminal..
>>
>> Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
>> (process:1839): gnc.gui-WARNING **: 14:52:58.538:
>> [mac_find_close_country()] Apple Locale is set to a value en_GR not
>> supported by the C runtime
>> (process:1839): gnc.gui-WARNING **: 14:52:58.539:
>> [mac_find_close_country()] Using el_GR instead.
>> (process:1839): gnc.gui-WARNING **: 14:52:58.540: [mac_set_languages()]
>> Language list: en:el:en:C
>> (process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported by C
>> library.
>> Using the fallback 'C' locale.
>> Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
>> handler.
>>
>>
>> On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
>> adrien.montele...@lusfiber.net> wrote:
>>
>> > If you’re getting the GnuCash splash screen then it is starting, but
>> then
>> > either being hidden, or crashing.
>> >
>> > I’ll presume:
>> >
>> >
>> > That you’ve checked *all* workspaces for the window?
>> >
>> > That you’ve right-clicked the icon in the dock and tried the ’Show all
>> > Windows’ entry? (as well as maybe assigned it to ’this’ desktop or ‘all
>> > desktops’)
>> >
>> > That the right-click menu of the GnuCash icon in your dock does *not*
>> have
>> > a ’show’ entry near the bottom, but instead says ‘hide’ (meaning the
>> window
>> > is *not* hidden in this case, it is a toggle)
>> >
>> > That a command-tab does not show an icon for GnuCash?
>> >
>> > That GnuCash.app is not listed in ActivityMonitor.app after the splash
>> > screen goes away?
>> >
>> > That a MacOS crash report is also not appearing on the screen after the
>> > splash screen disappears?
>> >
>> > You’ve tried running with just a single display plugged in?
>> >
>> >
>> >
>> > If all of the above is true, then try running from a terminal.app
>> window:
>> >
>> > /Applications/Gnucash.app/Contents/MacOS/Gnucash
>> >
>> > Which might output some helpful stuff to the terminal window.
>> >
>> > Also, check the wiki about how to find the TraceFile on Mac and report
>> > both back here.
>> >
>> >
>> >
>> > If however, GnuCash.app is not properly installed in /Applications or
>> > ~/Applications as it always has been or that you haven't verified with
>> > Gatekeeper that you want to open the app by *first* right-clicking it
>> and
>> > confirming this (only needed after each fresh install of GnuCash) then
>> you
>> > shouldn’t even be seeing the splash screen.
>> >
>> >
>> > Regards,
>> > Adrien
>> >
>> >
>> >
>> > > On Nov 16, 2019 w46d320, at 6:32 AM, George Michalopoulos <
>> > metr...@gmail.com> wrote:
>> > >
>> > > hello all,
>> > >
>> > > the subject is self-explanatory...
>> > > gnucash 3.7.1 does not start on Macos 10.13.6
>> > > I was using it for 2-3 years, i tried to open it today, but it does
>> not
>> > > start.
>> > > updated gnucash, nothing.
>> > > installed latest python, nothing.
>> > > added the app to the dock, nothing..
>> > > i can see the splash screen, but up to there.
>> > > i have 2 displays, tried to mirror them, nothing..
>> > >
>> > > anyone with a new idea ? :)
>> >
>> > ___
>> > gnucash-user mailing list
>> > gnucash-user@gnucash.org
>> > To update your subscription preferences or to unsubscribe:
>> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> > If you are using Nabble or Gmane, please see
>> > https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> > -
>> > Please remember to CC this list on all your replies.
>> > You can do this by using Reply-To-List or Reply-All.
>> >
>>
>>
>> --
>>
>> regards,
>> George Michalopoulos
>>
>> born & raise @ Metron 6 (six)
>>
>> metr...@gmail.com
>> ___
>> gnucash-user mailing list
>> gnucash-user@gnucash.org
>> To update your subscription preferences or to unsubscribe:
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> If you are using Nabble or Gmane, please see
>> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
>> -
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>>
>

-- 

regards,
George Michalopoulos

born & raise @ Metron 6 (six)

metr...@gmail.com
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more 

Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread David Carlson
Release 3.7.1 has only been around for several. Weeks.  Is this the first
time for you to start Gnucash after updating?

If so, which version did you have before?

David Carlson

On Sat, Nov 16, 2019, 6:58 AM George Michalopoulos 
wrote:

> i made all the things you say, no good..
>
> This is what i see on terminal..
>
> Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
> (process:1839): gnc.gui-WARNING **: 14:52:58.538:
> [mac_find_close_country()] Apple Locale is set to a value en_GR not
> supported by the C runtime
> (process:1839): gnc.gui-WARNING **: 14:52:58.539:
> [mac_find_close_country()] Using el_GR instead.
> (process:1839): gnc.gui-WARNING **: 14:52:58.540: [mac_set_languages()]
> Language list: en:el:en:C
> (process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported by C
> library.
> Using the fallback 'C' locale.
> Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
> handler.
>
>
> On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
> adrien.montele...@lusfiber.net> wrote:
>
> > If you’re getting the GnuCash splash screen then it is starting, but then
> > either being hidden, or crashing.
> >
> > I’ll presume:
> >
> >
> > That you’ve checked *all* workspaces for the window?
> >
> > That you’ve right-clicked the icon in the dock and tried the ’Show all
> > Windows’ entry? (as well as maybe assigned it to ’this’ desktop or ‘all
> > desktops’)
> >
> > That the right-click menu of the GnuCash icon in your dock does *not*
> have
> > a ’show’ entry near the bottom, but instead says ‘hide’ (meaning the
> window
> > is *not* hidden in this case, it is a toggle)
> >
> > That a command-tab does not show an icon for GnuCash?
> >
> > That GnuCash.app is not listed in ActivityMonitor.app after the splash
> > screen goes away?
> >
> > That a MacOS crash report is also not appearing on the screen after the
> > splash screen disappears?
> >
> > You’ve tried running with just a single display plugged in?
> >
> >
> >
> > If all of the above is true, then try running from a terminal.app window:
> >
> > /Applications/Gnucash.app/Contents/MacOS/Gnucash
> >
> > Which might output some helpful stuff to the terminal window.
> >
> > Also, check the wiki about how to find the TraceFile on Mac and report
> > both back here.
> >
> >
> >
> > If however, GnuCash.app is not properly installed in /Applications or
> > ~/Applications as it always has been or that you haven't verified with
> > Gatekeeper that you want to open the app by *first* right-clicking it and
> > confirming this (only needed after each fresh install of GnuCash) then
> you
> > shouldn’t even be seeing the splash screen.
> >
> >
> > Regards,
> > Adrien
> >
> >
> >
> > > On Nov 16, 2019 w46d320, at 6:32 AM, George Michalopoulos <
> > metr...@gmail.com> wrote:
> > >
> > > hello all,
> > >
> > > the subject is self-explanatory...
> > > gnucash 3.7.1 does not start on Macos 10.13.6
> > > I was using it for 2-3 years, i tried to open it today, but it does not
> > > start.
> > > updated gnucash, nothing.
> > > installed latest python, nothing.
> > > added the app to the dock, nothing..
> > > i can see the splash screen, but up to there.
> > > i have 2 displays, tried to mirror them, nothing..
> > >
> > > anyone with a new idea ? :)
> >
> > ___
> > gnucash-user mailing list
> > gnucash-user@gnucash.org
> > To update your subscription preferences or to unsubscribe:
> > https://lists.gnucash.org/mailman/listinfo/gnucash-user
> > If you are using Nabble or Gmane, please see
> > https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> > -
> > Please remember to CC this list on all your replies.
> > You can do this by using Reply-To-List or Reply-All.
> >
>
>
> --
>
> regards,
> George Michalopoulos
>
> born & raise @ Metron 6 (six)
>
> metr...@gmail.com
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread George Michalopoulos
i made all the things you say, no good..

This is what i see on terminal..

Application Path /Applications/Gnucash.app/Contents/MacOS/Gnucash
(process:1839): gnc.gui-WARNING **: 14:52:58.538:
[mac_find_close_country()] Apple Locale is set to a value en_GR not
supported by the C runtime
(process:1839): gnc.gui-WARNING **: 14:52:58.539:
[mac_find_close_country()] Using el_GR instead.
(process:1839): gnc.gui-WARNING **: 14:52:58.540: [mac_set_languages()]
Language list: en:el:en:C
(process:1839): Gtk-WARNING **: 14:52:58.541: Locale not supported by C
library.
Using the fallback 'C' locale.
Warning: Unwind-only `stack-overflow' exception; skipping pre-unwind
handler.


On Sat, Nov 16, 2019 at 2:49 PM Adrien Monteleone <
adrien.montele...@lusfiber.net> wrote:

> If you’re getting the GnuCash splash screen then it is starting, but then
> either being hidden, or crashing.
>
> I’ll presume:
>
>
> That you’ve checked *all* workspaces for the window?
>
> That you’ve right-clicked the icon in the dock and tried the ’Show all
> Windows’ entry? (as well as maybe assigned it to ’this’ desktop or ‘all
> desktops’)
>
> That the right-click menu of the GnuCash icon in your dock does *not* have
> a ’show’ entry near the bottom, but instead says ‘hide’ (meaning the window
> is *not* hidden in this case, it is a toggle)
>
> That a command-tab does not show an icon for GnuCash?
>
> That GnuCash.app is not listed in ActivityMonitor.app after the splash
> screen goes away?
>
> That a MacOS crash report is also not appearing on the screen after the
> splash screen disappears?
>
> You’ve tried running with just a single display plugged in?
>
>
>
> If all of the above is true, then try running from a terminal.app window:
>
> /Applications/Gnucash.app/Contents/MacOS/Gnucash
>
> Which might output some helpful stuff to the terminal window.
>
> Also, check the wiki about how to find the TraceFile on Mac and report
> both back here.
>
>
>
> If however, GnuCash.app is not properly installed in /Applications or
> ~/Applications as it always has been or that you haven't verified with
> Gatekeeper that you want to open the app by *first* right-clicking it and
> confirming this (only needed after each fresh install of GnuCash) then you
> shouldn’t even be seeing the splash screen.
>
>
> Regards,
> Adrien
>
>
>
> > On Nov 16, 2019 w46d320, at 6:32 AM, George Michalopoulos <
> metr...@gmail.com> wrote:
> >
> > hello all,
> >
> > the subject is self-explanatory...
> > gnucash 3.7.1 does not start on Macos 10.13.6
> > I was using it for 2-3 years, i tried to open it today, but it does not
> > start.
> > updated gnucash, nothing.
> > installed latest python, nothing.
> > added the app to the dock, nothing..
> > i can see the splash screen, but up to there.
> > i have 2 displays, tried to mirror them, nothing..
> >
> > anyone with a new idea ? :)
>
> ___
> gnucash-user mailing list
> gnucash-user@gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> If you are using Nabble or Gmane, please see
> https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
> -
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


-- 

regards,
George Michalopoulos

born & raise @ Metron 6 (six)

metr...@gmail.com
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


Re: [GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread Adrien Monteleone
If you’re getting the GnuCash splash screen then it is starting, but then 
either being hidden, or crashing.

I’ll presume:


That you’ve checked *all* workspaces for the window?

That you’ve right-clicked the icon in the dock and tried the ’Show all Windows’ 
entry? (as well as maybe assigned it to ’this’ desktop or ‘all desktops’)

That the right-click menu of the GnuCash icon in your dock does *not* have a 
’show’ entry near the bottom, but instead says ‘hide’ (meaning the window is 
*not* hidden in this case, it is a toggle)

That a command-tab does not show an icon for GnuCash?

That GnuCash.app is not listed in ActivityMonitor.app after the splash screen 
goes away?

That a MacOS crash report is also not appearing on the screen after the splash 
screen disappears?

You’ve tried running with just a single display plugged in?



If all of the above is true, then try running from a terminal.app window:

/Applications/Gnucash.app/Contents/MacOS/Gnucash

Which might output some helpful stuff to the terminal window.

Also, check the wiki about how to find the TraceFile on Mac and report both 
back here.



If however, GnuCash.app is not properly installed in /Applications or 
~/Applications as it always has been or that you haven't verified with 
Gatekeeper that you want to open the app by *first* right-clicking it and 
confirming this (only needed after each fresh install of GnuCash) then you 
shouldn’t even be seeing the splash screen.


Regards,
Adrien



> On Nov 16, 2019 w46d320, at 6:32 AM, George Michalopoulos  
> wrote:
> 
> hello all,
> 
> the subject is self-explanatory...
> gnucash 3.7.1 does not start on Macos 10.13.6
> I was using it for 2-3 years, i tried to open it today, but it does not
> start.
> updated gnucash, nothing.
> installed latest python, nothing.
> added the app to the dock, nothing..
> i can see the splash screen, but up to there.
> i have 2 displays, tried to mirror them, nothing..
> 
> anyone with a new idea ? :)

___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.


[GNC] gnucash 3.7.1 does not start on Macos 10.13.6

2019-11-16 Thread George Michalopoulos
hello all,

the subject is self-explanatory...
gnucash 3.7.1 does not start on Macos 10.13.6
I was using it for 2-3 years, i tried to open it today, but it does not
start.
updated gnucash, nothing.
installed latest python, nothing.
added the app to the dock, nothing..
i can see the splash screen, but up to there.
i have 2 displays, tried to mirror them, nothing..

anyone with a new idea ? :)

-- 

regards,
George Michalopoulos

born & raise @ Metron 6 (six)

metr...@gmail.com
___
gnucash-user mailing list
gnucash-user@gnucash.org
To update your subscription preferences or to unsubscribe:
https://lists.gnucash.org/mailman/listinfo/gnucash-user
If you are using Nabble or Gmane, please see 
https://wiki.gnucash.org/wiki/Mailing_Lists for more information.
-
Please remember to CC this list on all your replies.
You can do this by using Reply-To-List or Reply-All.