Misspelling, the 'brodcast chan' in Global declarations causes the error: server.exe - Application Error: The memory could not be read
I tried creating a blank model with a declaration like "broadcas chan c;", but this does not trigger the problem. I would appreciate a model reproducing this behaviour. Can the reporter please attach such a model. Thanks.
Created attachment 8 [details] Project file causing the problem
The crash is not caused by the mispelling of "broadcast chan", but by the fact that the parser continous parsing the rest of the document without declaring the two channels. Thus when refering to the channels later on (in the process instantiation section), you hit bug 58. I will mark this bug a duplicate of bug 58 (which has been fixed in CVS). *** This bug has been marked as a duplicate of 58 ***