ChanServ changed the topic of #haiku to: Open-source operating system that specifically targets personal computing. | https://haiku-os.org | Nightlies: https://download.haiku-os.org | Bugtracker: https://dev.haiku-os.org | SCM: https://git.haiku-os.org/ | Logs: https://oftc.irclog.whitequark.org/haiku | Matrix: #haiku:matrix.org | XMPP: #haiku%irc.oftc.net@irc.jabberfr.org
bitigchi has quit [Ping timeout: 480 seconds]
dby has joined #haiku
gouchi has quit [Remote host closed the connection]
Kokito has quit [Quit: Vision[]: i've been blurred!]
ablyss has joined #haiku
Jupp_S has quit [Remote host closed the connection]
HaikuUser has joined #haiku
HaikuUser has quit []
rennj has quit [Quit: Leaving]
bitigchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
rennj has joined #haiku
KapiX has quit [Quit: KapiX]
vdamewood has quit [Quit: My MacBook Pro has gone to sleep. ZZZzzz…]
bitigchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
HaikuUser has joined #haiku
HaikuUser has quit []
AlaskanEmily has quit [Read error: Connection reset by peer]
AlaskanEmily has joined #haiku
AlienSoldier has quit [Ping timeout: 480 seconds]
_Dario_ has joined #haiku
<micken> sigh 4am and getting translate fault level2
<micken> I am not sure why, can be confusion with inner / outer walk
<micken> The memory in question are mapped and the virtual and coressponding physical is correct
<micken> but I can't write to it
ClaudioM has quit [Quit: leaving]
bitigchi has joined #haiku
Jupp_S has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
skirst has joined #haiku
mmu_man has quit [Ping timeout: 480 seconds]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
bitigchi has joined #haiku
x10z has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
AlaskanEmily has quit [Read error: No route to host]
AlaskanEmily has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
dby has quit [Quit: Vision[]:]
bitigchi has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
bitigchi has joined #haiku
AlaskanEmily has quit [Remote host closed the connection]
AlaskanEmily has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
_Dario_ has quit [Quit: Vision[]: i've been blurred!]
x10z has joined #haiku
Guest615 has quit [Remote host closed the connection]
bitigchi has joined #haiku
humdinger has joined #haiku
bitigchi has quit [Ping timeout: 480 seconds]
<Not-c620> [haikuports/haikuports] Begasus pushed 1 commit to master [+1/-1/±0] https://github.com/haikuports/haikuports/compare/93cd1bda0283...cc8348666026
<Not-c620> [haikuports/haikuports] augiedoggie cc83486 - fzy: add 1.0~git recipe, remove sys-apps/fzy (#6655)
Begasus has joined #haiku
<Begasus> g'morning peeps
<humdinger> morning!
<Begasus> morning humdinger !
<Begasus> BSOD on the other laptop :/
<nekobot> [haiku/haiku] humdingerb pushed 1 commit to master [hrev55914] - https://git.haiku-os.org/haiku/log/?qt=range&q=7753e163c980+%5E4c6e7a4bcaa5
<nekobot> [haiku/haiku] 7753e163c980 - Mixer: Remove option to refuse format changes from audio mixer GUI
<jessicah> ugh, the code should have been removed, not commented out
<humdinger> the patch has been on gerrit to discuss quite a while...
floof58_ has joined #haiku
floof58 has quit [Ping timeout: 480 seconds]
Skyl3r has quit [Server closed connection]
Skyl3r has joined #haiku
Kokito has joined #haiku
bitigchi has joined #haiku
<skirst> hi all! is there a way to stack windows through the api? or is it manual only?
<skirst> the windows are going to all be owned by a single process. if that matters
<humdinger> Koder does it, so it must be possible
<humdinger> not sure if it'd be possible to s&t windows of different apps...
<skirst> thanks humdinger, i'll have a look
<PulkoMandy> there is a BWindowStack class to do it
<PulkoMandy> it's undocumented I think so you'll have to find how it works by reading the header file
<skirst> it's a qt application, so as long as i can do it all with just the native window handles
<skirst> thanks x512[m], PulkoMandy. that looks like what i'm after
bitigchi has quit [Ping timeout: 480 seconds]
<Begasus> bbl, dogschool
<Kokito> Good evening
hooway has joined #haiku
analognoise has joined #haiku
<skirst> well, that worked great! word of warning: don't try to stack self onto self. KDL city :D
<skirst> goofed some code up and found out the hard way
<PulkoMandy> probably not KDL but app_server crash? anyway that deserves a bug report to Haiku
<skirst> the big white console. sorry still a n00b :)
Kokito has quit [Quit: Vision[]: i've been blurred!]
AlaskanEmily has quit [Remote host closed the connection]
<PulkoMandy> there are two similar looking consoles, one is used for kernel crashes (KDL) and says "welcome to kernel debugging land!" at the top, the other is the user-space debugger command line interface when a critical OS server crashes (app_server, which is used for displaying the windows on screen, or input_server, which is used for handling keyboard and mouse)
bitigchi has joined #haiku
<PulkoMandy> in other cases the Debugger has a GUI instead
<skirst> probably just needs a check in AddWindow to make sure the window being added isn't the same as the owner of the BWindowStack object
<PulkoMandy> yes
<PulkoMandy> let's add that
<skirst> and i'm sure maybe RemoveWindow needs to make the same check, lol
bitigchi has quit [Ping timeout: 480 seconds]
tqh has joined #haiku
louis771 has quit [Server closed connection]
louis771 has joined #haiku
<skirst> had a look at the code, seems easy enough. just not equipped to build/deploy/test haiku at the moment. just running nightlies on a VM and metal
<PulkoMandy> I'm trying to add the check here but haiku build on my machine seems broken in an unrelated place, so trying to fix that firts...
<skirst> gotcha
orumin__ has quit [Server closed connection]
orumin has joined #haiku
analognoise has quit [Quit: Leaving]
<PulkoMandy> well it looks like I have not built Haiku in a while... fixed one problem and another one shows up...
bitigchi has joined #haiku
<PulkoMandy> so I have this problem now: https://dev.haiku-os.org/ticket/17568
<skirst> i seriously need to make that a priority next weekend. build haiku. i have some ideas for the media kit, as the app i'm currently working on is real-time audio related
<PulkoMandy> that would be great, there are not a lot of people taking care of the media kit currently
<skirst> input streaming is one of my concerns. it's dead easy for output, with BSoundPlayer. input, not so much i've found
<skirst> lots of hoops
<skirst> but i digress, audio ouput streaming on haiku is GREAT. easiliy right up there with jack and recent releases of pipewire
<skirst> on linux systems
<PulkoMandy> :)
<skirst> i'm getting 2ms latency with no snaps crackles or pops. it's awesome!
tuaris has quit [Quit: Leaving.]
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
humdinger has quit [Quit: Vision[]: Oi with the poodles already!!]
<skirst> usb audio is another area, but that may out of my lane. i haven't done any kernel/driver hacking of any sorts in well over a decade lol
<skirst> s/may/is maybe/
gouchi has joined #haiku
jmairboeck has joined #haiku
gouchi has quit [Remote host closed the connection]
jmairboeck has quit [Ping timeout: 480 seconds]
<skirst> some of my code now runs in haiku land though, now that gimp is supported. i wrote the dds image plugin back in my game dev days :)
gouchi has joined #haiku
Kokito has joined #haiku
TMM has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
TMM has joined #haiku
mmu_man has joined #haiku
QBit1200 has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
<extrowerk> diver: are you there?
Kokito has quit [Quit: Vision[]: i've been blurred!]
DKnoto has joined #haiku
Kokito has joined #haiku
Kokito has quit []
gouchi has quit [Remote host closed the connection]
jmairboeck has joined #haiku
kllksl has joined #haiku
kllksl has left #haiku [#haiku]
Chuggy has joined #haiku
QBit1200 has quit [Quit: Leaving]
skirst has quit []
kallisti5 has quit [Server closed connection]
kallisti5 has joined #haiku
qwebirc97958 has joined #haiku
qwebirc97958 is now known as max1983
max1983 is now known as max01983
tqh has quit [Remote host closed the connection]
vdamewood has joined #haiku
atomozero has joined #haiku
<max01983> Hi there, every other year I try out Haiku, but i have a problem with (wireless) network on my notebook. Seems my Atheros QCA9377 isn't supported by Haiku, I then tried Android thethering (Both Wireless and Bluetooth) but later found out that Android thethering doesnt work yet at all. So i grabbed my old usb WiFi stick (TL-WN727) but it seems this is only supported on the newest nightlies (#13130 says from hrev55907 up).
<max01983> So i tried 55914,55910 and 55908 but all these dump to white debugger when booting (telling about DwarfManager, missing debug symbols or just bad data). R1beta3 just works fine, booting from the same stick, noching changed. Any chance to extract the driver for the USB WiFi Stick and slipstream it to a ordinary R1beta3-x86_64 or would that be impossible? If not easiely doable: when will there be a working nightly again?
<nephele> please open a ticket
<x512[m]> max01983: Have you tried enabling fail safe graphics on boot loader menu?
<x512[m]> Probably radeon_hd.accelerant crash.
<max01983> x512[m] i didn't get a menue, but i just saw it can be enabled byshift key, so i could try that.
<x512[m]> max01983: It can be opened by repeatedly pressing space key.
<max01983> nephele: i'm not registered yet, but if it's really wanted i can do later
<max01983> x512[m]: Radeon could be, it's a Ryzen/Vega notebook, so that would make sense
<nephele> max019853: if it is not reported yet it is unlikely to be fixed if we dont know about it :)
<max01983> I will try out with failsafe graphics. Sadly i only have this machine, so i will have to quit here then. but I'll wait 10 more minutes before i leave here. Anything special i should log for the ticket?
<x512[m]> Type `bt` <enter> in crash console.
<max01983> does it log to a file?
<x512[m]> Screen photo is needed. Log recording may fail in case of crash.
<x512[m]> Log is located at `/boot/system/var/log/syslog`.
<max01983> screenshot by [PRINT] will work?
unimatrix is now known as yeti
<nephele> camera
<max01983> hmm, ok
HaikuUser has joined #haiku
<max01983> thanks, x512[m] and nephele, I'll give it a try now, in case no more suggestions
<max01983> i'll use the latest nightly 55914
<max01983> til later, thanks
<HaikuUser> Hi
max01983 has quit []
HaikuUser has quit []
krbtgt has quit [Server closed connection]
krbtgt has joined #haiku
kevans91 has quit [Server closed connection]
kevans91 has joined #haiku
<Begasus> k, backup laptop updating ...
atomozero has quit [Quit: Vision[]: i've been blurred!]
Begasus_32 has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
qwebirc51712 has joined #haiku
qwebirc51712 is now known as max01983
<max01983> seems it really was the radeon thing, under with the fail-safe graphics it worked like a charm. But in network my WN727N didn't show up, besides https://www.freelists.org/post/haiku-bugs/Haiku-13130-150Mbps-Wireless-N-USB-Adapter-TPLINK-TLWN727N-Does-not-work-at-all,2 says " realtekwifi USB support done in hrev55907 - resolution: => fixed * status: new => closed.
<max01983> Seems I have to wait another year to get network working then. Last time i tried to use Haiku (beta2) it didn't work at all, because EFI wasn't there and my notebook doesn't support legacy boot :-(
<micken> damn descriptors
ClaudioM has joined #haiku
<max01983> Anyway, at least I got something from the syslog for there working on the radeon thing (hope this is enough): https://pastebin.com/raw/JXsd6ai8
<max01983> I wouldnt sign "We reuse network drivers from FreeBSD, so most network adapters will work on Haiku out of the box." from the FAQ to be honest. For me it's 0 out of 2 working :-(
tqh has joined #haiku
max01983 has quit [Quit: Page closed]
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
AlienSoldier has joined #haiku
Begasus_32 has joined #haiku
<Not-c620> [haiku/haikuwebkit] pulkomandy pushed 3 commits to haiku [+0/-0/±3] https://github.com/haiku/haikuwebkit/compare/6270ee3bada7...30f313d79a21
<Not-c620> [haiku/haikuwebkit] lonemadmax a26be10 - Restore pen size after drawing a stroked rect
<Not-c620> [haiku/haikuwebkit] lonemadmax 3656d7e - Set pen size for text lines
<Not-c620> [haiku/haikuwebkit] lonemadmax 30f313d - Fix skewed styled borders
znemo has quit [Server closed connection]
znemo has joined #haiku
ClaudioM has quit [Quit: leaving]
ashafq has quit [Remote host closed the connection]
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
<x512[m]> max01983: Can you get a copy of /boot/system/cache/tmp/radeon_hd_bios_1002_15dd_0.bin?
atomozero has joined #haiku
B2IA has quit [Quit: Vision[]: i've been blurred!]
B2IA has joined #haiku
gouchi has joined #haiku
QBit___ has joined #haiku
<nekobot> [haiku/haiku] lonemadmax pushed 1 commit to master [hrev55915] - https://git.haiku-os.org/haiku/log/?qt=range&q=11dc1393cf5f+%5E7753e163c980
<nekobot> [haiku/haiku] 11dc1393cf5f - Minor Terminal fixes
x10z has joined #haiku
QBit___ has quit [Quit: Leaving]
<Begasus_32> grabbing wxgtk_x86-3.1.5-1-x86_gcc2.hpkg and moving it to /Opslag/haikuports/packages/wxgtk_x86-3.1.5-1-x86_gcc2.hpkg
<Begasus_32> grabbing wxgtk_x86_debuginfo-3.1.5-1-x86_gcc2.hpkg and moving it to /Opslag/haikuports/packages/wxgtk_x86_debuginfo-3.1.5-1-x86_gcc2.hpkg
<Begasus_32> grabbing wxgtk_x86_devel-3.1.5-1-x86_gcc2.hpkg and moving it to /Opslag/haikuports/packages/wxgtk_x86_devel-3.1.5-1-x86_gcc2.hpkg
<Begasus> done for today :)
Begasus_32 has quit [Quit: Vision[]: i've been blurred!]
<Begasus> g'night peeps
Begasus has quit [Quit: Ik ga weg]
ablyss has quit [Quit: Leaving]
Anarchos has joined #haiku
<Anarchos> i see a ghostscript package, but what is the device to use do display .ps files on screen ?
<PulkoMandy> not sure there is one in the ghostscript package directly? I ported it to use it in BGhostView
<Anarchos> in ghostscript8 package there are some beos devices (bealpha2, bealpha4...) but not in ghostscript_gpl ?
<PulkoMandy> yes, probably it's this way, they were done in BeOS days for ghostscript 8 and never integrated in later versions
<Anarchos> PulkoMandy so the decent way is to install BGhostView ? or to stick to the ghostscript8 package ?
<PulkoMandy> yes, or maybe you can also use DocumentViewer, I don't remember if it does postscript or not
<Anarchos> i will test with ghostscript8
* Anarchos sadly finds that ghostscript8 isn't supported on x86
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Not-c620> [haikuports/haikuports] extrowerk pushed 1 commit to master [+2/-0/±0] https://github.com/haikuports/haikuports/compare/cc8348666026...a82742a4a55a
<Not-c620> [haikuports/haikuports] extrowerk a82742a - Ceres-Solver: new recipe (#5523)
<jmairboeck> Anarchos: Okular should support PostScript display if you don't mind using KDE stuff
<Not-c620> [haikuports/haikuports] extrowerk pushed 1 commit to master [+0/-1/±1] https://github.com/haikuports/haikuports/compare/a82742a4a55a...12b7e9c729b2
<Not-c620> [haikuports/haikuports] extrowerk 12b7e9c - Ceres: cleanup (#6657)
<extrowerk> Anarchos: the gs8 recipe states it works on x85
<extrowerk> and it is in the depot
<extrowerk> not for x86_64 tho
<Anarchos> sorry i meant x86_64
Babaj has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
atomozero has quit [Quit: Vision[]: i've been blurred!]
x10z has joined #haiku
<AlienSoldier> QMplay2 seem to have issue with audio sync. I need to set 0.4 for video delay. subtitle default are also going overboard with text shadow but those are possible to set in permanent setting (video delay is not).
<AlienSoldier> 3 main Haiku player all have a little fault that make them imperfect, all imperfection not see in the other two player :) Talk about frustrating.
<AlienSoldier> QMplay2 require fiddling with delay time, mediaplayer clip section of subtitle and VLC don't play full frame at certain multiple size (that include fullscreen)
<AlienSoldier> *full framerate
<extrowerk> AlienSoldier: i don't think we can call anything other than mediaplayer as a "main" haiku mediaplayer. Have you tried to use vlc?
Babaj has quit [Quit: Leaving]
<extrowerk> i see, you have tried.
<AlienSoldier> Probably the mix to mediaplayer sub is the easiest/faster fix. I guess anyone can reproduce it also
<AlienSoldier> *mix=fix
<AlienSoldier> If i do little circle with mediaplayer (resize handle corner) when it play, it display sub correctly with no clipping. It seem that an invalidate() on the subtitle drawing is not done or something and resizing the window continually do it manually.
ClaudioM has joined #haiku
<AlienSoldier> well, seem i can also eventually crash mediaplayer by continuously resizing it :)
<AlienSoldier> tate: Exception (Segment violation)
<AlienSoldier>
<AlienSoldier> FrameIPFunction Name
<AlienSoldier> -----------------------------------------------
<AlienSoldier> 0x720903300x20f0f7fSubtitleBitmap::_GenerateBitmap() + 0x4f
<AlienSoldier> that crash is subtitle function related as it does not crash without them activated, then i can resize the window indefinitely without crash.
<AlienSoldier> so that whole section of mediaplayer seem to need some magic powder polish.
<AlienSoldier> otherwise mediaplayer work quite well.
jmairboeck has quit [Quit: Konversation terminated!]
tqh has quit [Quit: Leaving]
outsidecontext has quit [Server closed connection]
outsidecontext has joined #haiku
geist has quit [Server closed connection]
geist has joined #haiku
<nekobot> [haiku/haiku] rudolfc pushed 1 commit to master [hrev55916] - https://git.haiku-os.org/haiku/log/?qt=range&q=456e6f33dd39+%5E11dc1393cf5f
<nekobot> [haiku/haiku] 456e6f33dd39 - intel_extreme: added more pipeC support, fixes for eDP on DDI systems
rennj has quit [Remote host closed the connection]
rennj has joined #haiku
<Anarchos> what does this error message mean : Warning: POLICY ERROR: no matching self provides for "libprefs_devel"
<extrowerk> probably you copy-pasted sections and you haven't modified the name of the package everywhere.
<extrowerk> Anarchos: this line:
<extrowerk> PROVIDES_devel="
<extrowerk> libprefs$secondaryArchSuffix
<extrowerk> should be changed to:
<extrowerk> PROVIDES_devel="
<extrowerk> libprefs${secondaryArchSuffix}_devel
<extrowerk> devel:libprefs$secondaryArchSuffix
<extrowerk> please make a pR with this change
Anarchos has quit [Ping timeout: 480 seconds]
tuaris has joined #haiku
tuaris1 has joined #haiku
tuaris has quit [Remote host closed the connection]
ablyss has joined #haiku
Anarchos has joined #haiku
<Not-c620> [haikuports/haikuports] pulkomandy pushed 1 commit to master [+1/-0/±1] https://github.com/haikuports/haikuports/compare/12b7e9c729b2...90162ee706a9
<Not-c620> [haikuports/haikuports] Sylvain78 90162ee - compiling on x86_64
<Anarchos> thanks PulkoMandy, though it won't compile without libprefs. and i get a policy error on this one(i had to tweak libprefs recipe)
euandreh has quit [Quit: WeeChat 3.3]
hooway has quit []
<extrowerk> Anarchos: check this: https://github.com/haikuports/haikuports/pull/6663
<extrowerk> Builds ok on 64 bit
<extrowerk> Anarchos: build is broken here: http://0x0.st/oK5r.txt
ablyss has quit [Quit: Leaving]
<extrowerk> bye all
<B2IA> (deadfwd) hello
gouchi has quit [Remote host closed the connection]
ablyss has joined #haiku
fjmorazan has quit [Server closed connection]
fjmorazan has joined #haiku
x10z has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ablyss has quit [Quit: Leaving]
ClaudioM has quit [Quit: leaving]
Anarchos has quit [Quit: Vision[]: i've been blurred!]
vdamewood has quit [Read error: Connection reset by peer]
vdamewood has joined #haiku
ablyss has joined #haiku
HaikuUser has joined #haiku
HaikuUser has quit []
x10z has joined #haiku
vdamewood has quit [Quit: Life beckons.]
bitigchi has quit [Quit: Gittim, gittin, gitti.]
vdamewood has joined #haiku