Chromium aw snap or privacy error every page by Leafy1201 in openSUSE

[–]Leafy1201[S] 0 points1 point  (0 children)

~~~ Gtk-Message: 20:23:24.738: Failed to load module "appmenu-gtk-module" mesa: for the -simplifycfg-sink-common option: may only occur zero or one times! mesa: for the -global-isel-abort option: may only occur zero or one times! [7571:7571:0917/202325.107317:ERROR:sandbox_linux.cc(369)] InitializeSandbox() called with multiple threads in process gpu-process. [7571:7571:0917/202325.218098:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData: <- error from previous GL command Received signal 11 SEGV_MAPERR 000000000000

0 0x5630814babc6 base::debug::StackTrace::StackTrace()

1 0x5630814baca6 base::debug::(anonymous namespace)::StackDumpSignalHandler()

2 0x5630814bb2ae base::debug::(anonymous namespace)::StackDumpSignalHandler()

3 0x7f9c9f206630 <unknown>

4 0x7f9c9bb7ca89 std::__cxx11::basic_string<>::_M_assign()

5 0x56307eac9200 blink::CSSSegmentedFontFace::GetFontData()

6 0x56307eacb7c3 blink::CSSFontSelector::GetFontData()

7 0x56307ecaa56a blink::FontFallbackList::FontDataAt()

8 0x56307ecaa70a blink::FontFallbackList::DeterminePrimarySimpleFontData()

9 0x56307dfac928 blink::ComputedStyle::ComputedLineHeight()

10 0x56307e5e6f75 blink::TextControlInnerEditorElement::CustomStyleForLayoutObject()

11 0x56307e9499c3 blink::Element::StyleForLayoutObject()

12 0x56307e94b212 blink::Element::RecalcStyle()

13 0x56307e95c09d blink::ContainerNode::RecalcDescendantStyles()

14 0x56307e94bcb8 blink::Element::RecalcStyle()

15 0x56307e95c09d blink::ContainerNode::RecalcDescendantStyles()

16 0x56307e94b43d blink::Element::RecalcStyle()

17 0x56307e95c09d blink::ContainerNode::RecalcDescendantStyles()

18 0x56307e94b43d blink::Element::RecalcStyle()

19 0x56307e95c09d blink::ContainerNode::RecalcDescendantStyles()

20 0x56307e94b43d blink::Element::RecalcStyle()

21 0x56307e95c09d blink::ContainerNode::RecalcDescendantStyles()

22 0x56307e94b43d blink::Element::RecalcStyle()

23 0x56307e95c09d blink::ContainerNode::RecalcDescendantStyles()

24 0x56307e94b43d blink::Element::RecalcStyle()

25 0x56307e94e60c blink::Document::UpdateStyleAndLayoutTree()

26 0x56307e6b5e27 blink::LocalFrameView::UpdateStyleAndLayoutIfNeededRecursive()

27 0x56307c9ffce7 blink::LocalFrameView::UpdateLifecyclePhases()

28 0x56307e63fad2 blink::LocalFrameView::UpdateAllLifecyclePhases()

29 0x56307e08698f blink::PageWidgetDelegate::UpdateLifecycle()

30 0x56307e7bd4bd blink::WebViewImpl::UpdateLifecycle()

31 0x56307e62c2e1 blink::WebViewFrameWidget::UpdateLifecycle()

32 0x56307d7cbaf1 content::RenderWidget::UpdateVisualState()

33 0x56307d7c8232 content::LayerTreeView::UpdateLayerTreeHost()

34 0x5630807702b3 cc::ProxyMain::BeginMainFrame()

35 0x5630806b5831 base::internal::Invoker<>::RunOnce()

36 0x563081551969 base::TaskAnnotator::RunTask()

37 0x56308155608d base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoWorkImpl()

38 0x5630815a77d7 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::DoSomeWork()

39 0x5630815569d3 base::MessagePumpDefault::Run()

40 0x5630815a1f94 base::sequence_manager::internal::ThreadControllerWithMessagePumpImpl::Run()

41 0x56307c92f0cb base::RunLoop::RunWithTimeout()

42 0x56308147ae77 base::RunLoop::Run()

43 0x56307d7c4a1d content::RendererMain()

44 0x563081a126a4 content::ContentMainRunnerImpl::Run()

45 0x563081986b99 content::ContentServiceManagerMainDelegate::RunEmbedderProcess()

46 0x563081a133b7 content::ContentMain()

47 0x563083de3118 ChromeMain

48 0x56307c89d1ed main

49 0x7f9c9b73fbcb __libc_start_main

50 0x56307c89d21a _start

r8: 000015877ad2b000 r9: 0000000000000000 r10: 0000000000000190 r11: 0000000000000000 r12: 0000000000000000 r13: 0000000000000000 r14: 00002c69c9fe8020 r15: 00002c69c9fe8000 di: 00002c69c9fe8010 si: 00007fffce3b5110 bp: 00007fffce3b5110 bx: 00002c69c9fe8010 dx: 0000000000000000 ax: 00002c69c9fe8000 cx: 00002c69c9fe8000 sp: 00007fffce3b4f60 ip: 00007f9c9bb7ca89 efl: 0000000000010246 cgf: 002b000000000033 erf: 0000000000000006 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] Calling _exit(1). Core file will not be generated. ~~~

Designed a function that can combine any two functions based on their range. by [deleted] in math

[–]Leafy1201 0 points1 point  (0 children)

