Re: [Bluemusic-users] Delivery Status Notification (Delay)
Brought to you by:
kunstmusik
|
From: Steven Yi <ste...@gm...> - 2024-09-09 00:21:31
|
Thanks for the info, I'll see what I can figure out. I know the override
has to do with a change to the Csound constructor to take in OPCODE7DIR64
override. I'm sending in NULL from Java but it seems it's getting some
random memory. Will see if I can get CS6 back in.
On Sun, Sep 8, 2024 at 4:21 PM Dave Seidel <dav...@gm...> wrote:
> Running in the console, I see
>
> OPCODEDIR overridden to Hët$WHâ∞ Hï·Hﱫ\$@ïD$@â╚@ëD$@«T$@ïe2X
> WARNING: Error opening plugin directory 'Hët$WHâ∞
> Hï·Hﱫ\$@ïD$@â╚@ëD$@«T$@ïe2X': No such file or directory
> orchname: Files\Csound6_x64\bin\csound.exe
> main: failed to open input file - Files\Csound6_x64\bin\csound.exe
>
> On Sun, Sep 8, 2024 at 3:40 PM Dave Seidel <dav...@gm...> wrote:
>
>> I resolved a few issues (see my threads in the dev list), but I still get
>> an error trying to run in blue, with no error message other than the
>> command line.
>>
>> On Sun, Sep 8, 2024 at 1:55 PM Dave Seidel <dav...@gm...> wrote:
>>
>>> Depending on what I hear on the dev list, I may have to return to v6, in
>>> which case I'll need that older version of blue.
>>>
>>> On Sun, Sep 8, 2024 at 1:42 PM Dave Seidel <dav...@gm...>
>>> wrote:
>>>
>>>> I'll post this to the dev list.
>>>>
>>>> On Sun, Sep 8, 2024 at 1:41 PM Dave Seidel <dav...@gm...>
>>>> wrote:
>>>>
>>>>> If I render to file and run on the command line, I get the following
>>>>> error:
>>>>>
>>>>> error: Unable to find opcode entry for 'ftgen' with matching argument
>>>>> types:
>>>>>
>>>>> Found:
>>>>> k ftgen ccccciiiiiiiiiiic
>>>>>
>>>>> Candidates:
>>>>> i ftgen iiiiim
>>>>> i ftgen.S iiiSim
>>>>> i ftgen.iS iiiiSm
>>>>> i ftgen.SS iiiSSm
>>>>> i ftgen iiiii[]
>>>>> i ftgen iiiSi[]
>>>>>
>>>>> Line: 24
>>>>> from file symmetry.csd (1)
>>>>> Parsing failed due to syntax errors
>>>>>
>>>>> This code comp-iles in csound 6. The relevant code (AFAICT) is this:
>>>>>
>>>>> ; sine table
>>>>> gi_sin = ftgen(0, 0, 2^18, 10, 1)
>>>>>
>>>>> ; tanh function
>>>>> gi_tanh = ftgen(0, 0, 16385, "tanh", -157, 157, 0)
>>>>>
>>>>> gk_centaur = ftgen(80, 0, 13, -2, 1, 21/20, 9/8, 7/6, 5/4,
>>>>> 4/3, 7/5, 3/2, 14/9, 5/3, 7/4, 15/8, 2)
>>>>> gk_meta_slendro = ftgen(81, 0, 13, -2, 1, 65/64, 9/8, 37/32,
>>>>> 151/128, 5/4, 21/16, 43/32, 3/2, 49/32, 7/4, 57/32, 2)
>>>>> gk_pyth = ftgen(82, 0, 13, -2, 1, 2187/2048, 9/8, 32/27,
>>>>> 81/64, 4/3, 729/512, 3/2, 6561/4096, 27/16, 16/9, 243/128, 2)
>>>>> gk_bihexany = ftgen(83, 0, 13, -2, 1, 35/33, 7/6, 5/4, 14/11,
>>>>> 15/11, 3/2, 35/22, 5/3, 7/4, 20/11, 21/11, 2)
>>>>>
>>>>>
>>>>> On Sun, Sep 8, 2024 at 1:35 PM Dave Seidel <dav...@gm...>
>>>>> wrote:
>>>>>
>>>>>> OK, I installed the latest csound7, but now BlueLive no longer works.
>>>>>> I get the error popup, and the output window shows (in its entirely):
>>>>>>
>>>>>> Render Command ( C:\Program Files\Csound6_x64\bin\csound.exe
>>>>>> -+rtaudio=PortAudio -o dac -d -m135 -odac1 -+rtmidi=portmidi -Ma
>>>>>> --omacro:BLUE_LIVE=1 --smacro:BLUE_LIVE=1
>>>>>> N:\Stuff\ds-share\symmetry\tempCsd15509489784095814573.csd
>>>>>> --env:SFDIR=N:\Stuff\ds-share\symmetry )
>>>>>>
>>>>>> On Sun, Sep 8, 2024 at 12:15 PM Dave Seidel <dav...@gm...>
>>>>>> wrote:
>>>>>>
>>>>>>> Thanks, Steven, that makes sense. Unfortunately, the artifacts for
>>>>>>> that older build are apparently no longer available ("expired"). I will
>>>>>>> give csound7 a try -- I've been a bit reluctant, but it's time to
>>>>>>> start exercising it.
>>>>>>>
>>>>>>> - Dave
>>>>>>>
>>>>>>> On Sun, Sep 8, 2024 at 1:04 AM Steven Yi <ste...@gm...> wrote:
>>>>>>>
>>>>>>>> Hi Dave,
>>>>>>>>
>>>>>>>> I think you were using the last CsoundFFM branch build of Blue
>>>>>>>> (considering it's Java 22 and from what I can glean from the crash log). I
>>>>>>>> just spent some time updating the CsoundFFM library to update to the new
>>>>>>>> Csound 7 API changes that were merged into develop. In working with it I
>>>>>>>> think I've found the source of crashes with Blue.
>>>>>>>>
>>>>>>>> That's the good news. The bad news is that I think it will be
>>>>>>>> difficult for me to support both Csound 6 and 7 in Blue. For the moment I'm
>>>>>>>> moving forward with Csound 7 for the csoundffm build and it will require a
>>>>>>>> csound 7 build from the latest develop. I can try to update the csoundffm
>>>>>>>> library to work with both Csound 6 and 7 but it's a bit of work and I may
>>>>>>>> not get to it until after the Csound conference as I have a lot to prepare
>>>>>>>> for it.
>>>>>>>>
>>>>>>>> If a stable Csound 6-based Blue is desired, you could you try using
>>>>>>>> the build artifact from this build:
>>>>>>>>
>>>>>>>> https://github.com/kunstmusik/blue/actions/runs/9373005778
>>>>>>>>
>>>>>>>> Which was from a few months ago. I think it should work okay with
>>>>>>>> Csound 6 as it uses the older CsoundJNI library I had written.
>>>>>>>>
>>>>>>>> If you'd like to try the latest CS7-based Blue, new builds from
>>>>>>>> today will be using it.
>>>>>>>>
>>>>>>>> Thanks!
>>>>>>>> Steven
>>>>>>>>
>>>>>>>> On Wed, Sep 4, 2024 at 2:13 PM Dave Seidel <dav...@gm...>
>>>>>>>> wrote:
>>>>>>>>
>>>>>>>>> Hi Steven,
>>>>>>>>>
>>>>>>>>> (Trying this again after it was rejected, now using a .txt
>>>>>>>>> extension on both files.)
>>>>>>>>>
>>>>>>>>> No, this is just the standard Win distribution.
>>>>>>>>>
>>>>>>>>> I'm attaching the blue file (obviously still WIP) and the crash
>>>>>>>>> log (unzipped).
>>>>>>>>>
>>>>>>>>> - Dave
>>>>>>>>>
>>>>>>>>> On Wed, Sep 4, 2024 at 10:23 AM Steven Yi <ste...@gm...>
>>>>>>>>> wrote:
>>>>>>>>>
>>>>>>>>>> Hi Dave,
>>>>>>>>>>
>>>>>>>>>> Are you by chance using the csoundffm branch build? It's hard
>>>>>>>>>> for me to know with just the product version. I was getting crashes
>>>>>>>>>> with that branch but need to diagnose further.
>>>>>>>>>>
>>>>>>>>>> steven
>>>>>>>>>>
>>>>>>>>>> On Tue, Sep 3, 2024 at 7:08 PM Dave Seidel <dav...@gm...>
>>>>>>>>>> wrote:
>>>>>>>>>>
>>>>>>>>>>> Well, apparently it was my first post in this thread that
>>>>>>>>>>> failed, since I attached a zipped blue file. I will send that to you as
>>>>>>>>>>> well when I get back to that computer, but in the meantime, here's the text
>>>>>>>>>>> of the message. Sorry for the email mess.
>>>>>>>>>>>
>>>>>>>>>>> Hi Steven,
>>>>>>>>>>>
>>>>>>>>>>> Now that I am using blue fairly heavily the past couple of days,
>>>>>>>>>>> I have been getting a LOT of crashes during playback. When this happens, I
>>>>>>>>>>> hear a click in the speakers, and then blue just goes away. It seems to be
>>>>>>>>>>> happening after I have stopped a previous playback (using the stop button)
>>>>>>>>>>> in the middle of a playback, which I do a lot as I'm experimenting. I'm
>>>>>>>>>>> attaching the zipped blue file, hopefully it will be allowed through.
>>>>>>>>>>>
>>>>>>>>>>> Thanks,
>>>>>>>>>>> Dave
>>>>>>>>>>>
>>>>>>>>>>> *Product Version:* Blue
>>>>>>>>>>> 22-0d0bfcf3faf364a2643238f2a44e1bb6eb8217bd
>>>>>>>>>>>
>>>>>>>>>>> *Java:* 22.0.2; OpenJDK 64-Bit Server VM 22.0.2+9
>>>>>>>>>>>
>>>>>>>>>>> *Runtime:* OpenJDK Runtime Environment 22.0.2+9
>>>>>>>>>>>
>>>>>>>>>>> *System:* Windows 11 version 10.0 running on amd64; UTF-8;
>>>>>>>>>>> en_US (blue)
>>>>>>>>>>>
>>>>>>>>>>> *User directory:* C:\Users\daves\AppData\Roaming\blue\dev
>>>>>>>>>>>
>>>>>>>>>>> *Cache directory:* C:\Users\daves\AppData\Local\blue\Cache\dev
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Csound version 6.18 (double samples) Oct 20 2022
>>>>>>>>>>> [commit: f0bea4d87b49da2be7e9f1fc77826a7327cbc391]
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> On Tue, Sep 3, 2024 at 5:11 PM Dave Seidel <
>>>>>>>>>>> dav...@gm...> wrote:
>>>>>>>>>>>
>>>>>>>>>>>> My message with an attached zipped log file was rejected, Here
>>>>>>>>>>>> it is without the attachment, which I can send uncompressed when I am back
>>>>>>>>>>>> at that computer. Here's what I sent:
>>>>>>>>>>>>
>>>>>>>>>>>> Spoke too soon, I got an error message this time (in the
>>>>>>>>>>>> console):
>>>>>>>>>>>>
>>>>>>>>>>>> # A fatal error has been detected by the Java Runtime
>>>>>>>>>>>> Environment:
>>>>>>>>>>>> #
>>>>>>>>>>>> # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at
>>>>>>>>>>>> pc=0x00007ffa25ae9d43, pid=17624, tid=10180
>>>>>>>>>>>> #
>>>>>>>>>>>> # JRE version: OpenJDK Runtime Environment Temurin-22.0.2+9
>>>>>>>>>>>> (22.0.2+9) (build 22.0.2+9)
>>>>>>>>>>>> # Java VM: OpenJDK 64-Bit Server VM Temurin-22.0.2+9 (22.0.2+9,
>>>>>>>>>>>> mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc,
>>>>>>>>>>>> windows-amd64)
>>>>>>>>>>>> # Problematic frame:
>>>>>>>>>>>> # V [jvm.dll+0x3e9d43]
>>>>>>>>>>>> #
>>>>>>>>>>>> # No core dump will be written. Minidumps are not enabled by
>>>>>>>>>>>> default on client versions of Windows
>>>>>>>>>>>> #
>>>>>>>>>>>> # An error report file with more information is saved as:
>>>>>>>>>>>> # C:\Users\daves\OneDrive\Documents\blue\hs_err_pid17624.log
>>>>>>>>>>>> [878.214s][warning][os] Loading hsdis library failed
>>>>>>>>>>>> #
>>>>>>>>>>>> # If you would like to submit a bug report, please visit:
>>>>>>>>>>>> # https://github.com/adoptium/adoptium-support/issues
>>>>>>>>>>>> #
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On Tue, Sep 3, 2024 at 4:52 PM Mail Delivery Subsystem <
>>>>>>>>>>>> mai...@go...> wrote:
>>>>>>>>>>>>
>>>>>>>>>>>>> [image: Error Icon]
>>>>>>>>>>>>> Delivery incomplete
>>>>>>>>>>>>> There was a temporary problem delivering your message to
>>>>>>>>>>>>> *blu...@li...*. Gmail will retry for
>>>>>>>>>>>>> 45 more hours. You'll be notified if the delivery fails permanently.
>>>>>>>>>>>>> The response from the remote server was:
>>>>>>>>>>>>>
>>>>>>>>>>>>> 550 Blacklisted file extension detected
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ---------- Forwarded message ----------
>>>>>>>>>>>>> From: Dave Seidel <dav...@gm...>
>>>>>>>>>>>>> To: blue users mailing list <
>>>>>>>>>>>>> blu...@li...>
>>>>>>>>>>>>> Cc:
>>>>>>>>>>>>> Bcc:
>>>>>>>>>>>>> Date: Mon, 2 Sep 2024 14:50:52 -0400
>>>>>>>>>>>>> Subject: Latest snapshot crashing frequently
>>>>>>>>>>>>> ----- Message truncated -----
>>>>>>>>>>>>>
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Bluemusic-users mailing list
>>>>>>>>>>> Blu...@li...
>>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>>>>>>>>>>
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Bluemusic-users mailing list
>>>>>>>>>> Blu...@li...
>>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Bluemusic-users mailing list
>>>>>>>>> Blu...@li...
>>>>>>>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Bluemusic-users mailing list
>>>>>>>> Blu...@li...
>>>>>>>> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>>>>>>>>
>>>>>>> _______________________________________________
> Bluemusic-users mailing list
> Blu...@li...
> https://lists.sourceforge.net/lists/listinfo/bluemusic-users
>
|