/[svn]/web/trunk/www.linuxsampler.org/faq.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/faq.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1468 by schoenebeck, Sun Nov 4 02:13:57 2007 UTC revision 1595 by schoenebeck, Tue Dec 18 22:03:33 2007 UTC
# Line 130  Line 130 
130                                  &nbsp;&nbsp;&nbsp;&nbsp;1.1&nbsp;<a href="#commercial_products">Can I use LinuxSampler in commercial hardware or software products?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;1.1&nbsp;<a href="#commercial_products">Can I use LinuxSampler in commercial hardware or software products?</a><br>
131                                  &nbsp;&nbsp;&nbsp;&nbsp;1.2&nbsp;<a href="#commercial_music">Can I use LinuxSampler for commercial music production?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;1.2&nbsp;<a href="#commercial_music">Can I use LinuxSampler for commercial music production?</a><br>
132                                  &nbsp;&nbsp;&nbsp;&nbsp;1.3&nbsp;<a href="#open_source">LinuxSampler is not open source, you are evil!</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;1.3&nbsp;<a href="#open_source">LinuxSampler is not open source, you are evil!</a><br>
133                                  &nbsp;&nbsp;&nbsp;&nbsp;1.3&nbsp;<a href="#closed_source">Will LinuxSampler turn closed-source?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;1.4&nbsp;<a href="#closed_source">Will LinuxSampler turn closed-source?</a><br>
134                                  &nbsp;&nbsp;&nbsp;&nbsp;1.4&nbsp;<a href="#ls_license_change">I've heard the commercial exception of LinuxSampler was added at a certain version?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;1.5&nbsp;<a href="#ls_license_change">I've heard the commercial exception of LinuxSampler was added at a certain version?</a><br>
135                                  &nbsp;&nbsp;&nbsp;&nbsp;1.5&nbsp;<a href="#ls_breaking_libgig_license">Doesn't LinuxSampler illegally link against libgig?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;1.6&nbsp;<a href="#ls_breaking_libgig_license">Doesn't LinuxSampler illegally link against libgig?</a><br>
136                                  &nbsp;&nbsp;&nbsp;&nbsp;1.6&nbsp;<a href="#ls_breaking_license">Doesn't LinuxSampler illegally link against other libraries?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;1.7&nbsp;<a href="#ls_breaking_license">Doesn't LinuxSampler illegally link against other libraries?</a><br>
137                                  2.&nbsp;General Questions<br>                                  2.&nbsp;General Questions<br>
138                                  &nbsp;&nbsp;&nbsp;&nbsp;2.1&nbsp;<a href="#aga">linuxsampler? qsampler? jsampler? libgig? liblscp? jlscp? ... hu?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;2.1&nbsp;<a href="#aga">linuxsampler? qsampler? jsampler? libgig? liblscp? jlscp? ... hu?</a><br>
139                                  &nbsp;&nbsp;&nbsp;&nbsp;2.2&nbsp;<a href="#no_gui">Can I use linuxsampler without a GUI as well?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;2.2&nbsp;<a href="#no_gui">Can I use linuxsampler without a GUI as well?</a><br>
# Line 145  Line 145 
145                                  4.&nbsp;Setup<br>                                  4.&nbsp;Setup<br>
146                                  &nbsp;&nbsp;&nbsp;&nbsp;4.1&nbsp;<a href="#examples_lscp">Are there example LSCP script files somewhere?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;4.1&nbsp;<a href="#examples_lscp">Are there example LSCP script files somewhere?</a><br>
147                                  &nbsp;&nbsp;&nbsp;&nbsp;4.2&nbsp;<a href="#dropouts">I get dropouts (click sounds, noise), what can I do about it?</a><br>                                  &nbsp;&nbsp;&nbsp;&nbsp;4.2&nbsp;<a href="#dropouts">I get dropouts (click sounds, noise), what can I do about it?</a><br>
148                                    &nbsp;&nbsp;&nbsp;&nbsp;4.3&nbsp;<a href="#runtime_error">LinuxSampler aborts at runtime with ...</a><br>
149                                  <br>                                  <br>
150                          </div>                          </div>
151    
# Line 414  make</pre> Line 415  make</pre>
415                                  mlockall() memory" on the console, you are safe to run it as ordinary user as well.                                  mlockall() memory" on the console, you are safe to run it as ordinary user as well.
416                          </p>                          </p>
417    
418                            <a name="runtime_error"></a>
419                            <h3>LinuxSampler aborts at runtime with ... </h3>
420                            <p class="default">
421                            Note: For <b>Windows specific runtime errors</b>, please have a
422                            look at the
423                            <a href="windows.html#houston">Trouble Shooting</a> section of
424                            the LinuxSampler Windows HOWTO.
425                            </p>
426    
427                            <p class="default">
428                                    &bull;&nbsp;&nbsp;&nbsp;"<code>gig::Engine error: Failed to
429                                    load instrument, cause: Unknown exception while trying to
430                                    parse gig file.</code>"<br>
431                                    <br>
432                                    Usually LS gives you a meaningful error message in case it
433                                    failed to load an instrument. However there might be rare
434                                    cases where LS cannot resolve the reason and you get an
435                                    error message like above. In this case make sure security /
436                                    user limits aren't set too low. You can list your current
437                                    limits with:
438                            </p>
439                            <pre class="code">ulimit -a</pre>
440                            <p class="default">
441                                    Usually most of those settings are set to "unlimited" on
442                                    most boxes. If this is not the case on yours, make sure that
443                                    at least the limits for "max locked memory", "virtual
444                                    memory" and "data seg size" are sufficiently high enough.
445                                    The exact value depends on the instruments you want to load.
446                                    If your security policy allows it, you could simply set
447                                    those limits to "unlimited" (see also config file
448                                    /etc/security/limits.conf and
449                                    <a href="https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=41">bug report #41</a>).
450                </p>
451    
452                  </div>                  </div>
453                  </td></tr></table>                  </td></tr></table>
454    

Legend:
Removed from v.1468  
changed lines
  Added in v.1595

  ViewVC Help
Powered by ViewVC