Closed gebeleizis closed 4 years ago
Looks familiar, please see #4, and then let's have a look on your graphics card specs.
I checked the post and the fix with the graphic card. Unfortunately, I can't find out in what file is the default card set. My laptop uses an Intel HD Graphics 520 card.
Well, it might even be the only graphics card in your laptop. Good opportunity to find out what is wrong with the shader on some integrated cards.
Please try:
It probably has to do with goban grid lines antialiasing...
Please substitute data/glsl/fragment.glsl
with this file: fragment.glsl.txt (remove the .txt
extension) and let me know, if anything changed. Thank you.
No error messages on background except 2 warnings related to the sound (but the sound works OK). The dxdiag got me the parameters below: Changing the fragment.glsl file didn't make any difference. I also find curious that an app this small takes a dozen seconds or more to start on my pc. The result ov pressing the V key: I really appreciate all your help. Please take your time to reply, it's not urgent. I'm puzzled myself about the app behavior, as I've never had such issues with any software on this pc.
OK. Thank you for your patience. The long start is caused by slow compilation of the huge single-file shader (not a good practice by it was my design choice to implement all the geometry there), Subsequent starts should be faster, as your card should cache the compiled fragment shader code (until you change it). I will prepare several other versions of the shader and politely ask you to try them one by one to narrow down the issue.
Have you tried placing stone on such broken board? Please do.
Placing stones works fine. I can also hear the sound. However, they look like this ^_^:
Thank you, that is another clue for me :-)
One more thing to try before I delve deep into the shader mess. Please replace precision lowp float;
by precision highp float;
in both data/glsl/fragment.glsl
and data/glsl/vertex.glsl
. It sits on second line in either file. (Be careful if editing in notepad, it must not add .txt extension). Thank you.
Amazing! It worked like a charm! Thank you very, very much! You've made a great piece of software for the lovers of GO!
Thank you! I am glad it helped.
I will increase the default precision in the next release. It is easier than making the code numerically robust :)
Please do not hesitate to report other bugs or glitches, the software is in early stage of development - considering features and quality of the code base, not time it's been in existence.
I've been trying to run the app, but what I'm getting is this: Any help would be greatly appreciated! Thank you very much in advance!