Jump to content

Noel Borthwick

Staff
  • Posts

    5,449
  • Joined

  • Last visited

  • Days Won

    98

Everything posted by Noel Borthwick

  1. Which version of Cakewalk are you running? We don't do any telemetry beyond at startup and shutdown for some basic things like session start/end. It can also be turned off in preferences. Does this happen only when opening the app and are you seeing activity past the startup of the app? Not everything is necessarily telemetry. If you are listing general internet output, it could be a variety of things causing it, including plugins checking for sign-in, check for activation, check for updates. All of these are normal activities and won't happen past startup.
  2. Great. I have a fix for the crash in your dump file. Will send you a build shortly.
  3. Thanks for troubleshooting. There may be a false alarm. Some ilok plugins cannot run inside a debugger and we'll force the app to terminate. Which makes them very hard to debug of course! Your template that you sect me did not have any plugins as far as I saw. Were you using a different file to test? I'll look at your dump file.
  4. @Mage_et_lent interesting so it was an AV causing the issue? Did the issue start with the 09 release? If so perhaps the signing caused it to somehow incorrectly flag the app slowing it down due to excessive monitoring of file loading.
  5. @Helene Kolpakova Your template file opens fine here. As far as I can see there is no issue with the template. The first error 0xc0000005 is a standard access violation. 41d is an error I haven't encountered. Its description is: // MessageId: STATUS_FATAL_USER_CALLBACK_EXCEPTION // An unhandled exception was encountered during a user callback. #define STATUS_FATAL_USER_CALLBACK_EXCEPTION ((NTSTATUS)0xC000041DL) One cause is a kernel mode to user mode callback crashing. If thats the case here the issue would be your ASIO driver crashing which could explain why there is no dump file. Please try switching out of ASIO mode to WASAPI mode and redo your test. If it doesn't crash now this will isolate the problem to the asio driver.
  6. If the app is disappearing then the exception is not being caught by Cakewalk. In some heap corruption cases or low level crashes this can happen. Does windows event viewer show any status about the crash? You can send a link to the template and we can check if there is a repro. Most likely this is plug-in related.
  7. @Helene Kolpakova do you have crash dump files? Crashes can be the easiest bugs to fix if we have a dump file that shows the cause… Thanks for reporting your issues.
  8. Thanks for doing the test. You should report this to UA support. This looks like some weird incompatibility with their driver when the app is running its threads in MMCSS mode. Other devices don't have this issue and as per this test we aren't changing the driver's configuration in any way. If they have questions, they can contact me.
  9. @HOOK and @Traveler we just posted an EA build that has a new option to enable MMCSS only for ASIO drivers (off by default) This allows you to enable MMCSS mode in Cakewalk but leave it disabled for the ASIO driver. Can you please try this on your machine and report back. I.e Turn on MMCSS but disable the ASIO MMCSS option.
  10. If Cakewalk is crashing it should be producing a dump file. Find it (the crash dialog will link it) and send it to us and we can investigate what caused it.
  11. Lol thats a first. Plugins freezing up the system because they aren’t authorized. Talk about aggressive copy protection
  12. To clarify, its expected that plugin load balancing will result in more CPU use. Load balancing makes the CPU work harder to parallelize the workload by farming out plugin processing to multiple threads. By using more CPU it can finish the processing faster so it can result in fewer glitches with some plugin heavy projects. Another way to look at this is that multiprocessing trades CPU use for faster processing. During playback esp at lower latencies the goal is to finish all processing before the buffer size time, otherwise the audio device will cause clicks and pops.
  13. If turning off MMCSS in Cakewalk fixed the glitches this is most likely a driver bug. We’ve seen drivers that don’t properly error handle cases where MMCSS is already enabled by the host. A similar issue happened with the Lynx driver which we reported to them and was subsequently fixed. Drivers should handle the host setting threads to MMCSS.
  14. How many cores does your CPU have? Setting Mix thread count to 6 tells cakewalk to limit audio engine worker threads to 6 irrespective of how many cores your PC has. This will use less CPU resources for mixing but will also not load balance a project with many tracks as well so you could get overload earlier. A max of 6 tracks or buses will be processed in parallel with that setting. By default cakewalk uses one thread per core. If it works better after limiting the threads to me thats indicative that the driver is relying on some processing in user mode and being starved. Cakewalk switches all its threads to time critical mode and uses MMCSS by default. Have you tried disabling MMCSS and plugin load balancing?
  15. @Mage_et_lent are you still seeing the problem? If so send the project file and we can try it on Win 7 here.
  16. Its possible that its exposing issues with certain plugins. See if you can try and narrow it down
  17. @PJH We aren’t aware of artifacts with elastique. If you have a demonstrable problem send a zip of the project that exhibits the issue. If its a problem with elastique we can forward it to the developers.
  18. Yes it splits off the left and right channels into separate mono tracks and hard pans the tracks left and right. If its a multichannel wave file it will extract each mono channel but won’t change the pan. With a surround file it will attempt to set the corresponding surround channel if there is a surround bus (IIRC)
  19. Look at this video around 6:15. Read about audio snap.
  20. This is unlikely to be related to your project file. Meters going into the red are a sign of the plugins generating garbage floating point data or denormals. Most likely caused by bugs or corrupt data in the plugins themselves. Some plugins also intermittently misbehave when the double precision engine is enabled or with Plugin load balancing active so you can experiment with disabling those options. If the issue persists contact the respective plugin vendor to troubleshoot further since its not a host problem.
  21. Its, not clear what you were trying to do in the video. It seems you were confused by the default audio and midi track that are pre created in a new project. The dialog for insert synth is the advanced dialog that happens when you insert a synth manually from the browser. There is an easier way to insert an instrument track. Click the big + button at the top of the tracks view. In the instrument tab pick the instrument you want and click Create. Thats it - the synth routing is all set up for you and you can immediately play the synth.
×
×
  • Create New...