Author Topic: Found a BUG: double clic a document (.Cbp) prompt "project file does not exist"  (Read 12504 times)

Offline rocon

  • Single posting newcomer
  • *
  • Posts: 9
Such as the title, that's all. My version is svn10136.
For example, "D:\new projects\" of the path that has the BUG.
I don't know whether the latest version fixes this BUG?
Let me go to download the latest version to try, don't stop me.
I'm not good at English,so........

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Sorry, but I didn't get at all what the problem is.

Please make it simple: Post exact step-by-step instructions and (if needed) sample code/projects.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline rocon

  • Single posting newcomer
  • *
  • Posts: 9
1.Here's a project file(D:/xxxx xxxx/xxx.cbp)
2.Double click to open it with C::B
3.Then C::B will prompt "project file does not exist"
But use File>open won't prompt "project file does not exist"
Pull the project file to the program won't complain too.
Although does not affect the use, but as a perfectionist, nature does not want to C: : B there's a BUG.
If you can, please tell me how to solve this BUG?
Or repair as soon as possible.

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Does this path contain any special (non ascii) charachters and if yes can you please post them?
what windows version are you using? what c::b version?
« Last Edit: April 04, 2015, 09:06:42 am by BlueHazzard »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
This look invalid to me. It works fine here (13.12 and nightly) or I cannot reproduce (many details are missing: OS version, exact steps to reproduce etc...).

I recommend you use the latest version (13.12) or a nigthly.

I've closed the bug report therefore, too.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

amir

  • Guest
uncheck "Allow only one running instance (will take place after restart)"
and check "Use an already running instance (if possible)"
and restart the code::blocks. and open a project.
double click on an other .cbp project file and you will receive this error.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
What version are you using?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]