Author Topic: Error 302  (Read 5124 times)

ET

  • Guest
Error 302
« on: September 05, 2012, 10:27:44 PM »
When I start GUIDE, I get:
Code: [Select]
*** ERROR 302 *** [PLUS1_IDE] INTERNAL: UNEXPECTED EXCEPTION WITH MESSAGE: {Access violation at address 0435B11F in module 'GuiSupport.dll'. Read of address 00000000}
1. What is this?
2. How do I fix it?

ET

  • Guest
Re: Error 302
« Reply #1 on: September 07, 2012, 11:50:25 PM »
I'm now also getting this same (except for the memory location) message from the compiler window:
Code: [Select]
*** ERROR 302 *** [PLUS1_IDE] INTERNAL: UNEXPECTED EXCEPTION WITH MESSAGE: {Access violation at address 0441CC43 in module 'GuiSupport.dll'. Read of address 00000000}It seems to happen after I lock my screen to go somewhere else in the shop, or help somebody for 5 minutes, then come back to keep working on my project.
After the compiler fails with this message the first time, if you try to compile a 2nd time or more, you get this new message:
Code: [Select]
*** ERROR 302 *** [PLUS1_IDE] INTERNAL: UNEXPECTED EXCEPTION WITH MESSAGE: {No open project}
Sounds like whatever pointer exists for the active project gets set to null / zero at some point.

Luckily I can still save my project, and close / reopen it to compile...
« Last Edit: September 10, 2012, 05:44:22 PM by ET »