OK, this works. Thx
Latest posts made by diedeno
-
RE: Linux build of HISE
OK, thank you very much.
I"m looking forward to try it. -
RE: Linux build of HISE
Oeps, those big fonts were not meant to be. Sorry
-
RE: Linux build of HISE
Hi Christoph,
I've tried your build, and i have exactly the same problem as before .
That's weird because i have a fresh install of 16.04 LTS.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenialAnalysing the core dump:
(gdb) set args
(gdb) run
Starting program: /home/charles/DEV/HISE Standalone
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ffff4a24700 (LWP 15684)]
[New Thread 0x7ffff0a25700 (LWP 15685)]
[New Thread 0x7ffff7efe700 (LWP 15686)]
[New Thread 0x7ffff7e7d700 (LWP 15687)]
[Thread 0x7ffff7e7d700 (LWP 15687) exited]
[Thread 0x7ffff7efe700 (LWP 15686) exited]
[New Thread 0x7fffd7ffe700 (LWP 15688)]
[Thread 0x7fffd7ffe700 (LWP 15688) exited]
[New Thread 0x7fffd7ffe700 (LWP 15689)]
[New Thread 0x7fffcfffe700 (LWP 15690)]
[New Thread 0x7fffcbfff700 (LWP 15691)]
[Thread 0x7fffcbfff700 (LWP 15691) exited]Thread 1 "HISE Standalone" received signal SIGSEGV, Segmentation fault.
0x00000000006d7be9 in ScriptingApi::Synth::Synth(ProcessorWithScriptingContent*, ModulatorSynth*) ()
(gdb) QuitThank you very much.
-
RE: Linux build of HISE
I tried to use the standalone application on Linux (Ubuntu 16.4 LTS).
The software compiles without any error.
But when i try to start it, it (always) get a segmentaion fault.startVoiceOpen
renderVoiceOpen
onNoteOnOpen
onNoteOffOpen
onControllerOpen
onControlOpen
externalPopupShown
Segmentation faultstrace:
write(2, "onControllerOpen", 16onControllerOpen) = 16
write(2, "\n", 1
) = 1
write(2, "onControlOpen", 13onControlOpen) = 13
write(2, "\n", 1
) = 1
write(2, "externalPopupShown", 18externalPopupShown) = 18
write(2, "\n", 1
) = 1
--- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x18} ---
+++ killed by SIGSEGV +++
Segmentation faultin syslog:
Feb 4 19:12:28 SLEIPNIR-L kernel: [27915.222550] HISE Standalone[7153]: segfault at 18 ip 0000000000488162 sp 00007ffd96acd300 error 4 in HISE Standalone[400000+138e000]Whaty could be the problem here?
Thank you very much.