after a windows blue screen , my project dosn't load anymore , if i try to load the project .b4a an error appears , i attach the screenshot .
I can't loose my project .
If i recreate it from zero , when i try to load the existing module , the ide goes in error.
I attach an module the generate the error .
I have the same problem from time to time because Java overloads my CPU when I have more than one instance of B4 open. Any open module does get corrupt when that happens. So I try to remember to use the Export to Zip option whenever I make a lot of changes to the code.
@AllyAndroid the Java process is related to the optimised dexer. If you are running multiple instances of the IDE then you might want to disable it. You can edit the INI file and set MaxRamForDex to 0.
@AllyAndroid the Java process is related to the optimised dexer. If you are running multiple instances of the IDE then you might want to disable it. You can edit the INI file and set MaxRamForDex to 0.
Thanks Earl, I wasn't looking for a solution but am glad that you provided one. Excellent support as always. After I found the ini file, (C:\Users\<Your user name>\AppData\Roaming\Anywhere Software\Basic4android), I updated it.