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

Selecting a custom interface font breaks the editor #11513

Closed
Zylann opened this issue Sep 23, 2017 · 1 comment · Fixed by #12794
Closed

Selecting a custom interface font breaks the editor #11513

Zylann opened this issue Sep 23, 2017 · 1 comment · Fixed by #12794

Comments

@Zylann
Copy link
Contributor

Zylann commented Sep 23, 2017

Godot 3.0 master

I tried to set a custom interface font (here Consolas), but it breaks the whole theme and shows errors everywhere. On the other hand, custom fonts in the text editor work fine.

image

Errors:

ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: cached: res://simplex.gd
Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
cached: res://terrain_thing.obj
cached: res://terrain_thing.obj.import
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
cached: res://utility.gd
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
cached: res://visual_roll.gd
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
cached: res://wasp_t9_merge.obj
cached: res://wasp_t9_merge.obj.import
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
ERROR: RID_Owner<struct RasterizerStorageGLES3::Texture>::getornull: Condition ' !id_map.has(p_rid.get_data()) ' is true. returned: 0
   At: d:\projets\info\godot\engine\godot_fork\core\rid.h:164
...
...
@ghost ghost added this to the 3.0 milestone Sep 23, 2017
@reduz
Copy link
Member

reduz commented Nov 6, 2017

Custom fonts are loaded here, so feel free to debug what may be going on:
https://github.com/godotengine/godot/blob/master/editor/editor_fonts.cpp

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants