IonicWind Software

IWBasic => General Questions => Topic started by: src243 on September 19, 2009, 08:22:22 AM

Title: Emergence Basic Compiler has stopped working
Post by: src243 on September 19, 2009, 08:22:22 AM
I am running on VISTA and just recently had the message above for any program to compile.

The statement is

A problem caused the program to stop working correctly. Windows will close the program and notify you if a solution is available.

I reinstalled Emergence Basic----no effect

I uninstalled and reinstalled---no effect

has anyone come across this problem??
Title: Re: Emergence Basic Compiler has stopped working
Post by: sapero on September 19, 2009, 09:05:56 AM
Vista and win7 shows "stopped working" in place "crashed". You need to find a syntax error, or a undefined variable in your code. The bug can hide in /bin directory, in custom .incc files. If you have custom incc files, move them away (to another directory) and try to compile.
Title: Re: Emergence Basic Compiler has stopped working
Post by: Ionic Wind Support Team on September 19, 2009, 09:07:01 AM
A lot of users use Emergence on Vista without problems, including me.

When you installed the first time were you logged in as an administrator?

Paul.

Title: Re: Emergence Basic Compiler has stopped working
Post by: ZeroDog on September 19, 2009, 10:09:36 AM
When does the error occur?  On startup? when compiling?  when you take your computer screen and shake it like an etch a sketch?
Title: Re: Emergence Basic Compiler has stopped working
Post by: yujinwunz on September 26, 2009, 01:13:17 AM
Does your code call functions with the wrong number of parameters? this happens to me only when I compile code that calls my OWN functions using the wrong number of parameters.