forked from zhoubin-me/lushi_script
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patherror.log
More file actions
196 lines (172 loc) · 10 KB
/
error.log
File metadata and controls
196 lines (172 loc) · 10 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 1064, in run
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 718, in state_handler
success, loc, rect = self.check_in_screen(text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 153, in check_in_screen
rect, screen = find_lushi_window(self.title)
File "C:\Users\DELL\Desktop\password\utils\util.py", line 114, in find_lushi_window
rect = win32gui.GetWindowPlacement(hwnd)[-1]
pywintypes.error: (1400, 'GetWindowPlacement', 'ÎÞЧµÄ´°¿Ú¾ä±ú¡£')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 432, in select_members
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1108, in read_line
raise RegexParsingError(line)
hslog.exceptions.RegexParsingError:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 329, in start_battle
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1108, in read_line
raise RegexParsingError(line)
hslog.exceptions.RegexParsingError:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 329, in start_battle
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1108, in read_line
raise RegexParsingError(line)
hslog.exceptions.RegexParsingError:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 329, in start_battle
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1108, in read_line
raise RegexParsingError(line)
hslog.exceptions.RegexParsingError:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 432, in select_members
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1108, in read_line
raise RegexParsingError(line)
hslog.exceptions.RegexParsingError:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 329, in start_battle
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1108, in read_line
raise RegexParsingError(line)
hslog.exceptions.RegexParsingError:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\DELL\Desktop\password\lushi.py", line 432, in select_members
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1108, in read_line
raise RegexParsingError(line)
hslog.exceptions.RegexParsingError:
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main_gui.py", line 675, in script_run
run_from_gui(self.config)
File "C:\Users\DELL\Desktop\password\lushi.py", line 1136, in run_from_gui
agent.run()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1075, in run
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 953, in state_handler
self.select_members(self.lettuce_role_limit, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 437, in select_members
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 970, in state_handler
self.start_battle(rect, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 334, in start_battle
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 970, in state_handler
self.start_battle(rect, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 334, in start_battle
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 970, in state_handler
self.start_battle(rect, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 334, in start_battle
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 953, in state_handler
self.select_members(self.lettuce_role_limit, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 437, in select_members
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 970, in state_handler
self.start_battle(rect, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 334, in start_battle
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 953, in state_handler
self.select_members(self.lettuce_role_limit, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 437, in select_members
self.run_pve()
File "C:\Users\DELL\Desktop\password\lushi.py", line 1121, in run_pve
success, tic, state, rect = self.state_handler(state, tic, state_text)
File "C:\Users\DELL\Desktop\password\lushi.py", line 953, in state_handler
self.select_members(self.lettuce_role_limit, battle_boss)
File "C:\Users\DELL\Desktop\password\lushi.py", line 432, in select_members
game = self.log_util.parse_game()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 41, in parse_game
self.read_log()
File "C:\Users\DELL\Desktop\password\utils\log_util.py", line 32, in read_log
self.parser.read(f)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1102, in read
self.read_line(line)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 1137, in read_line
return callback(self._parsing_state, ts, msg)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 736, in handle_options
self._check_for_options_hack(ps, ts)
File "C:\Users\DELL\Desktop\password\python37\Lib\site-packages\hslog\parser.py", line 733, in _check_for_options_hack
assert not isinstance(ps.current_block, packets.Block)
AssertionError