IRC log for #wowace on 20130930

00:04.10quiescenso.o
00:35.14*** join/#wowace Seerah (~RyanNL@adsl-74-226-74-135.mem.bellsouth.net)
00:38.43quiescensmysticalos: and a task to restart cron if it dies too
00:52.31TalrynI assume the packager isn't working right now?
00:54.06Ressylooks like nothing's gone through since yesterday
00:54.46Ressypackager itself is fine.. the queuer thing isn't working
00:56.02Stanzillaznf: her aura's fault
00:56.15*** join/#wowace dubf (~quassel@ti0272a340-dhcp0382.bb.online.no)
01:57.03*** join/#wowace Hatraz (~Hatraz@99-60-72-175.lightspeed.frokca.sbcglobal.net)
02:16.34Reposerenity-now: 03calahil * r139  (3 files in 2 directories): *fix a lua error in the debuff module
02:16.34Repo*hide config elements when the module is disabled
02:17.37Calahilis the packager still not working?
02:19.13MysticalOSCalahil, just ping Torhal  :)
02:19.24TorhalI will cut you.
02:19.39TorhalPackager has been down for two days. I've notified them (two days ago).
02:20.02Torhalgoes back to his rudely-interrupted show.
02:23.26quiescenso.o
02:24.12quiescensgives torhal a cookie
02:24.32Torhalstabs quiescens with a chocolate chip.
02:24.34Torhalgoes back to his rudely-interrupted show.
02:24.38quiescensdies.
02:31.39Megalonsends Torhal on a trip to belize
02:31.54*** join/#wowace ShadniX| (shadnix@p5DDFC04C.dip0.t-ipconnect.de)
02:31.59Torhalwelds Megalon to Stanzilla.
02:32.01Torhalgoes back to his rudely-interrupted show.
02:32.16StanzillaWHY ME BITCH
03:21.13breserWell I finally have reproduced this stupid SetFont issue.
03:23.21quiescens\o/
03:23.26quiescensgives breser a cookie
03:24.44Primeryay
03:25.01breserIt's a race between wow's addon loading system and SharedMedia
03:25.27breserSharedMedia has the font registered, so it gives me the name of the font file.
03:25.40breserSo I do a SetFont with that.
03:26.08breserBut when I do a GetFont I get back nil and garbage data (sometime zero, sometimes random values including negative values)
03:26.20breserPresumably because the game itself hasn't found the font.
03:26.38Primersounds like they didn't initialize the pointer!
03:26.40breserIt doesn't reproduce on reloads or relogs since it only bothers to look for the files in Interface the first time.
03:26.57breserTHey probably just bail if the font isn't set and don't bother to set a size.
03:27.08breserSo yeah uninitalized value.
03:27.30breserI'd guess if you tried to do GetFont on a fresh FontString you'd have similar results with the size.
03:28.23breserYeah I'm getting back zero: nil, zero, ""
03:28.44PrimerSo one of the two isn't waiting on an event?
03:28.45breserI'd guess that I'm just getting lucky with the zero though.
03:29.06breserPrimer: The problem is other addons are registering the fonts.
03:29.27breserPrimer: The setup someone finally gave me is from a font registered by Prat.
03:29.34PrimerThen this is something that should have an event, but doesn't?
03:29.45breserI bet Prat registering the font with SharedMedia before it receives the event saying it's fully loaded.
03:30.05PrimerI run Prat
03:30.21breserThe font I'm using to reproduce this is Enigmatic.
03:30.34breserI use a custom font but I use SharedMedia_MyMedia to register it.
03:31.26breserIt doesn't wait for an event either to register the font.
03:31.44breserBut maybe I'm just getting lucky.
03:32.10PrimerPrat == sylvanaar, IIRC
03:32.14breserInterestingly, I believe if you set a non-existant font with SetFont and it shos up later it'll work right.
03:32.47breserThe problem for PB4 is I need to use GetFont to preserve the flags that are set from the Text generation system.
03:33.12breserAnyway the workaround that I made before mostly solves the problem.
03:33.35breserI just was only looking for size to be nil and it's actually can be <= 0 which breaks things too.
03:34.38*** join/#wowace Fastfire (~kjetil@253.210.251.212.customer.cdi.no)
03:55.30*** part/#wowace Seerah (~RyanNL@adsl-74-226-74-135.mem.bellsouth.net)
03:57.12Repopitbull4: 03Shefki 07anchors * v4.0.0-beta47-488-ga2cdc3b / (5 files in 3 directories): [+3 commits]
03:57.12Repoa2cdc3b: Set the permissions to match what WoW changes them to anyway.
03:57.12Repo08f1fc6: This commit should fully fix the problems people have been having with SetFont() errors.  If the font returned from GetFont is nil then use our cached font and size.  Size whenever font is nil will be an uninitialized value and so the existing fix would still throw errors when the size ended up being less than or equal to 0.
03:57.12Repod68afa3: It doesn't make sense to call GetFont on a new FontString.  The flags should not be preserved, so just set the font and size and leave the flags as "".  The AddFontString call later will set the flags properly. If the font string already exists then you want to preserve the flags.
03:57.26breserPrimer: Can you try the above. ^^
03:57.27Repopitbull4: 03Shefki 07master * v4.0.0-beta47-13-g4898944 / (2 files in 2 directories): [+2 commits]
03:57.29Repo4898944: This commit should fully fix the problems people have been having with SetFont() errors.  If the font returned from GetFont is nil then use our cached font and size.  Size whenever font is nil will be an uninitialized value and so the existing fix would still throw errors when the size ended up being less than or equal to 0.
03:57.31Repo15efe64: It doesn't make sense to call GetFont on a new FontString.  The flags should not be preserved, so just set the font and size and leave the flags as "".  The AddFontString call later will set the flags properly. If the font string already exists then you want to preserve the flags.
04:00.42KemayoGrumble grumble packager grumble.
04:05.46breserWish the package manager status actually worked.
04:10.06breserI guess the packager is broken. :(
04:21.08quiescens):
04:23.59nebula169yay no more pb errors
04:25.07quiescens\o/
04:26.30bresernebula169: You tried the git checkout?
04:26.34nebula169yea
04:26.37Primerbreser: sure
04:27.11PrimerI don't suppose you've rolled nebula169's boss patch in?
04:27.20nebula169anchors has it
04:27.39Repopitbull4: 03nebula169 06nebula169 07master * v4.0.0-beta45-90-gaa46aa2  (3 files in 3 directories): [+5 commits] (1 truncated)
04:27.41Repoaa46aa2: Merge branch 'master' of git://git.wowace.com/wow/pitbull4/mainline
04:27.41Repo4898944: This commit should fully fix the problems people have been having with SetFont() errors.  If the font returned from GetFont is nil then use our cached font and size.  Size whenever font is nil will be an uninitialized value and so the existing fix would still throw errors when the size ended up being less than or equal to 0.
04:27.41Repo15efe64: It doesn't make sense to call GetFont on a new FontString.  The flags should not be preserved, so just set the font and size and leave the flags as "".  The AddFontString call later will set the flags properly. If the font string already exists then you want to preserve the flags.
04:27.41Repo519c516: Fix some typos that were fixed on nebula1169's branch.
04:27.41nebula169suppose i can merge it in
04:27.44PrimerI'll have to move some stuff around, give me a sec
04:28.04Primeryeah, merge it in and I'll just pull yours
04:28.11Primerwould make it easier for me
04:30.03breserI'll probably merge boss frames into mainline after I get back from traveling.
04:30.33breserWhich will be the middle of October.
04:30.42breserI won't have time to chase bugs while I'm out of town.
04:33.18*** join/#wowace oscarucb1 (~oscarucb@cpe-75-180-21-9.columbus.res.rr.com)
04:40.07*** join/#wowace Bribri (~Brybry@unaffiliated/brybry)
04:41.47*** join/#wowace thealien (~thea1ien@ip70-174-113-200.hr.hr.cox.net)
04:42.57*** join/#wowace Xuerian_ (~core-q@xuerian.net)
04:43.51*** join/#wowace Dessa_ (Dessa@pKU74F0O.dip0.t-iqconnect.de)
04:47.31*** join/#wowace webturtle0 (~webturtle@d28-23-204-97.dim.wideopenwest.com)
04:52.49*** join/#wowace Affix (~Affix@delta.affix.me)
04:53.21*** join/#wowace Affix (~Affix@fedora/Affix)
05:02.00*** join/#wowace Affix (~Affix@fedora/Affix)
05:55.53*** join/#wowace RLD_osx (~RLD_osx@ip-static-94-242-213-154.as5577.net)
06:11.21*** join/#wowace Kalroth (~md@mail1.retailplanit.com)
06:23.23*** join/#wowace Antiarc (~Instantbi@ip68-109-131-126.ph.ph.cox.net)
06:23.23*** mode/#wowace [+v Antiarc] by ChanServ
06:30.26*** join/#wowace profalbert (~christoph@194-166-237-183.adsl.highway.telekom.at)
06:35.01*** join/#wowace Elkano (~elkano@WoWUIDev/WoWAce/Elkano)
06:35.01*** mode/#wowace [+v Elkano] by ChanServ
06:53.30*** join/#wowace Fijit (~fijit@tweets.plus.com)
07:09.27Reposmartres2: 03myrroddin 04Release 2.6.0 * r275 : Tagging as Release 2.6.0
07:09.27Repo- Poke for latest library files, including Ace3 /w slider fix
07:29.47Primerbreser: so far I haven't seen any font errors
07:43.18*** join/#wowace Bruners (lasseb@colargol.tihlde.org)
07:48.07*** join/#wowace zarnivoop (~stefan@host-80-252-173-142-cust.phoneranetworks.se)
07:52.02*** join/#wowace znf (~ibm86@2001:470:1f0b:83e:20b:6aff:fe57:4d0f)
07:56.58*** join/#wowace sylvanaar_ (~quassel@pdpc/supporter/active/sylvanaar)
08:06.24*** join/#wowace Dessa_ (Dessa@kvirc/staff/Dessa)
08:08.56*** join/#wowace Takika (~taki@alkoholista.hu)
08:30.43Reposerenity-now: 03calahil * r140  (2 files in 2 directories):
08:30.43Repo*added a check for Ascendance when creating the cooldown bar to make sure every shaman cd bar is checking  derp
08:30.43Repo*forgot the db check to see if the raid buffs should be announced on ready check
08:31.47Reposerenity-now: 03calahil 041.63 * r141 : *tagged 1.63*
08:43.55*** join/#wowace profalbert_ (~christoph@194-166-237-183.adsl.highway.telekom.at)
08:45.07*** join/#wowace Affix_ (~Affix@fedora/Affix)
09:00.32StanzillaHELLO
09:02.47*** join/#wowace RLD_osx (~RLD_osx@24-182-109-17.dhcp.ftwo.tx.charter.com)
09:03.48ashemedaimorn Stanzilla
09:11.40*** join/#wowace stolenlegacy (~stolenleg@unaffiliated/stolenlegacy)
09:17.24Timmehohai
09:18.29*** join/#wowace EthanCentaurai (~Adium@host-92-24-185-20.ppp.as43234.net)
09:18.42EthanCentauraigood morning!
09:18.46ashemedaimorn EthanCentaurai
09:21.40Timmehmorning
09:31.07*** join/#wowace Truth (~Truth@81-234-206-139-no118.tbcn.telia.com)
10:17.08ashemedaiYay for finding bugs.
10:17.27ashemedaiMore yay for finding 100% repro cases.
10:17.56quiescenso.o
10:18.03ashemedaiOHAI quiescens
10:18.16quiescensbetter not to find any bugs at all
10:18.17quiescens\o/
10:18.22quiescensgives ashemedai a cookie
10:18.25ashemedaiquiescens: It's my superpower :(
10:18.40ashemedaiI tend to find weird bugs/edge cases.
10:18.54ashemedaiSucks at work too, colleagues all happy with code and I break it within a few minutes
10:19.15quiescensis that like the superpower where you have super hearing but can't pick what to hear?
10:19.51ashemedaiHaha, yes, something like that. :)
10:20.07ashemedaiSpeaking of superpowers, Marvel's Agents of S.H.I.E.L.D. was decent with ep1
10:20.14quiescensit was
10:20.35ashemedaiFunny they continued on from where Avengers ended, nice to hear the references.
10:21.51quiescensi have to admit it feels slightly like heroes at the moment
10:21.53quiescenslol
10:23.21ashemedaiHaha, which is not necessarily a bad thing.
10:23.30ashemedaiJust hope it doesn't go all heroes on us though.
10:23.34ashemedaiWhich would be a bad thing.
10:23.44quiescensheroes got silly
10:25.28ashemedaiVery much so, unfortunately.
10:25.42ashemedaiThat series had quite a bit of potential.
10:27.44ashemedai'ere we go http://www.wowace.com/addons/shadowed-unit-frames/tickets/650-error-when-adjusting-player-frame-coordinates/
10:27.53quiescensi don't know how i would describe what happened to heroes
10:28.11ashemedaiquiescens: Jumping a wall 10 sharks high?
10:28.38quiescensyeah but usually that sort of thing is like, a show vaguely gets worse
10:28.43quiescensheroes felt like it just fell off a cliff
10:28.48ashemedaiHaha
10:28.54ashemedaiTrue true
10:29.23ashemedaiI wonder, btw, if Joss Whedon got the SHIELD production job due to his Dollhouse series stuff
10:29.24quiescenslike, you came back to start watching the next season and suddenly had no idea what was going on, everyone had randomly switched sides
10:29.52ashemedaiI think the writers were overwhelmed by their own success and never thought far ahead?
10:30.16ashemedaiJust like how Lost lost it at the end as well
10:30.42quiescensi kind of didn't watch lost so i wouldn't know
10:30.46ashemedaiIf only Jericho got a real season 2 or season 3 even. *sniff*
10:30.59quiescensbut yeah, that is probably how i would put it for heroes
10:31.12quiescensit wasn't the classic jumping the shark where it sort of just "wasn't as good any more"
10:31.25ashemedaiNo cliffhangers, cliff jumpers
10:31.30ashemedaiXD
10:31.44quiescensit was more that i suddenly completely lost any sense of what was going on
10:31.50ashemedaiAlso, Arrow so far has impressed me, decent show as well.
10:32.01quiescensdid heroes do a timeskippy bit?
10:32.10quiescensthat was probably where it happened
10:32.15ashemedaiMmmm, in some ways. Hiro was the time guy
10:32.22ashemedaiThey messed with time shifting a lot.
10:32.25quiescensi mean, between one season and the next
10:32.37ashemedaiMmm, can't remember, need to check.
10:33.22ashemedaiSays enough really: https://en.wikipedia.org/wiki/File:Heroes_U.S._viewers.svg  :)
10:38.05ashemedaimmm, laying out your UI is OCD business
10:38.15quiescensi guess its one of the risks of being relatively unconventional
10:38.33quiescensrather than the traditional "heroes fight villains" thing
10:39.15quiescensit pretty much drastically changed its story format from season to season
10:39.20*** join/#wowace TNSe (~evil@ti0042a380-dhcp1697.bb.online.no)
10:39.36quiescensashemedai: solution, use the default ui!
10:39.45ashemedaiquiescens: *cringe*
10:40.15*** join/#wowace vhaarr (~Rabbit@ti0013a380-dhcp2435.bb.online.no)
10:40.15*** join/#wowace vhaarr (~Rabbit@WoWUIDev/WoWAce/Rabbit/vhaarr)
10:40.15*** mode/#wowace [+o vhaarr] by ChanServ
10:40.22ashemedaiit's just funny how some UI elements use bottom center of their block to base X/Y offsets of, whereas others use top-left as their 0,0 point.
10:40.34ashemedaiMakes reusing offsets "fun" :)
10:42.39quiescens\o/
10:42.46acethebunnyi wish bagnon used a non-changing anchor
10:42.53acethebunnyWHY IS MY NAME WRONG EVERYFUCKING WHERE
10:43.02ashemedaiHeh
10:43.26ashemedaiBagnon doesn't use the standard anchors?
10:43.28quiescensyou probably change it to acethebunny whenever you think you won't notice
10:43.34Sintacksthe only network it was right on is BTN's
10:43.45Sintacksashemedai, it changes depending on where it is for some reason
10:43.50ashemedaieep
10:43.52Sintacksand how big
10:43.54Sintacksor something
10:43.55ashemedaiBad news for us OCDers
10:44.13quiescenssome addons probably try to be special and anchor to the closest corner
10:44.29Sintacksyeah. that's what i think it does
10:44.32Sintackswhich is fine
10:44.38ashemedaiquiescens: As in screen/viewport corner?
10:44.38Sintacksunless you want to show bags so you can move one or something
10:44.44Sintacksand then it just goes app shit and moves when it was locked
10:44.53Sintacksape(
10:44.54Sintacksape8
10:44.55Sintacksfjioasdg
10:44.59ashemedaichuckles
10:45.50Sintacksoh god. it's being even worse
10:46.04Sintacksk. bags button not pressed: http://i.imgur.com/vL2RZhe.png
10:46.51Sintacksbags button pressed. bag frame moves up and down (anchored to middle/right) http://i.imgur.com/UrURxEr.png
10:47.28ashemedaiDefinitely not vert center aligned. Weird behaviour
10:48.02Sintacksand it does even weirder shit if you leave the bags buttons shown and close it and open it back up
10:48.20Sintackshttp://i.imgur.com/Qfkgk41.png
10:48.27Sintacksnotice how it's now not where it was before
10:48.35Sintacksthe frame is still locked. ic an't move it :|
10:48.44Sintacksso i have to go back into the settings, unlock it, move it where i want it, relock it
10:48.49Sintacksand never press that button again
10:49.01Sintacksso because of that shit, i just leave them unlocked and acidenlty move them all the tiem
10:49.50ashemedaiThat's annoying as heck
10:50.33Reporeforgelite: 03iroared * r112  (6 files in 1 directory): 1.34
10:51.25Sintacksso is Kroshik...
10:51.34Sintacksbecome a baby already you bastard child
10:51.43Reporeforgelite: 03iroared 04v1.34 * r113 : Tagging as v1.34
10:52.55Sintacksgot windows reinstalled on mom's computer. still installing programs and getting it back to normal
10:53.00Sintacksneed to do the same with my brother's
10:53.03Sintacksbut i don't wanna
10:53.07Sintackscuz i fucking hate installing windows
10:53.51Timmehand it takes sooo loooonnggg
10:54.07TimmehI reinstalled Windows on my computer this weekend (after I broke it >_>)
10:54.40Timmeh(which was ridiculous as well.. the Windows DVD told me it's "not compatible with the currently installed version" and to "please try a DVD that is compatible with the installed version" to try and repair the bootloader)
10:55.02Timmehit was the same DVD I installed it with!
10:55.07ashemedaio_O
10:55.38Timmehmy thoughts exactly
10:56.05ashemedaiThat's peculiar indeed.
10:56.32oscarucb1service pack ftl?
10:56.58Timmehunsure, I had broken the bootloader in the past (I should actually figure out how to prevent that, rather than just breaking it and repairing it) and it repaired fine
10:57.32Sintacksyou're the only person i know of that's from acherus o>O
10:57.46TimmehSintacks: I think so
10:57.50TimmehRNG FTW!
10:57.51Timmehoh wait.
10:59.33Reporaid_checklist: 03anyia3 045.4.0.0 * r221 : No issues raised with 5.4.0.0beta1, tagging as 5.4.0.0
11:06.48Funkeh`I installed 8.1 on gf's computer the weekend
11:06.52Funkeh`took about 8 min
11:07.01Timmehah, I was installing Windows 7
11:07.19Funkeh`from what, a DVD?
11:07.24Timmehyis
11:07.42Funkeh`make a USB isntaller
11:08.11Timmehfor Windows 8.1 I'd have to find myself a version with an eye patch and a wooden leg, I'm up for suggestions if anyone has some :-P I wouldn't mind trying it out
11:08.32Funkeh`should have bought it durig the initial fire sale silly
11:08.42TimmehI should've
11:09.04Timmehbut the only reason I currently use Windows is for Dota 2 anyway >_>
11:09.17Funkeh`dota2 is cross platform..?
11:09.23TimmehWoW runs perfectly on Wine, but Dota 2 has a horrible frame rate on Linux
11:09.29Timmehat least for me
11:10.38Timmehmaybe I should try the Windows version on Wine, instead of the native one, but that'd be weird :-P
11:12.52TimmehI heard more complaints about Dota 2's performance on Linux, so maybe they just still have some work to do
11:13.06Timmehbut yea, since I never used Windows at the time, I didn't bother
11:24.15quiescensmoo
11:24.59Timmehμ
11:56.46Sintackscopying D3 and GW2's giant .dat file from my computer to my mom's is killing my network :|\
12:02.25Stanzilladon't let your mom play
12:03.35Sintackslol
12:09.33*** join/#wowace VTLob (~VTLob@146-52-107-98-dynip.superkabel.de)
12:10.34*** join/#wowace Adirelle[work] (~Adirelle@195.221.112.210)
12:11.26Adirelle[work]Stanzilla, is there any documentation about WeakAuras 2 Region API ?
12:12.25StanzillaAdirelle: same as 1
12:12.47StanzillaAdirelle[work]: ^
12:13.13Adirelle[work]Stanzilla, which means ? (beside you seems to have only one eyebrow)
12:13.22Stanzilla:D
12:14.12StanzillaAdirelle[work]: if it is not here http://www.wowace.com/addons/weakauras/pages/ or in the files then no
12:14.12Sintacksstill wtb my suggestion for combatlog event spell cast start/fail/success via spell ID :|
12:14.20StanzillaSintacks: patches welcome
12:14.31SintacksI don't know what the fuck that code is
12:14.42Stanzillasame here
12:14.43Stanzilla:D
12:14.53Sintacksthen why the hell are you the maintainer
12:15.06Adirelle[work]^^
12:15.15Sintacksalso, weak auras 2 is annoying
12:15.17Stanzillabeing maintainer does not mean you can fix everything
12:15.20Stanzillajust something
12:15.25Sintackscuz people are being dicks and not switching and bitching about not being able to import my auras
12:15.46Stanzillatheir loss
12:16.09Sintacksso what's the bloody point of WA2 that's just the same addon
12:16.10Sintacks:|
12:17.01Stanzillalong story short, WA2 is what we contribute to, WA1 is not
12:22.37*** join/#wowace bluspacecow (~bluspacec@121.99.88.25)
12:25.42ashemedaibluspacer
12:32.07bluspacecowoh hai
12:33.34HumbedoohBluMourningCow: what are you mourning? :o
12:33.44BluMourningCowDeath in the family
12:33.51Humbedooh:( sorry to hear that
12:43.41ashemedaiBluMourningCow: Ouch, condoleances.
12:44.24StanzillaBluMourningCow: :(
12:51.44znfsorry to hear that, BluMourningCow :(
13:03.17ashemedaiMmm, does Skada allow some absolute positioning by chance? Guess I could always mess with the SavedVariables file as a last resort
13:04.13Stanzillano
13:04.20ashemedaiCrud
13:04.37ashemedaiSo much for pixel positioning via the client.
13:07.57ashemedaiWell, that was easier than I thought.
13:08.12znfwhat day is today?
13:08.16znfoh, monday
13:08.19ashemedai:)
13:08.23znfremembers he has a calendar on his pc
13:08.56ashemedai:)
13:09.12ashemedaisame as calculations, computers are made for that, yet we tend to grab a stand-alone calculator ;)
13:10.17*** join/#wowace Ressy (~resa1983@WoWUIDev/WoWAce/ARL/Ressy)
13:10.42znfgeez
13:10.45znfit's tuesday not monday
13:11.10ashemedaiMaybe in Australia already yea
13:11.25ashemedaiNot sure where you are :)
13:11.34Funkeh`the moon
13:11.38ashemedaiFunkeh`: Heh
13:11.43znfthe fuck have I been drinking
13:11.51Funkeh`exactly
13:11.56ashemedaiFunkeh`: Wonder what time a moonbase will keep.
13:15.18StanzillaI want to dance with a Funkeh` dude
13:15.33mitch0ashemedai: CST
13:16.38ashemedaimitch0: heh
13:16.49ashemedaiI'd sooner expect UTC :P
13:17.57Repotradeskill-info: 03ethancentaurai * r600 TradeskillInfo.lua: Activate in-game dataminer.
13:19.02Repotradeskill-info: 03ethancentaurai * r601  (2 files in 2 directories): Bump Interface number for Patch 5.4.
13:22.22Stanzillasadly nobody will get this :<
13:23.11*** join/#wowace quiescens (~quiescens@ppp118-209-119-203.lns20.mel4.internode.on.net)
13:24.12znfStanzilla, what's this Widevine thingie in Chrome?
13:24.28znf"description": "Widevine Content Decryption Module",
13:24.49Stanzillahtml drm
13:24.55quiescenso.o
13:24.56znfboo
13:25.20quiescensgoto sleep
13:25.45znfI just woke up
13:26.33quiescensexcuses
13:39.33BluMourningCowherro quiescens
13:39.54quiescenswhat you mourningcow?
13:40.06quiescensgivs blu a cookie
13:40.40BluMourningCowdeath in the family quiescens
13:40.46quiescens):
13:51.19Repobig-wigs: 03funkydude * r11285  (9 files in 2 directories): Malkorok: add say for displaced energy, cleanups
14:03.18*** join/#wowace Xinhuan (~xinhuan@WoWUIDev/WoWAce/xinhuan)
14:03.18*** mode/#wowace [+v Xinhuan] by ChanServ
14:07.13Repobig-wigs: 03funkydude * r11286 / (14 files in 9 directories): cleanups
14:19.36Repobig-wigs: 03funkydude * r11287 SiegeOfOrgrimmar/TheFallenProtectors.lua: TheFallenProtectors: add say for corrupted brew.
14:34.23*** join/#wowace Jitta (Jitta@91-65-41-88-dynip.superkabel.de)
14:41.19*** join/#wowace oscarucb (~oscarucb@cpe-75-180-21-9.columbus.res.rr.com)
14:41.50*** join/#wowace Mihau (~Mihau@76.164.170.2)
14:52.29Repobig-wigs: 03funkydude * r11288 SiegeOfOrgrimmar/ShaOfPride.lua: ShaOfPride: add sound for DPS when a big add is spawning.
14:54.08*** join/#wowace profalbert (~christoph@194-166-237-183.adsl.highway.telekom.at)
14:57.46Repobig-wigs: 03funkydude * r11289 SiegeOfOrgrimmar/Galakras.lua: Galakras: add sound for crushers call
15:00.17*** join/#wowace Kalroth (~MD@d40aa8cc.rev.stofanet.dk)
15:20.09*** join/#wowace znf (~ibm86@2001:470:1f0b:83e:20b:6aff:fe57:4d0f)
15:25.48*** join/#wowace Chosi (osxchosi@choseh.de)
15:49.32*** join/#wowace newUser1234 (~newUser@c-71-56-122-148.hsd1.ga.comcast.net)
16:00.35*** join/#wowace haste (haste@zelda.ixo.no)
16:03.18*** join/#wowace Telshin (~textual@76.164.170.2)
16:24.38*** join/#wowace newUser1234 (~newUser@c-71-56-122-148.hsd1.ga.comcast.net)
16:28.22*** join/#wowace Adirelle (~Adirelle@2a01:e35:2eb9:63c0:e177:f420:6797:7e38)
16:29.22Repobig-wigs: 03funkydude * r11290 Locales/common.enUS.lua: "add" and "adds" common locale entries.
16:30.16*** join/#wowace Talryn (~Talryn@unaffiliated/talryn)
16:30.16*** join/#wowace Adirelle[work] (~Adirelle@195.221.112.210)
16:31.47Repopitbull4: 03Shefki 04v4.0.0-beta48 * e12b815 /: [new tag] Tagging as v4.0.0-beta48
16:48.33Funkeh`does it have bossframes yet
16:56.36quiescensdon't do it!
17:09.48breserFunkeh`: Not in that branch.
17:14.30breserI guess the packager is busted again.
17:16.17EthanCentauraiit was working?
17:16.49breserIt packaged an alpha around 9 hours ago.
17:22.19EthanCentauraiI find it very sad that the old servers worked better than this
17:22.40breserHonestly the packager has always been flakey
17:30.28TorhalNot to this degree.
17:30.37TorhalThe sad part is, the packager isn't actually the issue now.
17:34.22EthanCentauraiyou assume I was moaning about the packager :P
17:34.34EthanCentauraiI'm not oscarucb
17:35.01Torhallol
17:35.29breserTorhal: Storage?
17:36.01Torhalbreser: The task worker that gets the packager started is the new culprit.
17:36.13TorhalSomething Sysops has to fix.
17:36.48TorhalProblem is, they're concentrating on our datacenter at the moment.
17:41.53*** join/#wowace Yoshimo (~Miranda@aftr-88-217-180-21.dynamic.mnet-online.de)
17:41.53*** join/#wowace Yoshimo (~Miranda@unaffiliated/yoshimo)
17:50.30*** join/#wowace haste (haste@fyl.la)
18:08.15Repobig-wigs: 03Dynaletik * r11291 SiegeOfOrgrimmar/Locales/deDE.lua: - deDE update
18:16.29*** join/#wowace oscarucb1 (~oscarucb@cpe-75-180-21-9.columbus.res.rr.com)
18:17.40ashemedaiTorhal! :D
18:17.55Gnarfoztask worker? :O
18:18.07MysticalOShaha, it was working great last night for about 2 hours
18:18.09Gnarfozwhat kind of setup is this, I'm curious
18:18.10MysticalOSthen crapped out again
18:18.19ashemedaiEarlier today it packaged as well
18:18.30ashemedaiAt least I received updates to packages until early afternoon
18:18.45Gnarfozyeah I got several updates via CC before raid today
18:19.12MysticalOSmake a task that restarts the task manager when it stops working. and then add a task that restarts the task that restarts the task manager for redundancy
18:19.30Gnarfozalso, 0 0 * * * reboot
18:19.31TorhalGnarfoz: Worker threads. Apparently there's one for specific tasks.
18:19.35TorhalI really don't know.
18:19.40TorhalIt isn't a cronjob, though.
18:19.43GnarfozTorhal: "worker threads" is just a random buzzword without context, hehe
18:19.51Gnarfozbut I can dig you don't know
18:19.57TorhalThere's a cronjob to restart the packager itself since it leaks file descriptors.
18:20.01Gnarfozlol
18:20.02Gnarfoznice
18:20.03MysticalOSwe know it's a win 95 box, don't try to hide it
18:20.07Gnarfozthey thought of everything!
18:20.09Gnarfoz:D
18:20.11TorhalActually Ubuntu.
18:20.14Gnarfozwith kvm
18:20.19Gnarfozwhich runs a win95 vm
18:20.21Gnarfoz:D
18:20.31Gnarfozand the ubuntu "box" is actually a vmware vm
18:20.42Gnarfozsprinkles some more craziness on top
18:21.49breserTorhal: Really file descriptor leaks.  Ugh.
18:22.41Torhalbreser: ckk strikes again.
18:23.39TorhalThat's what was killing it all the time. After a couple of weeks, it used them up. During patches? Used within hours.
18:30.53*** join/#wowace newUser1234 (~newUser@c-67-191-157-163.hsd1.ga.comcast.net)
18:35.58breserTorhal: What's it written in?
18:36.13TorhalPython.
18:43.02breserI can't imagine tracking down file handle leaks should be too bad in Python.
18:43.13AdirelleI don't how to leak file descriptors, especially in Python
18:45.30breserAdirelle: Could be in a C extension that it's using.
18:45.38Adirellebreser, likely
18:45.45breserAdirelle: I'd guess the packager uses some since it has to handle compressed files.
18:46.02breserActually, I wonder if it uses the Subversion Python Bindings.
18:46.13breserOld versions of the bindings had file handle leaks in it from the file stream code.
18:47.27breserlsof to figure out what the file handles are for ought to help a lot in figuring out where it's leaking them.
18:54.13Gnarfozbreser: that would mean someone having the time to sit down and have a talk with it
18:54.22Gnarfoz(or probably rewrite it since that might be quicker ;p)
18:55.13breserI've found that rewrites rarely are as easy as they seem.  You always break things and end up debugging them.
18:55.39breserNevermind when you have bugs that people have started to depend on.
18:57.16Humbedoohblames java, just 'cause it's convenient
18:58.25Humbedoohalso converts Torhal to a git mirror of a subversion repository
18:58.26breserI'd rather not talk about how many times I've chased file handle leaks in Java code.
18:59.28Humbedoohyes, that does seem to happen a lot
19:01.18TorhalThere's actually a new (not rewrite) packager in the works.
19:01.25TorhalGround-up stuff.
19:02.25breserTorhal: Compatable with the .pkgconfig or something new?
19:03.30TorhalIt'll use .pkgmeta - but work better. Right now you can't tell it to ignore things reliably.
19:04.05*** join/#wowace pompy (~Mike@c-50-166-85-212.hsd1.nj.comcast.net)
19:04.35TorhalLike, you tell it to include LibStub - it pulls everything in, even the test stuff. If you slap that in the ignore directive, it's still packaged.
19:04.41TorhalNew one ignores it.
19:05.10Repoka_raid-tracker: 03celess * r406  (2 files in 2 directories): - lib updates
19:05.11Repo- added boss name
19:06.14Repoka_raid-tracker: 03celess 042.4.41 * r407 : - release
19:06.15Repo- may fix one or both of missing boss kills
19:06.44EthanCentaurai~seen ckknight
19:06.50purlckknight <~ckknight@c-68-62-172-239.hsd1.al.comcast.net> was last seen on IRC in channel #wowace, 530d 23h 8m 34s ago, saying: 'wasn't it rewritten since I left Curse?'.
19:06.50Repohellbender-dkp: 03celess * r152 HellbenderDKP.toc: - lib updates
19:07.19Repohellbender-dkp: 03celess 042.4.20 * r153 : - release
19:18.25Gnarfozisn't that the definition of rewrite
19:18.31Gnarfozsomething new to fulfill the function of the old?
19:18.51GnarfozI don't seem to recall "rewrite" necessarily implying it reuses old stuff, or mirrors old bugs :D
19:19.01MysticalOSi guess someone queued another round of packaging?
19:19.12GnarfozMysticalOS: package ALL the things!
19:19.23MysticalOSit'll try, but it'll break within the hour
19:19.24MysticalOS:)
19:19.28Gnarfoznooooo
19:19.46EthanCentauraipackages quiescens.
19:19.51Gnarfozdies
19:19.53MysticalOSquick, while it's working, update npcscan
19:19.55MysticalOS:)
19:28.50*** join/#wowace webturtle0 (~webturtle@d28-23-204-97.dim.wideopenwest.com)
19:44.55Ressylol
19:53.47*** join/#wowace profalbert (~christoph@194-166-237-183.adsl.highway.telekom.at)
19:57.33*** join/#wowace TGiFallen (~TGiFallen@69.17.183.175)
19:57.51TorhalMysticalOS: S'ok. I've been given access to manually restart the task worker.
19:58.08TorhalAnd, just because; fuck off. :D
19:58.53Humbedoohrecreates the last episode of breaking bad with Torhal as Walt
19:59.12TorhalHumbedooh: I haven't watched the second half of the season yet.
19:59.19HumbedoohTorhal: you should! it's good
19:59.28HumbedoohI shalln't spoil it for you then
20:00.43TorhalHumbedooh: I'd been saving 'em up so my GF and I can marathon 'em.
20:00.53Humbedoohgood idea
20:04.46*** join/#wowace Megalon (~Starfox@80-123-4-12.adsl.highway.telekom.at)
20:18.19winksomehow "noodle up and we're ready to go" doesn't sound right
20:21.27Repobad-boy: 03funkydude 04v12.047 * r1174 : Tagging as v12.047
20:33.46*** join/#wowace Calahil (Calahil@c-71-202-146-129.hsd1.ca.comcast.net)
20:34.25Stanzilladat amaranda overload in wowuidev
20:37.22TorhalStanzilla: This is why the throat-punch was invented.
20:38.29Stanzillayeh
20:46.26Repobig-wigs: 03funkydude * r11292  (12 files in 2 directories): Move the Plugins/Statistics module localization to WoWAce.
20:51.30*** join/#wowace Dotted^ (Dotted@x1-6-24-76-7d-9e-01-da.k920.webspeed.dk)
20:54.13Gnarfozwheee, it's deaded
20:54.47TorhalGnarfoz: What is?
20:55.03Funkeh`garrosh
20:55.09TorhalAh
20:55.18TorhalWas going to say "Not the packager!"
20:55.32Gnarfozthat'd have been correct, too :D
20:55.33Funkeh`heh
20:55.43TorhalNope, and even if it were I can fix it now.
20:55.51Funkeh`say whaaaaat
20:55.53Gnarfozfeels kinda good, doesn't it
20:55.56TorhalYes.
20:55.58Gnarfoz:D
20:55.59TorhalMore than kinda.
20:56.02Funkeh`whaaaaaaaaaaaaaaaaaaaat
20:56.06Gnarfozwaaaaat? :D
20:56.27StanzillaTorhal: what did they do that you can fix it now?
20:56.31Funkeh`a wand
20:56.32Stanzillaalso gz Gnarfoz
20:56.38TorhalI was given access to the machine so I can manually restart the task worker until they get the time to figure out what the issue with it is.
20:56.38Gnarfozhrm, we are kinda confused, we assumed you get one guaranteed heirloom weapon on first kill
20:56.42Gnarfozbut I guess we misunderstood
20:56.53Stanzillanice Torhal
20:56.54Gnarfozwheee Torhal is DA MAN
20:57.00TorhalHah
20:57.09Gnarfozoh and I actually read "and even if it were, I can't fix it now" - and my response was worded for that
20:57.15GnarfozI guess it works both ways ;p
20:57.27TorhalAhahaa
20:57.38TorhalExcept for the "waaaaat? :D" part
20:57.48Stanzilladat bf4 preload is so slow
20:57.52Stanzillawtb faster internetz
20:58.13Funkeh`did it in 20 min :[
20:58.15Funkeh`was pretty slow
20:58.22Stanzilla:/
20:58.23Stanzillafuck you
20:58.26Funkeh`:D
20:58.32Stanzilla1.4MB/s
20:58.34Stanzillaok?
20:58.35Stanzilla1.4
20:58.46Funkeh`4.3 I think it was going at
20:59.06Stanzilladid you get the new nvidia drivers for it, too?
20:59.19Funkeh`no I'm still on ATI
20:59.25Funkeh`probably until next year when I rebuild
20:59.30Stanzilla@CatalystCreator: AMD Catalyst 13.10 Beta V2 For Windows (Desktop and Mobile) is out:  http://t.co/xbUQlOKqT9
20:59.34Stanzilla3min ago
21:01.01Funkeh`"includes a 32bit single gpu profile"
21:01.08Funkeh`pretty sure the preload is 64?
21:01.13Stanzillait is
21:01.29znfI still don't get the whole deal with GPU profiles and stuff :-/
21:01.30Funkeh`so in other words that driver is pointless
21:01.57Stanzillahas bugfixes I guess
21:01.59Stanzillabut meh
21:02.13Stanzillaalso I hate the fact that mantle is AMD only so far
21:02.32Funkeh`no one uses it so
21:02.45StanzillaDICE does
21:02.56Stanzillaand many good games are/will be based on Frostbite 3
21:02.58Stanzillaso yeah
21:03.06Funkeh`their release won't support it, they said it will come in a later patch
21:03.08Funkeh`so months away
21:03.14Stanzillastill
21:03.17Stanzillait's a good thing
21:03.23Stanzillathat will be used in the future
21:03.41Funkeh`I mean that's plenty of time for nv to pick it up if it isn't proprietory
21:03.46Stanzillayeah
21:03.49Stanzillahopefully isn't
21:03.50Stanzillabtw http://googledrive.blogspot.de/2013/09/content-color-updated-look-for-docs.html
21:10.49winkgz Gnarfoz
21:11.00Gnarfozwink: ty
21:11.04winkwe just got Thok down \o/
21:11.12wink2 more. hopefully next week
21:11.20Stanzillagz
21:11.27StanzillaGnarfoz: we might go for garrosh again tonight
21:11.31Gnarfozhave fun
21:11.42Stanzillamaybe
21:11.45Gnarfozhehe
21:13.21StanzillaGnarfoz: do you use that vehicle stuff on him?
21:13.26Stanzillathose rollers
21:13.29Gnarfoznope
21:13.38Stanzillado you know what they do?
21:13.57Gnarfozhuge damage + knockback on impact
21:14.16Gnarfozand aoe fire damage, that scales with how far away from where it hits the wall you are
21:14.46Stanzillaand damages the adds I guess
21:15.14Gnarfozthe impact, yeah
21:15.21Gnarfozthe direct impact, I mean
21:15.46Stanzillameh
21:15.50Gnarfoznot sure if the "hits the wall" dmg hits the adds
21:15.52Stanzillabetter play without them for safety
21:15.57Gnarfozyeah
21:16.00Gnarfozand they're not really necessary
21:16.33Stanzillayeah our dmg is fine, just were too tired and died to swirly adds
21:18.11*** join/#wowace [Wobin] (~quassel@203-214-77-140.dyn.iinet.net.au)
21:18.11*** mode/#wowace [+v [Wobin]] by ChanServ
21:45.41GnarfozStanzilla: btw, we got the Iron Star achievement without ever using one
21:45.46Gnarfozbuggy shit ftw
21:46.45Stanzillanice
21:49.50*** join/#wowace Adirelle[work] (~Adirelle@195.221.112.210)
22:05.07*** join/#wowace Ressy (~Ressy@WoWUIDev/WoWAce/ARL/Ressy)
22:11.20*** join/#wowace ajmitch (ajmitch@ubuntu/member/ajmitch)
22:20.59znfdid they change something to macros this patch?
22:32.19Gnarfozlike what?
22:42.41znfGnarfoz, nothing, one of my macros wasn't working for some reasons
22:44.56*** join/#wowace TradeMark (~trademark@c-24-22-242-118.hsd1.wa.comcast.net)
22:52.15quiescens!~...
22:53.43*** join/#wowace quiescens (~quiescens@ppp118-209-119-203.lns20.mel4.internode.on.net)
22:55.43GnarfozStanzilla: apparently, the counter for the achievement doesn't reset between kills, so we accrued the 18 necessary kills during some of our wipes
22:56.06Stanzillacool
23:00.45*** join/#wowace Megalon (~Starfox@80-123-4-12.adsl.highway.telekom.at)
23:02.45*** join/#wowace spode (~spode@h-222-47.a258.priv.bahnhof.se)
23:04.55harlso.. my lvl 53 mage can obviously mount flyable-only mounts when he's underwater..
23:05.03harlcheers.. hic..
23:06.12Stanzillathats a 5.4 change, yes
23:08.14harlbecause diving is so much like flying ;D
23:08.25*** join/#wowace quiescens (~quiescens@ppp118-209-119-203.lns20.mel4.internode.on.net)
23:09.12*** join/#wowace pentium166 (~pentium16@206-248-184-225.dsl.teksavvy.com)
23:10.45Stanzillacya world server
23:11.00quiescenso/
23:11.06quiescenswhat did you do to it?
23:11.20znftime to check up ownedcore for exploits
23:11.30harlworld server - where are thee..
23:12.21silentiumso it's not just me
23:12.54silentiumsomeone should tell Blizzard that it's neither wednesday nor 2:30 yet
23:13.43harlit's not even full moon
23:13.57quiescensbecause its morning o.o
23:14.17silentiumah, world server is back
23:14.18harlno reason for a server to go rawr
23:20.24Repobig-wigs: 03funkydude * r11293  (11 files in 2 directories): Move more plugin translations to wowace.
23:28.10StanzillaFunkeh`: it's Wowace not WoWAce btw :D
23:28.17Stanzillaerr
23:28.19StanzillaWowAce
23:29.25Repoxloot: 03Xuerian 04z14-release * 9e90a16 /: [new tag] Ease tweaking Masque skins, adjust option panel loading
23:29.25Repoxloot: 03Xuerian 07master * z14-release  (4 files in 2 directories): [+2 commits]
23:29.26Repo0456483: Changes to options panel loading
23:29.28Repob20283d: Split skin tweaks out into separate file, add tweaks for Darion
23:29.44*** join/#wowace quiescens (~quiescens@ppp118-209-119-203.lns20.mel4.internode.on.net)
23:34.26*** join/#wowace Funkeh` (~Funkeh`@WoWUIDev/WoWAce/Ace3/BigWigs/funkeh)
23:34.26*** mode/#wowace [+o Funkeh`] by ChanServ
23:46.42harlprowess
23:47.35quiescenslies
23:48.01harlintersexuality
23:53.52*** join/#wowace ashemedai (asmodai@freebsd/developer/asmodai)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.