MCS is Crashing


Closed Thread
Results 1 to 40 of 44

Thread: MCS is Crashing

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Unhappy Re: MCS is Crashing

    Quote Originally Posted by Scampy View Post
    NTDLL.DLL is a windows system file containing library data for the core windows kernel. This would suggest that the issue is more likely a conflict between it and other system files rather than MSC itself crashing. Typical suspects are driver files, with prim suspects being graphics drivers. ATI and NVidia both have been know to have drivers that can cause this issue (as I stated in you other thread).

    Often ensuring that your system is as up to day as possible is recommend, however I have found that on the odd occasion using an older driver, such as the one supplied with the graphics card has resolved a similar issue. Other possible causes can be a corrupt registry, but only a totally clean re-install on a freshly low level formatted drive will resolve that, but is often the last resort.

    If you have access to another machine, try installing MCS etc and see if the issue is easily replicated. Unless the two machines use identical components I doubt that the problem will occur
    This isn't directed at you Scampy, but it's an acknowledgement of a lot of wasted time and effort, caused by ONE program that the developer isn't fixing.

    The problem has occurred on 3 of 3 machines of mine, different graphics card, ALWAYS while running MCS and ALWAYS while typing comments. No other programs are crashing with this error. I repeat for clarity, NO other programs are crashing with this error, my system is rock solid stable otherwise. Seeing as MCS is always the offending (crashing) party, I would thing the manufacturer would be held somewhat accountable. I know there is a number of users who have reported this issue, and are met with frustration and denial "it's peculiar to your system" - "and yours" "and yours". More than one (I have THREE) means it's not a single system. More than one operating system means the same. It all points to MCS being the uncooperative player, since nothing else is crashing, all the other kids "play nicely together".

    There is no guarantee that any of the "fixes" noted will work, when this isn't a windows problem, it's a MCS problem. There is some aspect of it that's doing this or a number of other users and I would all see this same error on OTHER programs on our multiple (non-identical) systems as well. Yet there is NO cooperation from the software developer because they "cannot replicate the problem". Too many of us have it, and there should be some accountability for paid software that not only crashes, but loses our work. That really sucks.

    This isn't directed toward any individual - except perhaps the developer - but the whole ostrich thing of "one off" isn't helpful when you are one of a NUMBER of "one-offs" that this is recurring with, and you've tried it on no less than 3 different laptop system configurations with the same results.

  2. #2
    Join Date
    Oct 2009
    Posts
    583


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    Picster, I can understand your frustration, and again, this is not aimed at anyone personally.

    Although I don't have official figures, would have thought that there would be quite a few thousands of PCs with MCS installed and there would be a lot more reported cases if the issue was a bug in their code, and the developers would (hopefully) take notice. But a google search for "microcode studio crashing" or words to that effect doesn't throw up stacks of results (apart from a couple of threads on this forum) suggesting its not as wide spread is thought.

    It would be interesting to see if there was any log file that cold be used to see if there are any similarities between those machines or software versions etc, but the variables are so great and it would probably take someone with expertise in programming and computing to analyse. The fact you have had three PCs with different hardware crash and all at the same point of typing comments (which is strange as it's just text, unlike when it registers a word as a command and turns bold) is strange. I've not gone back through the rest of the thread, but does this happen with a certain version of MSC, or PBP. I've been using MCS 4.0.0 with PBP 2.60c on different builds of PC for the passed 7 or so years and can't say I've ever experienced a crash. Maybe the issue is with later versions that were patched in a hurry when PBP3 came out ??

    One thing I have noticed is how quiet this forum is these days, which to me suggests that programming in PBP is less popular than it was 5 - 10 years ago, before the likes of the arduino and other similar development systems appearing on the market. Maybe the market has changed and the sales of PBP have dropped off to the extent that it's no longer a viable option for the developers of MSC to fix issues, which in their eyes is not a global bug... Either way I agree that for someone with this issue it sucks.

    Is there any alternative to MSC from a different software house as I doubt that you will get anywhere with this.

  3. #3
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    The alternative would be MPLABX but you know, I just payed $50 for the PBP3.1 upgrade but in order to properly use MPLABX one, apparently, has to use a several year old version - in which the chips I payed $50 to get compiler support for aren't available at the assembler level (ie they can't be used). And even when using an older version it apparently can't debug anything but BYTE variables properly without running thru hoops.

    As I wrote earlier, the compiler is solid and I love it but the surrounding/supporting stuff quite frankly sucks compared to what's offered elsewhere. It's 2017, we're past the 16F84 and a glorified Notepad. Give me a solid IDE with syntax highlighting, code folding and hardware level debug that works please.

    There are several threads with several users reporting the exact same issue and it's been going on for years. I've seen on it several computers as well. I haven't been coding much on my newest machine with W10, it'll be interestning to see if does it there as well.

  4. #4


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    Hi Scampy,

    To answer your question regarding versions, it has happened with PBP 2.60x and 3.0 (it's not while compiling so I don't think this is relevant), and with all versions of MCS that I've used since 4 (I don't remember if it was prior to 4).

    You're right, it's not as if the parser is processing reserved words and bolding them or coloring them in differently on-the-fly, the entire line is being colored (or at least the portion after the ')

    The only thing worse than a bug is an intermittent bug.

  5. #5


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    Old story

    MCSX started crashing yesterday again. Did not matter which code file I tried to edited, any change in text caused the error message to pop up. I found that you can ignore the message and still compile the code and make changes. Out of frustration, I reinstalled pbp3 and mcsx. That did not help. On this laptop there was an old copy pbp 2.47. So I opened the file in this version without crashing. The only problem was 2.47 did not support my pic. I dug out my 2.60 cd which supports my pic and then patched it with the last update before pbp3. The 2.60 cd had MCS 3.3, now I'm back in business and on this pc done with pbp3/MSCX.

    If anybody wants me to run any experiments let me know. Because it can be repeated. It would be nice if MEL could un-marry pbp3 from MCSX and allow the use of older versions of MCS. I am sure there is reason it can't be done.

    System is a Gateway laptop, XP, not connected to the net for over 2 years. not sure what changed, other than the date.

  6. #6
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    I have problem in one of my programs that didn't handled regional settings well... Try to set all to EN-US.

  7. #7
    Join Date
    Oct 2009
    Posts
    583


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    Quote Originally Posted by mark_s View Post
    Old story

    MCSX started crashing yesterday again. Did not matter which code file I tried to edited, any change in text caused the error message to pop up. I found that you can ignore the message and still compile the code and make changes. Out of frustration, I reinstalled pbp3 and mcsx. That did not help. On this laptop there was an old copy pbp 2.47. So I opened the file in this version without crashing. The only problem was 2.47 did not support my pic. I dug out my 2.60 cd which supports my pic and then patched it with the last update before pbp3. The 2.60 cd had MCS 3.3, now I'm back in business and on this pc done with pbp3/MSCX.

    If anybody wants me to run any experiments let me know. Because it can be repeated. It would be nice if MEL could un-marry pbp3 from MCSX and allow the use of older versions of MCS. I am sure there is reason it can't be done.

    System is a Gateway laptop, XP, not connected to the net for over 2 years. not sure what changed, other than the date.
    Mark, that's interesting,

    I'm running version 4.0.0.0 of MCS, version 2.60c of PBP and an old version of mpsam suit (5.07 I think) and I've been very lucky as I've never had a crash whilst coding or compiling etc. Yes I know the restrictions this combination has, but for me and the projects I undertake, the supported chipset is fine.

    I don't have the needs to upgrade to PBP3 so my input may be irrelevant, but I hope that someone can sort out this issue for those who have had to upgrade in order to remain competitive

    Oh and the PC is an AMD 6 core processor running at 3ghz, 12gb DDR3 ram, and windows 7 professional 64bit .... Are those experiencing this issue running windows 7 or later versions... maybe (clutching at straws) it only affects those running windows 8 or 10 ??
    Last edited by Scampy; - 7th June 2017 at 09:52.

  8. #8
    Join Date
    Oct 2005
    Location
    Sweden
    Posts
    3,612


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    As I've said, I've had it crash at home and at work. One machine running W7 Home 64bit Swedish with the bought MCSPX, the other running W7 Pro 64bit English with the free MCSX. Both PBP3.0.x.x

    At home I've upgraded my personal license to PBP3.1 on a brand new machine running W10 Pro but haven't been doing much with it lately so it's still low mileage (very much so).

    I'm not a PC software developer but I'm pretty sure it's got nothing to do with the compiler, it's not when compiling/assembling that it crashes, it's when typing in your program. I've got screencapture (video) of it doing it if that would help....

  9. #9


    Did you find this post helpful? Yes | No

    Default Re: MCS is Crashing

    As Henrik points out it's not pbp3, the problem is MCSX. MCS is stable but pbp3 will only run on MCSX. A lot of software developers like to blame their bugs on WIN7,8,10. I am using XP and this pc is only used for programming pics. My home system is still stable so if I need something not supported by 2.60 it can get done.

Similar Threads

  1. MicroCodeStudioPlus keeps crashing.
    By c_moore in forum PBP3
    Replies: 67
    Last Post: - 20th February 2018, 13:18
  2. Crashing 16F628 Code
    By hhaplant in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 24th March 2012, 09:40
  3. Crashing LCD
    By George in forum Off Topic
    Replies: 13
    Last Post: - 16th January 2012, 21:05
  4. pic program crashing
    By comwarrior in forum General
    Replies: 5
    Last Post: - 8th July 2009, 16:33
  5. Crashing program
    By Charles Linquis in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 6th April 2006, 02:57

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts