MovingBlocks / box2d-editor

Automatically exported from code.google.com/p/box2d-editor - migrated here to maybe maintain together with Destination Sol. Original website:
https://code.google.com/archive/p/box2d-editor/
Apache License 2.0
84 stars 21 forks source link

Can not use textures from other drive #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
On windows 7 I have HD divided into 2 parts (C and D).
When running application from drive D, I can not use images stored on drive C. 
Application says [not found]. Other way (launching from C, loading from D) 
works fine. Path to C and D are pretty similar, no spaces etc...

Original issue reported on code.google.com by stysmart@gmail.com on 19 May 2012 at 10:51

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29226606-can-not-use-textures-from-other-drive?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F23699865&utm_medium=issues&utm_source=github).
GoogleCodeExporter commented 9 years ago
I guess that the issue is due to where you put your project file. Do you leave 
it in D or do you move it across drives? The location of the application 
executable should have no impact.

I'll investigate that. I didn't take into account multiple drives when 
designing the app so there may be bugs with that.

Original comment by aurelien.ribon on 23 May 2012 at 6:40