00:29 < ddnet-commits> [ddnet] heinrich5991 opened pull request #945: Don't use nonstandard `#pragma pack` (master...pr_ddnet_remove_pragma_pack) https://git.io/vF9n2 03:06 < ddnet-commits> [ddnet] heinrich5991 opened pull request #947: Add support for extra chunks in teehistorian (master...pr_ddnet_teehistorian_ex) https://git.io/vF90p 14:39 <+ddnet-discord> @Learath2 @heinrich5991 @Dev help, i get blackscreen since opengl version switch 14:48 <+ddnet-discord> which version of opengl you have? Does OpenGL is implemented? If yes, you should have at least OpenGL 3.3 14:48 <+ddnet-discord> support 14:49 <+ddnet-discord> ah right, it's in beta verison ? 14:49 <+ddnet-discord> version* 14:49 <+ddnet-discord> i compiled it on linux 14:49 <+ddnet-discord> glxinfo | grep "OpenGL version" 14:50 <+ddnet-discord> or 14:50 <+ddnet-discord> glxinfo | grep "version" 14:50 <+ddnet-discord> just version 14:51 <+ddnet-discord> OpenGL version string: 4.5.0 NVIDIA 375.82 14:53 <+ddnet-discord> well, then i can't help you 14:54 <+ddnet-discord> sorry :/ 14:54 <+ddnet-discord> np, thanks for trying 14:54 <+ddnet-discord> [2017-11-18 14:34:16][GLSL Program]: Error! Shader program wasn't linked! The linker returned: 14:55 <+ddnet-discord> i get this in ddnet log 14:56 <+ddnet-discord> what does it returned 14:57 <+ddnet-discord> its followed by an empty line if you mean that 14:57 <+ddnet-discord> any errors while ccompiling ? 14:58 <+ddnet-discord> so this line is not normal? 14:58 <+ddnet-discord> no, idon't have one 14:59 <+ddnet-discord> If I understand, Shader program is responsible for rendering 14:59 <+ddnet-discord> nope it compiles without errors 14:59 <+ddnet-discord> so if he can't link one 14:59 <+ddnet-discord> then you have blackscreen 15:00 <+ddnet-discord> have you tried 15:00 <+ddnet-discord> precomipled version? 15:00 <+ddnet-discord> https://forum.ddnet.tw/viewtopic.php?f=3&t=5803 15:00 <+ddnet-discord> no, let me try 15:04 <+ddnet-discord> nope, its the same 15:10 <+ddnet-discord> https://github.com/ddnet/ddnet/blob/d7eabb0ea98502502c3f01743ddea49f5fad3c78/src/engine/client/opengl_sl_program.cpp#L51 15:10 <+ddnet-discord> sInfoLog shouldn't be pass as a reference ? 15:11 <+ddnet-discord> @timakro maybe try to change that one letter, and check if logs will appear now ? 15:11 <+ddnet-discord> 😛 15:11 <+ddnet-discord> i mean `sInfoLog` to `&sInfoLog` 15:15 <+ddnet-discord> ill try 15:15 <+ddnet-discord> later 16:32 <@Nimda> Binary by Pulsar just released on Insane at 2017-11-18 16:30 16:38 < ddnet-commits> [ddnet] heinrich5991 opened pull request #948: Remove deprecated multi commands (master...pr_ddnet_remove_deprecated_multicmd) https://git.io/vF9No 16:47 <+ddnet-discord> @timakro did you try with opengl disabled in the config? 16:53 <+ddnet-discord> @Learath2 did you see that PR? negative line count 😮 17:10 <+ddnet-discord> @Learath2 how to change that in the config? 17:10 <+ddnet-discord> and which config ? ^^ 17:12 <+ddnet-discord> @timakro `gfx_opengl3 0` 17:12 <+ddnet-discord> in the default config 17:14 <+ddnet-discord> works, no erros in the log here 17:15 <+ddnet-discord> but log doesn't give you antyhing, there shouldn't be reference @heinrich5991 17:15 <+ddnet-discord> a reference? 17:15 <+ddnet-discord> yea, i checked examples 17:15 <+ddnet-discord> where? 17:15 <+ddnet-discord> and https://github.com/ddnet/ddnet/blob/d7eabb0ea98502502c3f01743ddea49f5fad3c78/src/engine/client/opengl_sl_program.cpp#L51 17:15 <+ddnet-discord> sInfoLog 17:15 <+ddnet-discord> need a pointer ? 17:16 <+ddnet-discord> maybe thats why, there's no log in console 17:16 <+ddnet-discord> doesnt compile with your suggested change, i believe the compiler should make sure its correct? 17:16 <+ddnet-discord> @Savander arrays are implicitly converted to a poitner to the first element 17:16 <+ddnet-discord> so why he has no logs lol 17:16 <+ddnet-discord> :, 17:16 <+ddnet-discord> ;< 17:17 <+ddnet-discord> I don't know, but that is not the solution ^^ 17:17 <+ddnet-discord> 😭 20:13 <+ddnet-discord> yo? 20:13 <+ddnet-discord> some linux dudes here? 20:13 <+ddnet-discord> why? o.O 20:13 <+ddnet-discord> i need help o.O 20:13 <+ddnet-discord> what with lol 20:13 <+ddnet-discord> I might be able to help 20:14 <+ddnet-discord> the ``pkill`` command can be used to kill processes by names the comand name i guess 20:14 <+ddnet-discord> i figured out that it works sometimes 20:14 <+ddnet-discord> uhuh 20:15 <+ddnet-discord> i have this one command which orginally had some " in it and in ``htop`` the " are gone and i cant ``ükill`` this command 20:15 <+ddnet-discord> hm 20:15 <+ddnet-discord> do `ps` and see if it shows up there 20:15 <+ddnet-discord> i have this one command which orginally had some " in it and in ``htop`` the " are gone and i cant ``pkill`` this command 20:15 <+ddnet-discord> and what name it shows up as 20:15 <+ddnet-discord> c: 20:16 <+ddnet-discord> lel 20:16 <+ddnet-discord> ps is totally empty 20:17 <+ddnet-discord> 👀 20:17 <+ddnet-discord> `` PID TTY TIME CMD 20:17 <+ddnet-discord> 24489 pts/1 00:00:00 bash 20:17 <+ddnet-discord> 25455 pts/1 00:00:00 ps 20:17 <+ddnet-discord> `` 20:17 <+ddnet-discord> `ps -A` 20:17 <+ddnet-discord> ah xd 20:17 <+ddnet-discord> it has a lot shorter name there 20:17 <+ddnet-discord> only the binary 20:17 <+ddnet-discord> now try to pkill it using that name 20:17 <+ddnet-discord> kk 20:18 <+ddnet-discord> wowo! 20:18 <+ddnet-discord> thankx mate ❤ 20:18 <+ddnet-discord> No problem 😄 20:18 <+ddnet-discord> <# 20:18 <+ddnet-discord> ❤ 20:18 <+ddnet-discord> i want to add more of these 20:18 <+ddnet-discord> i guess i have to give all binarys another name 20:18 <+ddnet-discord> but itz oke 20:23 <+ddnet-discord> rip