Author Topic: Project files on other drive dont work  (Read 3955 times)

Offline dkaip

  • Multiple posting newcomer
  • *
  • Posts: 42
Project files on other drive dont work
« on: September 24, 2021, 08:47:56 am »
Hello.
My project is on Linux.
With VirtualBox running C::B on Windows10, project files are in F:\ folder.
But C::B it can not see files, even if import all files.
There is a way to fix it?
Thank you.
Jim
« Last Edit: September 24, 2021, 08:54:27 am by dkaip »

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Project files on other drive dont work
« Reply #1 on: September 25, 2021, 12:52:52 am »
Can you explain a bit more your problem?
Are the files visible in the file browser?
What are your exact steps you do to open the files?

Is the problem on linux? Have you shared the folder from your host to guest?

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Project files on other drive dont work
« Reply #2 on: September 25, 2021, 07:04:31 am »
@dkaip
Are you actually using a directory name with a blank in it?
I see in the original post "F:\ folder" with a blank following the back slash.

Offline dkaip

  • Multiple posting newcomer
  • *
  • Posts: 42
Re: Project files on other drive dont work
« Reply #3 on: September 25, 2021, 08:45:56 am »
I just solve the problem. :D
My project is in Linux folder and runs ok.
The same code i have run with copy on c:\ at windows virtual machine and runs ok.
But if i want to run project from VM in Linux folder, then there is problem, C::B do not see source files, after save .cbp, sometimes change files paths etc.
The solution is to have a copy of .cbp in c:\ windows folder at VM and import project files from the place of linux folder, in my case F:\
Now compilation make on C:\ of NM drive and project run ok.

Thank you
Jim.

Quote
Are you actually using a directory name with a blank in it?
I see in the original post "F:\ folder" with a blank following the back slash.
Yes F:\ is the project folder from VM.

Quote
Can you explain a bit more your problem? Are the files visible in the file browser? What are your exact steps you do to open the files?

Files are visible but with double click project manager say that there is no file. If i import file it can see it. After save and open again .cbp it can not see files, and as i have see opening .cbp in editor(notepad++) the paths are in strange places.


Quote
Is the problem on linux? Have you shared the folder from your host to guest?

The problem is on Windows10 VM.