NO

Author Topic: New Source code  (Read 2677 times)

JohnF

  • Guest
New Source code
« on: July 14, 2014, 08:30:36 PM »
This is not a general bug, meaning, only I seem to have it.

When selecting File/New/Source code the IDE crashes. PellesC for Windows MessageBox pops up and says 'Exception: C0000374'

If it's not easy to fix don't concern yourself, I'll create a file outside the IDE.

John
 

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: New Source code
« Reply #1 on: July 15, 2014, 11:25:37 AM »
You mean it's enough to start the IDE, then choose File->New->Source code to crash the program? No, I can't reproduce that...
BTW, 0xC0000374 apparently means STATUS_HEAP_CORRUPTION. Could be a buffer overrun - either in the IDE itself or somewhere else affecting the IDE.
Not sure it helps, but you could try disabling all add-ins (and restarting the IDE)...
/Pelle

JohnF

  • Guest
Re: New Source code
« Reply #2 on: July 15, 2014, 12:36:51 PM »
You mean it's enough to start the IDE, then choose File->New->Source code to crash the program? No, I can't reproduce that...
BTW, 0xC0000374 apparently means STATUS_HEAP_CORRUPTION. Could be a buffer overrun - either in the IDE itself or somewhere else affecting the IDE.
Not sure it helps, but you could try disabling all add-ins (and restarting the IDE)...

You're right it was an addin. The offending addin is 'Functions list in one tab'.

Thanks, it's fine now.

John
 

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
Re: New Source code
« Reply #3 on: July 15, 2014, 09:12:31 PM »
OK, good news. Thanks.
/Pelle