Jump to content

lɐʍdlɐʍd

Members
  • Posts

    2,041
  • Joined

  • Last visited

  • Days Won

    13

Posts posted by lɐʍdlɐʍd

  1. On 3/6/2025 at 4:28 AM, John Vere said:

    It would be only $107 SGD ( Singapore) money. 

    but you're paying from another currency (unless you have a singapore bank account?) so someone somewhere will enjoy whatever exchange rate we have to suffer 🤷‍♀️ current sitch doesn't help much haha

  2. https://learn.microsoft.com/en-us/windows-hardware/drivers/debugger/

    ok just did a quick test using windbg from the above link (fwiw, there are multiple exceptions just starting up sonar (not quite latest version btw))

    so, if you can repro an issue every time, and aren't scared by swathes of programmer gibberish, you can try this to identify the culprit:

    1. install windbg from above link
    2. before starting sonar, run windbg - but don't do anything with it yet
    3. start sonar (so the sonar.exe process has started) and switch back to windbg
    4. in windbg, go to the file menu and select "attach to process" then select sonar.exe from the list
    5. switch back to sonar and do stuff - if an exception is encountered, sonar will freeze and windbg will flash in the task bar
    6. switch back to wndbg and see what it's highlighting - usually something benign, but might be something so make a note
    7. switch back to sonar and continue doing stuff
    8. repeat above steps 5-7 until you hit your particular issue, give this info (and possibly the whole windbg output) to the support@cakewalk folks
    9. if your issue is a crash-to-desktop-without-warning-or-crash-dump, this should also catch that

    you can also use windbg to read any dump file created, and to analyse other apps causing trouble

    /hth+goodluck

×
×
  • Create New...