PLUS+1 User Forum

PLUS+1 Tools => PLUS+1 GUIDE => Topic started by: ET on September 05, 2012, 10:27:44 PM

Title: Error 302
Post by: ET 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?
Title: Re: Error 302
Post by: ET 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...