Hi,
I compile Blender 2.37a myselft on Ubuntu (AMD64) with scons.
All is working well except that render this window is all black (but F12 work).
Also, the ~ and ` keys to enable and disable all the layers doesn't work.
Any ideas ?
Thanks
Update :
Can a Blender developer could tell me which source file are involve in the problems specified. I have done a search but no success.
The bug report have been closed because i don't use the official release.
Render this window and all layer key doesn't work - updated
Moderators: jesterKing, stiv
Render this window and all layer key doesn't work - updated
Last edited by teragone on Wed Sep 28, 2005 2:07 pm, edited 1 time in total.
x86_64 version. This is compiled on my testbuild-linuxtest-testsystem.teragone wrote:I have try these 2 versions :
blender-2.37a-linux-glibc2.3.5-x86_64.gcc4.pyth2.4
i386 version.teragone wrote:blender-linux-glibc2.3.5-20050926
Latest cvs-builds, so they may actual have problems.
No console output?teragone wrote:But none of them work, They don't start at all.
what does strace say?
Don't remember exactly which one, but it's a missing library.
But I find a workaround for the layer problem.
I added a line in GHOST_SystemX11.cpp in convertXkey function:
GXMAP(type,XK_numbersign, GHOST_kKeyAccentGrave);
The ` key is mapped to # on my keyboard, Maybe because i have set a french canadian keyboard. But even if a use a USA layout,I had the problem.
Now with the modification all is working well with both layout (USA and french canadian).
What is strange is that the Blender text editor map correctly the ` and ~ keys without the modification.
But I find a workaround for the layer problem.
I added a line in GHOST_SystemX11.cpp in convertXkey function:
GXMAP(type,XK_numbersign, GHOST_kKeyAccentGrave);
The ` key is mapped to # on my keyboard, Maybe because i have set a french canadian keyboard. But even if a use a USA layout,I had the problem.
Now with the modification all is working well with both layout (USA and french canadian).
What is strange is that the Blender text editor map correctly the ` and ~ keys without the modification.