Guild icon
DDraceNetwork
Development / developer
Development discussion. Logged to https://ddnet.tw/irclogs/ Connected with DDNet's IRC channel, Matrix room and GitHub repositories — IRC: #ddnet on Quakenet | Matrix: #ddnet-developer:matrix.org GitHub: https://github.com/ddnet
Between 2017-08-10 00:00:00Z and 2017-08-11 00:00:00Z
Avatar
<Edible> latest update screwed up my controls
01:18
<Edible> or maybe it was because i had the conf file open?
01:18
<Edible> nah
01:21
<Edible> im on windows 7, kb is english US - dvorak
01:22
<Edible> it thinks its qwerty
Avatar
<deen> Edible: Well, yeah. That was expected. We use scancodes instead of respecting keyboard layouts. So that means if you install DDNet with a new config, you will have the same controls everywhere
Avatar
<Nimda> The Ultimate Rainbow by MaDLeX just released on Oldschool at 2017-08-10 17:18
Avatar
Guys, have you an idea what can cause a long establishing connection to the router via wire? I mean, after reboot computer or router, even when rebooting network card, it takes way too long (abaout 15-30minutes) to establish the connection between router and computer. Windows 10 here. Wireless works fine and also works fine with other computers
15:32
can't find answer :?
15:32
In safe mode with network connection, it works fine (edited)
Avatar
<deen> buggy driver, interfering programs
15:58
<deen> disable everything, reenable until you notice what causes it
Avatar
<Learath2> bad cable
Avatar
I checked few cables
16:12
and that cable works with another computer perfectly
16:14
Disabled all programs from autostart, any changes :/
Avatar
<deen> Learath2: but it works in safe mode
16:18
<Learath2> well i'd try taking a more radical approach
16:18
<deen> @Savander: Then the driver, I think safe mode doesn't use drivers (some/all)
Avatar
I should disable driver?
Avatar
<Learath2> windows is a bug in and of itself, try are more sane OS or atleast revert to a sane version of windows
16:19
<Learath2> try removing the driver and letting windows install the default one
Avatar
No money for mac, ineed to use adobe products
16:19
Okay, i'll try
Avatar
<Learath2> need is a strng choice of words
16:20
<Learath2> s/words/word/
Avatar
I dont see alternatives a this momebt
16:20
Maybe affinity designer
Avatar
<Learath2> there is only one i see no replacement to
16:21
<Learath2> after effects would be hell to replace
16:22
<Learath2> and i'd rather not use a computer then to use osx
Avatar
Okay, removed now restart
16:30
Meh, nothing
16:30
:/
Avatar
<grenadepro> hey deen
17:18
<grenadepro> i downloaded last ddnet source and i compiled it , somthing wrong with client.
17:19
<grenadepro> it crashed on start up
Avatar
<grenadepro> debug version have no problem (tested)
Avatar
<deen> gdb, backtrace?
Avatar
<grenadepro> windows 32bit i have
17:57
<grenadepro> i compiled last ddnet source as "CLIENT_RELEASE"
17:57
<grenadepro> compile done
17:57
<deen> you have a debugger?
17:57
<grenadepro> but client crash on startup
17:58
<deen> to check where the error happens?
17:58
<grenadepro> no
17:58
<deen> that would be the next step
17:58
<deen> what's the last output?
17:58
<deen> you can set a logfile in settings
17:58
<grenadepro> yes
17:58
<grenadepro> w8
18:01
<grenadepro> crashed seems before save any log
Avatar
are you on windows?
18:02
oh, yes windows
18:03
try from cmd ddnet.exe > file.log > a.txt 2>&1
18:03
sorry
18:03
ddnet.exe > a.txt 2>&1
Avatar
<grenadepro> i saved log from console maybe help https://pastebin.com/AnGjWAix
18:04
<grenadepro> yes im on windows
18:04
<grenadepro> ok
18:04
<deen> nothing special in there
Avatar
try my command, it will log errors as well
18:04
because, simple stream
18:04
doesn't do that.
Avatar
<deen> compiling with visual studio?
18:05
<grenadepro> yes
Avatar
you tried with redireecting errors as well?
Avatar
<grenadepro> savander i did you said but output like this https://pastebin.com/AnGjWAix
Avatar
woah, no errors
18:06
o.o
Avatar
<grenadepro> did you test last ddnet source on windows 32 ?
18:07
<grenadepro> running on windows-win32-ia32
18:08
<grenadepro> i compiled it with "CLIENT_DEBUG" compiler done its work ok
18:11
<grenadepro> cant debug it caz debug version of client work ok :S
18:11
<Learath2> grenadepro: does the debug version work outside a debugger?
18:12
<grenadepro> yes i run client(debug version) work ok
18:13
<Learath2> well idk what else we enable with debug mode but there should be a way to get just debug symbols + release version
18:19
<deen> CFLAGS=-g on *nix
Avatar
should I have exectuable binaries after cmake ..
18:20
?
18:20
or i have to do something more? 😄 Never used cmake
Avatar
<deen> cmake just generates build files
18:21
<deen> on linux you then run "make -j40"
18:21
<deen> on msvc you should get build files for visual studio
Avatar
yea, hm
18:22
okay
18:27
OK IM TRYING
18:27
😄
Avatar
WOAH, WORKING
18:58
news skill to CV,
18:58
can compile DDNet sources
18:59
and very basic usage of MSBuild
18:59
new skill *
Avatar
<deen> (if the skill is something you can get in 30 min, maybe it's not worth listing in your cv; especially if it is "compiling ddnet")
Avatar
psst. It was a joke
Avatar
<grenadepro> xD
19:20
<grenadepro> make me happy with yours skill
Avatar
thank you 😄
Avatar
"make -j40" is there a difference with make -j4 ?
Avatar
<grenadepro> ok , i downloaded 10.7.1 ddnet source and client crashed same
19:38
<deen> Ryozuki: -j is the number of jobs (commands) to run simultaneously
19:45
<deen> so if you cpu has 40 threads, -j40 will be faster
Avatar
<grenadepro_> how its possible ? i downloaded https://ddnet.tw/downloads/DDNet-10.7.1-win32.zip its work ok but i downloaded ddnet source from 10.7.1 and i compiled it and client crashed on start up
20:52
<grenadepro_> maybe caz im using vs2010 ?
Avatar
<deen> yeah, maybe
21:00
<deen> vs2010 should have a debugger
21:00
<deen> start the client with debugger and show us the backtrace
Avatar
<grenadepro_> you can just attach program from proccess ( running program )
21:11
<grenadepro_> my friend have same problem
Avatar
without details, we can't do anything i guess :/
Avatar
<grenadepro_> maybe someone else install vs2010 and test it
21:17
<grenadepro_> looooooooooooooooooool
21:17
<grenadepro_> i found the problem :D
21:17
<grenadepro_> omg
21:17
<grenadepro_> hardcore rly
21:18
<grenadepro_> no no
21:18
<grenadepro_> i was wrong :(
21:18
<grenadepro_> :@
21:19
<grenadepro_> i am on fire :@
Avatar
<grenadepro_> hope you guys solve the problem , i will follow commits, thanks every one answered.
21:27
<grenadepro_> good night
Exported 121 message(s)