Starting the application on Mac does not work(拷贝platforms到不同的位置,才能解决问题)

In some rare cases it can happen that the application does not launch and there is no reaction after double clicking on the application icon, not even the splash screen appears.

The following work-around might help in this case.

Verify issue

First please verify if the work-around applies to your issue:

  • Launch the Terminal.app (in Applications/Utilities)
  • Type the following and then hit enter:
    /Applications/Dacuda\ PocketScan.app/Contents/MacOS/PocketScan
  • If the following message is displayed continue to the solution:
       "This application failed to start because it could not find or load the Qt platform plugin "cocoa"."
  • If you do not see the message mentioned above the work-around will not be useful.

Apply work-around

    • In the terminal type the following command:
      sudo cp -r  /Applications/Dacuda\ PocketScan.app/Contents/PlugIns/platforms /Applications/Dacuda\ PocketScan.app/Contents/MacOS/
    • Enter your password
    • Now the application should start normally

https://dac.zendesk.com/hc/en-us/articles/205023259-Starting-the-application-on-Mac-does-not-work

时间: 2024-10-17 00:14:40

Starting the application on Mac does not work(拷贝platforms到不同的位置,才能解决问题)的相关文章

[转].Net Core Web应用发布至IIS后报“An error occurred while starting the application”错误

本文转自:http://www.cnblogs.com/TomGui/p/6438686.html An error occurred while starting the application. .NET Core X64 v4.1.1.0    |   Microsoft.AspNetCore.Hosting version 1.1.0-rtm-22752    |    Microsoft Windows 6.3.9600 报这个错,一脸懵逼,环境都按官方文档配置正确了,怎么办? 1.修

NETCore项目报错 An error occurred while starting the application

在发布到IIS的webApi项目中,运行时报出以上错误, 解决方法: 1.打开发布目录文件夹,找到web.config文件 2.打开web.config找到stdoutLogEnabled="false",把该值改为true,即->stdoutLogEnabled="true" <?xml version="1.0" encoding="utf-8"?> <configuration> <l

Mac下如何玩MySQL Server

最近搞事务相关的语句,开始搞select for update了,在ECS上做实验,发现我安装的版本只支持MyISAM,不支持InnoDB,事务没法玩.于是在Mac上安装了一份MySQL Server. 如何安装,如何玩转,看说明书是最好的~ 我的机器上,StartupItems安装失败了,也不知道为什么.不过,MySQL Server安装是成功的,所以采用手动模式启动就OK了.      shell> cd /usr/local/mysql shell> sudo ./bin/mysqld_

mac docker

mac docker安装 当前版本1.11.1 方式1 :官网安装(https://docs.docker.com/mac/step_one/) 方式1是对官网安装步骤的翻译 Mac OS X用户需要使用Docker Toolbox安装,其中docker toolbox 包含了如下组件 Docker CLI client 运行docker 创建镜像和容器 Docker Machine 可以在mac终端运行docker引擎命令 Docker Compose 运行 docker-compose 命令

Android application testing with the Android test framework

目录(?)[-] Android automated testing 1 How to test Android applications Tip 2 Unit tests vs functional tests 3 JUnit 3 4 Running tests on a server without display Test hooks into the Android framework 1 Instrumentation 2 How the Android system executes

推荐Mac软件Alfred

实在忍不住推荐这个软件了, 身边的朋友们逐渐都在使用Mac OS了,每次我都会推荐Alfred这个软件.推荐来推荐去挺蛮烦的,干脆写篇文章, 下次有朋友新入手Macbook,我就直接附送本文章链接一枚. Alfred是什么Alfred是一个依靠键盘操作来提升Mac OS X使用效率的工具,它可以让打开程序.搜索互联网.执行常用命令加速.原文介绍是 Alfred is a keyboard-driven productivity application for Mac OS X, helping

Error starting daemon: SELinux is not support...

docker启动不支持selinux 查看状态报错[[email protected] ~]# systemctl status docker Jul 25 17:48:14 GZ-vm-game-A-228-225 systemd[1]: Starting Docker Application Container Engine...Jul 25 17:48:14 GZ-vm-game-A-228-225 dockerd-current[8197]: time="2018-07-25T17:48

Error starting daemon: SELinux is not supported

1月 05 16:45:39 tomcat8 systemd[1]: Starting Docker Application Container Engine... 1月 05 16:45:39 tomcat8 dockerd-current[34843]: time="2019-01-05T16:45:39.623363594+08:00" level=warning msg="could not change group /var/run/docker.sock ...o

docker起不来报错:Failed to start Docker Application Container Engine.

报错信息如下: [[email protected] localdisk]# systemctl restart docker Job for docker.service failed because the control process exited with error code. See "systemctl status docker.service" and "journalctl -xe" for details. [[email protected