- 11
- 0
- Версия MoonLoader
- Другое
В написание своего первого скрипта еще в самом начале столкнулся с проблемой, которая не исчезла в будущем. Благодаря этой ошибке, скрипт не запускается. Поискав ответ в интернете, мне кажется, что у меня недостаточно библиотек, но я не знаю, как понять каких именно и правильно ли я думаю, что дело в них.
Логи:
[16:58:40.987947] (system) Session started.
[16:58:40.988946] (debug) Module handle: 71C00000
MoonLoader v.026.5-beta loaded.
Developers: FYP, hnnssy, EvgeN 1137
Copyright (c) 2016, BlastHack Team
[16:58:40.988946] (info) Working directory: C:\Games\GTA San Andreas1\moonloader
[16:58:40.988946] (debug) FP Control: 0009001F
[16:58:40.988946] (debug) Game: GTA SA 1.0.0.0 US
[16:58:40.988946] (system) Installing pre-game hooks...
[16:58:41.000953] (system) Hooks installed.
[16:58:41.756075] (debug) Initializing opcode handler table
[16:58:41.757076] (debug) package.path = C:\Games\GTA San Andreas1\moonloader\lib\?.lua;C:\Games\GTA San Andreas1\moonloader\lib\?\init.lua;C:\Games\GTA San Andreas1\moonloader\?.lua;C:\Games\GTA San Andreas1\moonloader\?\init.lua;.\?.lua;C:\Games\GTA San Andreas1\moonloader\lib\?.luac;C:\Games\GTA San Andreas1\moonloader\lib\?\init.luac;C:\Games\GTA San Andreas1\moonloader\?.luac;C:\Games\GTA San Andreas1\moonloader\?\init.luac;.\?.luac
[16:58:41.757076] (debug) package.cpath = C:\Games\GTA San Andreas1\moonloader\lib\?.dll;
[16:58:41.757076] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\Assistant.lua'...
[16:58:41.757076] (debug) New script: 07B3C68C
[16:58:41.761079] (error) Assistant.lua: C:\Games\GTA San Andreas1\moonloader\Assistant.lua:1: attempt to call global 'skript_name' (a nil value)
stack traceback:
C:\Games\GTA San Andreas1\moonloader\Assistant.lua:1: in main chunk
[16:58:41.761079] (error) Assistant.lua: Script died due to an error. (07B3C68C)
[16:58:41.761079] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\AutoReboot.lua'...
[16:58:41.762079] (debug) New script: 07B3C68C
[16:58:41.765081] (system) ML-AutoReboot: Loaded successfully.
[16:58:41.765081] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\check-moonloader-updates.lua'...
[16:58:41.765081] (debug) New script: 07B92438
[16:58:41.772086] (system) Check MoonLoader Updates: Loaded successfully.
[16:58:41.772086] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\reload_all.lua'...
[16:58:41.772086] (debug) New script: 07B93080
[16:58:41.775088] (system) ML-ReloadAll: Loaded successfully.
[16:58:41.775088] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\SF Integration.lua'...
[16:58:41.775088] (debug) New script: 07B93B94
[16:58:41.784094] (system) SF Integration: Loaded successfully.
[16:58:52.477306] (system) Installing post-load hooks...
[16:58:52.477306] (system) Hooks installed.
Логи:
[16:58:40.987947] (system) Session started.
[16:58:40.988946] (debug) Module handle: 71C00000
MoonLoader v.026.5-beta loaded.
Developers: FYP, hnnssy, EvgeN 1137
Copyright (c) 2016, BlastHack Team
https://www.blast.hk/moonloader/
[16:58:40.988946] (info) Working directory: C:\Games\GTA San Andreas1\moonloader
[16:58:40.988946] (debug) FP Control: 0009001F
[16:58:40.988946] (debug) Game: GTA SA 1.0.0.0 US
[16:58:40.988946] (system) Installing pre-game hooks...
[16:58:41.000953] (system) Hooks installed.
[16:58:41.756075] (debug) Initializing opcode handler table
[16:58:41.757076] (debug) package.path = C:\Games\GTA San Andreas1\moonloader\lib\?.lua;C:\Games\GTA San Andreas1\moonloader\lib\?\init.lua;C:\Games\GTA San Andreas1\moonloader\?.lua;C:\Games\GTA San Andreas1\moonloader\?\init.lua;.\?.lua;C:\Games\GTA San Andreas1\moonloader\lib\?.luac;C:\Games\GTA San Andreas1\moonloader\lib\?\init.luac;C:\Games\GTA San Andreas1\moonloader\?.luac;C:\Games\GTA San Andreas1\moonloader\?\init.luac;.\?.luac
[16:58:41.757076] (debug) package.cpath = C:\Games\GTA San Andreas1\moonloader\lib\?.dll;
[16:58:41.757076] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\Assistant.lua'...
[16:58:41.757076] (debug) New script: 07B3C68C
[16:58:41.761079] (error) Assistant.lua: C:\Games\GTA San Andreas1\moonloader\Assistant.lua:1: attempt to call global 'skript_name' (a nil value)
stack traceback:
C:\Games\GTA San Andreas1\moonloader\Assistant.lua:1: in main chunk
[16:58:41.761079] (error) Assistant.lua: Script died due to an error. (07B3C68C)
[16:58:41.761079] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\AutoReboot.lua'...
[16:58:41.762079] (debug) New script: 07B3C68C
[16:58:41.765081] (system) ML-AutoReboot: Loaded successfully.
[16:58:41.765081] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\check-moonloader-updates.lua'...
[16:58:41.765081] (debug) New script: 07B92438
[16:58:41.772086] (system) Check MoonLoader Updates: Loaded successfully.
[16:58:41.772086] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\reload_all.lua'...
[16:58:41.772086] (debug) New script: 07B93080
[16:58:41.775088] (system) ML-ReloadAll: Loaded successfully.
[16:58:41.775088] (system) Loading script 'C:\Games\GTA San Andreas1\moonloader\SF Integration.lua'...
[16:58:41.775088] (debug) New script: 07B93B94
[16:58:41.784094] (system) SF Integration: Loaded successfully.
[16:58:52.477306] (system) Installing post-load hooks...
[16:58:52.477306] (system) Hooks installed.

