Search found 3 matches

by Whatevvs
Sun Jan 30, 2022 9:29 pm
Forum: Development, plugins and third party software
Topic: Everything SDK crashes after 11 character search. C++
Replies: 5
Views: 9473

Re: Everything SDK crashes after 11 character search. C++

Ok apparently it is now crashing differently, instead of crashing when the search is longer than 10 it now crashes when I type 10 chars into the search bar. Still no idea what causes it but now I’m the thinking somehow its broken on my end (will look into it more tomorrow).
by Whatevvs
Sun Jan 30, 2022 8:28 pm
Forum: Development, plugins and third party software
Topic: Everything SDK crashes after 11 character search. C++
Replies: 5
Views: 9473

Re: Everything SDK crashes after 11 character search. C++

Everything does not crash. My application crashes (I get an exception when search is 11 chars long, even if hardcoded This is the exception: Exception thrown at 0x00000001800072B6 (Everything64.dll) in InteractiveWallpaper.exe: 0xC0000005: Access violation writing location 0x000001D2D3131000. Everyt...
by Whatevvs
Sun Jan 30, 2022 7:22 pm
Forum: Development, plugins and third party software
Topic: Everything SDK crashes after 11 character search. C++
Replies: 5
Views: 9473

Everything SDK crashes after 11 character search. C++

I am trying to create my own "wallpaper engine"-ish app, and am intergrating everything into it. Every time i search for 11 characters I get a crash? could anyone help me? (C++)

EDIT: My application crashes, with an exception pointing to Everything64.dll
should've clarified, my bad.