Jump to content

Search the Community

Showing results for 'c0000005'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • News & Announcements
    • Product Release Info
    • Frequently Asked Questions
  • Cakewalk Products
    • Cakewalk by BandLab
    • Instruments & Effects
    • Feedback Loop
  • Community
    • Content
    • Tutorials
    • Songs
    • General Music Discussion

Product Groups

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

  1. Anyone else get these errors periodically? Windows 10 Latest CWBL.
  2. I'm not battling anyone, nor am I blindly defending my preferred DAW. Just basic troubleshooting while trying to avoid a classic causation vs. correlation logical fallacy. Let me explain my reasoning, and feel free to correct any logical errors I may make in the process. Let's start at the beginning, by looking at what a c0000005 error is, and how it comes to be raised. This particular error code represents an access violation, which means the software has attempted to write to an address location that it does not have permission to write to. Usually, this is the result of an uninitialized pointer, a variable that contains a memory address but that hasn't been given a value. Because all variables initially default to zero, the pointer is pointing at address 0. Although 0 is a valid memory address, it's in a part of memory that's reserved for the operating system kernel and cannot be written to by user applications. The O/S protects itself by refusing the operation and raising an error so that the offending application can deal with it. How does a pointer get initialized? That's up to the programmer who wrote the code. That's why it's safe to assume that a c0000005 error is a bug in the code that raised it, and ultimately human error. I apologize if you knew all that already, but it's important to understand how this error happens and why. The key concept is in your statement that "...This is not the only plugin that has generated a c0000005...". The salient point is that it was the plugin that attempted to write to protected memory, not the DAW. The error was raised by the plugin, not the DAW. Granted, the plugin may have been referencing an invalid pointer that the DAW supplied it with, that's not impossible. However, any pointers passed to the plugin (e.g. input and output buffers) would be the same pointers the host passes to all plugins. If they were invalid, the DAW would crash every time you attempted to use any VST plugin. From a software developer's perspective, it is always the module's responsibility to validate arguments, and to never assume that the caller guarantees they are valid. Usually, that means the plugin will refuse the invalid pointer and notify the host that the call has failed, in which case the host would be tasked with processing the error. When this is the case, it won't be the plugin that was identified as the offending module in the dump, but rather the DAW. But if the stack dump shows a plugin's DLL as the failing module, then that's where the problem originated.
  3. Recently I got Addictive Drums 2. At first it worked fine. I put drums on a project with it. I save the project, next day I open the same project again and Cakewalk crashes. I try opening the project through the file system, and it works fine. Next time I open it, same problem, I get another crash. I get the same crash, an unhandled exception C0000005 which I have read can be a lot of things but is mainly related to memory access. I tried analyzing the dump file, but I don't really find the info helpful, it refers to TT1 for some reason. I also tried running Cakewalk as an admin. I tried starting a new project and adding addictive drums as new instrument, crashes right away. I also tried relocating the 32 bit and 64 bit because it might have an effect, still nothing. I tried reinstalling addictive drums I get a warning about compatibility mode if I move/remove the vst of addictive drums, but I don't use that I uploaded the dumpfile output from an analyzer, I would upload the file itself but it's too big for the forum https://pastebin.com/kpJY4CQF Any help appreciated :).
  4. I installed Rapture Session (via the Cakewalk Command Center). I drag the synth into a new Track, and when I click the synth icon to open it, I encounter a c0000005 crash. This occurs in Sonar and Cakewalk by BandLab. I have tried these steps: Uninstalling both DAW's and removing the Cakewalk registry keys. Then I reinstalled both DAW's with Rapture Session as the only synth. Moving the Rapture VST3 from Program Files/Common Files/VST3 (why would it put that there?) to the actual DAW VST3 plugins folder. Has anyone had this happen? Can anyone provide guidance to help resolve? Thanks in advance. EDIT, 9:51PM: I modified one of the DAW shortcuts to "Run as administrator"...but I only did this for one of the DAW's. Now, on loading the Rapture synth via the track icon, it loads up fine with no crash. I honestly don't know what to make of this -- forcing only one DAW's shortcut to "Run as Administrator" and it works now in both of them. Even considering I moved the VST file out of Common Files.
  5. A new occurrence - I can't say if it happened in previous versions, cause it's the first time I've used it - is that the Hornet SW34EQ plugin gets completely scrambled every time I open a project that includes it. All the gain knobs jump to max, the input-output link button gets engaged, the input and output settings are reset to 0, the hiss level is reset to default, and the plugin is turned off from the frame - even if it appears active in FX bin. This is very similar to things happening in the past - Softube Tape and Embertone Sensual Saxophone fully resetting on Stop/Play commands, or Waves REQ6 and H-EQ bands jumping to max value, on pressing the same. Additionally, the double arrows that open the Synth Rack/Browser/Help windows are missing - that's something I've reported a long time ago, not fixed, the toast notifications still don't go away by themselves, and the order of these three windows still gets reset, on some projects. The Arranger track always missing on open, even though it's saved with it on, so on so forth. That's just a small part of the minor stuff. Another thing that I've noted recently is that now plugins crash when i turn on/off other plugins up the chain - for instance Waves dbx crashes when I turn on/off the PA Helios Bus, in the bin, five plugins upchain, or PSP Delay crashes when I turn on/off the Reason Rack . Many times turning on/off makes pop sounds, some times the ML Drums channels start making this huge whistling/hiss noise that covers everything - not good when you're wearing headphones, I can tell you that - and a bunch of plugins keep crashing the DAW - if I remove one, another one crashes - I've gotten to 6 separate plugins crashing the DAW, on one project, at different times. Other times, CW just crashed by itself - CW core. The code is c0000005 or c0000005d. I've got all the VC redists installed. Virtual instrument outputs stops or it gets desynced every time I reposition the playhead in the time line or change the loop selection. That's some of the not so minor stuff. Not the worst. The more serious problems are wave clips that I find moved in the timeline - the contents of the clip gets repositioned when I trim the clip edges, other times various slices appear in various positions in the lane, hidden underneath other clips, so on. There's dozens of types of problems, in this department. This is the serious stuff. These are all old, and have never been fixed.
  6. I've got a project that is fairly complex with many plugins and sidechains that will open completely, then after about 3 seconds I get the hour glass and it exits to Windows. There is no error and setting the sensitivity in the initialization file doesn't appear to generate anything. I have projects that are far more complex than this one that open fine. I've tried loading in safe mode and it will stay open if I excluded everything but if I exclude them one at a time (or common groups like soft synths or FX) it will crash. Only loading with no FX and synths keeps it from exiting. If I'm quick, I can start it playing but it bails out after a second or two. I looked at the Event Viewer and see this: 2281215597166793434 4 APPCRASH Not available 0 Cakewalk.exe 28.11.0.21 6387726b StackHash_b4ee 0.0.0.0 00000000 c0000005 PCH_29_FROM_unknown+0x0000000000000000 \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WER8FF.tmp.dmp \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA29.tmp.WERInternalMetadata.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA39.tmp.xml \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA37.tmp.csv \\?\C:\ProgramData\Microsoft\Windows\WER\Temp\WERA57.tmp.txt \\?\C:\ProgramData\Microsoft\Windows\WER\ReportArchive\AppCrash_Cakewalk.exe_49f901855dfc38b7a24d15255f7e2bb35cc8b_3a505869_d681d648-3951-4881-a327-ed0e0152210a 0 7c145382-c31f-4148-8404-24c905b17497 268435456 fe55d34db251ca1dcfa8817fcd3512da 0 Faulting application name: Cakewalk.exe, version: 28.11.0.21, time stamp: 0x6387726b Faulting module name: ntdll.dll, version: 10.0.19041.2788, time stamp: 0x2f715b17 Exception code: 0xc0000005 Fault offset: 0x000000000002faad Faulting process id: 0xfb4 Faulting application start time: 0x01d97af031f5e7cc Faulting application path: C:\Program Files\Cakewalk\Cakewalk Core\Cakewalk.exe Faulting module path: C:\WINDOWS\SYSTEM32\ntdll.dll Report Id: 50850872-87b8-4f01-99e3-3670e499ee6d Faulting package full name: Faulting package-relative application ID: The C0000005 tells me someone is trying to access a memory location they aren't supposed to (that someone being Cakewalk or ntdll but it could be on behalf of a plugin.) Any suggestions how to investigate this further? I ran the deep hardware tests and they all pass. Terry Edit: I got it to open by opening two other projects with it at the same time. Well there's a usable solution! LOL. Resaving it and trying the new file didn't help.
  7. Hi everyone, Long time, no post. Installed the new release, first action was a crash on open - not finding Softube Tape activation, for some reason the activation gets reset randomly, usually after a few hours, sometimes after minutes, no connection to CW - for which reason CW reported a crash with Waves dbx - code c0000005, which seems to be related to VC++, even though everything is installed and up to date. Reinstalled iLok, loaded up fine, Tape working, except the settings of all its instances in the project were reset to default, as if they were never set up at all. All Waves plugins get scanned at each start, otherwise the project loads without them, so, if it crashes 10 times a night, which is not at all uncommon, 10 times I need to wait about 2 minutes for the scan to complete. The toast notification for the scan never goes away after the scan is complete. In all of these respects, seems that nothing has changed. I haven't participated in the discussion about the new planned releases for CW, but, in my opinion, CW is not remotely in the same league as being ready for a commercial release - and I'm only scratching the surface of the introduction here. I must have about 50 captures of things going wrong in the last few months - meaning 50 different issues, not repetitions of the same. I meant to send them to the developers, but never got around to it. Just my two cents. Will continue to work with the new release.
  8. Hi, I faced with the problem as I tried to open a project with Waves effects, but this error occurs and cannot open the project. I found someone was experiencing a similar fatal error (a link attached) so I tried to reinstall both Waves plug-ins and CwB, opening the project with safe mode, but did not work. I really appreciate if someone can advise how to solve this. Thanks.
  9. Hey guys, so yesterday I downloaded a plugin called SQ8ROM, I use it to make lofi-type beats. All of a sudden, when I wanted to load my current project with only this plugin and some samples in it, cakewalk crashes. It happens everytime i try to load that song with that plugin in it. In the folder of the song, the track with the plugin is not there, does it have annything to do with it? It said there was a fatal error with the code c0000005. Uninstalling and reinstalling the plugin doesn´t work either. Sry in advance for my bad english and thanks in advance for your advices!
  10. Bob Beals

    c0000005 Fatal error

    I closed a project that was working perfectly well and this occurred. I'm kinda freaking out. Is there any way to get around it. I tried reinstalling all my waves plugins (that looks like what the problem is) but no luck. It gets all the way to where it says "Preparing Project" and that's when it pops up. Any help?? The other threads don't seem to offer any answers.
  11. I looked at the dump file. The crash isn't in any Cakewalk code and its impossible to decipher from the stack. There are a lot of Sitala threads there but it's not clear if it was responsible. Very possible that some corruption caused the crash. The problem with errant plugins is it can be very hard to track down from the DAW level if crashes are random because they can corrupt memory. Details from your dump are below. Something (not Cakewalk) is basically trying to read from a bad memory address somewhere. Based on your description the most likely explanation one of the plugins possibly ran out of memory and had poor error handling leading to this crash. The bottom line is there is nothing any DAW can do to protect from cases like this. If you have consistent problems with particular plugins your best option is to work with the plugin vendor to fix it. ExceptionAddress: 00007ffb092812a8 (ntdll!RtlDispatchException+0x0000000000000048) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 0000000000000000 Parameter[1]: 00000000000000bc Attempt to read from address 00000000000000bc PROCESS_NAME: Cakewalk.exe READ_ADDRESS: 00000000000000bc ERROR_CODE: (NTSTATUS) 0xc0000005 - The instruction at 0x%p referenced memory at 0x%p. The memory could not be %s. EXCEPTION_CODE_STR: c0000005 EXCEPTION_PARAMETER1: 0000000000000000 EXCEPTION_PARAMETER2: 00000000000000bc FAULTING_THREAD: ffffffff STACK_TEXT: 00007ffb`092812a8 00007ffb`092812a8 ntdll!RtlDispatchException+0x48 STACK_COMMAND: ** Pseudo Context ** Pseudo ** Value: 3 ** ; kb SYMBOL_NAME: ntdll!RtlDispatchException+48 MODULE_NAME: ntdll IMAGE_NAME: ntdll.dll FAILURE_BUCKET_ID: BAD_DUMP_MISSING_MEMORY_NULL_CLASS_PTR_READ_c0000005_ntdll.dll!RtlDispatchException OS_VERSION: 10.0.19041.1 BUILDLAB_STR: vb_release OSPLATFORM_TYPE: x64 OSNAME: Windows 10 IMAGE_VERSION: 10.0.19041.2130
  12. That and girls. I've had many an access violation. Seriously, great overview of the issue. C0000005 is frustrating to deal with. And there have been times where the developers were able to point to the specific issue and contact the VST company. It's not silence like some believe.
  13. Sorry, I don't come here often so didn't see your reply until now. The battle of who is at fault when a certain plugin doesn't function with a certain DAW will rage on in perpetuity. The DAW developer will blame the plugin developer and the plugin developer will blame the DAW developer. It's been that way since both have coexisted. When the plugin functions just fine in all other DAWs is it the fault of the plugin or the DAW where it doesn't function? I know DAW loyalty always plays a part (it can't be the DAW's fault because it's my favorite DAW and so on). So to reiterate the part of my post you failed to quote: "This is not the only plugin that has generated a c0000005 crash in Cakewalk, while those plugins work without issue in the other four (now 5) DAWs I use". So you can turn a blind eye to the issue in order to protect your DAW but that serves no one including yourself. Oh and the "literal definition" of periodically is: pe·ri·od·i·cal·ly from time to time; occasionally.
  14. If you look through the forum, you will see that the general purpose c0000005 crash error has come up quite a bit. It might be hard to find though, because it usually shows up as a picture posted by a user as opposed to text which can be searched.** I have seen it myself as well as others mentioning it. When I get it on my PC, I take it as a sign that I need to problem-solve the issue. Yup! Part of problen-solving the issue. **CORRECTION: I was wrong. This search produces 2 full pages of hits.
  15. Yes that's obvious since it says" Obsession.dll-Crash Detected!" right in the image. I already sent the files to the developer before posting here but that's not what I asked. I asked if anyone else periodically experiences this issue. This is not the only plugin that has generated a c0000005 crash in Cakewalk, while those plugins work without issue in the other four DAWs I use. I'm looking to build a list of plugins that have or can generate the error so I can test them as well.
  16. When i open some project (not all project) Cakewalk crash ! Any suggest how to solve this ? I've tryied to unistall the last VST installed but nothing change...
  17. c0000005 is an access violation. An Access Violation is a type of Exception caused when an application Reads, Writes or Executes an invalid Memory Address. The Exception Code is 0xC0000005 https://docs.microsoft.com/en-us/shows/inside/c0000005 Probably best to find a newer synth for the intended use... TL/DR: That is a code bug... that synth is no longer supported, so hope for a fix is non-existent...
  18. Dear Cakewalk community, My cakewalk has started crashing when I play my project files. The music will play for approx. 2 seconds before crashing and exiting the software with no error message. Just to give some background: I was having issue with exporting WAVs of my project which was also crashing the software (exporting mp3 files seemed fine though). Anyway I think the exporting issue is fixed. I suspected this was due to workload or memory on the computer, so I went through my files and deleted unused files especially from my downloads folder. This was to free up space. All the VSTs that I use are also in a Cakewalk plug-ins folder. I have opened up crashlogs and it seems that Sitala VST is the issue. Here are some examples from the crashlog: EXCEPTION_RECORD: (.exr -1) ExceptionAddress: 00007ffa840e3973 (Sitala!VSTPluginMain+0x00000000003d6d33) ExceptionCode: c0000005 (Access violation) ExceptionFlags: 00000000 NumberParameters: 2 Parameter[0]: 0000000000000000 Parameter[1]: 00000000000000f4 Attempt to read from address 00000000000000f4 STACK_COMMAND: ~0s; .ecxr ; kb SYMBOL_NAME: Sitala+3d6d33 MODULE_NAME: Sitala IMAGE_NAME: Sitala.dll FAILURE_BUCKET_ID: NULL_CLASS_PTR_READ_c0000005_Sitala.dll!Unknown I have re-installed Sitala several times and it makes no difference. I was wondering if anyone has any advice on what to do? Other plug-ins I use are Surge, Molotok, TAL dub delay, and CamelCrusher. Interestingly my smaller project files seem to play ok even though these also involve Sitala, so maybe it is a performance issue? I never had issues before today/before I started exporting large projects as WAVs. Many thanks in advance, PS It has also just crashed when trying to freeze a track. The track used Sitala.
  19. Hi all, I need this synth for my song but it's crashing Cakewalk every time I start up, even when I start as admin. The error is crash code: c0000005
  20. Of course. The error is the standard memory violation: c0000005. Seen one ... Changing the Exception Severity just makes Cakewalk blow it off but TT EZD3 still crashed with the violation. The fault is in EZdrummer 3.vst3. D u m p F i l e : C : \ U s e r s \ t e r r y \ A p p D a t a \ R o a m i n g \ C a k e w a l k \ C a k e w a l k C o r e \ M i n i D u m p s \ P l u g i n s \ U n t i t l e d _ 0 5 0 3 2 0 2 2 _ 2 0 2 3 5 7 . d m p E x c e p t i o n C o d e : c 0 0 0 0 0 0 5 d F a u l t i n g M o d u l e : c : \ p r o g r a m f i l e s \ c o m m o n f i l e s \ V S T 3 \ E Z d r u m m e r 3 . v s t 3 A p p V e r s i o n : 2 8 . 0 2 . 0 . 0 3 9 U s e r : t e r r y S e r i a l : ************************************** P r o j e c t F i l e : D : \ C a k e w a l k s o n g s T B K \ U n t i t l e d I s P l u g i n C r a s h : 1 T o t a l P h y s M e m 1 6 7 1 4 5 1 2 K B A v a i l P h y s M e m 1 0 3 1 2 2 2 4 K B Side note: It works on my friends W8.1 machine running 2021.12. Go figure. I did a rollback to that version and it still crashed.
  21. Don't know if it's directly related to the current version, but I haven't had it do it earlier (as far as I recall). The arpeggiator crashes the program if I close a project which uses it, then open another one which also uses it. Garbage collection? Not releasing memory? Don't know. Here's the Windows Even Log for it: Log Name: Application Source: Application Error Date: 03/27/2022 09:57:20 Event ID: 1000 Task Category: (100) Level: Error Keywords: Classic User: N/A Computer: Win10 Description: Faulting application name: Cakewalk.exe, version: 28.2.0.39, time stamp: 0x6228b87d Faulting module name: Arpeggiator.dll, version: 17.5.4.0, time stamp: 0x56df59d7 Exception code: 0xc0000005 Fault offset: 0x00000000000cb688 Faulting process id: 0x4e10 Faulting application start time: 0x01d841a36fea2471 Faulting application path: E:\Program Files\BandlabCakewalk\Cakewalk Core\Cakewalk.exe Faulting module path: C:\Program Files\Cakewalk\Shared MIDI Plugins\Arpeggiator.dll Report Id: 5081fc85-b178-4aa3-b2fc-34dc82707ad3 Faulting package full name: Faulting package-relative application ID: Event Xml: <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> <System> <Provider Name="Application Error" /> <EventID Qualifiers="0">1000</EventID> <Version>0</Version> <Level>2</Level> <Task>100</Task> <Opcode>0</Opcode> <Keywords>0x80000000000000</Keywords> <TimeCreated SystemTime="2022-03-27T06:57:20.9569408Z" /> <EventRecordID>29923</EventRecordID> <Correlation /> <Execution ProcessID="0" ThreadID="0" /> <Channel>Application</Channel> <Computer>Win10</Computer> <Security /> </System> <EventData> <Data>Cakewalk.exe</Data> <Data>28.2.0.39</Data> <Data>6228b87d</Data> <Data>Arpeggiator.dll</Data> <Data>17.5.4.0</Data> <Data>56df59d7</Data> <Data>c0000005</Data> <Data>00000000000cb688</Data> <Data>4e10</Data> <Data>01d841a36fea2471</Data> <Data>E:\Program Files\BandlabCakewalk\Cakewalk Core\Cakewalk.exe</Data> <Data>C:\Program Files\Cakewalk\Shared MIDI Plugins\Arpeggiator.dll</Data> <Data>5081fc85-b178-4aa3-b2fc-34dc82707ad3</Data> <Data> </Data> <Data> </Data> </EventData> </Event>
  22. Last Friday I test drove the "Get Started" initial configuration wizard and made many glowingly positive observations I had been planning to write up. With the pending non-early release, I just wanted to get this out sooner rather than later. I had been planning to try to track down a consistent method for triggering a unhandled exception error (c0000005). It is entirely possible it is related to my specific ancient PCI sound card which I don't think anyone else uses any more. I think the UI/audio/MIDI device configuration wizard should help reduce initial setup issues newcomers to CbB (beginners and those more familiar with other software) sometimes experience and have written about. (Kudos to the team for designing and implementing the wizard and being responsive to comments posted in the forum.) I really like that when users select a starter Workspace, the Control Bar gives them a taste of what it will look like. Probably not an issue with newcomers: Undocked/Floating Control Bars [Workspaces]. Clearly the wizard is designed for new users, so this might not affect any new users; but, when a floating/undocked Control Bar blocked (in front of) the wizard, it puzzled me until I could figure out I could move the wizard and/or make it appear in front of the Control Bar as a sample of lens/workspace. (I haven't tested this with newly created workspaces; not sure if there would be a difference.) Nevertheless, having the Control Bar show up is quite convenient for sorting through previously created test Lenses. IIRC the c0000005 unhandled exception error came about initially and later with experimentation when testing non-ASIO modes, before I realized the icon on the audio I/O page would allow me to choose more than one default I and one default O. (Please note on my tower I almost always use ASIO mode so I am not asking for suggestions about this. I felt bad that I didn't report a prior "forced" theme in the basic lens one of the releases ago and am just writing this up in case this turns out to be an issue worth correcting.) IIRC, at one point, I was able to select my Sound Card as I suspect Windows saw it and my on-board Realtek chip-as-sound card. I think the c0000005 error was triggered when I went to switch/add Audio I/O ports from Preferences[P] (MME mode). Sometimes I would get an Audio Driver Error warning. I believe this prevented the crash. Sometimes it crashed. I suspect it might be "user error" that the wizard/Preferences[P] didn't catch. You can't make it 100% "idiot proof," but in case there is an issue, I am attaching my running all-in-one set of screen shots from last Friday. BTW, I did not yet clear/rename AUD.INI to see if that would eliminate the issue. Also, I started to test different audio/driver modes, but never made the time to get back to the issue. Very minor suggestions: Could (1) the wizard box be resizable and/or (2) the audio and midi device lists be scrollable with a mouse wheel? Also, in the wizard and Preferences can there be a "Deselect all" option for audio ports and for midi devices (certainly not a "Select all" option)? Again, Kudos to the team for the Get Started configuration wizard!!!!!
  23. I'm having a similar problem, specifically (copy/paste special, although it doesn't matter whether it's a new or existing track) and frequent c0000005 errors in general just entering notes in PRV. They have always been frequent and are more frequent (like multiple within a couple of hours) with this latest release. They are usually the error shown in the image below and can occur in either Cakewalk.exe or the kernel. My specs briefly: Win 10 Pro x64 i7 7820X octal @3.90Ghz 64GB memory Babyface Pro (ASIO/2048K buffer)
  24. I updated the Ample Metal Ray, and it managed to crash both Cakewalk and Studio One 5. Reproducible with v3.5.0, VST2 & 3. The issue seems to occur while re-opening the Ample plugin GUI, after closing it while the riffer was playing. OK, so I tried it with my last resort test DAW, Reaper. Crashed that too, which is quite an achievement! Here is some data provided by AppCrashView for one of the Cakewalk crashes: Name=Application Name Value=Cakewalk.exe Name=Application Version Value=27.12.0.102 Name=Fault Module Name Value=Ample Metal R.dll Name=Fault Module Version Value=3.5.0.0 Name=Exception Code Value=c0000005 Uninstalled v3.5, and fell back to v3.3. That seems to have resolved the crashes. Let me know if I'm not the only one seeing this please!
  25. This is Cakewalk 2019.5 build32, on Windows 10 ver 1903 build 18362.175 on a Dell XPS 15 laptop model #9570, Core i7, 16 gb RAM, 1 tb SSD. Freezing up isn't exactly the right word. I can open Cakewalk, I can open a demo project. Once a project is open, it just starts doing something really weird. The cursor switches to the busy cursor. The one that used to be an hourglass and since vista, became the little spinny circle. That cursor flashes and animates, nothing can be pressed in the main window. I can't use cakewalk, but I can close it. In the task manager, the task flips into "not responding" mode every three seconds. It's like something is using up a huge amount of CPU and freezing, and then repeating that. IT's too busy to do anything I ask it to do. The app is not exactly crashed (no errors) but it's totally non functional. --- Update: If you use the SHIFT key when opening, it prompts before loading plugins. If I do that, and say NO to all plugins, I would expect the project to load with just audio files and midi tracks or whatever was in there, and all instruments and fx inserts would be gone. Instead it crashes with an access violation. SAFE mode EH? The project I'm opening is literally the DEMO project that SHIPS with this program [ Chernobyl Studios - Withered Moment ] --------------------------- Error - Unhandled Exception --------------------------- A fatal error has occurred. Module: C:\Program Files\Cakewalk\Cakewalk Core\Cakewalk.exe A crash dump file has been created here: C:\Users\warre\AppData\Roaming\Cakewalk\Cakewalk Core\MiniDumps\Untitled_07052019_203425.dmp Exception code: c0000005 Address: 0000000140972004:0000000000000000:000000000000006C As a result of this error Cakewalk is about to exit abnormally. Should Cakewalk attempt to save a recovery copy of your work? --------------------------- Yes No --------------------------- Warren
×
×
  • Create New...