whitequark changed the topic of #solvespace to: SolveSpace--parametric 2d/3d CAD · latest version 2.3 · http://solvespace.com · code at https://github.com/solvespace/solvespace · logs at https://irclog.whitequark.org/solvespace
rpavlik has quit [Ping timeout: 258 seconds]
leorat has joined #solvespace
leorat has quit [Remote host closed the connection]
leorat has joined #solvespace
leorat has quit [Remote host closed the connection]
leorat has joined #solvespace
<_whitenotifier-3> [solvespace] sherief opened issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUTI9
<_whitenotifier-3> [solvespace] sherief commented on issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUTLd
<_whitenotifier-3> [solvespace] whitequark commented on issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUTtk
leorat has quit [Quit: Leaving]
nobody13 has joined #solvespace
<nobody13> Hi there! Is it possible to scale an entire slvs file (several sketches in same plane)?
nobody13 has left #solvespace [#solvespace]
rpavlik has joined #solvespace
rpavlik has quit [Remote host closed the connection]
rpavlik has joined #solvespace
<_whitenotifier-3> [solvespace] phkahler commented on issue #320: Uncontrolled recursion in bsp.cpp may cause stack overflow - https://git.io/JUkBN
leorat has joined #solvespace
<swivel> man I don't know what happened to my system but the little popup widget for setting distances in solvespace now flicker in and out of existence
<swivel> is this a known issue wiht understood ways of addressing it?
<whitequark> which OS?
<swivel> debian linux 9 with a recent kernel 5.9.0-rc2 on xorg w/intel integrated everything
<swivel> just curious if this sounds familiar or if i need to start blindly bisecting updates/changes ot my setup over the past months
<whitequark> nope, don't think i've seen that on linux/xorg/intel
<whitequark> or close setups
<swivel> dang
<swivel> well i've noticed some other quirks in my WMs compositing since enabling the SNA xorg backend, maybe i'll try turnign that off first.
<whitequark> afaik the only xorg backend for intel video cards that's recommended to use is modesetting
<swivel> is modesetting even accelerated?
<whitequark> of course
<whitequark> modesetting uses glamor to create egl contexts
<whitequark> in fact modesetting is the only way to get some features to work, like PRIME Render Offload
<whitequark> the main thing i found the "intel" driver useful for is tearing
<whitequark> i think just about everything else works better with "modesetting"
<whitequark> to deal with tearing i run compton (on top of i3, so not necessarily what you want), which is kind of annoying but not that bad
<swivel> well since I can't seem to remember why I switched to the intel+SNA driver, I'll go back to modeset, will have to dig up the email thread leading me to switch later
<swivel> i don't run a compositing desktop, but my WM turns on redirection in a special mode where it shows cpu usage overlays
<swivel> and part of those overlays have task name/argv histories scrolling down the overlay and SNA broke that, so I don't mind switching back anyways
* swivel crosses fingers... time to restart X
<whitequark> the only thing i run compton for is vsync
<whitequark> otherwise videos are completely unwatchable
<swivel> understandable.... vsync is a problem in X in general
<swivel> that fixed it, SNA strikes again
<whitequark> yeah everything i've read about SNA boils down to "never use SNA"
<swivel> it seemed pretty snappy for 2d stuff like scrolling in firefox
<swivel> but having a completely unusable solvespace is unacceptable brokenness for me, at least right now.
<swivel> oh I remember why I switched to SNA, it was while troubleshooting XShmImage during recordMyDesktop rewriting and I just never switched it back
<swivel> because it was noticably faster at some things
<_whitenotifier-3> [solvespace] sherief commented on issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUkuT
<whitequark> oh huh
<_whitenotifier-3> [solvespace] whitequark commented on issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUkuB
<_whitenotifier-3> [solvespace] whitequark edited a comment on issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUkuB
<_whitenotifier-3> [solvespace] whitequark commented on issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUkuE
<_whitenotifier-3> [solvespace] sherief opened pull request #685: Fix for #684. - https://git.io/JUkua
<_whitenotifier-3> [solvespace] CLAassistant commented on pull request #685: Fix for #684. - https://git.io/JUkuV
<_whitenotifier-3> [solvespace] sherief commented on issue #684: Bug: Windows "Asterisk" sound is played after adjusting dimension - https://git.io/JUkuP
<_whitenotifier-3> [solvespace] Success. AppVeyor build succeeded - https://ci.appveyor.com/project/whitequark/solvespace/builds/34872065
<_whitenotifier-3> [solvespace] Error. The Travis CI build could not complete due to an error - https://travis-ci.org/github/solvespace/solvespace/builds/721480972?utm_source=github_status&utm_medium=notification
leorat has quit [Quit: Leaving]
rpavlik has quit [Ping timeout: 240 seconds]
<swivel> weird, master just segfaulted after choosing a filename to save my assembly as
<swivel> release build though
<swivel> #0 strlen () at ../sysdeps/x86_64/strlen.S:106
<swivel> No locals.
<swivel> #1 0x0000560ea1d64d85 in SolveSpace::Platform::OpenFile(SolveSpace::Platform::Path const&, char const*) ()
<swivel> No symbol table info available.
<swivel> #2 0x0000560ea1caeab8 in SolveSpace::SolveSpaceUI::LoadFromFile(SolveSpace::Platform::Path const&, bool) ()
<swivel> No symbol table info available.
<swivel> #3 0x0000560ea1c26c40 in SolveSpace::SolveSpaceUI::Load(SolveSpace::Platform::Path const&) ()
<swivel> No symbol table info available.
<swivel> #4 0x00007f9010786810 in Gtk::MenuItem_Class::activate_callback(_GtkMenuItem*) ()
<swivel> from /usr/lib/x86_64-linux-gnu/libgtkmm-3.0.so.1
<whitequark> please use a pastebin
<whitequark> e.g. https://paste.debian.net/
<whitequark> (well, next time)
<swivel> figured that was on the edge of acceptable
<whitequark> regarding the bug
<whitequark> that seems super weird
<swivel> the strange thing is, it actually saved the file at the name I entered
<whitequark> the code looks like `strlen(filename.raw.c_str())`
<whitequark> and `filename.raw` is an std::string
<whitequark> so this seems like unrelated memory corruption
leorat has joined #solvespace
<swivel> after doing a new group step and rotate operation, what's the easiest way to constrain the angle of the rotation?
<swivel> i seem to always fight with redundant constraints when doing this
<whitequark> you can check "allow redundant constraints" in situations like this one
<whitequark> in general, you can safely use that option while doing assembly work
<whitequark> but you cannot use it and expect the solver to stay numerically stable while doing sketching
<swivel> i see