I donno if this is the right forum to discuss this, but here it goes. when i open blender, It shows a message and closes automatically. Does any of you know what this problem is because of?
I used to work on the earlier blender version with the legacy interface, It worked like a dream. But right after i tried installing the new version; this problem has surfaced.
I have a project scheduled on blender in the coming days and if this problem persists, i don’t know how i am going to be able to work on the project at all.
This very message should tell you what the problem is
Would be helpful to know what it tells you, if it pops up too short, just pipe the console output in a textfile - never tried it, but my first guess is that it works.
First install the right python and visualC runtime libraries if you are under windows. If it still is not working:
You pipe the output from the blender console to a textfile to be able to read the errormessage that obviously pops up too short to be read.
Windows:
[windowskey]+[r]
type “cmd” + [enter]
locate your blender installation with the basic dos commands like “cd”. =)
then start blender with
“blender.exe > log.txt”
that pipes all console output in a log.txt file you can open afterwards.
for linux its the same. just the syntax is:
for installation via repository you type in a console at any path:
“/usr/sbin/blender > log.txt”
for extracted binaries go to that directory and type:
“./blender >log.txt”
then post the contens of the logfile.
And next time you ask for “techsupport” give more information…
Operating System, Blender Version, Pyhton Version, VC runtime environment…