Jump to content

Noel Borthwick

Staff
  • Posts

    4,238
  • Joined

  • Last visited

  • Days Won

    46

Everything posted by Noel Borthwick

  1. @Andres Medina I looked at all your crash dumps. The Amplitube crash is fully caused by the plugin. Cakewalk is in fact idle when the crash occured. Unhandled exception at 0x00000000723A6AE3 (AmpliTube 4.vpa) in TyC 0205 Patiamigos v3 1-7_04052021_191813.dmp: 0xC0000005: Access violation reading location 0xFFFFFFFEDABCC328. The second file is a crash in the prochannel bus compressor on one of your buses. I'd like to investigate this further, so if you can reproduce this please let me know. Its hard to say what caused the crash just by looking at the dump file but the plugin's internal state is corrupted so its possible that heap corruption caused the issue. Unhandled exception at 0x00000000471E5CB7 (PCS-BusCM.dll) in TyC 0205 Patiamigos v3 1-6_04052021_171612.dmp: 0xC0000005: Access violation reading location 0xFFFFFFFE47227160. All your other dump files in the public.zip are caused by you running with an old automation dll. Are you using an old version of @scook utilities to load the application? Perhaps you have already fixed this since your other dump file doesnt have this issue. If not reinstall Cakewalk since you have a wrong dll there which is going to cause crashes. The dump shows that you have a different version of cw130Auto.dll. Unhandled exception at 0x000000000DFF0E88 (CW130Auto.dll) in _03202021_103005.dmp: 0xC0000005: Access violation reading location 0x0000000000000000. CW130Auto.dll CW130Auto.dll *C:\Program Files\Cakewalk\Shared Utilities\CW130Auto.dll N/A Yes No matching binary found. 121 26.11.0.99 11/25/2020 11:25 AM 000000000E840000-000000000E88F000 _03202021_102636.dmp In the next release the application will validate this on startup and display a warning message.
  2. @ET440 its not a driver issue. If the app is exiting after changing patches its most likely some plugin is corrupting the heap. unfortunately these issues are very hard to pinpoint and it may affect different apps differently since its corrupting memory randomly. You should definitely report this to the plugin vendor as a memory corruption issue. If this is reproducible please let us know and we can also follow up.
  3. >>If I go thru the bug fixes in the last couple of releases, then I also see that many fixes are related to the new features! This is completely normal to the way we work. When we release a new feature we continue refining and making it as solid as possible before moving on to the next area. We also tend to fix issues by category. In every release we tackle areas like Plugins, editing, UX, workflow, performance and stability. So there is something there for everyone and the product gets better in every release. I’ll be the first to say that we still have plenty of room for improvement despite the fact that focus has been very high on making the product more stable since 2018. We look at the forums social media groups but the best way to get attention to problems and solve them quickly is to write specific and demonstrable reports of problems encountered, include a project file or video demonstrating the issue (if necessary) and include dump files if the issue is a crash or hang. And of course send the case to support and get a ticket to follow up. Following these basic steps has a much greater effect than making general statements like “I run into issues on every project”, etc. Not everyone has the time to do this, but if you care about getting issues fixed this is the only way.
  4. @Andres Medina its working as expected, source category tracks today only captures the output of tracks. To capture the destination it would have to do the tracks one by one and capture the output bus. Some others have also requested this behavior so we’ll consider it as a future option.
  5. Actually the realtek onboard audio chipset itself works fine. It works great with WASAPI. The issue here is the poorly written ASIO driver. We did some research on this a day ago with a Realtek ASIO driver that ships with ASUS laptops and it doesn't even pass the host test from the ASIO SDK. The driver returns a sample rate of zero and fails when Cakewalk queries it for all supported sample rates including 44.1. I have no idea how this driver could work at all!
  6. Um you are speculating. We don't need help to "rebuild the DAW" and building from scratch isnt a solution to any engineering problem. And your point that it crashes in X but not Y has no meaning. A crash is a bug in the plugin whether it doesnt happen in another DAW or not.
  7. Thanks David, What version of the Generic ASIO driver do you have currently? I’d like to report this to Steinberg for investigation as well.
  8. If every mix you do uncovers a bug then most likely there is a recurring theme of something common in your workflow and plugins, that exposes these issues and the only way to to isolate it is to log specific cases and follow up with us to help us diagnose the cause. This isn’t the normal experience for tens of thousands of users who use Cakewalk daily. I understand your frustration and we want to help, but making assumptions that all your issues are cakewalk problems without going through a proper troubleshooting process, is not going to be productive to solve them in itself. I’ve written at length about how most plugin issues are caused by lack of testing by plugin developers in multiple hosts (many only test on Mac DAW’s). About 70% of the issues we find are bugs in the plugins that are host specific. When we isolate them I report them to the developers and they normally fix them promptly. In other cases when possible we implement workarounds in the DAW but that isn’t always possible. Are you running the latest updates to Fabfilter? We use those plugins routinely and never have crashes. There were known crashes with it that the developer fixed in an update. Like us they are very proactive about fixing crashes. The bottom line is if a plugin crashes its almost certain that the root problem is unexpected code in the plugin. Always send all crash dumps for investigation. If the crash is in the plugin the dump should also be sent to the plugin developer since they are the most obvious candidate to fix the issue. The fact that a plugin crashes in one daw but not another only means that the plugin was not tested enough in that DAW. Please read my article on diagnosing plugin problems in the FAQ where I go into further depth on this issue if you want to learn more about it. Many users would differ with you on this. Ripple editing is a fundamental editing feature that is used under the hood in a variety of operations which is why it needs to be robust. We can’t possible please every user with every update, but we do but we try to cover a broad area of stability and workflow fixes in every release. One of your reported issues is already in the next update. I realize that it takes time to report issues, time that you could be making music, but if errors encountered are not reported there is little chance of them being investigated. The use cases in a DAW are enormous so many others may never encounter the specific problems you see. We take every reported case seriously even if we don’t get to fixing them immediately. If you are willing to work with us, you may find that most of your problems can be solved quickly.
  9. The Realtek ASIO driver is the culprit here. You can use WASAPI mode (exclusive or shared) if you dont have a different audio interface. WASAPI works well with Realtek devices.
  10. @David GovettThis is not a focusrite issue. Most likely your issue is the "Generic Low Latency" ASIO driver that is installed on your system. If you freeze frame your video you will see that the pop ups are emanating from that driver. Look for this driver on your PC and uninstall it. I know some old versions of Cubase or their plugins installed that. Let us know what the manufacturer of that driver is by looking at the file properties when you find it. I'm pretty sure that once you remove it you wont have this issue. Cakewalk doesnt need this driver since WASAPI mode is sufficient and preferred for accessing soundcards that don't have ASIO drivers. If you can't easily find the driver and uninstall it you can do this: Go to this registry key in regedit and look for "Generic Low Latency ASIO Driver" HKEY_LOCAL_MACHINE\SOFTWARE\ASIO Then copy the CLSID value search for it. You should find it embedded under the CLSID key below HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\ For me it looks like this HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{52EBAE30-47E4-483F-B87B-770314306005} Then under that key's InprocServer32 value you will see the path to the ASIO dll. Go to that path and rename the all dlls in that path with a .bak extension or something else. Restart your PC and now that ASIO driver should no longer be loaded by Cakewalk.
  11. Soon, its a big release and we're still finalizing and cleaning up some issues.
  12. My response was to your comment that there was no official channel to report bugs, when there has always been one. I apologize if your issue was previously reported. To clarify: reported issues go into a backlog and are prioritized based on user impact. We’re a very small team and your issue likely got missed somehow. The problem dates back to 2015 and isn’t something newly introduced so its not completely unexpected. Bug fixes remain a priority but that isn’t all we do. PS: I looked at the 5 cases you logged with support. The plugin reorder issue is now fixed for next release. The waves reset issue was fixed in early 2019. The other WAVES and autotune issues were 3rd party problems. Re UAD we presently don't have a way to validate those in-house. Regarding your comment about ripple editing and arranger I'm confused - are you referring to bugs you are encountering that are not fixed? If so what are the case numbers.
  13. @Anders Madsen if you can reproduce it could you send us a crash dump?
  14. What device and driver mode were you using when you had the issue? You can post screen shots if you aren’t sure.
  15. There are no specific changes to the engine that would affect the core behavior, if anything CbB is a lot more efficient. You are probably running into Windows 7 legacy stuff. Cakewalk is compiled with the latest Microsoft tools compared to SONAR and perhaps that may account for some minor differences. More likely you have tweaked your system for SONAR in some ways and CbB is configured differently. Re crashes please submit any crashes you encounter for investigation. There are details in my sig about crash dumps. We've fixed hundreds of crashes that occurred in SONAR so CbB is more stable for most people by a long shot.
  16. Ive seen some plugins take long irrespective of available CPU. They may be artifically throttling the processing speed. You can try bypassing the plugins to find which ones slow down. Render is also gated by disk access. Also you can speed up by setting the bounce buffer size high in the audio configuration settings.
  17. ILOK problems are not related to the DAW. You should report those to the plugin vendor or contact iLok support. We have no way of diagnosing those. Regarding stability we have been fixing hundreds of issues since we started and the focus has been on stability. Have you been following the change log? Most reported bugs are fixed in short notice if reported through official channels. Your issue has not been reported officially. There has been a way to report issues to support from the get go. See the FAQ:
  18. @Cecelius2 thanks for following up. Please keep us posted on the status of this issue.
  19. @sreams please report this to the Video card vendor and also to Microsoft via the feedback channel. @Pete Brown may be able to follow up after you log a feedback report on Microsoft. This is likely on the driver vendor to fix it however.
  20. @eric chevrier The crash is in the UI for the prochannel EQ. However I cannot determine what led to that crash. All I can see from the dump is that the crash happened on an instrument track strip. Something odd is that I do not see any EQ loaded by your project. Questions: Can you verify whether any of your instrument tracks have the EQ enabled? Can you remember specifically what operations you did leading to the crash. Also more importantly, is it reproducible? Did you get any prior error messages pertaining to the EQ when loading the project. Does the error happen with only one project or all, How many tracks have the EQ enabled?
  21. Hi folks, this is the FAQ channel so please don't post specific problem reports here. @eric chevrier I've replied in your other thread.
  22. The issue quoted has already been solved for the next release as reported in the thread scook linked. The resolution for now is to use BandLab assistant to activate. If you are running Windows 7, this is a reminder that Windows 7 is not actively supported or tested by Cakewalk (or Microsoft) so you use it at your own risk since issues like this can crop up.
  23. The only reason a Wav64 is created is if the wave file exceeds 2GB. Make sure you select exactly the length you want to export on the timeline. The duration will show in the export audio title bar. You can also use the new Export toolbar and set it to export a selection. Other factors that can lead to a wave 64 exporting is if you are exporting at high sample rates or at 64 bit resolution which will create bigger files. Additionally in the export dialog ensure you are selecting the file type of WAV and not Wav64.
  24. Please post questions like this in the techniques forum which is more appropriate.
  25. Hi @sreams there is nothing especially expensive cakewalk is doing when moving the mouse over track names. I suspect something video driver related since the cursor does change.
×
×
  • Create New...