Hi Am 11.09.2014 09:28, schrieb 瀚中張: > I'm working on the FxOS emulator on ubuntu 12.04 64bits. After i build my > emulator and run it, the emulator window is opened but there is no > screen(totally black). And always shows lots of errors such like > "sdk/emulator/opengl/host/libs/Translator/GLES_V2/GLESv2Imp.cpp:glCompileShader:351 > error 0x501"
Line 351 fails with GL_INVALID_SHADER. According to the spec [1] "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL." Does you're graphics card and driver support GL shaders? If you're not sure, could you enter 'glxinfo' on your Linux terminal and post its output here. [1] https://www.khronos.org/opengles/sdk/docs/man/xhtml/glCompileShader.xml > > After i restart my computer, it shows "Could not write bytes: Broken pipe" > , and couldn't login to my computer anymore... > > I have reinstall my ubuntu and FxOS emulator for more than 3 times... > Did anyone has same problems with me? > _______________________________________________ > dev-b2g mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-b2g > _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
