OfficialGenemos
Нуль
- Регистрация
- 11 Июн 2017
- Сообщения
- 8
- Лучшие ответы
- 0
- Репутация
- 0
-
#1
C:UsersxGenemosUHCxDesktopSocial-RPgamemodessocialgm.pwn(24318) : error 017: undefined symbol «Info»
C:UsersxGenemosUHCxDesktopSocial-RPgamemodessocialgm.pwn(24318) : warning 215: expression has no effect
C:UsersxGenemosUHCxDesktopSocial-RPgamemodessocialgm.pwn(24318) : error 001: expected token: «;», but found «]»
C:UsersxGenemosUHCxDesktopSocial-RPgamemodessocialgm.pwn(24318) : error 029: invalid expression, assumed zero
C:UsersxGenemosUHCxDesktopSocial-RPgamemodessocialgm.pwn(24318) : fatal error 107: too many error messages on one line
Вот Код:
CMD:leaders(playerid)
{
foreach(Player, i)
{
if(Info[pleader] > 0)
{
static const fmt_str[] = «&s — &s[&d]»
new string[sizeof(fmt_str) — 6 + sizeof(frac_name) + MAX_PLAYER_NAME + 3];
format(string, sizeof(string), fmt_str
‘
frac_name[Info, [pleader]],
GN(i),
i
);
SCM(playerid, COLOR_WHITE, string);
}
}
return true;
}
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
- Ubuntu 18.04
- TensorFlow installed from source
- TensorFlow version: git master
- Python version:
- Bazel version (if compiling from source): 0.19.2
- GCC/Compiler version (if compiling from source): 7.3.0
- CUDA/cuDNN version: CUDA 10.0/ cuDNN 7.3
- GPU model and memory: GTX980Ti
Describe the problem
Buit fail
Provide the exact sequence of commands / steps that you executed before running into the problem
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::{anonymous}::ValidateInputTypeAndPlacement(tensorflow::EagerContext*, tensorflow::Device*, tensorflow::EagerOperation*, const tensorflow::OpKernel*, tensorflow::RunMetadata*)':
tensorflow/core/common_runtime/eager/execute.cc:179:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op->Inputs().size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::{anonymous}::EagerRemoteExecute(tensorflow::EagerOperation*, tensorflow::TensorHandle**, int*)':
tensorflow/core/common_runtime/eager/execute.cc:490:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op->Inputs().size(); i++) {
~~^~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:524:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (*num_retvals != output_dtypes.size()) {
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In lambda function:
tensorflow/core/common_runtime/eager/execute.cc:565:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < retvals.size(); i++) {
~~^~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::{anonymous}::MaybeUpdateOpDevice(tensorflow::EagerOperation*)':
tensorflow/core/common_runtime/eager/execute.cc:626:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op->Inputs().size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:622:8: warning: variable 'device_set_for_resource_variable' set but not used [-Wunused-but-set-variable]
bool device_set_for_resource_variable = false;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::EagerExecute(tensorflow::EagerContext*, tensorflow::Device*, const absl::InlinedVector<tensorflow::TensorHandle*, 4>&, tensorflow::KernelAndDevice*, tensorflow::NodeExecStats*, tensorflow::StepStats*, tensorflow::GraphCollector*, tensorflow::TensorHandle**, int)':
tensorflow/core/common_runtime/eager/execute.cc:716:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op_inputs.size(); ++i) {
~~^~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:753:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (step_stats->dev_stats_size() < ctx->devices()->size()) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:758:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < ctx->devices()->size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:713:27: warning: variable 'output_memory_types' set but not used [-Wunused-but-set-variable]
const MemoryTypeVector* output_memory_types = nullptr;
^~~~~~~~~~~~~~~~~~~
In file included from ./tensorflow/core/platform/default/logging.h:24:0,
from ./tensorflow/core/platform/logging.h:25,
from ./tensorflow/core/lib/core/refcount.h:22,
from ./tensorflow/core/platform/tensor_coding.h:21,
from ./tensorflow/core/framework/resource_handle.h:19,
from ./tensorflow/core/framework/allocator.h:24,
from ./tensorflow/core/common_runtime/device.h:35,
from ./tensorflow/core/common_runtime/eager/execute.h:18,
from tensorflow/core/common_runtime/eager/execute.cc:16:
./tensorflow/core/util/tensor_format.h: In instantiation of 'T tensorflow::GetTensorDim(tensorflow::gtl::ArraySlice<T>, tensorflow::TensorFormat, char) [with T = long long int; tensorflow::gtl::ArraySlice<T> = absl::Span<const long long int>]':
./tensorflow/core/util/tensor_format.h:452:47: required from here
./tensorflow/core/util/tensor_format.h:420:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
CHECK(index >= 0 && index < dimension_attributes.size())
./tensorflow/core/platform/macros.h:87:47: note: in definition of macro 'TF_PREDICT_FALSE'
#define TF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
^
./tensorflow/core/util/tensor_format.h:420:3: note: in expansion of macro 'CHECK'
CHECK(index >= 0 && index < dimension_attributes.size())
^
./tensorflow/core/util/tensor_format.h: In instantiation of 'T tensorflow::GetFilterDim(tensorflow::gtl::ArraySlice<T>, tensorflow::FilterTensorFormat, char) [with T = long long int; tensorflow::gtl::ArraySlice<T> = absl::Span<const long long int>]':
./tensorflow/core/util/tensor_format.h:461:54: required from here
./tensorflow/core/util/tensor_format.h:435:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
CHECK(index >= 0 && index < dimension_attribute.size())
./tensorflow/core/platform/macros.h:87:47: note: in definition of macro 'TF_PREDICT_FALSE'
#define TF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
^
./tensorflow/core/util/tensor_format.h:435:3: note: in expansion of macro 'CHECK'
CHECK(index >= 0 && index < dimension_attribute.size())
^
ERROR: /home/xx/tensorflow/tensorflow/core/kernels/BUILD:762:1: C++ compilation of rule '//tensorflow/core/kernels:broadcast_to_op' failed (Exit 4)
gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
Target //tensorflow/tools/pip_package:build_pip_package failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 1255.664s, Critical Path: 397.27s, Remote (0.00% of the time): [queue: 0.00%, setup: 0.00%, process: 0.00%]
INFO: 5547 processes: 5547 local.
FAILED: Build did NOT complete successfully
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
- Ubuntu 18.04
- TensorFlow installed from source
- TensorFlow version: git master
- Python version:
- Bazel version (if compiling from source): 0.19.2
- GCC/Compiler version (if compiling from source): 7.3.0
- CUDA/cuDNN version: CUDA 10.0/ cuDNN 7.3
- GPU model and memory: GTX980Ti
Describe the problem
Buit fail
Provide the exact sequence of commands / steps that you executed before running into the problem
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::{anonymous}::ValidateInputTypeAndPlacement(tensorflow::EagerContext*, tensorflow::Device*, tensorflow::EagerOperation*, const tensorflow::OpKernel*, tensorflow::RunMetadata*)':
tensorflow/core/common_runtime/eager/execute.cc:179:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op->Inputs().size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::{anonymous}::EagerRemoteExecute(tensorflow::EagerOperation*, tensorflow::TensorHandle**, int*)':
tensorflow/core/common_runtime/eager/execute.cc:490:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op->Inputs().size(); i++) {
~~^~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:524:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
if (*num_retvals != output_dtypes.size()) {
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In lambda function:
tensorflow/core/common_runtime/eager/execute.cc:565:33: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < retvals.size(); i++) {
~~^~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::{anonymous}::MaybeUpdateOpDevice(tensorflow::EagerOperation*)':
tensorflow/core/common_runtime/eager/execute.cc:626:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op->Inputs().size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:622:8: warning: variable 'device_set_for_resource_variable' set but not used [-Wunused-but-set-variable]
bool device_set_for_resource_variable = false;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc: In function 'tensorflow::Status tensorflow::EagerExecute(tensorflow::EagerContext*, tensorflow::Device*, const absl::InlinedVector<tensorflow::TensorHandle*, 4>&, tensorflow::KernelAndDevice*, tensorflow::NodeExecStats*, tensorflow::StepStats*, tensorflow::GraphCollector*, tensorflow::TensorHandle**, int)':
tensorflow/core/common_runtime/eager/execute.cc:716:21: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < op_inputs.size(); ++i) {
~~^~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:753:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while (step_stats->dev_stats_size() < ctx->devices()->size()) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:758:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for (int i = 0; i < ctx->devices()->size(); ++i) {
~~^~~~~~~~~~~~~~~~~~~~~~~~
tensorflow/core/common_runtime/eager/execute.cc:713:27: warning: variable 'output_memory_types' set but not used [-Wunused-but-set-variable]
const MemoryTypeVector* output_memory_types = nullptr;
^~~~~~~~~~~~~~~~~~~
In file included from ./tensorflow/core/platform/default/logging.h:24:0,
from ./tensorflow/core/platform/logging.h:25,
from ./tensorflow/core/lib/core/refcount.h:22,
from ./tensorflow/core/platform/tensor_coding.h:21,
from ./tensorflow/core/framework/resource_handle.h:19,
from ./tensorflow/core/framework/allocator.h:24,
from ./tensorflow/core/common_runtime/device.h:35,
from ./tensorflow/core/common_runtime/eager/execute.h:18,
from tensorflow/core/common_runtime/eager/execute.cc:16:
./tensorflow/core/util/tensor_format.h: In instantiation of 'T tensorflow::GetTensorDim(tensorflow::gtl::ArraySlice<T>, tensorflow::TensorFormat, char) [with T = long long int; tensorflow::gtl::ArraySlice<T> = absl::Span<const long long int>]':
./tensorflow/core/util/tensor_format.h:452:47: required from here
./tensorflow/core/util/tensor_format.h:420:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
CHECK(index >= 0 && index < dimension_attributes.size())
./tensorflow/core/platform/macros.h:87:47: note: in definition of macro 'TF_PREDICT_FALSE'
#define TF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
^
./tensorflow/core/util/tensor_format.h:420:3: note: in expansion of macro 'CHECK'
CHECK(index >= 0 && index < dimension_attributes.size())
^
./tensorflow/core/util/tensor_format.h: In instantiation of 'T tensorflow::GetFilterDim(tensorflow::gtl::ArraySlice<T>, tensorflow::FilterTensorFormat, char) [with T = long long int; tensorflow::gtl::ArraySlice<T> = absl::Span<const long long int>]':
./tensorflow/core/util/tensor_format.h:461:54: required from here
./tensorflow/core/util/tensor_format.h:435:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
CHECK(index >= 0 && index < dimension_attribute.size())
./tensorflow/core/platform/macros.h:87:47: note: in definition of macro 'TF_PREDICT_FALSE'
#define TF_PREDICT_FALSE(x) (__builtin_expect(x, 0))
^
./tensorflow/core/util/tensor_format.h:435:3: note: in expansion of macro 'CHECK'
CHECK(index >= 0 && index < dimension_attribute.size())
^
ERROR: /home/xx/tensorflow/tensorflow/core/kernels/BUILD:762:1: C++ compilation of rule '//tensorflow/core/kernels:broadcast_to_op' failed (Exit 4)
gcc: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
Target //tensorflow/tools/pip_package:build_pip_package failed to build
Use --verbose_failures to see the command lines of failed build steps.
INFO: Elapsed time: 1255.664s, Critical Path: 397.27s, Remote (0.00% of the time): [queue: 0.00%, setup: 0.00%, process: 0.00%]
INFO: 5547 processes: 5547 local.
FAILED: Build did NOT complete successfully
#include <Array.au3>
$aAutoItProcList = _ProcessListEx("CompiledScript", "AutoIt", 0)
If @error Then
MsgBox(48, "_ProcessListEx - Error", StringFormat("There was an error to get ProcessList (@error = %i)", @error))
Else
_ArrayDisplay($aAutoItProcList, "_ProcessListEx Demo (AutoIt Processes)")
EndIf
;===============================================================================
;
; Function Name: _ProcessListEx()
;
; Function Description: Gets Process List with extended info, plus can retrieve only a processes with specific resources strings.
;
; Parameter(s): $sResourceName [Optional] - Resource name of the process filename, i.e. "CompiledScript".
; $sInResString [Optional] - String to check in the resource name.
; $iWholeWord [Optional] - Defines if the $sInResString will be compared as whole string (default is 1).
;
; Requirement(s): None.
;
; Return Value(s): On Success - Return 2-dimentional array, where:
; $aRet_List[0][0] = Total processes (array elements).
; $aRet_List[N][0] = Process Name.
; $aRet_List[N][1] = PID (Process ID).
; $aRet_List[N][2] = Process File Path.
; On Failure - Return '' (empty string) and set @error to:
; 1 - Unable to Open Kernel32.dll.
; 2 - Unable to Open Psapi.dll.
; 3 - No Processes Found.
;
; Author(s): G.Sandler (a.k.a MrCreatoR) - CreatoR's Lab (http://creator-lab.ucoz.ru)
;
;=====================================================================
Func _ProcessListEx($sResourceName="", $sInResString="", $iWholeWord=1)
Local $aProcList = ProcessList()
Local $hKernel32_Dll = DllOpen('Kernel32.dll'), $hPsapi_Dll = DllOpen('Psapi.dll')
Local $aOpenProc, $aProcPath, $sFileVersion, $aRet_List[1][1]
If $hKernel32_Dll = -1 Then Return SetError(1, 0, '')
If $hPsapi_Dll = -1 Then $hPsapi_Dll = DllOpen(@SystemDir & 'Psapi.dll')
If $hPsapi_Dll = -1 Then $hPsapi_Dll = DllOpen(@WindowsDir & 'Psapi.dll')
If $hPsapi_Dll = -1 Then Return SetError(2, 0, '')
Local $vStruct = DllStructCreate('int[1024]')
Local $pStructPtr = DllStructGetPtr($vStruct)
Local $iStructSize = DllStructGetSize($vStruct)
For $i = 1 To UBound($aProcList)-1
$aOpenProc = DllCall($hKernel32_Dll, 'hwnd', 'OpenProcess', _
'int', BitOR(0x0400, 0x0010), 'int', 0, 'int', $aProcList[$i][1])
If Not IsArray($aOpenProc) Or Not $aOpenProc[0] Then ContinueLoop
DllCall($hPsapi_Dll, 'int', 'EnumProcessModules', _
'hwnd', $aOpenProc[0], _
'ptr', $pStructPtr, _
'int', $iStructSize, _
'int*', 0)
$aProcPath = DllCall($hPsapi_Dll, 'int', 'GetModuleFileNameEx', _
'hwnd', $aOpenProc[0], _
'int', DllStructGetData($vStruct, 1), _
'str', '', _
'int', 2048)
DllCall($hKernel32_Dll, 'int', 'CloseHandle', 'int', $aOpenProc[0])
If Not IsArray($aProcPath) Or StringLen($aProcPath[3]) = 0 Then ContinueLoop
$sFileVersion = FileGetVersion($aProcPath[3], $sResourceName)
If $sResourceName = "" Or $sFileVersion = $sInResString Or _
($iWholeWord = 0 And StringInStr($sFileVersion, $sInResString)) Then
$aRet_List[0][0] += 1
ReDim $aRet_List[$aRet_List[0][0]+1][3]
$aRet_List[$aRet_List[0][0]][0] = $aProcList[$i][0] ;Process Name
$aRet_List[$aRet_List[0][0]][1] = $aProcList[$i][1] ;PID (Process ID)
$aRet_List[$aRet_List[0][0]][2] = $aProcPath[3] ;Process File Path
EndIf
Next
DllClose($hKernel32_Dll)
DllClose($hPsapi_Dll)
If $aRet_List[0][0] < 1 Then Return SetError(3, 0, '')
Return $aRet_List
EndFunc
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
1 |
|
15.10.2021, 07:51. Показов 18007. Ответов 16
Доброго времени!
__________________ 0 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 08:24 |
2 |
РешениеЗдравствуйте!
Скачала внуку с торрента Rust Торрент-файл сохранился? Или хотя бы ссылка на его закачку? Если да, сообщите или прикрепите в архиве к следующему сообщению, пожалуйста. Скачайте AV block remover. После перезагрузки системы соберите новый CollectionLog Автологером. 1 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 10:09 [ТС] |
3 |
ссылка на его закачку [ссылка] 0 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 10:21 |
4 |
РешениеUnchecky v1.2 деинсталлируйте как нежелательное ПО. Дополнительно подготовьте и прикрепите лог сканирования AdwCleaner. 1 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 10:39 [ТС] |
5 |
Unchecky v1.2 деинсталлируйте готово 0 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 10:42 |
6 |
Решение Я видел. Как раз этим сейчас и занимаемся 1.
Внимание: Для успешного удаления нужна перезагрузка компьютера!!! 2. Примечание: необходимо выбрать версию, совместимую с Вашей операционной системой. Если Вы не уверены, какая версия подойдет для Вашей системы, скачайте обе и попробуйте запустить. Только одна из них запустится на Вашей системе. Нажмите кнопку Сканировать (Scan). 0 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 11:36 [ТС] |
7 |
готово 0 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 11:47 |
8 |
Примите к сведению — после выполнения скрипта (возможно) все открытые вкладки браузеров будут закрыты, произойдет выход из аккаунтов, временные файлы, корзина, история браузеров, куки и кэш будут очищены.
Компьютер будет перезагружен автоматически. 0 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 12:03 [ТС] |
9 |
готово 0 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 12:17 |
10 |
Проблема решена? 0 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 12:24 [ТС] |
11 |
Благодарю! Да. 0 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 12:27 |
12 |
Получается не справился. Переходите на более известных производителей антивирусов (можно бесплатные версии). В завершение: 1. Выполните процедуру, описанную на этой странице. 2.
Переименуйте FRST.exe (или FRST64.exe) в uninstall.exe и запустите. Остальные утилиты лечения и папки можно просто удалить. 3.
0 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 12:57 [ТС] |
13 |
Переходите на более известных производителей антивирусов из этого списка разве что AVG☺ готово 0 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 13:00 |
14 |
Указанное ниже примите к сведению и постарайтесь всё обновить/исправить: ——————————- [ Windows ] ——————————- Extended support has ended 14.01.2020, Your operating system may be vulnerable to new types of threats Читайте Рекомендации после удаления вредоносного ПО 0 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 13:18 [ТС] |
15 |
поняла 1 |
19109 / 14734 / 2780 Регистрация: 08.10.2012 Сообщений: 59,861 |
|
15.10.2021, 13:38 |
16 |
0 |
1 / 1 / 0 Регистрация: 15.10.2021 Сообщений: 9 |
|
15.10.2021, 17:25 [ТС] |
17 |
Благодарю. К сожалению, лайк не могу поставить 0 |
IT_Exp Эксперт 87844 / 49110 / 22898 Регистрация: 17.06.2006 Сообщений: 92,604 |
15.10.2021, 17:25 |
Помогаю со студенческими работами здесь Error «Variable uses an Automation type …»??? В момент закрытия формы выводится сообщение «Run-time error ’91’ Object variable or With-block not set» Error Traceback (most recent call last): File «C:UsersDekstopDesktopproject by glebnastr.py», line 24, in <module import vk_api
if (isset($podbor)) {
Выдает ошибку «Parse error: syntax error, unexpected ‘$bdlogin’ (T_VARIABLE) in line 6» $bdlogin = ‘rahim66364_bid’; Ошибка «Parse error: syntax error, unexpected T_VARIABLE on line 8» Искать еще темы с ответами Или воспользуйтесь поиском по форуму: 17 |
-
#1
Каждые несколько минут вылезает ошибка
Line 20800 (File «C:ProgramdataRealtekHDtaskhost.exe»):
Error: Variable must be of type «Object».
необходима помощь в исправлении ошибки (удалении вредоносного ПО
AVZ — настойчиво не хочет создавать лог
-
CollectionLog-2022.05.04-17.17.zip
85.1 KB
· Просмотры: 8
-
#2
Скачайте, распакуйте и запустите (от имени администратора) AV block remover.
По окончании всех процедур произойдет перезагрузка системы. Прикрепите созданный утилитой лог AV_block_remove.log к следующему сообщению.
Если не запускается, то переименуйте ее (например в AV_br.exe)
Повторно запустите Autologger и прикрепите новый CollectionLog.
-
#3
Примите запрошенные логи
-
AV_block_remove_2022.05.04-18.29.log
4.8 KB
· Просмотры: 1 -
CollectionLog-2022.05.04-18.45.zip
83 KB
· Просмотры: 7
-
#4
Закройте все программы, временно выгрузите антивирус, файрволл и прочее защитное ПО.
Выполните скрипт в АВЗ из папки Autologger (Файл — Выполнить скрипт):
begin
ExecuteFile('net.exe', 'stop tcpip /y', 0, 15000, true);
if not IsWOW64
then
begin
SearchRootkit(true, true);
SetAVZGuardStatus(True);
end;
QuarantineFile('C:ProgramdataRealtekHDtaskhost.exe', '');
QuarantineFile('C:ProgramdataRealtekHDtaskhostw.exe', '');
QuarantineFile('C:ProgramDataWindows Tasks Servicewinserv.exe', '');
DeleteFile('C:ProgramdataRealtekHDtaskhost.exe', '64');
DeleteFile('C:ProgramdataRealtekHDtaskhostw.exe', '64');
DeleteFile('c:programdatawindows tasks servicewinserv.exe', '64');
DeleteSchedulerTask('MicrosoftWindowsWininetRealtekMO');
DeleteSchedulerTask('MicrosoftWindowsWininetRealtekOnLogon');
DeleteSchedulerTask('MicrosoftWindowsWininetTaskhostMO');
DeleteSchedulerTask('MicrosoftWindowsWininetTaskhostOnlogon');
DeleteSchedulerTask('MicrosoftWindowsWininetwinser');
DeleteSchedulerTask('MicrosoftWindowsWininetwinsers');
BC_ImportALL;
ExecuteSysClean;
ExecuteWizard('SCU', 2, 3, true);
BC_Activate;
RebootWindows(true);
end.
Компьютер
перезагрузится
.
После перезагрузки, выполните такой скрипт:
begin
DeleteFile(GetAVZDirectory+'quarantine.7z');
ExecuteFile(GetAVZDirectory+'7za.exe', 'a -mx9 -pmalware quarantine .Quarantine*', 1, 300000, false);
end.
Файл quarantine.7z из папки с распакованной утилитой AVZ отправьте с помощью этой формы или (если размер архива превышает 10 MB) на этот почтовый ящик: quarantine <at> safezone.cc (замените <at> на @) с указанием ссылки на тему в теме (заголовке) сообщения и с указанием пароля: malware в теле письма.
Скачайте Farbar Recovery Scan Tool (или с зеркала) и сохраните на Рабочем столе.
Примечание: необходимо выбрать версию, совместимую с вашей операционной системой. Если вы не уверены, какая версия подойдет для вашей системы, скачайте обе и попробуйте запустить. Только одна из них запустится на вашей системе.
Когда программа запустится, нажмите Да (Yes) для соглашения с предупреждением.
Нажмите кнопку Сканировать (Scan).
После окончания сканирования будут созданы отчеты FRST.txt и Addition.txt в той же папке, откуда была запущена программа. Прикрепите отчеты к своему следующему сообщению.
Подробнее читайте в этом руководстве.
-
#5
Спасибо за помощь
последние необходимые логи
-
FRST.txt
39.1 KB
· Просмотры: 8 -
Addition.txt
123.5 KB
· Просмотры: 8
-
#6
Примите к сведению — после выполнения скрипта (возможно) все открытые вкладки браузеров будут закрыты, произойдет выход из аккаунтов, временные файлы, корзина, история браузеров, куки и кэш будут очищены.
- Отключите до перезагрузки антивирус.
- Выделите следующий код:
Start:: SystemRestore: On CreateRestorePoint: HKLMSOFTWAREPoliciesMicrosoftWindows Defender: Ограничение <==== ВНИМАНИЕ HKLMSOFTWAREPoliciesMozillaFirefox: Ограничение <==== ВНИМАНИЕ HKLMSOFTWAREPoliciesGoogle: Ограничение <==== ВНИМАНИЕ ContextMenuHandlers1: [Advanced SystemCare] -> {2803063F-4B8D-4dc6-8874-D1802487FE2D} => -> Нет файла EmptyTemp: Reboot: End::
- Скопируйте выделенный текст (правой кнопкой — Копировать).
- Запустите FRST (FRST64) от имени администратора.
- Нажмите Исправить (Fix) один раз (!) и подождите. Программа создаст лог-файл (Fixlog.txt). Прикрепите его к своему следующему сообщению.
Компьютер будет перезагружен автоматически.
Подробнее читайте в этом руководстве.
После проверяйте, что с проблемой.
-
#7
Проблема решена ещё на прошлом шаге, оповещений об ошибке больше нет
-
Fixlog.txt
2 KB
· Просмотры: 7
-
#8
Тогда завершаем
Подготовьте лог лог SecurityCheck by glax24
Чтобы автоматически удалить все файлы и папки, созданные FRST, в том числе сам инструмент, переименуйте FRST/FRST64.exe в uninstall.exe и запустите его. Процедура требует перезагрузки
OfficialGenemos
Нуль
- Регистрация
- 11 Июн 2017
- Сообщения
- 8
- Лучшие ответы
- 0
- Репутация
- 0
-
#1
C:\Users\xGenemosUHCx\Desktop\Social-RP\gamemodes\socialgm.pwn(24318) : error 017: undefined symbol «Info»
C:\Users\xGenemosUHCx\Desktop\Social-RP\gamemodes\socialgm.pwn(24318) : warning 215: expression has no effect
C:\Users\xGenemosUHCx\Desktop\Social-RP\gamemodes\socialgm.pwn(24318) : error 001: expected token: «;», but found «]»
C:\Users\xGenemosUHCx\Desktop\Social-RP\gamemodes\socialgm.pwn(24318) : error 029: invalid expression, assumed zero
C:\Users\xGenemosUHCx\Desktop\Social-RP\gamemodes\socialgm.pwn(24318) : fatal error 107: too many error messages on one line
Вот Код:
CMD:leaders(playerid)
{
foreach(Player, i)
{
if(Info[pleader] > 0)
{
static const fmt_str[] = «&s — &s[&d]»
new string[sizeof(fmt_str) — 6 + sizeof(frac_name) + MAX_PLAYER_NAME + 3];
format(string, sizeof(string), fmt_str
‘
frac_name[Info, [pleader]],
GN(i),
i
);
SCM(playerid, COLOR_WHITE, string);
}
}
return true;
}
Comments
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
select 1 as a,(select a union select a);
2. What did you expect to see? (Required)
mysql> select 1 as a,(select a union select a); +---+---------------------------+ | a | (select a union select a) | +---+---------------------------+ | 1 | 1 | +---+---------------------------+ 1 row in set (0.00 sec)
3. What did you see instead (Required)
tidb> select 1 as a,(select a union select a); ERROR 1054 (42S22): Unknown column 'a' in 'field list'
4. What is your TiDB version? (Required)
7e15333 in master
The minimal reproducible case:
select 1 as a,(select a )
The root cause is that in expressionRewriter.toColumn
the sub-query cannot get the outer field-list(which is [1 as a]
in this query).
This issue is not easy to fix, and consider its influence scope, we decide not to fix it now and degrade its severity to moderate.
The root cause is that in
expressionRewriter.toColumn
the sub-query cannot get the outer field-list(which is[1 as a]
in this query). This issue is not easy to fix, and consider its influence scope, we decide not to fix it now and degrade its severity to moderate.
I tried the case:
select 1;
then get the error result:
Error Code: 1054. Unknown column ‘0’ in ‘field list’
this issue influence the mybatis pagehelper tool , course ‘ select count(0)’
It seems a terrible issue
The root cause is that in
expressionRewriter.toColumn
the sub-query cannot get the outer field-list(which is[1 as a]
in this query). This issue is not easy to fix, and consider its influence scope, we decide not to fix it now and degrade its severity to moderate.I tried the case: select 1;
then get the error result: Error Code: 1054. Unknown column ‘0’ in ‘field list’
this issue influence the mybatis pagehelper tool , course ‘ select count(0)’
It seems a terrible issue
@caoyipeng2008 Hi, what’s the impacted SQL in the mybatis’s pagehelper tool?
The root cause is that in
expressionRewriter.toColumn
the sub-query cannot get the outer field-list(which is[1 as a]
in this query). This issue is not easy to fix, and consider its influence scope, we decide not to fix it now and degrade its severity to moderate.I tried the case: select 1;
then get the error result: Error Code: 1054. Unknown column ‘0’ in ‘field list’
this issue influence the mybatis pagehelper tool , course ‘ select count(0)’
It seems a terrible issue@caoyipeng2008 Hi, what’s the impacted SQL in the mybatis’s pagehelper tool?
page helper tool use ‘select count(0)’ as the default to get the total count.
however I found it could be config to ‘select count(*)’.
The project : https://github.com/pagehelper/Mybatis-PageHelper
but this issue make some trouble. and alse any select ‘number’ as column should be avoided.
similar case as it depicted
mysql> explain select (select a union select a) as a, 1 as b;
ERROR 1247 (42S22): Reference 'a' not supported (forward reference in item list)
which means scalar subquery can only refer forward-defined items in the outer select list.