Problem with Gigedit start from Fantasia/Qsampler

You're new to the LinuxSampler world? You don't know where to start and nothing works? Here's the place to ask for help.
Post Reply
ARVR
Newbie
Posts: 2
Joined: Sat Aug 29, 2009 12:14 pm

Problem with Gigedit start from Fantasia/Qsampler

Post by ARVR » Sat Aug 29, 2009 12:29 pm

I just compiled Linuxsampler from source on my Fedora 11 setup.

All works well and fine, on just two exceptions :

1. I couldn't open the instruments database in Fantasia.
=> This was easy solved by chmodding the folder/DB file in /var/lib/linuxsampler ( Perhaps someone should set this in the install scripts ? )
2. When trying to open Gigedit from Qsampler, or Fantasia the LS backend simply crashed. ( Nope, i do not have double plugin installs .. )

Output from Qsampler :

Code: Select all

13:22:28.045 linuxsampler
13:22:28.048 Server was started with PID=2983.
lscp_client_create: cmd: connect: Connection refused
LinuxSampler 1.0.0
Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck
Copyright (C) 2005-2009 Christian Schoenebeck
Detected features: MMX SSE SSE2
Automatic Stacktrace: Off
Creating Sampler...OK
Registered sampler engines: 'GIG'
Registered MIDI input drivers: ALSA,JACK
Registered audio output drivers: ALSA,JACK
Loading instrument editor plugins...OK
Registered instrument editors: 'gigedit'
Starting LSCP network server (0.0.0.0:8888)...OK
13:22:31.250 Client connecting...
13:22:31.253 Client receive timeout is set to 1000 msec.
13:22:31.258 Client connected.
13:22:31.268 Sent fine tuning settings.
13:22:31.274 New session: "Untitled1".
LinuxSampler initialization completed. :-)

.........

13:23:09.617 Channel 0 lscp_edit_channel_instrument: Timeout during receive operation (errno=-4)
Found matching editor 'gigedit' for instrument ('/data/samples/GIG BANKS/Piano/maestro concert/maestro_concert_grand_v2.gig', 0) having data structure ('libgig','3.3.0')
Freeing gig file from memory...OK
Loading gig file '/data/samples/GIG BANKS/Piano/maestro concert/maestro_concert_grand_v2.gig'...OK
13:23:10.814 Channel 0 Could not launch an appropriate instrument editor for the given instrument! Make sure you have an appropriate instrument editor like 'gigedit' installed and that it placed its mandatory DLL file into the sampler's plugin directory.
Loading gig instrument ('/data/samples/GIG BANKS/Piano/maestro concert/maestro_concert_grand_v2.gig',0)...OK
Caching initial samples..._lscp_client_evt_proc: recv: Connection reset by peer
lscp_client_recv: recv: Connection reset by peer
lscp_client_call: send: Broken pipe
13:23:10.830 Client disconnecting...
13:23:10.834 Client disconnected.
13:23:10.835 Server was stopped with exit status 1.
_lscp_client_evt_request: send: Broken pipe
_lscp_client_evt_request: send: Broken pipe
_lscp_client_evt_request: send: Broken pipe
_lscp_client_evt_request: send: Broken pipe
_lscp_client_evt_request: send: Broken pipe
_lscp_client_evt_request: send: Broken pipe
_lscp_client_evt_request: send: Broken pipe
_lscp_client_evt_request: send: Broken pipe
Gigedit works fine standalone as far as I can see...

Any ideas anybody ?

User avatar
cuse
Developer
Posts: 366
Joined: Wed Jan 23, 2008 10:07 pm
Location: Germany

Re: Problem with Gigedit start from Fantasia/Qsampler

Post by cuse » Sun Aug 30, 2009 12:41 pm

Did you install LinuxSampler before recompiling gigedit? After updating and recompiling LinuxSampler, you always have to recompile gidedit as well. And make sure you also install LinuxSampler BEFORE recompiling gigedit.

ARVR
Newbie
Posts: 2
Joined: Sat Aug 29, 2009 12:14 pm

Re: Problem with Gigedit start from Fantasia/Qsampler

Post by ARVR » Mon Aug 31, 2009 11:04 am

Yes I did. Actually, gigedit was the last compiled and installed.

All sources were from the versions on the homepage.

Post Reply