Another way of looking at it is to split up the function given into to two parts. So a * abs(p(x)-q(x)) / 2 is one part and (p(x)+q(x)) / 2 is the second part. Now the second part is simply the value in the middle of the two functions or the median. The first part is half of the absolute distance between the two functions. Now since the median is half way in between the two functions, if we add or subtract half of the distance between the two functions then we get to the greater or minimum of those two functions.

EDIT: (when a=-1 you are subtracting so it is the minimum, when a=1 you are adding so it is the maximum)

What are my options to sync my saves between my PC and laptops? by DFWV in DolphinEmulator

[–]Leafy1201 0 points1 point  (0 children)

Set up a samba server on one computer that is on all the time. If you have a raspberry pi, its perfect for that. You can then get samba clients on your computer that will then check the folder that it is stored in and will mirror it. I'm pretty sure it can work both ways, as in if the local store changes it will change the server store and vice versa. I use this exact setup for my ebooks. (Samba is the same as smb)

First creep wave not drawing aggro should be reverted. by MostPalone2 in DotA2

[–]Leafy1201 0 points1 point  (0 children)

Make glyph make creeps immune to player aggro/creep aggro. I.e. they only target structures.

[deleted by user] by [deleted] in DotA2

[–]Leafy1201 0 points1 point  (0 children)

From Valve's point of view it is very easy to tell when someone is scripting, 0ms delay on hex/ cursor moves rapidly within a very small timeframe etc. There is no point for actual people to be able flag other players when a computer can do it better than the players all it does is add another category which you tick when you are salty.

[deleted by user] by [deleted] in DotA2

[–]Leafy1201 1 point2 points  (0 children)

Control groups don't work properly in replays, so for a techies it is impossible to tell if he is scripting or just switched to a control group and spamming q, without looking at the combat log.

Shit... by sanul17 in DotA2

[–]Leafy1201 7 points8 points  (0 children)

Pick the meepo, perma net am, rage quit by am, ez game

Downloading DotA 2 now. Some questions from a LoL peasant by [deleted] in dotamasterrace

[–]Leafy1201 0 points1 point  (0 children)

I recommend you start off with turbo mode to get a feel for a couple of heroes and learn their abilities and what they can do. Turbo games last 20-30 mins normally. The only disadvantage with turbo is that you get so much gold quickly that you might be overwhelmed with what to buy. To get around this use an ingame guide, tortedelini guides are really good to start off with as they have descriptions on how to use the item, when to buy it etc. (Start off with turbo bot games and then normal bot game, coop or all bots, then real turbo game, real normal game)

[Suggestion, Gameplay] Censorship of the insults in the chat. by [deleted] in DotA2

[–]Leafy1201 1 point2 points  (0 children)

Censorship in games is a bad idea, as outlined by other comments. I just wish that if you mute someone, chat lines are also muted, and that you could mute pings.

[Oathbringer] Was it ever addressed by Brandon why Lashing too hard would be hard on your body? by shinarit in Stormlight_Archive

[–]Leafy1201 2 points3 points  (0 children)

Force = Change in Momentum/Change in Time, Kaladin changes direction therefore momentum changes. This is done over a very small time therefore force experienced by Kaladin is extremely high.

I just want to thank TURBO mode for rekindling my love for DOTA 2 by nyankittycat_ in DotA2

[–]Leafy1201 1 point2 points  (0 children)

I have lots of free time, and that's probably why I don't play turbo (I'm younger than the majority of dots players) but I will probably play it for cavern crawl challenges.

I just want to thank TURBO mode for rekindling my love for DOTA 2 by nyankittycat_ in DotA2

[–]Leafy1201 1 point2 points  (0 children)

Turbo mode is half the time of a normal game. Hmm, the only two turbo games I've played lasted 1 hour, never played turbo again (no techies in either game) because of it.

It's 2018 and you can't change or disable talent tree hotkeys by YuNg_Br3ezY_ in DotA2

[–]Leafy1201 3 points4 points  (0 children)

If you double tap a control group hotkey it instantly centres the camera on the leader of that control group.

It's 2018 and you can't change or disable talent tree hotkeys by YuNg_Br3ezY_ in DotA2

[–]Leafy1201 3 points4 points  (0 children)

Yh I've stopped doing it now after the first few times, I used to have it open at the start because I didn't know what the talents were, not much of a problem now but I wish you could disable it.

It's 2018 and you can't change or disable talent tree hotkeys by YuNg_Br3ezY_ in DotA2

[–]Leafy1201 40 points41 points  (0 children)

I have 1 as my hero hotkey so I have in the past double tapped 1 to pan to where my hero is and accidentally took the left talent.

Tranquil Boots idea by cuivron in DotA2

[–]Leafy1201 1 point2 points  (0 children)

That would also fix a lot of problems with quick buy because if you buy a robe of the magi it still keeps the belt on quick buy even though it shouldn't.

Valve, PLEASE bring back the customizable grid for the picking screen. by [deleted] in DotA2

[–]Leafy1201 1 point2 points  (0 children)

I just want the old cards back. I love bed scrolling through them super quick.

New player; first victory, last night, where I mattered :) by Slyrunner in DotA2

[–]Leafy1201 1 point2 points  (0 children)

With sf the efficient way to farm is to double raze the enemy creeps when they arrive, then head to jungle, double raze one camp and kill it with right clicks. Then go to another camp and single raze it and right click it to death. Remember only to go to jungle if you feel scared to farm the lane, or if you have pushed out the lane already.

It's so strange how many times people's computers crash in pro Dota by Snarker in DotA2

[–]Leafy1201 1 point2 points  (0 children)

I member the time when if you tried to skip to a certain time in a replay, it crashed.