Icon and text disappeared #40967

Closed
opened 2014-07-06 09:40:42 +02:00 by Jalu Huang · 28 comments

System Information
OS: Windows 8.1
GPU: GTX 750 Ti

Blender Version
Broken:
2.70a
Icon and text disappeared when user name contain non-ASCII charactor

**System Information** OS: Windows 8.1 GPU: GTX 750 Ti **Blender Version** Broken: 2.70a Icon and text disappeared when user name contain non-ASCII charactor
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @ck97756

Added subscriber: @ck97756

#41591 was marked as duplicate of this issue

#41591 was marked as duplicate of this issue
Author

error.png

![error.png](https://archive.blender.org/developer/F96823/error.png)

Added subscriber: @mont29

Added subscriber: @mont29

Most likely a driver bug… We have recurring reports with ugly win8.1… :/

Please:

  • Try with latest release (2.71);
  • Check your driver is up to date;
  • Place this dll next to blender.exe, and see whether it fixes that bug.
Most likely a driver bug… We have recurring reports with ugly win8.1… :/ Please: * Try with latest release (2.71); * Check your driver is up to date; * Place [this dll](http://download.blender.org/ftp/sergey/softwaregl/win64/opengl32.dll) next to blender.exe, and see whether it fixes that bug.

Added subscriber: @zeauro

Added subscriber: @zeauro

It looks like you miss or windows8.1 hides in a secret place the folder with UI scripts.
Avoïd to download installer. Try .zip archive.
If you uncompress zip, all (UI scripts and executable) should be in same folder.

It looks like you miss or windows8.1 hides in a secret place the folder with UI scripts. Avoïd to download installer. Try .zip archive. If you uncompress zip, all (UI scripts and executable) should be in same folder.
Author

The Driver is fine
Maybe is that Microsoft bind the account with email, but the name of user folder is the name of the account not the email

The Driver is fine Maybe is that Microsoft bind the account with email, but the name of user folder is the name of the account not the email

Your problem really looks like the one described at the end of this page of the wiki.
http://wiki.blender.org/index.php/Doc:2.6/Manual/Introduction/Installing_Blender/DirectoryLayout

You should have a folder named 2.70 or 2.71 somewhere created by installer. But Blender does not find it.
At each new version of windows, path dedicated to applications configuration files is changed by microsoft.

So, try to download blender as a .zip archive. Just unzip archive and double-click on blender icon you find in new folder.
It should run with its interface.

Your problem really looks like the one described at the end of this page of the wiki. http://wiki.blender.org/index.php/Doc:2.6/Manual/Introduction/Installing_Blender/DirectoryLayout You should have a folder named 2.70 or 2.71 somewhere created by installer. But Blender does not find it. At each new version of windows, path dedicated to applications configuration files is changed by microsoft. So, try to download blender as a .zip archive. Just unzip archive and double-click on blender icon you find in new folder. It should run with its interface.
Author

I've already tried the .zip version both 2.70 and 2.71.
But still not working

"C:\Documents and Settings{username}\AppData\Roaming\Blender Foundation\Blender\2.70a"

Is there a way I can know "username" that blender got?

I've already tried the .zip version both 2.70 and 2.71. But still not working "C:\Documents and Settings\{username}\AppData\Roaming\Blender Foundation\Blender\2.70a\" Is there a way I can know "username" that blender got?

You did not try the third point in my first message, I think? Place this dll next to blender.exe…

You did not try the third point in my first message, I think? Place [this dll](http://download.blender.org/ftp/sergey/softwaregl/win64/opengl32.dll) next to blender.exe…

PS: username is your user account name on windows…

PS: username is your user account name on windows…
Author

I've tried already and it didn't work.
BTW, another user on the same computer don't have this problem.

The reason i want to know the "username" is because in the control panel my account name is my full name, and in the task manager my account name become my email (microsoft account). But my home directory only used my first name

I've tried already and it didn't work. BTW, another user on the same computer don't have this problem. The reason i want to know the "username" is because in the control panel my account name is my full name, and in the task manager my account name become my email (microsoft account). But my home directory only used my first name

Added subscriber: @Sergey

Added subscriber: @Sergey

@mont29, it's not a driver issue, it's missing scripts.

@ck97756, please start blender from the console, and copy-paste all the error messages to pasteall.org. To help you with the error messages you can do something like blender.exe > log.txt 2>&1 or maybe blender.exe > log.txt not sure how it works on windows.

@mont29, it's not a driver issue, it's missing scripts. @ck97756, please start blender from the console, and copy-paste all the error messages to pasteall.org. To help you with the error messages you can do something like `blender.exe > log.txt 2>&1` or maybe `blender.exe > log.txt` not sure how it works on windows.
Author
@Sergey http://www.pasteall.org/52983 http://www.pasteall.org/52984

Can you try running blender.exe --factory-startup ? Also, do you have non-ascii characters in your user name?

Can you try running `blender.exe --factory-startup` ? Also, do you have non-ascii characters in your user name?
Author

@Sergey http://www.pasteall.org/53221
Yes, I do have non-ascii characters in my user name, and I've been emphasized it at the start.

@Sergey http://www.pasteall.org/53221 Yes, I do have non-ascii characters in my user name, and I've been emphasized it at the start.

Yuck! Did not see you were using Blender 2.70a!!!

In Blender 2.71 we switched to python 3.4, which solves a bunch of those encoding issues under Windows with non-utf8 default encoding (stupid windows). So please try either latest official release, or a build from our buildbot, issue should be gone!

Yuck! Did not see you were using Blender 2.70a!!! In Blender 2.71 we switched to python 3.4, which solves a bunch of those encoding issues under Windows with non-utf8 default encoding (stupid windows). So please try either latest official release, or a build from [our buildbot](http://builder.blender.org/download), issue should be gone!
Author

@mont29
I'm sorry, but the problem still remain. Even though I switched to blender 2.71 with python3.4
blender.png

@mont29 I'm sorry, but the problem still remain. Even though I switched to blender 2.71 with python3.4 ![blender.png](https://archive.blender.org/developer/F102138/blender.png)

So it would look we still have issues with utf8 paths on windows… :/

So it would look we still have issues with utf8 paths on windows… :/

Added subscribers: @swkang7229, @NahuelBelich

Added subscribers: @swkang7229, @NahuelBelich

◀ Merged tasks: #41591.

◀ Merged tasks: #41591.

Added subscriber: @ideasman42

Added subscriber: @ideasman42

@ck97756 - there have been 2 fixes for non-ascii paths in Blender since 2.71, could you try to redo the problem with a recent buildbot build?

https://builder.blender.org/download/

If its not fixed, we're going to need exact info,

  • What codepage your windows is set to,
  • Whats the exact path/username that fails (empty dir in a ZIP perhaps, so we can ensure the encoding isnt converted by the web browser for example)
@ck97756 - there have been 2 fixes for non-ascii paths in Blender since 2.71, could you try to redo the problem with a recent buildbot build? https://builder.blender.org/download/ If its not fixed, we're going to need exact info, - What codepage your windows is set to, - Whats the exact path/username that fails *(empty dir in a ZIP perhaps, so we can ensure the encoding isnt converted by the web browser for example)*
Author

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Jalu Huang self-assigned this 2014-09-09 10:32:20 +02:00
Author

The testbuild 2.71-f2597ab works fine.
Thank you.

The testbuild 2.71-f2597ab works fine. Thank you.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
6 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#40967
No description provided.