Search found 948 matches
- Wed Feb 12, 2025 8:52 am
- Forum: Bug Reports
- Topic: Recent dev builds: 'Please wait while Windows configures Explorer++'
- Replies: 4
- Views: 7456
Re: Recent dev builds: 'Please wait while Windows configures Explorer++'
The installer project hasn't had any substantial changes since 2018, so I'm not sure what's happening here.
- Mon Feb 03, 2025 9:44 pm
- Forum: Bug Reports
- Topic: Recent dev builds: 'Please wait while Windows configures Explorer++'
- Replies: 4
- Views: 7456
Re: Recent dev builds: 'Please wait while Windows configures Explorer++'
Hi topbanana, is this when using the installer?
- Thu Jan 23, 2025 10:01 am
- Forum: Bug Reports
- Topic: Explorer++ does not run immediately after closing
- Replies: 1
- Views: 2247
Re: Explorer++ does not run immediately after closing
Hi cosmoprince, which version of Explorer++ are you using? Also, does the process always hang when exiting, or only in specific situations (e.g. when you have a specific tab open)?
- Thu Jan 23, 2025 9:56 am
- Forum: Bug Reports
- Topic: Rename - F2 cycling
- Replies: 2
- Views: 2302
Re: Rename - F2 cycling
Hi tengai, this bug has already been fixed in the dev build.
- Thu Jan 16, 2025 9:00 pm
- Forum: Help and Support
- Topic: Folder pane showing system folders
- Replies: 3
- Views: 3075
Re: Folder pane showing system folders
The dev version can be downloaded via https://download.explorerplusplus.com/d ... pp_x64.zip.
- Wed Jan 15, 2025 4:46 pm
- Forum: Help and Support
- Topic: Folder pane showing system folders
- Replies: 3
- Views: 3075
Re: Folder pane showing system folders
Hi zed, to clarify, is Explorer++ crashing or freezing? If it crashes, the window will likely disappear. On the other hand, if it's freezing, you'll get something like the "Not Responding" message, possibly with high CPU usage as well. Do you see the same issues using the dev build? The st...
- Tue Dec 17, 2024 9:16 am
- Forum: Bug Reports
- Topic: [fixed] Small glitch on dev build
- Replies: 1
- Views: 3222
Re: Small glitch on dev build
Thanks, I've fixed this locally, but haven't pushed the change just yet.
- Fri Sep 13, 2024 11:33 am
- Forum: Help and Support
- Topic: Buffer overflow vulnerability in Explorer++
- Replies: 1
- Views: 7536
Re: Buffer overflow vulnerability in Explorer++
From what I understand, the issue here arises when passing a long command line argument. The command line handling code has been completely replaced in 1.4, so it should no longer be a problem. The other point I'd make is that if an attacker can execute arbitrary programs with arbitrary arguments, t...
- Fri Jul 26, 2024 7:58 am
- Forum: Help and Support
- Topic: Advice regarding making a file explorer with C++ for as a semester project.
- Replies: 1
- Views: 13139
Re: Advice regarding making a file explorer with C++ for as a semester project.
Hi! Hopefully the answers below are of some help. Q: Is it possible to make a file manager that works both on Windows and Linux? Yes, Dolphin is one example. Q: What do I have to learn to make a file explorer? The basic functionality would include: Enumerating a list of files in a directory. Display...
- Fri Jul 26, 2024 6:49 am
- Forum: Feature Requests
- Topic: Dark Theme
- Replies: 4
- Views: 20746
Re: Dark Theme
A more or less complete implementation of dark mode is contained within the dev version. I plan on releasing a beta version based on that soon and a stable version sometime after that. But it's likely that the current dev version will become the next stable version with few changes. So, if you want ...