zoukankan      html  css  js  c++  java
  • 运行codeblocks时出现的问题解决

    When I try running Code::Blocks, I get the following error message:

    Another program instance is already running. Code::Blocks is currently configured to only allow one running instance.

    You can access this Setting under the menu item 'Environment'.

    I had a similar problem before with e.g. Google Chrome when I didn't shut it down correctly, but for Chrome, I managed to locate the lock file, delete it, and it solves the problem.

    For Code::Blocks, I looked around and tried several proposed solutions, but none of them worked:

    • look for the process (ps -A | grep 'codeblocks') and kill the process

      I found a stray process this way, but killing it did not help.

    • allow multiple instances Setting under 'Environment' menu

      I can not run any instance in the first place, so can not access the menu.

      I tried running Code::Blocks from terminal with codeblocks --multiple-instances but that parameter must have been abandoned some time ago, as it is no longer recognized.

    • I looked all over for some kind of a lock file, to try and delete it

      Unfortunately, I didn't find anything that looked to me distinctly like the lock file :(

    Did anybody encounter a similar problem, and knows how to solve it? Any help would be great, as searching around only revealed people with the same problem unsolved, or solved by one of the solutions I outlined above (which didn't help).

    I'm running 64b Fedora17.

    解决方法:

    Uh, sorry everybody, looks like I have this annoying habit of finding a solution within minutes of complaining about the problem, instead in my "look for solution" phase.

    I found the lock file to delete and fix the problem: deleting /tmp/Code::Blocks-username fixes the problem.

    Some further solutions are outlined in the Code::Blocks official forums, including how to change the settings from "allow single instance" to "allow multiple instance" without actually running Code::Blocks.

    主要是看http://forums.codeblocks.org/index.php?topic=8529.0

  • 相关阅读:
    mysql导出表的数据,在导入
    oracle数据迁移到mysql
    mybatis-使用generator反向数据库表并生成dao和mapping映射
    SQLserver单表数据导入导出
    java内省
    java反射
    springmvc文件上传
    Dubbo学习笔记8:Dubbo的集群容错与负载均衡策略
    Dubbo学习笔记7:Dubbo增强SPI与SPI中扩展点自动包装的实现原理
    Dubbo学习笔记6:Dubbo整体框架分析
  • 原文地址:https://www.cnblogs.com/wuchanming/p/3969528.html
Copyright © 2011-2022 走看看