Hise app is not open anymore after crash
-
Hi people
My hise app do not respond anymore after a crash.
- tested it on windows safe mode
- Compiled another projucer projects
I installed procdump to find the bug
Crash line is : ( bold)Component* ScriptComponentList::Panel::createContentComponent(int /index/)
{
auto jp = dynamic_cast<JavascriptProcessor*>(getConnectedProcessor());
auto c = jp->getContent();
return new ScriptComponentList(c, defaultOpeness);Any ideas?
thanks
Math
-
@Sounddiy said in Hise app is not open anymore after crash:
My hise app
Do you mean an app you made with HISE or HISE.exe?
-
Hi David
HISE.exe app crash
-
So you double click HISE.exe and it just crashes? Or it crashes when it tries to open your project?
-
Yes
I double click on HISE.exe and it crashes, not project. -
@Sounddiy Find the HISE config files (not sure where they are on Windows but probably in appdata) and rename the folder. Then try opening HISE again.
-
@d-healey Oh Thank you so much so much David ! It works
:folded_hands: :folded_hands: -
@Sounddiy Excellent! So HISE will have recreated its config file folder now, with the default config. If you want to find out which config file caused the issue you can go back to the old folder that you renamed and copy the files one at a time to the new folder and open HISE after each file. When it crashes you know the file that caused the issue.
Then we can look in the file and see exactly where the problem is.
-
Ok great Excellent.
I will do that.Thanks again david.