Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > Multimedia & Video
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Multimedia & Video
Have multimedia question? ATI, Nvidia, Sound cards. Just ask here.

 
Thread Tools Display Modes
Old April 27th, 2009   #1
trucker33377
Way Too Much Ubuntu
 
Join Date: Jul 2007
Beans: 301
9.04 and IDJC

It seems the idjc program will not start with the new 9.04. can I get some help getting this ti work?
__________________
Running intel core 2 duo 2.66....Gigabyte P35C- DS3R MOBO
4 GB RAM and a BFG NVIDIA GeForce 8400 GS PCIe video card
Jaunty 9.04 and Windows XP linux puppy 4
trucker33377 is offline   Reply With Quote
Old April 27th, 2009   #2
Headbanger2510
5 Cups of Ubuntu
 
Join Date: Jan 2009
Location: UK
Beans: 25
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to Headbanger2510 Send a message via Yahoo to Headbanger2510 Send a message via Skype™ to Headbanger2510
Re: 9.04 and IDJC

Could you run it in a terminal and then show us the output, because maybe some library is missing.
Headbanger2510 is offline   Reply With Quote
Old April 27th, 2009   #3
nekrerzy
First Cup of Ubuntu
 
Join Date: Oct 2007
Beans: 2
Re: 9.04 and IDJC

i got the same problem this is what i got.

server@server-desktop:~$ idjc
Could not find a suitable language match - will use en_GB
Internet DJ Console Version 0.7.7
Copyright 2005-2008 Stephen Fairchild
Released under the GNU General Public License V3.0

Language translation: en_GB
/usr/lib/python2.5/site-packages/idjcgui.py:1565: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
self.mixer_ctrl, self.mixer_rply = os.popen2([ libexecdir + "idjcmixer" ], 4096)
no message buffer overruns
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 2360, in <module>
run_instance = MainWindow()
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 1731, in __init__
self.mic_select = nice_mic_togglebutton()
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 225, in __init__
gtk.ToggleButton.__init__(self, label, use_underline)
RuntimeError: more argument specifiers than keyword list entries (remaining format:'):GtkToggleButton.__init__')
server@server-desktop:~$ Mixer module has closed
nekrerzy is offline   Reply With Quote
Old April 28th, 2009   #4
StephenF
Just Give Me the Beans!
 
Join Date: Aug 2007
Beans: 52
Re: 9.04 and IDJC

Quote:
Originally Posted by nekrerzy View Post
i got the same problem this is what i got.

server@server-desktop:~$ idjc
Could not find a suitable language match - will use en_GB
Internet DJ Console Version 0.7.7
Copyright 2005-2008 Stephen Fairchild
Released under the GNU General Public License V3.0

Language translation: en_GB
/usr/lib/python2.5/site-packages/idjcgui.py:1565: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
self.mixer_ctrl, self.mixer_rply = os.popen2([ libexecdir + "idjcmixer" ], 4096)
no message buffer overruns
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 2360, in <module>
run_instance = MainWindow()
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 1731, in __init__
self.mic_select = nice_mic_togglebutton()
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 225, in __init__
gtk.ToggleButton.__init__(self, label, use_underline)
RuntimeError: more argument specifiers than keyword list entries (remaining format:'):GtkToggleButton.__init__')
server@server-desktop:~$ Mixer module has closed
You'll need version 0.7.14 compiled from source.

http://ubuntuforums.org/showpost.php...35&postcount=5
StephenF is online now   Reply With Quote
Old April 28th, 2009   #5
nekrerzy
First Cup of Ubuntu
 
Join Date: Oct 2007
Beans: 2
Re: 9.04 and IDJC

Thnks... now its working..
nekrerzy is offline   Reply With Quote
Old April 28th, 2009   #6
Headbanger2510
5 Cups of Ubuntu
 
