Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/macos/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 在macOS Catalina上打开PhpStorm后崩溃_Java_Macos_Kernel_Phpstorm - Fatal编程技术网

Java 在macOS Catalina上打开PhpStorm后崩溃

Java 在macOS Catalina上打开PhpStorm后崩溃,java,macos,kernel,phpstorm,Java,Macos,Kernel,Phpstorm,在将macOS Catalina从Beta 2升级到Beta 3之后,我无法打开PhpStorm或Android Studio(我认为应用程序使用JAVA) 这将是一场车祸,下面是车祸的报告: Path: /Applications/PhpStorm.app/Contents/MacOS/phpstorm Identifier: com.jetbrains.PhpStorm Version: 2019.1.3 (

在将macOS Catalina从Beta 2升级到Beta 3之后,我无法打开PhpStorm或Android Studio(我认为应用程序使用JAVA)

这将是一场车祸,下面是车祸的报告:

Path:                  /Applications/PhpStorm.app/Contents/MacOS/phpstorm
Identifier:            com.jetbrains.PhpStorm
Version:               2019.1.3 (PS-191.7479.51)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           phpstorm [3410]
User ID:               501

Date/Time:             2019-07-07 21:16:49.226 +0200
OS Version:            Mac OS X 10.15 (19A501i)
Report Version:        12
Anonymous UUID:        2BB851C3-640F-AFB5-CF9A-1E889C101F0A


Time Awake Since Boot: 7000 seconds

System Integrity Protection: disabled

Crashed Thread:        35  Java: AWT-EventQueue-0

Exception Type:        EXC_BAD_ACCESS (SIGABRT)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0:
--> 
    __TEXT                 0000000105c31000-0000000105c36000 [   20K] r-x/rwx SM=COW  /Applications/PhpStorm.app/Contents/MacOS/phpstorm

Application Specific Information:
CGDataProviderCreateWithData: 0x0 0

abort() called

Thread 0:: AppKit Thread  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff711ff396 mach_msg_trap + 10
.
.
.


请帮助我如何解决这个问题,而不是降级macOS。

在Google上搜索大约2小时后,我找到了以下解决方案,它将解决PhpStorm问题

将-Dsun.font.layoutengine=icu添加到帮助中|编辑自定义虚拟机选项和 重新启动IDE


来源:

谢谢@mohammadreza yektamaram,我能够解决这个问题。就我而言,Material theme无法支持新的Catalina OS。因此,我不得不手动卸载插件和设置来进行分类。以下是我遵循的步骤: (参考号:)

删除所有这些目录:请注意,这将删除所有首选项、设置等

  • 配置(idea.config.path):
    ~/Library/Preferences/
  • 缓存(idea.system.path):
    ~/Library/Caches/
  • 插件(idea.Plugins.path):
    ~/Library/Application Support/
  • 日志(idea.log.path):
    ~/Library/Logs/
现在启动phpStorm,它应该可以正常工作。然后您可以应用上面给出的解决方法

将-Dsun.font.layoutengine=icu添加到帮助中|编辑自定义虚拟机选项和 重新启动IDE


phpStorm根本没有启动,那么如何添加上述解决方案?您可以分享详细信息吗?PhpStorm是否在加载项目后打开和关闭@SachinKRaj@SachinKRaj在这里你们可以看到如何从文件中编辑VM选项:谢谢你们Mohammadreza,我能够解决这个问题。以下是步骤: