All times are UTC+02:00




Post new topic  Reply to topic  [ 424 posts ]  Go to page Previous 19 10 11 12 1343 Next
Author Message
PostPosted: Sun Jul 24, 2016 1:31 pm 

Joined: Sat Nov 12, 2011 7:46 pm
Posts: 281
Quote:
(because it was way too high and causing problems with Audition among others)
the problem occured in Audacity, not in Audition. I cannot test in Audition yet, because only 64bit Plugins are supported. :roll:
btw i tried it in Audacity again, but it always crashes, if i click on ok or on the preview button. i would be great, if you can make work it again. i seems to be always the same error, als metioned in my last error report (in a PM i sent you the minidump data)


Top
   
PostPosted: Sun Jul 24, 2016 5:28 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
- Memory usage reduced a lot (still higher than 8.00 but a LOT lower than previous beta's).
- This seems to completely solve the crashes in Audition now
- Memory leaks caused by certain compiler options don't occur anymore, I don't know why...

Windows 32 bit:
Windows stand alone: http://www.stereotool.com/download/ster ... 01-013.exe
Winamp DSP: http://www.stereotool.com/download/dsp_ ... 01-013.exe
Windows VST 32 bit: http://www.stereotool.com/download/vst_ ... 01-013.dll

Known issues:
- Audition doesn't close. (Same problem as in version 7.84 and before, was solved in 8.00 but something is breaking this again).
- Low Quality Low Latency monitoring (stand alone version) is disabled for now
- Generic plug-in (not posted) FM output to host doesn't work.
- Display needs to be updated for all threads
- Display updates must happen in correct order (weird noise jumps otherwise)
- Delossifier web display needed
- AGC gate in bars like compressors
- Generate UIDs and use link
- Password for login?
- Type IP in web site
- New idea: FM stereo trick might reduce MP3 artifacts as well! So add it to streaming output.
- TODO: Add exception if ignoring too high VST parameter numbers (Audacity bug!).


Top
   
PostPosted: Sun Jul 24, 2016 5:32 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
Quote:
Quote:
(because it was way too high and causing problems with Audition among others)
the problem occured in Audacity, not in Audition. I cannot test in Audition yet, because only 64bit Plugins are supported. :roll:
btw i tried it in Audacity again, but it always crashes, if i click on ok or on the preview button. i would be great, if you can make work it again. i seems to be always the same error, als metioned in my last error report (in a PM i sent you the minidump data)
On my end this latest version (BETA013) works fine in Audacity. Might have been that same memory issue that caused problems in Audition.


Top
   
PostPosted: Sun Jul 24, 2016 5:47 pm 

Joined: Sat Nov 12, 2011 7:46 pm
Posts: 281
Quote:
On my end this latest version (BETA013) works fine in Audacity. Might have been that same memory issue that caused problems in Audition.
i downloaded and tried this version now. but it still crashes if i click ok or the preview button. in contrast to the last beta the exception is catched by audition and the whole application isn't crashing. audacity writes in the log the following exception:
Code:
 <context>
    <exception code="c0000005" name="ACCESS_VIOLATION" address="111a3a0c"/>
    <registers>
      <eax>00000000</eax>
      <ebx>00000010</ebx>
      <ecx>00000010</ecx>
      <edx>00000010</edx>
      <esi>00000076</esi>
      <edi>00000087</edi>
      <ebp>57be1040</ebp>
      <esp>0145e95c</esp>
      <eip>111a3a0c</eip>
      <cs>00000023</cs>
      <ds>0000002b</ds>
      <es>0000002b</es>
      <fs>00000053</fs>
      <gs>0000002b</gs>
      <ss>0000002b</ss>
      <flags>00210202</flags>
    </registers>
  </context>
  <stack>
    <frame level="0" function="VSTPluginMain" offset="001743cc"/>
    <frame level="1"/>
if i switch back to beta 01 then i have no problems. :roll: did you need more information about the crash?


Top
   
PostPosted: Sun Jul 24, 2016 7:07 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
Huh, now it's suddenly crashing here too. Will first try to fix my own crash (which appears to be in the VST parameter handling).


Top
   
PostPosted: Mon Jul 25, 2016 9:54 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
Quote:
Huh, now it's suddenly crashing here too. Will first try to fix my own crash (which appears to be in the VST parameter handling).
Ok so... For some reason Audacity is sending 8200 parameters instead of 4100. Audition does NOT do this with the same DLL. Which is really very strange. There might be a bug in Audacity that cannot handle more than 4096 parameters or something like that - I've added a few in the last weeks. --> Confirmed, with a few fewer parameters it works fine... Bug in Audacity!

For now I've added a check; when a parameter comes in with a too high number I just ignore it. I will add some exception message for it later, because I definitely DO want to get notified of bugs like this, instead of hiding them completely.


Top
   
PostPosted: Mon Jul 25, 2016 1:14 pm 
User avatar

Joined: Wed Nov 19, 2008 7:44 pm
Posts: 1169
Location: Bulgaria
Beta13 still crashing at start. I think info from exception is the same


Attachments:
Still crash.JPG
Still crash.JPG [ 16.76 KiB | Viewed 5179 times ]
Top
   
PostPosted: Tue Jul 26, 2016 1:00 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
Quote:
Beta13 still crashing at start. I think info from exception is the same
Can you try the following?
1. Create a directory C:\temp
2. Run Stereo Tool and wait for this crash to occur
3. Close Stereo Tool, and send me the files C:\temp\StereoTool_Exceptions_Log.txt and C:\temp\log

There seems to be a problem with the memory pool, if that's indeed the case this should be logged *before* the exception that you posted. Which is why I really need these file.

Thanks!

Edit: Never mind! If you use the old (Digital) style Multiband compressor with 9 bands, you get an error. Will fix it now. Update tomorrow morning.


Top
   
PostPosted: Tue Jul 26, 2016 8:58 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11424
- Crash with 9-band Digital multiband fixed
- Audition closes now
- Web server much more reliable, it can handle multiple requests simultaneously.

Windows 32 bit:
Windows stand alone: http://www.stereotool.com/download/ster ... 01-014.exe
Winamp DSP: http://www.stereotool.com/download/dsp_ ... 01-014.exe
Windows VST 32 bit: http://www.stereotool.com/download/vst_ ... 01-014.dll

Known issues:
- Restart server if all clients are full for a while?
- Delossifier web display needed
- Type IP in web site
- Quality below 100% in HQ build error
- Low Quality Low Latency monitoring (stand alone version) is disabled for now
- Generic plug-in (not posted) FM output to host doesn't work.
- Display needs to be updated for all processing threads
- Display updates must happen in correct order (weird noise jumps otherwise)
- AGC gate in bars like compressors
- Generate UIDs and use link
- Password for login?
- New idea: FM stereo trick might reduce MP3 artifacts as well! So add it to streaming output.
- TODO: Add exception if ignoring too high VST parameter numbers (Audacity bug!).
- Quality between 100 and 150%?
- Service


Top
   
PostPosted: Tue Jul 26, 2016 10:03 am 
User avatar

Joined: Wed Nov 19, 2008 7:44 pm
Posts: 1169
Location: Bulgaria
Here are files , but i think there is the same info as in the exception window.
Will try the new beta to see.

Edit: beta14 is starting normally

Edit2 : How to consider the "Hear" option ( i think the old Difference ) ?

When i press it in MB , i see that Clipper visual meter is disabled , but no other changes . When i press it at the AGC , MB and Clipper meters are disabled but again no other changes !? what to "Hear" ?


Attachments:
temp.rar [2.21 KiB]
Downloaded 188 times
Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 424 posts ]  Go to page Previous 19 10 11 12 1343 Next

All times are UTC+02:00


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited