dchurch24
September 4th, 2010, 06:25 PM
Hi all,
I've been trying to get LinuxSampler up and running, but am failing dismally.
I've had no end of trouble, and am now finally at a position where QSampler and JSampler both allow me to make a midi connection through Jack.
The problem is, that when I load a .gig file I get the following errors:
Starting disk thread...Thread: WARNING, can't mlockall() memory!
OK
Thread: WARNING, can't mlockall() memory!
Scheduling '/home/dave/Desktop/Clean_Up/maestro_concert_grand_v2.gig' (Index=0) to be loaded in background (if not loaded yet).
Thread: WARNING, can't mlockall() memory!
Loading gig file '/home/dave/Desktop/Clean_Up/maestro_concert_grand_v2.gig'...linuxsampler: malloc.c:3074: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
and:
04-Sep-2010 17:49:35 org.jsampler.CC loadOrchestras
INFO: /home/dave/.jsampler/orchestras.xml (No such file or directory)
java.io.FileNotFoundException: /home/dave/.jsampler/orchestras.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at java.io.FileInputStream.<init>(FileInputStream.java:96)
at org.jsampler.CC.loadOrchestras(CC.java:399)
at org.jsampler.JSampler.initGUI0(JSampler.java:103)
at org.jsampler.JSampler.access$100(JSampler.java:36)
at org.jsampler.JSampler$1.run(JSampler.java:92)
at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:226)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 602)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(E ventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:138)
04-Sep-2010 17:49:37 org.linuxsampler.lscp.Client setSoTimeout
INFO: Unable to set timeout
java.net.SocketException: Socket Closed
at java.net.AbstractPlainSocketImpl.setOption(Abstrac tPlainSocketImpl.java:182)
at java.net.Socket.setSoTimeout(Socket.java:1035)
at org.linuxsampler.lscp.Client.setSoTimeout(Client.j ava:188)
at org.jsampler.task.Global$SetClientReadTimeout.exec (Global.java:265)
at org.jsampler.task.EnhancedTask.run(EnhancedTask.ja va:57)
at net.sf.juife.AbstractTask.invokeAndWait(AbstractTa sk.java:180)
at net.sf.juife.TaskQueue.processTheQueue(TaskQueue.j ava:176)
at net.sf.juife.TaskQueue.start0(TaskQueue.java:147)
at net.sf.juife.TaskQueue.access$000(TaskQueue.java:4 3)
at net.sf.juife.TaskQueue$1.run(TaskQueue.java:140)
It appears that LinuxSampler is refusing the connection for some reason. It's started on 0.0.0.0:8888 (which both the frontends are set to as well). Port 8888 is open when I do a nmap.
I'm lost!
Does anyone know about LinuxSampler that could point me in the right direction please.
I'm running 64bit UbuntuStudio 9.10 (I tried 32 bit 10.04, but couldn't even get jack to start, or my midi keyboard recognised, so I reverted back).
I've been trying to get LinuxSampler up and running, but am failing dismally.
I've had no end of trouble, and am now finally at a position where QSampler and JSampler both allow me to make a midi connection through Jack.
The problem is, that when I load a .gig file I get the following errors:
Starting disk thread...Thread: WARNING, can't mlockall() memory!
OK
Thread: WARNING, can't mlockall() memory!
Scheduling '/home/dave/Desktop/Clean_Up/maestro_concert_grand_v2.gig' (Index=0) to be loaded in background (if not loaded yet).
Thread: WARNING, can't mlockall() memory!
Loading gig file '/home/dave/Desktop/Clean_Up/maestro_concert_grand_v2.gig'...linuxsampler: malloc.c:3074: sYSMALLOc: Assertion `(old_top == (((mbinptr) (((char *) &((av)->bins[((1) - 1) * 2])) - __builtin_offsetof (struct malloc_chunk, fd)))) && old_size == 0) || ((unsigned long) (old_size) >= (unsigned long)((((__builtin_offsetof (struct malloc_chunk, fd_nextsize))+((2 * (sizeof(size_t))) - 1)) & ~((2 * (sizeof(size_t))) - 1))) && ((old_top)->size & 0x1) && ((unsigned long)old_end & pagemask) == 0)' failed.
and:
04-Sep-2010 17:49:35 org.jsampler.CC loadOrchestras
INFO: /home/dave/.jsampler/orchestras.xml (No such file or directory)
java.io.FileNotFoundException: /home/dave/.jsampler/orchestras.xml (No such file or directory)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:137)
at java.io.FileInputStream.<init>(FileInputStream.java:96)
at org.jsampler.CC.loadOrchestras(CC.java:399)
at org.jsampler.JSampler.initGUI0(JSampler.java:103)
at org.jsampler.JSampler.access$100(JSampler.java:36)
at org.jsampler.JSampler$1.run(JSampler.java:92)
at java.awt.event.InvocationEvent.dispatch(Invocation Event.java:226)
at java.awt.EventQueue.dispatchEvent(EventQueue.java: 602)
at java.awt.EventDispatchThread.pumpOneEventForFilter s(EventDispatchThread.java:275)
at java.awt.EventDispatchThread.pumpEventsForFilter(E ventDispatchThread.java:200)
at java.awt.EventDispatchThread.pumpEventsForHierarch y(EventDispatchThread.java:190)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:185)
at java.awt.EventDispatchThread.pumpEvents(EventDispa tchThread.java:177)
at java.awt.EventDispatchThread.run(EventDispatchThre ad.java:138)
04-Sep-2010 17:49:37 org.linuxsampler.lscp.Client setSoTimeout
INFO: Unable to set timeout
java.net.SocketException: Socket Closed
at java.net.AbstractPlainSocketImpl.setOption(Abstrac tPlainSocketImpl.java:182)
at java.net.Socket.setSoTimeout(Socket.java:1035)
at org.linuxsampler.lscp.Client.setSoTimeout(Client.j ava:188)
at org.jsampler.task.Global$SetClientReadTimeout.exec (Global.java:265)
at org.jsampler.task.EnhancedTask.run(EnhancedTask.ja va:57)
at net.sf.juife.AbstractTask.invokeAndWait(AbstractTa sk.java:180)
at net.sf.juife.TaskQueue.processTheQueue(TaskQueue.j ava:176)
at net.sf.juife.TaskQueue.start0(TaskQueue.java:147)
at net.sf.juife.TaskQueue.access$000(TaskQueue.java:4 3)
at net.sf.juife.TaskQueue$1.run(TaskQueue.java:140)
It appears that LinuxSampler is refusing the connection for some reason. It's started on 0.0.0.0:8888 (which both the frontends are set to as well). Port 8888 is open when I do a nmap.
I'm lost!
Does anyone know about LinuxSampler that could point me in the right direction please.
I'm running 64bit UbuntuStudio 9.10 (I tried 32 bit 10.04, but couldn't even get jack to start, or my midi keyboard recognised, so I reverted back).