WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: 2.0alpha4 & skype  (Read 15414 times)

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
2.0alpha4 & skype
« on: April 24, 2009, 04:29:24 PM »
when signing in in skype the program crashes:
Code: [Select]
QIconvCodec::convertFromUnicode: using ASCII for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using ASCII for conversion, iconv_open failed
terminate called after throwing an instance of 'unsigned int'
Aborted
dCore user

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #1 on: April 26, 2009, 08:18:58 AM »
same issue here

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 2.0alpha4 & skype
« Reply #2 on: April 26, 2009, 08:22:44 AM »
Is this with the libiconv extension loaded?

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: 2.0alpha4 & skype
« Reply #3 on: April 26, 2009, 09:58:38 AM »
Is this with the libiconv extension loaded?
no, should I try loading it?
dCore user

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #4 on: April 26, 2009, 10:13:51 AM »
same answer, same question

Offline jls

  • Hero Member
  • *****
  • Posts: 2135
Re: 2.0alpha4 & skype
« Reply #5 on: April 26, 2009, 12:40:48 PM »
Code: [Select]
QIconvCodec::convertFromUnicode: using ASCII for conversion, iconv_open failed
QIconvCodec::convertToUnicode: using ASCII for conversion, iconv_open failed
Xlib:  extension "Generic Event Extension" missing on display ":0.0".
terminate called after throwing an instance of 'unsigned int'
Aborted

skype crashed when signes in.
Tryed also with libiconv extension loaded on tc2.0rc1
dCore user

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #6 on: April 26, 2009, 02:26:31 PM »
the issue remains with tc 2.0 rc1

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #7 on: April 26, 2009, 02:41:31 PM »
i forgot one line more in the error message:

Xlib: extension "Generic Event Extension" missing on display ":0.0"

however, Xlibs_support.tclz has been mounted

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 2.0alpha4 & skype
« Reply #8 on: April 26, 2009, 09:01:46 PM »
Since  iconv() exists in glibc perhaps this is due to a glibc version mismatch?

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #9 on: April 27, 2009, 01:15:23 AM »
i have the glib1 and glib2 installed (versions from the tc 2.x repository), and still have this issue with skype

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: 2.0alpha4 & skype
« Reply #10 on: April 27, 2009, 01:55:57 AM »
I meant glibc, not glib - tinycore_1.x has glibc-2.3.6 whereas tinycore_2.x has glibc-2.9 - perhaps skype needs to be recompiled against the new glibc?

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #11 on: April 27, 2009, 03:13:11 AM »
I have installed glibc for 2.6.29, and i have downloaded the skype-install script in order to do things from the beginning again. But I still have the issue with skype with same message as above.

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #12 on: April 27, 2009, 03:56:25 AM »
from this post: http://lists.freedesktop.org/archives/xorg/2008-October/039132.html
it seems that Xlib was compiled with XGE, but not the x server in the TC core; could it be the problem?

Offline jpeters

  • Restricted
  • Hero Member
  • *****
  • Posts: 1017
Re: 2.0alpha4 & skype
« Reply #13 on: April 27, 2009, 08:21:45 AM »
I meant glibc, not glib - tinycore_1.x has glibc-2.3.6 whereas tinycore_2.x has glibc-2.9 - perhaps skype needs to be recompiled against the new glibc?

We're using a static binary.  I'm not sure what's been recompiled in the appsdirectory.  Is alsa supposed to work at this stage?  I don't get sound. 

Offline alu

  • Sr. Member
  • ****
  • Posts: 429
Re: 2.0alpha4 & skype
« Reply #14 on: April 27, 2009, 09:41:17 AM »
i get sound with alsa; the Xlib message seems to be a warning message only, not an issue as such, so that skype should work with or without this warning... but it does not work.