Intellij IDEA forced close on opening laravel project
Answered
I have a just-created laravel project, and right after the project is created then I'm trying to open it in Intellij IDEA but, it always stuck a few seconds on indexing and then all my Intellij IDEA windows are closed automatically, whats wrong with this ?
Please sign in to leave a comment.
More info is needed to understand the cause.
What is the computer? Is it Linux, Windows, or macOS?
Crash logs should have been written to java_error_in_*.log files under the user profile (home) folder. Can you share them?
Useful info also could be found in idea.log https://intellij-support.jetbrains.com/hc/en-us/articles/207241085.
Check these files at the moment of the crash to see the exact error or share them, so we could analyze.
Thanks for your comment, I'm using linux CentOS exactly
Seems similar to https://youtrack.jetbrains.com/issue/JBR-1223
Can you share whole file?
Here you go
I've check this link https://youtrack.jetbrains.com/issue/JBR-1223?_ga=2.106822083.1394903917.1593071429-1899528178.1593071429
but seems like they don't find the solution yet, any better idea ?
Yes, it is https://youtrack.jetbrains.com/issue/JBR-1223
The crash is in the process of rendering markdown files.
Try this workaround: https://youtrack.jetbrains.com/issue/JBR-1223#focus=streamItem-27-4100394.0-0
wooww thanks it's work :))