• Bug: Synthesiser Groups are silent

    Unsolved
    1
    1 Votes
    1 Posts
    43 Views
    No one has replied
  • Hardcoded Neural Network does not work as expected

    24
    0 Votes
    24 Posts
    1k Views
    T

    @Dan-Korneff the solution is to install CUDA Toolkit 11.8 and install pytorch 2.3.0 instead of the current version. Here's the install prompt:

    conda install pytorch==2.3.0 torchvision==0.18.0 torchaudio==2.3.0 pytorch-cuda=11.8 -c pytorch -c nvidia
  • A strange bug

    3
    0 Votes
    3 Posts
    74 Views
    CatABCC

    @CatABC I don't know what caused it, but when I restarted my computer, the bug disappeared.

  • change of cmb.getItemText(), intentional or bug?

    Unsolved
    6
    0 Votes
    6 Posts
    151 Views
    ulrikU

    @d-healey I have not had the time yet to compile, I hope @Oli-Ullmann has found the right commit

  • HTTP calls crashing HISE

    13
    0 Votes
    13 Posts
    319 Views
    A

    @Christoph-Hart so apparently the curl processes are causing crashes now, too. Worth mentioning i'm on macOS. Are the macOS crash logs of any worth to you?

    Thread 18 Crashed:: Get Pos Data 0 libsystem_kernel.dylib 0x1894eba38 __close_nocancel + 8 1 libsystem_c.dylib 0x1893df120 fclose + 144 2 HISE 0x10540f1d8 hise::ScriptingObjects::ScriptBackgroundTask::run() + 1920 3 HISE 0x1061fe2e4 juce::threadEntryProc(void*) + 284 4 libsystem_pthread.dylib 0x18952af94 _pthread_start + 136 5 libsystem_pthread.dylib 0x189525d34 thread_start + 8 Thread 18 crashed with ARM Thread State (64-bit): x0: 0x0000000000000001 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000600001bdad40 x4: 0x0000000002000004 x5: 0x0000000000000019 x6: 0x0000000000000000 x7: 0x00000001894e3ad4 x8: 0x00000001893df1a8 x9: 0x00000001f136f2d0 x10: 0x00000001f136c7c0 x11: 0x000000000023c7c7 x12: 0x0000000000000001 x13: 0x0000000000000000 x14: 0x0000000000000002 x15: 0x00000000000000b5 x16: 0x000000000000018f x17: 0x00000001fb719a90 x18: 0x0000000000000000 x19: 0x0000000000000000 x20: 0x00000001f136d538 x21: 0x0000000000000000 x22: 0x00000000ffffffff x23: 0x000000016c946f08 x24: 0x0000000106a6b000 x25: 0x000000016c946ee8 x26: 0x000000016c946f18 x27: 0x000000014d500670 x28: 0x000000010687aa30 fp: 0x000000016c946e60 lr: 0x00000001893df120 sp: 0x000000016c946e40 pc: 0x00000001894eba38 cpsr: 0xa0001000 far: 0x0000000000000000 esr: 0x56000080 Address size fault

    And it's always this line

    0 libsystem_kernel.dylib 0x1894eba38 __close_nocancel + 8

    Some other times it crashes on a different task

    Thread 18 Crashed:: Get Mass Data 0 libsystem_kernel.dylib 0x1894f2a60 __pthread_kill + 8 1 libsystem_pthread.dylib 0x18952ac20 pthread_kill + 288 2 libsystem_c.dylib 0x189437a30 abort + 180 3 libsystem_malloc.dylib 0x189347dc4 malloc_vreport + 896 4 libsystem_malloc.dylib 0x18934b430 malloc_report + 64 5 libsystem_malloc.dylib 0x189365494 find_zone_and_free + 528 6 HISE 0x1059f690c juce::NamedValueSet::set(juce::Identifier const&, juce::var const&) + 364 7 HISE 0x104baf328 hise::HiseJavascriptEngine::RootObject::ArraySubscript::assign(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var const&) const + 1076 8 HISE 0x104b979c4 hise::HiseJavascriptEngine::RootObject::Assignment::getResult(hise::HiseJavascriptEngine::RootObject::Scope const&) const + 72 9 HISE 0x104b946b4 hise::HiseJavascriptEngine::RootObject::Expression::perform(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 36 10 HISE 0x104bd5f8c hise::HiseJavascriptEngine::RootObject::BlockStatement::performWithinScope(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 644 11 HISE 0x104bbc430 hise::HiseJavascriptEngine::RootObject::LoopStatement::perform(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 188 12 HISE 0x104bd5f8c hise::HiseJavascriptEngine::RootObject::BlockStatement::performWithinScope(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 644 13 HISE 0x104bbd2c8 hise::HiseJavascriptEngine::RootObject::IfStatement::perform(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 116 14 HISE 0x104bd5f8c hise::HiseJavascriptEngine::RootObject::BlockStatement::performWithinScope(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 644 15 HISE 0x104bbd2c8 hise::HiseJavascriptEngine::RootObject::IfStatement::perform(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 116 16 HISE 0x104bd5f8c hise::HiseJavascriptEngine::RootObject::BlockStatement::performWithinScope(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 644 17 HISE 0x104bbd2c8 hise::HiseJavascriptEngine::RootObject::IfStatement::perform(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 116 18 HISE 0x104bd5f8c hise::HiseJavascriptEngine::RootObject::BlockStatement::performWithinScope(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 644 19 HISE 0x104bb3738 hise::HiseJavascriptEngine::RootObject::FunctionObject::invoke(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var::NativeFunctionArgs const&) const + 968 20 HISE 0x104bc0eec hise::HiseJavascriptEngine::callExternalFunctionRaw(juce::var, juce::var::NativeFunctionArgs const&) + 604 21 HISE 0x104bc0830 hise::HiseJavascriptEngine::callExternalFunction(juce::var, juce::var::NativeFunctionArgs const&, juce::Result*, bool) + 280 22 HISE 0x104bc007c hise::WeakCallbackHolder::CallableObject::call(hise::HiseJavascriptEngine*, juce::var::NativeFunctionArgs const&, juce::var*) + 164 23 HISE 0x104b84a90 hise::WeakCallbackHolder::callSync(juce::var::NativeFunctionArgs const&, juce::var*) + 224 24 HISE 0x104b8a8c8 hise::WeakCallbackHolder::callSync(juce::var*, int, juce::var*) + 200 25 HISE 0x104c16d4c hise::ScriptingObjects::ScriptBackgroundTask::ChildProcessData::callLog(juce::var*) + 76 26 HISE 0x104c1512c hise::ScriptingObjects::ScriptBackgroundTask::run() + 1556 27 HISE 0x105a027b4 juce::threadEntryProc(void*) + 284 28 libsystem_pthread.dylib 0x18952af94 _pthread_start + 136 29 libsystem_pthread.dylib 0x189525d34 thread_start + 8 Thread 18 crashed with ARM Thread State (64-bit): x0: 0x0000000000000000 x1: 0x0000000000000000 x2: 0x0000000000000000 x3: 0x0000000000000000 x4: 0x0000000000000073 x5: 0x000000000000002e x6: 0x0000000000000001 x7: 0x0000000000000000 x8: 0xc0abdd86d76c12ee x9: 0xc0abdd87bcdda2ee x10: 0x000000000000000a x11: 0x0000000000000000 x12: 0x0000000000000035 x13: 0x0000000000000000 x14: 0x000000012b100000 x15: 0x0000000000000000 x16: 0x0000000000000148 x17: 0x00000001fb719928 x18: 0x0000000000000000 x19: 0x0000000000000006 x20: 0x000000016bb1b000 x21: 0x0000000000001147 x22: 0x000000016bb1b0e0 x23: 0x000000016bb1a430 x24: 0x0000000000000000 x25: 0x0000000000000000 x26: 0x000000016ba07c4b x27: 0x000000016bb1b000 x28: 0x0000000106275000 fp: 0x000000016bb19d80 lr: 0x000000018952ac20 sp: 0x000000016bb19d60 pc: 0x00000001894f2a60 cpsr: 0x40001000 far: 0x0000000000000000 esr: 0x56000080 Address size fault

    Another example

    Crashed Thread: 2 Javascript Thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0xfffffffffffffff0 Exception Codes: 0x0000000000000001, 0xfffffffffffffff0 Termination Reason: Namespace SIGNAL, Code 11 Segmentation fault: 11 Thread 2 Crashed:: Javascript Thread 0 libc++abi.dylib 0x1894e27b0 __dynamic_cast + 56 1 HISE 0x104974238 hise::HiseJavascriptEngine::RootObject::IsDefinedTest::getResult(hise::HiseJavascriptEngine::RootObject::Scope const&) const + 44 2 HISE 0x1049a74e4 hise::HiseJavascriptEngine::RootObject::LogicalAndOp::getResult(hise::HiseJavascriptEngine::RootObject::Scope const&) const + 56 3 HISE 0x1049a74e4 hise::HiseJavascriptEngine::RootObject::LogicalAndOp::getResult(hise::HiseJavascriptEngine::RootObject::Scope const&) const + 56 4 HISE 0x10498928c hise::HiseJavascriptEngine::RootObject::IfStatement::perform(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 56 5 HISE 0x1049a1f8c hise::HiseJavascriptEngine::RootObject::BlockStatement::performWithinScope(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 644 6 HISE 0x1049892c8 hise::HiseJavascriptEngine::RootObject::IfStatement::perform(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 116 7 HISE 0x1049a1f8c hise::HiseJavascriptEngine::RootObject::BlockStatement::performWithinScope(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var*) const + 644 8 HISE 0x10497f738 hise::HiseJavascriptEngine::RootObject::FunctionObject::invoke(hise::HiseJavascriptEngine::RootObject::Scope const&, juce::var::NativeFunctionArgs const&) const + 968 9 HISE 0x10498ceec hise::HiseJavascriptEngine::callExternalFunctionRaw(juce::var, juce::var::NativeFunctionArgs const&) + 604 10 HISE 0x10498c830 hise::HiseJavascriptEngine::callExternalFunction(juce::var, juce::var::NativeFunctionArgs const&, juce::Result*, bool) + 280 11 HISE 0x1049ddbe0 std::__1::__function::__func<hise::ScriptingApi::Content::ScriptPanel::internalRepaint(bool)::$_152, std::__1::allocator<hise::ScriptingApi::Content::ScriptPanel::internalRepaint(bool)::$_152>, juce::Result (hise::JavascriptProcessor*)>::operator()(hise::JavascriptProcessor*&&) + 648 12 HISE 0x1049532fc hise::JavascriptThreadPool::Task::callWithResult() + 636 13 HISE 0x104b7ebfc hise::JavascriptThreadPool::executeQueue(hise::JavascriptThreadPool::Task::Type const&, juce::Array<juce::WeakReference<hise::JavascriptProcessor, juce::ReferenceCountedObject>, juce::DummyCriticalSection, 0>&) + 3340 14 HISE 0x104b7cfe4 hise::JavascriptThreadPool::run() + 132 15 HISE 0x1057ce7b4 juce::threadEntryProc(void*) + 284 16 libsystem_pthread.dylib 0x18952af94 _pthread_start + 136 17 libsystem_pthread.dylib 0x189525d34 thread_start + 8
  • Knob Filmstrip wont rotate

    6
    0 Votes
    6 Posts
    162 Views
    T

    @d-healey finally solved the problem by ticking the "show text box" i dont know why but it worked

  • HISE Image directory not found?

    Solved
    5
    0 Votes
    5 Posts
    115 Views
    I

    @Lindon fixed that aswell haha. Thanks anyways :)

  • AudioResources.dat can't be found Error

    4
    0 Votes
    4 Posts
    202 Views
    Robert PuzaR

    @Matt_SF suuuper. Thanks๐Ÿ™

  • 3 Votes
    4 Posts
    222 Views
    LindonL

    @VirtualVirgin yeah been like this for yeeeeaaaarrrs....

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    41 Views
    No one has replied
  • 1 Votes
    1 Posts
    62 Views
    No one has replied
  • Compilation Errors - Windows

    1
    0 Votes
    1 Posts
    56 Views
    No one has replied
  • Several modal windows are empty

    7
    0 Votes
    7 Posts
    125 Views
    d.healeyD

    @Levitanus Use gcc 11 if you can (you can install it alongside gcc 14)

    Link Preview Image How to choose the default gcc and g++ version?

    So I have installed gcc-4.4 and gcc-4.3 (same for g++). Now as far as I remember there is a tool in Ubuntu which sets the symlinks for you if you just tell it which version you want. However it doe...

    favicon

    Ask Ubuntu (askubuntu.com)

    And in the meantime we continue to bug Christoph about the issue.

  • SNEX pow with float/double exponent returns NaN

    4
    0 Votes
    4 Posts
    76 Views
    ustkU

    @Christoph-Hart I hate when mathematics don't bend to my will...

  • 0 Votes
    14 Posts
    351 Views
    FortuneF

    @Christoph-Hart It works now, thanks!

  • Checking for Cyclic References Crashes HISE

    1
    0 Votes
    1 Posts
    71 Views
    No one has replied
  • drawAnalyserBackground = border around floating tile

    11
    0 Votes
    11 Posts
    336 Views
    Oli UllmannO

    @oskarsh oh yeah, good solution! Thanks for the idea! :-)

  • EQ analyser does not reset completely

    9
    0 Votes
    9 Posts
    332 Views
    Matt_SFM

    @Oli-Ullmann It's set to 'true' by default in order to save CPU but in the case of the built-in EQ, unless you have dozen of them, I think you can indeed deactivate it :)

  • Script Panel popup LAF not working ?

    4
    0 Votes
    4 Posts
    107 Views
    d.healeyD

    Panel's don't have laf. You need to use global laf - perhaps CSS is also a choice here.

    HiseSnippet 1035.3ocsV81aZaDF+bHtZ3sNsJsO.V7hI5TDxDLzTUMsRHPKZgDTIqZuXRUG9NLWy46rNeNIro7cdeC1dNabwdP5hPqfD364u+tm642y4oJY.MIQpPVNWsJlhr9F6YqD5kCVhYBz3yPVeq8DbhlpbyEc5pXbRBkfrrp8Fi.q5Ghx97W+7oXNVDP2HBgdujEPOmEwzajN80+BiyGgIzqXQkr1+0iCjhARtLEvSMaOTLN3ZbH8BrwrCrQuEmrDY8i18BdYWu4TutcOwuyI9987600agWmEyOom+7NuvuCwua6fNHqmLjvzR0LMVSSPVGdpjrZ1R4sh7D7dVBaNmZVzFMCxbt3QRNwrEMRQCVx3joEEpDDDkoaJa0xKaeu8DFg8I4aJeeWlB2MdTt.ZcPU3UqB7ZWFddkf2NfjUIHcXNjdl8r.EKVuQiAOes8XAbZt.CmSkgRtsnCtul8.IXgP2JBeMcjBV7IOZ564cj6wddO+UNvQUh1knjwD.um2ej6O4NTDxDzVAJJredCWNGyyi64R408EjQTJu4V9BNVjRLgLEK.iZTnrwQtsMIscVRKj1Jgpa13VFQurwt0sjxBWpe.kXNWd6.324PCVBXTiAbF7j6O39V4MTUis7HVFmFeo3clflYK3zBLOgtaKmPEo84rPC70pzOiUi0znLD.8.J8uKlokwlz6Tpx1RQCYFN3nTQflIElxC91oEw3TXWDpjoBhAUE1Ddjqb9Getye5T2Mr0Bfx0mya5c2nQsOF91ARx8kv0iHOFrt6L3VOzrux4tMy+KABGAR.nxDkrxAkbE8NcSvqVZ3gL+agg1En.D.M.fGMdT3JjpGSnXdErMi8GzGnBnn5TkvsqWVvKrvUJtPpoWJZlYjy8Nt+aUKVrSclFVkjyopcp1LXS84broHMZNUcj6MXNzdTXHPdqNQv9gmHTdfUPN+ojgRwXASeYLU7PiwPqIcvS+53yvZrYLxZYfcwTklYff0Yzafg34CUpaeFM4ZnGMy1nXovDAKGcl1mVLxwvgQLXvhicw4H5NX2XQfrsp3gL9KDymPVeaQNosrjpLUy3zpLUTU5lIxVfaUoWY2pYnWNF1EZKtrwq7al1ZHJL9VRR4Xc0Y5la9Vq.NVqLH0LrTjvzqJey3+aC5erP7Y1SY5fk6FiGrCLBG9eIv35qGep8vEKnA5M.7P6Q+1Wl6BQuSlpYhvIXshYZ5tHMZFLOJfBYW.MlFZk0AFBP9Zuhy+YTAIaweCeVqrcQKkQY6BknHbfR9gfbxr4B3uJSBfIQ1KqTGdqIXsaaTFAubcNBdefODDTMTa43w6qic1WG82WG6tuN1aec7E6qim7e6n4005mpkQ4zFDZxzgYSGsrFJvPGXV2J5e.hc7CS
  • Global Cable Bug:

    Unsolved
    19
    0 Votes
    19 Posts
    562 Views
    LindonL

    @griffinboy said in Global Cable Bug::

    @Lindon

    From what I've seen, removing all code that uses a cable, or removing the global cable manager, does the trick: they all disappear.

    But yeah, I've not used cables much I've always had issues with them. But they seem to work now, just not in this one project ๐Ÿ˜†

    yeah Ive done this:
    "removing all code that uses a cable".... its still there - maybe I missed something.

32

Online

1.6k

Users

11.1k

Topics

96.9k

Posts