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 2018-02-17 00:00:00Z and 2018-02-18 00:00:00Z
Avatar
This follows the recent change that glew, pnglite and wavpack can use the system libraries now.
Avatar
It seems like it has no community maps IP: 158.69.65.25:8241
05:46
b07ca61 Update README.md instructions for installing de... - heinrich5991 80a55d7 Merge pull request #1037 from heinrich5991/pr_d... - def-
Avatar
From DDNet discord, #general: >[1:27 PM] Michel: Is it possible to add a shadowplay like feature to, teeworlds? So you can type in a command in console and it saves like the last 30 seconds in demos? >[1:33 PM] heinrich5991: ah, that would be very nice :) >[1:33 PM] heinrich5991: I'll create an issue
Avatar
[quakenet] <heinrich5991> deen: do you have some time right now to compare our setups wrt. https://github.com/ddnet/ddnet/pull/1038
12:54
[quakenet] <heinrich5991> I do mkdir pnglite;cmake .. -DPREFER_BUNDLED_LIBS=ON;make
12:54
[quakenet] <heinrich5991> and it compiles
12:55
[quakenet] <heinrich5991> $ git rev-parse HEAD; cmake --version | head -n1
12:56
[quakenet] <heinrich5991> 73c03544b4523ebeef55b9d4032a33bddbb47e2f
12:56
[quakenet] <heinrich5991> cmake version 3.10.1
Avatar
b14370e6adae096231a3aa6821be3987c13630b2 cmake version 3.10.2
Avatar
can you try executing the exact command line that I executed, if you haven't already?
Avatar
ok
Avatar
CMake Error: The following variables are used in this project, but they are set to NOTFOUND. Please set them or make sure they are set and tested correctly in the CMake files: PNGLITE_LIBRARIES (ADVANCED)
Avatar
oh, I'm missing a cd pnglite in my command
Avatar
I did that of course ๐Ÿ˜‰
Avatar
kk ๐Ÿ˜‰
Avatar
this doesn't make sense ๐Ÿ˜ฆ
13:12
diff --git a/cmake/FindPnglite.cmake b/cmake/FindPnglite.cmake index b011a5011..7c327684e 100644 --- a/cmake/FindPnglite.cmake +++ b/cmake/FindPnglite.cmake @@ -17,7 +17,11 @@ if(NOT PREFER_BUNDLED_LIBS) mark_as_advanced(PNGLITE_LIBRARY PNGLITE_INCLUDEDIR) + message(STATUS "shouldn't happen ${PNGLITE_LIBRARY} ${PNGLITE_INCLUDEDIR}") + if(PNGLITE_LIBRARY AND PNGLITE_INCLUDEDIR) + message(STATUS "HOW??? ${PNGLITE_LIBRARY} ${PNGLITE_INCLUDEDIR}") + include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Pnglite DEFAULT_MSG PNGLITE_LIBRARY PNGLITE_INCLUDEDIR)
13:12
@deen can you apply this patch and tell me whether "shouldn't happen" appears in the output? (edited)
13:19
no additional messages
Avatar
could you post the CMakeCache.txt?
13:22
deleting that file helps
13:23
but should that be necessary?
13:23
it's not even in the build directory, right?
13:23
ah, no, even worse
13:23
cmake takes the CMakeCache.txt from src-directory if it's there, even if it builds somewhere else
13:23
sounds like a bug
13:24
stat("..", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0 getcwd("/media/ddnet/pnglite", 2048) = 21 access("/media/ddnet/CMakeCache.txt", R_OK) = -1 ENOENT (No such file or directory) access("/media/ddnet/CMakeLists.txt", R_OK) = 0 getcwd("/media/ddnet/pnglite", 2048) = 21 access("/media/ddnet/pnglite/CMakeCache.txt", R_OK) = 0 openat(AT_FDCWD, "/media/ddnet/pnglite/CMakeCache.txt", O_RDONLY) = 3
Avatar
ahh
Avatar
even before the own one
Avatar
cmake [<options>] (<path-to-source> | <path-to-existing-build>)
13:25
that's unfortunately not a bug, but a feature ๐Ÿ˜ฆ
13:26
sounds like they need a flag --really-this-is-the-source=<path-to-source>
13:26
interesting, there's also a PreLoad.cmake
Avatar
they have an undocumented flag that they refuse to document IIRC
Avatar
so when using cmake never build in the src directory I guess...
Avatar
well, it's not that bad, but you can't have other builds then
13:28
cmake -H.. -B.
13:30
-H for source directory, -B for build directory. but they explicitly don't support these flags officially
Avatar
[quakenet] <Nimda> Arcadian by Jimmy Jazz & Soapy Sandwich just released on Brutal at 2018-02-16 18:00
16:10
[quakenet] <Nimda> Quick by Deeper just released on Solo at 2018-02-10 16:30
16:10
[quakenet] <Nimda> Flux by Pulsar just released on Brutal at 2018-02-07 18:00
16:10
[quakenet] <Nimda> Dynasty by Cellegen just released on Solo at 2018-02-02 16:30
16:10
[quakenet] <Nimda> Sky Stone by Tropo just released on Moderate at 2018-01-27 16:30
16:10
[quakenet] <Nimda> Cave Fly by Im 'corneum just released on Solo at 2018-01-20 16:30
16:10
[quakenet] <Nimda> rizek by Fลˆokurka oo7 just released on Moderate at 2018-01-10 19:14
16:10
[quakenet] <Nimda> Skave by Im 'corneum just released on Brutal at 2018-01-06 16:30
16:10
[quakenet] <Nimda> Back in Time by Silex & StorะผPสœöษดix just released on Brutal at 2017-12-30 18:30
16:10
[quakenet] <Nimda> ChillDontKill by ChillerDragon just released on Brutal at 2017-12-22 18:00
16:10
[quakenet] <Nimda> Sparadrap by clefairy' just released on Solo at 2017-12-12 18:00
16:11
[quakenet] <Nimda> blur by Im 'corneum just released on Brutal at 2017-12-09 16:30
16:11
[quakenet] <Nimda> Stronghold 2 by Pipou just released on Brutal at 2017-12-02 16:00
16:11
[quakenet] <Nimda> Binary by Pulsar just released on Insane at 2017-11-18 16:30
16:11
[quakenet] <Nimda> Rope swing by Mokuz just released on Solo at 2017-11-15 18:00
16:11
[quakenet] <Nimda> Nightstar by ฮ”WฮžSฦŸฮœฮž & AmaZiinG just released on Brutal at 2017-11-05 16:30
16:11
[quakenet] <Nimda> Offpanic by Themix just released on Brutal at 2017-10-11 19:52
16:11
[quakenet] <Nimda> Sooth by Michel just released on Brutal at 2017-10-07 16:30
16:11
[quakenet] <Nimda> Stop Over 1.0 by N9mkOik just released on Solo at 2017-09-22 18:00
16:11
[quakenet] <Nimda> Guhimbarwa by maggi323 just released on Moderate at 2017-09-20 18:00
16:12
someone should fix that shit
Avatar
ChillerDragon 2018-02-17 16:13:41Z
ye pls give sp someone server access he can fix it
Avatar
I guess this is the right place to ask
16:17
But
16:17
TeeWorlds needs Rich Embed
16:17
And I'm thinking of it like
16:18
The icon could be like your Tee and it could say what server/map you are playing on
16:18
would be a nice addon to ddnet client
Avatar
what is Rich Embed?
Avatar
I also don't know the term
16:25
he means discord rich presence https://discordapp.com/rich-presence
16:25
when you click on a user to see its info you can see extra info
16:26
for example in teeworlds would be on what sv he is playing
16:26
and what map
16:26
and players
Avatar
ah for advanced stalking
Avatar
uh i dont think so
16:26
i can add u to my friend list in tw and stalk you
16:26
it changes nothing
Avatar
yes, this is the advanced version of it
Avatar
don't even have to open tw ๐Ÿ˜„
Avatar
https://ddnet.tw/status/ go here, control+f and type the name of player
16:27
u dont have to open tw happy
Avatar
but you have to type and go on a seperate website
Avatar
ChillerDragon 2018-02-17 16:31:17Z
there is this stalkee website
16:31
what was it called
Avatar
teestalker
Avatar
ChillerDragon 2018-02-17 16:32:04Z
ye?
Avatar
ChillerDragon 2018-02-17 16:32:13Z
TeeStalker provides the world with unique gaming clothing that isn't available anywhere else. Shop TeeStalker now. Open your mind
16:32
xd
16:32
whats the url?
Avatar
no one is hosting it afaik
Avatar
ChillerDragon 2018-02-17 16:32:39Z
oh .-.
Avatar
TeeStalker - Receive browser notifications for every move your Teeworlds stalkees make.
Avatar
ChillerDragon 2018-02-17 16:32:44Z
i used it some time ago
Avatar
who did you stalk
Avatar
ChillerDragon 2018-02-17 16:33:03Z
heueueueu
16:33
some1 has to host it agian
16:33
great tool
16:34
@snail your are vil lul?
16:34
evil*
Avatar
i doubt it's worth it
Avatar
ChillerDragon 2018-02-17 16:34:53Z
Avatar
y he is evil
Avatar
ChillerDragon 2018-02-17 16:35:32Z
didnt expect that
Avatar
bad stalker
Avatar
ChillerDragon 2018-02-17 16:36:39Z
Rei got haxxored .-.
16:36
@Deleted User :c
16:36
check master guiis
Avatar
@ChillerDragon hm?
Avatar
@heinrich5991 when you're there
16:49
lets private
19:16
99fe1d7 Revert "Fix bundled wavpack when system wavpack... - heinrich5991 dc9c7bd Revert "Fix bundled pnglite" - heinrich5991 73c0354 Support older wavpack versions - heinrich5991 47a99c7 Merge pull request #1038 from heinrich5991/pr_d... - def-
19:22
``` Thread 3 "DDNet" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffebfff700 (LWP 29331)] 0x00007ffff6a83767 in ?? () from /usr/lib/libwavpack.so.1 (gdb) bt #0 0x00007ffff6a83767 in ?? () from /usr/lib/libwavpack.so.1 #1 0x00007ffff6a82b71 in WavpackOpenFileInputEx64 () from /usr/lib/libwavpack.so.1 #2 0x0000555555621fc3 in CSound::DecodeWV (SampleID=0, pData=0x7fffa800b050, DataSize=25152) at /media/ddnet/src/engine/client/sound.cpp:524 #3 0x00005555...
21:08
how is this possible?
21:09
server 149.202.127.134:8309
21:09
has no ping address gametype or map and isnt listed in master?
21:09
whats going wrong?
Avatar
its in master and the info is there aswell
21:22
may be your client/internet
Avatar
ChillerDragon 2018-02-17 21:22:49Z
no its ddnet
Avatar
i mean
Avatar
ChillerDragon 2018-02-17 21:22:58Z
it can be found on status.tw and with vanilla clients
21:23
it says registerd in the master as well
Avatar
i can find it too
21:23
it is
21:23
obviously
21:23
because i see it in INTERNET
21:23
and the info from screenshot is there too
Avatar
@fokkonaut actually this isn't a problem from masters
23:58
just to see that there's 0 infos about the srv
23:59
that means you never asked the server for infos
23:59
so everything is empty
23:59
or when you just sent an info req
23:59
the server never answered
Exported 152 message(s)