Join Date: Jan 2009
Location: UK
Beans: 25
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to Headbanger2510 Send a message via Yahoo to Headbanger2510 Send a message via Skype™ to Headbanger2510
Re: 9.04 and IDJC

I did what StephenF said, and then I got IDJC working, just now, when I click server connect nothing happens.
Headbanger2510 is offline   Reply With Quote
Old April 29th, 2009   #7
Angel_Caido
First Cup of Ubuntu
 
Join Date: Mar 2009
Beans: 3
Re: 9.04 and IDJC

Same Problem here. When I click on the "Server Connect" Button nothing happens [even when I entered the incorrect information for connecting to the ShoutCast server on purpose, in which case IDJC should have had returned an error message saying that the connection to the server failed.]
I've tried installing it using the "Add/Remove..." tool, also compiling it from the source using the steps shown in this link http://ubuntuforums.org/showpost.php...35&postcount=5. I've tried in Ubuntu Studio 9.04 and Ubuntu 9.04 for Desktop and I get the same error.

I'd like to add that I use Ubuntu 64 bits and also clarify that the shoutcast server I'm trying to connect to is running from the same machine.

I have the same version of IDJC and Shoutcast running in another Hard Drive using Ubuntu 8.10 and it works just fine.
Angel_Caido is offline   Reply With Quote
Old April 29th, 2009   #8
Headbanger2510
5 Cups of Ubuntu
 
Join Date: Jan 2009
Location: UK
Beans: 25
Ubuntu 9.04 Jaunty Jackalope
Send a message via MSN to Headbanger2510 Send a message via Yahoo to Headbanger2510 Send a message via Skype™ to Headbanger2510
Re: 9.04 and IDJC

I`m running ubuntu 32 bits, and in an other laptop with intrepid installed it works very well
Headbanger2510 is offline   Reply With Quote
Old April 30th, 2009   #9
trucker33377
Way Too Much Ubuntu
 
Join Date: Jul 2007
Beans: 301
Re: 9.04 and IDJC

Quote:
Originally Posted by Headbanger2510 View Post
Could you run it in a terminal and then show us the output, because maybe some library is missing.
lonnie@lonnie-desktop:~$ idjc
Internet DJ Console Version 0.7.7
Copyright 2005-2008 Stephen Fairchild
Released under the GNU General Public License V3.0

Language translation: en_US
/usr/lib/python2.5/site-packages/idjcgui.py:1565: DeprecationWarning: os.popen2 is deprecated. Use the subprocess module.
self.mixer_ctrl, self.mixer_rply = os.popen2([ libexecdir + "idjcmixer" ], 4096)
no message buffer overruns
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 2360, in <module>
run_instance = MainWindow()
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 1731, in __init__
self.mic_select = nice_mic_togglebutton()
File "/usr/lib/python2.5/site-packages/idjcgui.py", line 225, in __init__
gtk.ToggleButton.__init__(self, label, use_underline)
RuntimeError: more argument specifiers than keyword list entries (remaining format:'):GtkToggleButton.__init__')
lonnie@lonnie-desktop:~$ Mixer module has closed
__________________
Running intel core 2 duo 2.66....Gigabyte P35C- DS3R MOBO
4 GB RAM and a BFG NVIDIA GeForce 8400 GS PCIe video card
Jaunty 9.04 and Windows XP linux puppy 4
trucker33377 is offline   Reply With Quote
Old May 2nd, 2009   #10
trucker33377
Way Too Much Ubuntu
 
Join Date: Jul 2007
Beans: 301
Re: 9.04 and IDJC

Ok ive looked this over and have done all I can Jack will not start, or it says its running under another app.
__________________
Running intel core 2 duo 2.66....Gigabyte P35C- DS3R MOBO
4 GB RAM and a BFG NVIDIA GeForce 8400 GS PCIe video card
Jaunty 9.04 and Windows XP linux puppy 4
trucker33377 is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

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 On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 09:22 AM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. bilberry