| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
These two messages (along with their glaring red X icons) are cluttering up the log on linux/wine systems, misleading people who are trying to diagnose real problems. Let's reduce their log priority to make it clear that they're harmless.
As mentioned here:
https://github.com/ModOrganizer2/modorganizer/issues/372#issuecomment-575231673
|
| |
|
|
|
| |
handle ERROR_MORE_DATA, it seems to sometimes happen, not sure why
added more logging, a user actually got that error
|
| |
|
|
| |
dashes to dots
|
| | |
|
| |
|
|
|
|
|
| |
optimizations:
- create BrowserDialog on demand
- scroll to bottom of log in a timer, coalesces fast logging
- disabled md5 of dlls
|
| |
|
|
| |
fixed getProcessTreeFromProcess() not behaving like getProcessTreeFromJob()
|
| | |
|
| |
|
|
| |
can also be captured
|
| |
|
|
|
|
| |
rewrote ProcessRunner to have a bunch of setters and then a run()
fixed bad exit code when waiting on a process that's already completed
removed lock()/unlock() from main window, ProcessRunner is in charge of that now
|
| |
|
|
| |
waiting for process now gets the whole process tree to find an interesting process
|
| |
|
|
| |
simplified waitForAllUSVFSProcesses() to always get the list of running processes after one process completes
|
| |
|
|
| |
added waitForAllUSVFSProcesses() to OrganizerCore, used when closing MO
|
| |
|
|
| |
moved processes from env.cpp to envmodule.cpp, merged what crash dumps did with what was in testForSteam()
|
| |
|
|
| |
replaced windowsErrorString() with formatSystemMessage()
|
| |
|
|
| |
removed now unused vlog()
|
| |
|