zD12 / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

crashes or freezes on login #335

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login 
2. when logins it freeze
3. sometimes the icon would go awa y or just wont work.

What is the expected output? What do you see instead?
nothing just sometimes it works and then nothings happens.

What version of the product are you using? On what operating system?
(you can run the "diagnose" script in the root directory of the Galaxium
sources to get a detailed report)

Please provide any additional information below.
I using Ubuntu 8.10 and it went fine till somehow it started to crash or
freeze.

Original issue reported on code.google.com by Nspryspa...@gmail.com on 4 Feb 2009 at 12:23

GoogleCodeExporter commented 9 years ago
Is it a problem of a specific protocol, or does it happen in all of them?
What version of Galaxium are you using?
Did you make any changes it the system or Galaxium before it started to crash? 
When
was it?
Most importantly, try running Galaxium from a terminal and post any error 
output here.

Original comment by Zarevucky.Jiri on 4 Feb 2009 at 7:48

GoogleCodeExporter commented 9 years ago
Hi,i only using the latest one. so far everything is great but then that happen 
right
now is not happening any more...I'll tried to run it on the terminal and post 
any errors.

Original comment by Nspryspa...@gmail.com on 5 Feb 2009 at 4:59

GoogleCodeExporter commented 9 years ago
Be specific. Latest stable or latest svn? If it is a latest svn, just update. 
I've
made a little mistake yesterday that could cause that.

Original comment by Zarevucky.Jiri on 5 Feb 2009 at 12:50

GoogleCodeExporter commented 9 years ago
sorry i using the stable one 7.4.1 so far,if there is a SVN how can i get it on
Ubuntu 8.10? also the protocol is only MSN. 

Original comment by Nspryspa...@gmail.com on 5 Feb 2009 at 1:22

GoogleCodeExporter commented 9 years ago
I'm running Ubuntu 8.10 too, and I have no problem with this version. Please try
running the latest SVN (under the "Source" tab is the exact command for 
checking out,
then just compile with "./autogen.sh && make" and run with "make run".. won't 
take
more than a couple of minutes). See if the problem still exists and whether 
there is
any error output.

Original comment by Zarevucky.Jiri on 5 Feb 2009 at 2:31

GoogleCodeExporter commented 9 years ago
well,i tried but i ind of new to SVN version i have never tried a SVN of 
anything
really so i kind of confused help would be appropriated. 

Original comment by Nspryspa...@gmail.com on 5 Feb 2009 at 7:31

GoogleCodeExporter commented 9 years ago
ok, just open a terminal, go to a directory where you want source files to be
downloaded and paste following commands:

svn checkout http://galaxium.googlecode.com/svn/trunk/ galaxium-read-only
cd galaxium-read-only
./autogen.sh
make
make run

Original comment by Zarevucky.Jiri on 5 Feb 2009 at 7:41

GoogleCodeExporter commented 9 years ago
oh... you probably do not have a subversion installed... just "aptitude install
subversion" prior to the commands above...

Original comment by Zarevucky.Jiri on 5 Feb 2009 at 7:42

GoogleCodeExporter commented 9 years ago
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Initializing package states... Done
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?

this came up when i did what you said?

Original comment by Nspryspa...@gmail.com on 5 Feb 2009 at 7:53

GoogleCodeExporter commented 9 years ago
oh... prepend aptitude with sudo...

Original comment by Zarevucky.Jiri on 5 Feb 2009 at 8:04

GoogleCodeExporter commented 9 years ago
This is not the best place to explain how to compile the app.

MSN login can sometimes freeze for me as well, eventhough not very often. The 
login
procedure for MSN is currently taking much longer than it should and will get 
rectified.

Original comment by dra...@gmail.com on 22 May 2009 at 2:09