LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-29-2015, 03:01 PM   #1
DeanofDance
LQ Newbie
 
Registered: Nov 2014
Posts: 3

Rep: Reputation: Disabled
GnuCash does not open


I'm using Xubuntu (Studio) and have installed and reinstalled GnuCash without any success. It starts to open, displaying the hints screen and the start screen and then both of those disappear. When I tried do open it in the terminal I got error codes, the last few lines were

ERROR: In procedure scm-error:
ERROR: no code for module (www main)

Any ideas?
 
Old 07-29-2015, 03:15 PM   #2
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Hi & Welcome to Linux Questions.

I've never seen those errors before so I have no idea what's causing them.

Here's an article about the scm error.
http://www-01.ibm.com/support/knowle...scm_rcvry.html

IF GNU Cash is crashing it could be a bug.
https://bugs.launchpad.net/getdeb.net/+bug/1389018

In this post the member deleted the ~/.cache/guile/ccache/ folder and it helped.
http://ubuntuforums.org/archive/inde...t-2269163.html

https://www.google.com/search?q=In+p...28gnome+gtk%29
 
Old 07-29-2015, 03:56 PM   #3
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Hi...

Welcome to the forum

I haven't seen this error before, either. How did you install Gnucash, through the repositories using Synaptic or another package manager?

If you know how and if Ztcoracat's suggestions don't work, I wonder if installing from a tarball here would help?

Regards...
 
Old 07-29-2015, 04:10 PM   #4
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I would install Gnu Cash from this Ubuntu repo and try that.
It looks like there is more than one package so you might be missing libraries and that could be contributing to the program not launching correctly.

http://packages.ubuntu.com/search?su...searchon=names

As an example gnucash-common has 3 dependencies (dconf-gsettings-backend, gsettings-backend, libjs-jqery) that gnucash is dependent upon and to be installed along with the main pkg.
http://packages.ubuntu.com/trusty/gnucash-common


If your not sure what version of Xubuntu (in order to pick the right pkg's) just run this cmd in the terminal to find out what release your running.

Code:
cat /etc/os-release
 
Old 07-29-2015, 06:59 PM   #5
mralk3
Slackware Contributor
 
Registered: May 2015
Distribution: Slackware
Posts: 1,902

Rep: Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052Reputation: 1052
Please disregard, I did not see that the OP already did what I was going to suggest.

Last edited by mralk3; 07-29-2015 at 07:01 PM.
 
Old 07-29-2015, 07:49 PM   #6
DeanofDance
LQ Newbie
 
Registered: Nov 2014
Posts: 3

Original Poster
Rep: Reputation: Disabled
Thank you, one and all. I managed to find a solution that worked: rm -R ~/.cache/guile/ccache/

As I am not very sophisticated I'll post a link to the article so you can better know what happened: https://bugs.launchpad.net/getdeb.net/+bug/1389018

The immediate responses were appreciated. Geeks rule.
 
Old 07-29-2015, 08:07 PM   #7
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by DeanofDance View Post
Thank you, one and all. I managed to find a solution that worked: rm -R ~/.cache/guile/ccache/

As I am not very sophisticated I'll post a link to the article so you can better know what happened: https://bugs.launchpad.net/getdeb.net/+bug/1389018

The immediate responses were appreciated. Geeks rule.
Glad to hear removing that worked for you.

Don't forget, mark your thread solved.-
 
1 members found this post helpful.
Old 07-29-2015, 09:49 PM   #8
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by DeanofDance View Post
Thank you, one and all. I managed to find a solution that worked: rm -R ~/.cache/guile/ccache/

As I am not very sophisticated I'll post a link to the article so you can better know what happened: https://bugs.launchpad.net/getdeb.net/+bug/1389018

The immediate responses were appreciated. Geeks rule.
No, God rules, we just get the blessing of the skills that we have and using them to bless one another. I'm glad you were able to fix the problem and you're welcome.

@Ztcoracat: Nice call!

Regards...
 
Old 07-29-2015, 10:50 PM   #9
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by ardvark71 View Post
No, God rules, we just get the blessing of the skills that we have and using them to bless one another. I'm glad you were able to fix the problem and you're welcome.

@Ztcoracat: Nice call!

Regards...
Thanks ardvark71!-

Hallelujah!
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] gnucash for 13.37 patostevens Slackware 9 06-05-2011 06:19 PM
gnucash Cherock Linux - Newbie 5 10-22-2006 06:31 PM
GnuCash Zero-0-Effect Linux - Software 1 10-29-2005 06:11 AM
gnucash juyce Linux - Software 1 09-18-2005 02:44 PM
gnucash cphase Slackware 11 04-13-2005 05:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 08:08 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration