新手玩家

- 贡献度
- 0
- 金元
- 100
- 积分
- 10
- 精华
- 0
- 注册时间
- 2024-2-14
|
运行.py文件游戏闪退,提示Exception in thread Thread-2 (start_server):
Traceback (most recent call last):
File "C:\Users\马赛克\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Users\马赛克\AppData\Local\Programs\Python\Python312\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "D:\gbfract\injector.py", line 1248, in start_server
self.process.exec_shell_code(shell_code, auto_inject=True)
File "D:\gbfract\injector.py", line 1585, in exec_shell_code
res = self.call(py_base + self._get_pyfunc_offset("PyRun_String"), f'with open({f.name!r},encoding="utf-8") as f:exec(f.read())'.encode('utf-8'), 0x101, p_dict, p_dict)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\gbfract\injector.py", line 1555, in call
self._call(code_address, block=block)
File "D:\gbfract\injector.py", line 1502, in _call
thread_h = kernel32.CreateRemoteThread(self.handle, None, 0, call_address, params, 0, None)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\gbfract\injector.py", line 40, in wrapper
raise ctypes.WinError()
PermissionError: [WinError 5] 拒绝访问。
|
|