-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.log
72 lines (69 loc) · 4.21 KB
/
app.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
2025-01-08 17:10:26,619 - ERROR - Error Caught: Traceback (most recent call last):
File "C:\NexTool\NexTool.py", line 3948, in <module>
window = CustomUI()
^^^^^^^^^^
File "C:\NexTool\NexTool.py", line 3019, in __init__
self.construct_menu(tabs)
File "C:\NexTool\NexTool.py", line 3091, in construct_menu
consolidated_info_text = consolidate_info(get_system_information())
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\NexTool\NexTool.py", line 106, in get_system_information
subprocess.check_output("wmic cpu get Name", stderr=subprocess.DEVNULL)
File "C:\Python311\Lib\subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
2025-01-08 17:12:38,390 - ERROR - Error Caught: Traceback (most recent call last):
File "C:\NexTool\NexTool.py", line 3948, in <module>
window = CustomUI()
^^^^^^^^^^
File "C:\NexTool\NexTool.py", line 3019, in __init__
self.construct_menu(tabs)
File "C:\NexTool\NexTool.py", line 3091, in construct_menu
consolidated_info_text = consolidate_info(get_system_information())
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\NexTool\NexTool.py", line 106, in get_system_information
subprocess.check_output("wmic cpu get Name", stderr=subprocess.DEVNULL)
File "C:\Python311\Lib\subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified
2025-02-06 13:05:06,279 - ERROR - Error Caught: Traceback (most recent call last):
File "c:\Users\HLTWO\OneDrive\Documents\GitHub\NexTool-Windows-Suite\NexTool.py", line 3948, in <module>
window = CustomUI()
^^^^^^^^^^
File "c:\Users\HLTWO\OneDrive\Documents\GitHub\NexTool-Windows-Suite\NexTool.py", line 3019, in __init__
self.construct_menu(tabs)
File "c:\Users\HLTWO\OneDrive\Documents\GitHub\NexTool-Windows-Suite\NexTool.py", line 3091, in construct_menu
consolidated_info_text = consolidate_info(get_system_information())
^^^^^^^^^^^^^^^^^^^^^^^^
File "c:\Users\HLTWO\OneDrive\Documents\GitHub\NexTool-Windows-Suite\NexTool.py", line 106, in get_system_information
subprocess.check_output("wmic cpu get Name", stderr=subprocess.DEVNULL)
File "C:\Python311\Lib\subprocess.py", line 466, in check_output
return run(*popenargs, stdout=PIPE, timeout=timeout, check=True,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python311\Lib\subprocess.py", line 1026, in __init__
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Python311\Lib\subprocess.py", line 1538, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified