Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't open project #19

Closed
n2wb1e opened this issue Feb 11, 2014 · 3 comments
Closed

Can't open project #19

n2wb1e opened this issue Feb 11, 2014 · 3 comments

Comments

@n2wb1e
Copy link

n2wb1e commented Feb 11, 2014

I get this when i try to open a project.

opening pack C:/Users/JoÒo/Downloads/data.pck, -1, -1
opening pack C:/Users/JoÒo/Downloads/data.pcz, -1, 0
ERROR: set_custom_property_info: Condition ' !props.has(p_prop) ' is true.
At: core/globals.cpp:1317
lost?
ERROR: Error attempting to create data dir: C:\Users\Joo\AppData\Roaming\Alien
Adventure
At: core/os/os.cpp:380
ERROR: set_font: Condition ' p_font.is_null() ' is true.
At: scene/resources/theme.cpp:302
ERROR: set_stylebox: Condition ' p_style.is_null() ' is true.
At: scene/resources/theme.cpp:251
editor: 0
ERROR: create: Cannot find path for config directory!
At: tools/editor/editor_settings.cpp:192
ERROR: Plugin dir does not exist!
At: tools/editor/editor_settings.cpp:319
SCAN PROJECTS AT: C:/Users/JoÒo/Downloads
found: 2 projects.
ERROR: save: Cannot save EditorSettings config, no valid path
At: tools/editor/editor_settings.cpp:358
OPENING: C:/Users/JoÒo/Downloads/teste (C:::Users::JoÒo::Downloads::teste)
running cmdline: "C:\Users\Joo\Downloads\godot_win64.exe" "-path" "C:/Users/JoÒo
/Downloads/teste" "-editor"
ERROR: execute: Condition ' ret == 0 ' is true. returned: ERR_CANT_FORK
At: platform/windows/os_windows.cpp:1482
ERROR: _open_project: Condition ' err ' is true.
At: tools/editor/project_manager.cpp:485

@godotengine
Copy link
Collaborator

This bug happens when the project opened (or the engine?) is in a path with a non ascii character. I'm not exactly sure why it happens, as the whole engine is unicode, but I'll try to fix it as soon as I can.

@zhymin77
Copy link

I occured this problem.My env: ubuntu13.04_64bit, $LANG zh_CN.UTF-8;

./bin/godot_server
opening pack /home/zhangyoumin/library/godot/bin/godot_server, -1, -1
opening pack /home/zhangyoumin/library/godot/data.pck, -1, -1
opening pack /home/zhangyoumin/library/godot/data.pcz, -1, 0
opening pack /home/zhangyoumin/library/data.pck, -1, -1
opening pack /home/zhangyoumin/library/data.pcz, -1, 0
opening pack /home/zhangyoumin/data.pck, -1, -1
opening pack /home/zhangyoumin/data.pcz, -1, 0
opening pack /home/data.pck, -1, -1
opening pack /home/data.pcz, -1, 0
opening pack //data.pck, -1, -1
opening pack //data.pcz, -1, 0
ERROR: set_custom_property_info: Condition ' !props.has(p_prop) ' is true.
At: core/globals.cpp:1317.
ERROR: set_font: Condition ' p_font.is_null() ' is true.
At: scene/resources/theme.cpp:302.
ERROR: set_stylebox: Condition ' p_style.is_null() ' is true.
At: scene/resources/theme.cpp:251.
editor: 0
ERROR: create: Config file does not exist, creating.
At: tools/editor/editor_settings.cpp:234.
ERROR: scan_plugins: Plugin dir does not exist!
At: tools/editor/editor_settings.cpp:319.

@reduz
Copy link
Member

reduz commented Feb 12, 2014

Godot server is headless and meant for running scripts tools or servers, it
has no display output . Try the other versions for linux or compiling it
yourself

On Wed, Feb 12, 2014 at 1:15 AM, zhymin77 [email protected] wrote:

I occured this problem.My env: ubuntu13.04_64bit, $LANG zh_CN.UTF-8;

./bin/godot_server
opening pack /home/zhangyoumin/library/godot/bin/godot_server, -1, -1
opening pack /home/zhangyoumin/library/godot/data.pck, -1, -1
opening pack /home/zhangyoumin/library/godot/data.pcz, -1, 0
opening pack /home/zhangyoumin/library/data.pck, -1, -1
opening pack /home/zhangyoumin/library/data.pcz, -1, 0
opening pack /home/zhangyoumin/data.pck, -1, -1
opening pack /home/zhangyoumin/data.pcz, -1, 0
opening pack /home/data.pck, -1, -1
opening pack /home/data.pcz, -1, 0
opening pack //data.pck, -1, -1
opening pack //data.pcz, -1, 0

ERROR: set_custom_property_info: Condition ' !props.has(p_prop) ' is true.
At: core/globals.cpp:1317.

ERROR: set_font: Condition ' p_font.is_null() ' is true.
At: scene/resources/theme.cpp:302.

ERROR: set_stylebox: Condition ' p_style.is_null() ' is true.
At: scene/resources/theme.cpp:251.
editor: 0
ERROR: create: Config file does not exist, creating.
At: tools/editor/editor_settings.cpp:234.
ERROR: scan_plugins: Plugin dir does not exist!
At: tools/editor/editor_settings.cpp:319.

Reply to this email directly or view it on GitHubhttps://github.com//issues/19#issuecomment-34837370
.

@reduz reduz closed this as completed in 666aeac Feb 18, 2014
reduz added a commit that referenced this issue Feb 18, 2014
Fix #19 Can't open project (with non-ASCII path)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants