Author Topic: CHPARGU1 - INTERNAL UNEXPECTED EXCEPTION  (Read 4834 times)

ShadowRam

  • Guest
CHPARGU1 - INTERNAL UNEXPECTED EXCEPTION
« on: November 09, 2011, 03:11:59 PM »
I got this error today while trying to compile a program.
(This is an existing program that has worked fine, that I just did a few simple changes too)

ERROR 302 CHPARGU1 INTERNAL: UNEXPECTED EXCEPTION WITH MESSAGE: {Access violation at address 004CCEC0 in module 'chpargu1.exe' Read of address 00000007}

What is this? It doesn't really give me an idea of where to start looking for the problem.

Thanks,

Offline Stefan

  • Administrator
  • PLUS+1 Expert
  • *
  • Posts: 72
  • Karma: +0/-0
Re: CHPARGU1 - INTERNAL UNEXPECTED EXCEPTION
« Reply #1 on: November 09, 2011, 03:40:10 PM »
Hello,

Please send this text and your P1P to helpdesk@sauer-danfoss-plus1.com so we can have a look at it.

Best regards
Stefan

ShadowRam

  • Guest
Re: CHPARGU1 - INTERNAL UNEXPECTED EXCEPTION
« Reply #2 on: November 09, 2011, 04:15:11 PM »
I isolated the problem and found what I did.  ;D

I have two PGN 61445 modules each with different 'Source' Address and the 'Use Source' set to True for both of them.
This worked and I had no problems.

Recently I changed one of 'Use Source' to False, and it caused this error.

Makes sense why it doesn't work, but it was a pain to track down, hopefully you guys can add something to the compiler error messages that would help the next guy that makes a similar mistake.

Thanks,