Перейти к контенту

Новые баги и новые вылеты


Рекомендуемые сообщения

Уважаемый Архара,

 

На Кородне глубокой ночью, при выполнении задания с фотопистолетом в деревне новисов, встретился с интересной ситуацией, закончившейся вылетом.

Невидимый товарищ Автофокус... так громко просил аптечку, что лишил покоя нескольких сердобольных обитателей деревни, пытавшихся прийти на помощь :grin2:

 

При приближении ГГ к предполагаемому месту его обитания случился вылет в скрипте xr_wounded.script в функции function Cwound_manager:update()

строки:

if sobj.wounded and (not self.a.regen) and (not self.medkit_eaten) then

и далее

sobj.wounded=false

так как sobj был == nil, а проверок соответствующих нет.

 

Вылет пофиксил самостоятельно, вставив проверку

if sobj == nil then

return

end

после создания объекта local sobj=alife():object(self.npc:id())

 

но, возможно, информация Вам не будет лишней.

 

Да и потом - зачем туда ходить, если надо стрелять? После двух таких любопытных попыток вы не сможете сделать фотку. Ставить 3ю защиту от любопытных я не стал.

Так не корысти (любопытства) ж ради! :rolleyes: Когда аптечку раненый просит - как не отклинуться. Это я уже потом понял - кто...

 

Голос убрать, к сожалению, невозможно. Либо - я просто не знаю как. Уже знаю

ЗдОрово!

 

P.S. По совету тов. sapsan обращаю Ваше внимание на то, что у меня к зависанию по надоевшему

attempt to index local 'respawner'

приводил респавн warlab_svobodovzu_respawn_256852 по респавнеру warlab_svobodovzu_respawn_1,

исключив который удалось зависание недопустить - игра продолжается.

Ссылка на пост.

Изменено пользователем WhatAbout

Компьютер: Intel CoreDuo E8200 2,66GHz, GeForge 9800 GT 1024 mb, 4 Gb ОЗУ, Windows 7 64 bit.

Солянка: Народная Солянка от 19.04.2010, 14.08.10 + 3.09.10 + широкий монитор + 18.11.10

 

Ссылка на комментарий

WhatAbout,

Эта проверка малоэфективна. Хотя - вылет у меня на кордоне не происходил, поэтому я не стал заморачиваться, но вылет такой был на базе свободы. Там я сделал чуть по-другому, но если фиксить подобное, то лучше так:

function kill_dsity_*******(storyid)

local obj = level_object_by_sid(19042)

if obj and IsStalker(obj) and obj:alive() then

obj:kill(obj)

return true

else

return false

end

end

И всё. В вашем варианте не исключается вариант, что раненые будут просить аптечки стоя :)

Да и потом - зачем туда ходить, если надо стрелять? После двух таких любопытных попыток вы не сможете сделать фотку. Ставить 3ю защиту от любопытных я не стал. Голос убрать, к сожалению, невозможно. Либо - я просто не знаю как. Уже знаю :rolleyes:

Изменено пользователем Arhara

Еще 10 лет таких цен, зарплат и пенсий, и вместо переписи населения будет перекличка

Ссылка на комментарий

Мужичёг, все ссылки на E:\stalker\sources\trunk\xr_3da это ссылка на ошибку в исходных кодах сталкера и к игровой геймдате она никакого отношения не имеет. По тому пути у разаработчиков сталкера лежали исходные коды игры. :offtopic:

Platon, только проверять выкладыванием из рюкзака. Для ускорения рекомендую крупными кусками выкладывать:

- сначала половину

- если вылетело - другую половину

- если не вылетело - половину из той половины, которую выкладывал (тоесть уже четверть)

и т.д. с уменьшением до одного предмета.

Изменено пользователем sapsan
Ссылка на комментарий

sapsan,

Перчатки только не выкладываются,они не могут вылет давать? Я ещё не вычислил что,но точно теперь знаю,что вирус в рюкзаке 100% (я просто не всё выкладывал первый раз :blush: ) Перчатки ни причём-это точно. Наверное это ремящик.

Изменено пользователем Platon
Не подпускайте детей к интернету, интернет от детей тупеет!
Ссылка на комментарий

Раз нельзя выкинуть, то логично, что те, которые еще можно продать за рубль. Это так можно и на кусок хлеба начитерить :grin2: их не выкинешь. Они заново после выкидывания появляются, так что... Можно поковырять скрипт, который спавнит перчатки в инвентарь заново при их выкидывании.

Ссылка на комментарий

Архара,

 

Могу порекомендовать к покопать выловленный экспериментальным путем еще один момент, приводящий к зависанию по ...attempt to index local 'respawner'

 

объект mil_freedom_respawn_221514 респавнер borman_freedom_respawn

 

Как-то пока все по Свободе. :unsure:

Компьютер: Intel CoreDuo E8200 2,66GHz, GeForge 9800 GT 1024 mb, 4 Gb ОЗУ, Windows 7 64 bit.

Солянка: Народная Солянка от 19.04.2010, 14.08.10 + 3.09.10 + широкий монитор + 18.11.10

 

Ссылка на комментарий

Expression : 0

Function : CUICellContainer::FindFreeCell

File : E:\stalker\patch_1_0004\xr_3da\xrGame\ui\UIDragDropListEx.cpp

Line : 508

Description : there are no free room to place item

 

Исправил config/inventory_sect и config/ui/inventory_new - все равно 6 слотов под арты.

пользую 19.04(xrGame поставлен) + Кум.Патч от Sapsan'а + любит. моды

Подскажите, где ошибка.

Тени Чернобыля - {17.09 упакованная + Текстуры + "Барахло" by R.A.V.I.N.}

Зов Припяти - [Пытаюсь сделать солянку под себя]

XP SP2

Intel Core 2 Duo CPU E7400 @ 2.80Ггц

2.00 ГБ ОЗУ

GeForce 9600 GT 512 MB

 

 

3c04425f144f.jpg

Ссылка на комментарий

Oleg2r,

Добавьте рядом эти

http://narod.ru/disk/21525262000/%D0%9D%D0...A%D0%B0.7z.html

 

 

Изменено пользователем Arhara

Еще 10 лет таких цен, зарплат и пенсий, и вместо переписи населения будет перекличка

Ссылка на комментарий

Проблема частично решилась переездом на статику, НО, опять, при переходе на радар, БЕЗЛОГОВЫЙ(!!!) вылет:

 

Game Фримен_autosave.sav is successfully saved to file 'e:\documents and settings\all users\Документы\stalker-shoc\savedgames\Фримен_autosave.sav'

- Disconnect

stack trace:

 

001B:039D2F41 xrGame.dll :wacko2:

 

Изменено пользователем Ikar
Ссылка на комментарий

После ЧУ в подземках агропрома попытался использовать плеер нажал использовать,плеер исчез,тоже самое получилось с флешками,думаю ну и фиг с ним сохранился,потом попался кровососу,при попытки загрузить сейф вылет с таким логом

Expression : fatal error

Function : CScriptEngine::lua_error

File : E:\stalker\patch_1_0004\xr_3da\xrGame\script_engine.cpp

Line : 73

Description : <no expression>

Arguments : LUA error: ...games\s.t.a.l.k.e.r\gamedata\scripts\xr_logic.script:1492: attempt to call field '?' (a nil value)

 

солянка последний версии+патч от сапсана+аб фикс!

И ещё проблема ,оказываеться после ЧУ в подземке агропрома телепорты которые там есть неработают и попасть в тайник стрелка невозможно.Что делать ?Подскажите!Не телепортирует меня последний телепорт.Это из-за ЧУ?

Оптимисты изучают английский язык, пессимисты - китайский. А реалисты - автомат Калашникова

Ссылка на комментарий

Пишу от лица человека у которого нет аккаунта. :)

Игровой набор: оригинал+патч4+нодвд+соль от 19.04 упакованная + кумулятив sapsan

Проблема: "Имею устойчивый вылет по последней соли, в переходе бар-свалка, перед походом на х16

т.е. игра шла нормально, при переходе вылетело."

[error]Expression : no_assert

[error]Function : CALifeStoryRegistry::add

[error]File : E:\stalker\patch_1_0004\xr_3da\xrGame\alife_story_registry.cpp

[error]Line : 30

[error]Description : Specified story object is already in the Story registry!

 

"также имею вылет с бара в любую другую локацию"

 

Через поиск нашёл две подобные проблемы. На одну ответа небыло, второй такой вылет был у montiy666, проблема решена, но там такая ошибка возникает при попытки оживления. И решение только для его случая.

 

Решение от Arhara, за что ему большое спасибо. Всё работает. "Сдайте бармену доки и возьмите квест на Янтарь. Более ни с кем не говорите и никакие задания не берите. Перейдёте на ДТ - потом - всё, что угодно и как угодно."

Изменено пользователем HDD

Мир есть текст.

Ссылка на комментарий
вылет после использования Живого сердца

d_gennadiy, я давал уже здесь правку таблицы nepis_id из sak.script. Забить в поиск в теме nepis_id

ЗЫ: Начиная с 4-го непися в этой таблице все будет работать неправильно. Сяк, Шустрый и Лис - оживятся, с остальными будет вылет по "Story registryt".

 

R.A.V.I.N., ошибка в скрипте, причем тут "тушка"?

Изменено пользователем Shadowman

Железо: Intel Core i5 9400F / 16Gb DDR4 2400MHz / SSD NVMe M.2 Samsung 970 EVO Plus 256Gb / GF GTX 1050Ti 4Gb Ось: Win10x64

Ссылка на комментарий

HDD,

Сдайте бармену доки и возьмите квест на Янтарь. Более ни с кем не говорите и никакие задания не берите. Перейдёте на ДТ - потом - всё, что угодно и как угодно.

Еще 10 лет таких цен, зарплат и пенсий, и вместо переписи населения будет перекличка

Ссылка на комментарий
Подскажите, что за вылет после использования Живого сердца на Толике:

Если Вы становитесь непосредственно над "тушкой" - будет вылет...

Отойдите от "этого" на шаг и запускайте процесс оживления.

Все должно получиться.

Удачи!

 

a185

"Переспи" один выброс на другой локации...

Аномалии изменятся и все получится.

 

DARKwarriorNET

Переполнение стэка вначале игры?!

Либо система однозначно слабовата, либо "горбатая" установка.

Такого быть не должно.

Изменено пользователем R.A.V.I.N.

[spoiler=Чем лучше узнаю людей, тем больше нравятся собаки.]Народная Солянка от 26.01.2010г.

Сделал различные изменения и дополнения в Народной Солянке. "Генератор" — только малая часть всех отличий. Подробнее можно узнать на моем сайте. Адрес в профиле.

 

Ссылка на комментарий

Скачал сегодня соляночку и она сразу порадовала меня вылетом после пещеры. Шахтер дает мне варево, я его пью, игра грузится и вылетает...

Версия последняя - http://rutracker.org/forum/viewtopic.php?t=2919077. Еще ставил адаптацию Худа и прицелов для 16:9

Вот лог

FATAL ERROR

[error]Expression    : fatal error
[error]Function      : CScriptEngine::lua_error
[error]File          : E:\stalker\patch_1_0004\xr_3da\xrGame\script_engine.cpp
[error]Line          : 73
[error]Description   : <no expression>
[error]Arguments     : LUA error: C stack overflow


stack trace:

Изменено пользователем DARKwarriorNET
Ссылка на комментарий

DARKwarriorNET

Простите ,что с советами лезу.Самое начало игры.Имхо проще перезайти в пещеру и по новой прогнать эпизод.

Если вылеты сразу ловил -соль вообще переустанавливал. А то и вместе с игрой.

Может и глупо-но пока без лагов не завелась..потел.

Более всего в странствиях по миру мне нравилось познавать новые культуры и новых людей (с) Чингиз Хан

Железо -8 оперативы. i7 2600k камень. GTX580 Gigabyte. SSD Sata600.Горите фризы в Аду.

Ссылка на комментарий

Expression : ai().level_graph().valid_vertex_id(vertex->data().level_vertex_id())

Function : CPatrolPathManager::select_point

File : E:\stalker\patch_1_0004\xr_3da\xrGame\patrol_path_manager.cpp

Line : 164

Description : patrol path[mil_mercs_walker_3_walk], point on path [name07],object [rost_naem_koster_respawn_238677]

 

Здравствуйте подскажите как удалить костер на складах у наёмников а то уменя запакованая соль + нанопатч

Alienware

Windows: Windows 7 Ultimate 64-bit

процес Core i7 2600K @ 3.40GHz

видео:AMD Radeon HD 6800 Series 1G

памяти: 8.0GB DDR3 @ 498MHz (9-9-9-24)

DirectX: 4.09.00.0904

STALKER 1.004+19.04.+14.08.+ 03.09.+

ООП.МА.К. + DMX 1.3.5.

Ссылка на комментарий

Приветствую вольные СТАЛКИ :D

Подскажите пожалуйста где взять файл ,,sak_script,, для прапки живого сердца ? распаковал все архивы но по адресу S.T.A.L.K.E.R\gamedata\scripts файл sak_script такого нету

 

АМК 1.4.1+НС от14.06.09+полуфинал от 13.12+патч 22.01 +патч 26.01

 

в папке ,,scripts,, с иминем ,,sak...,, только 3 (sak , sak_dialog , sak_off_corpses ) и больше никаких , перед ними идет ,, rx_wmgr ,, после ,,script_object_registry,,

 

Благодарю за помощь и УДАЧНОЙ ОХОТЫ !!!

Изменено пользователем bubulyka
Ссылка на комментарий

PS1H

Может вы имели в виду иконки

Нормальные иконки Новые иконки

Мерцающий У меня в консоле было тоже самое,когда играл на шестом патче,соответственно и вылетов без лога безличь.Помогло перестановка полностью игры вместе с gamedata ,но на пятый патч.И сейчас вылет без лога большая редкость.

Изменено пользователем radeon-amd

AsRock B450m pro4/Ryzen3 1200/Gigabyte-R9-270/DDR4 Team T-Forse 3200MHz-16gb/SSD crucial BX500 120GB/WD-1500GB/Benq-22"/БП-500/WIN-10(64)

Ссылка на комментарий

Блин надоели постоянные вылеты при загрузке сейвов на АС.

Скажите: а в консоли, а затем соответственно и в логе должно быть это:

cl setDestroy [36163][62212]

cl setDestroy [19049][62212]

cl setDestroy [13517][62212]

cl setDestroy [1823][62212]

cl setDestroy [57978][62212]

cl setDestroy [57979][62212]

cl setDestroy [57980][62212]

cl setDestroy [57981][62212]

cl setDestroy [57982][62212]

cl setDestroy [57983][62212]

cl setDestroy [57984][62212]

cl setDestroy [57985][62212]

cl setDestroy [57986][62212]

cl setDestroy [4584][62212]

cl setDestroy [4401][62212]

cl setDestroy [65150][62212]

cl setDestroy [65149][62212]

cl setDestroy [65147][62212]

cl setDestroy [65071][62212]

cl setDestroy [64527][62212]

cl setDestroy [63749][62212]

cl setDestroy [63744][62212]

cl setDestroy [63495][62212]

cl setDestroy [63334][62212]

cl setDestroy [63054][62212]

cl setDestroy [63053][62212]

cl setDestroy [63052][62212]

cl setDestroy [63051][62212]

cl setDestroy [63050][62212]

cl setDestroy [63003][62212]

cl setDestroy [63002][62212]

cl setDestroy [62986][62212]

cl setDestroy [60497][62212]

cl setDestroy [59933][62212]

cl setDestroy [59912][62212]

cl setDestroy [59480][62212]

cl setDestroy [58745][62212]

cl setDestroy [58744][62212]

cl setDestroy [58679][62212]

cl setDestroy [57918][62212]

cl setDestroy [57887][62212]

cl setDestroy [57871][62212]

cl setDestroy [57645][62212]

cl setDestroy [57643][62212]

cl setDestroy [57642][62212]

cl setDestroy [57624][62212]

cl setDestroy [57621][62212]

cl setDestroy [57611][62212]

cl setDestroy [57608][62212]

cl setDestroy [57604][62212]

cl setDestroy [57602][62212]

cl setDestroy [57128][62212]

cl setDestroy [57124][62212]

cl setDestroy [56870][62212]

cl setDestroy [56854][62212]

cl setDestroy [56587][62212]

cl setDestroy [56419][62212]

cl setDestroy [56418][62212]

cl setDestroy [56417][62212]

cl setDestroy [56416][62212]

cl setDestroy [56415][62212]

cl setDestroy [56414][62212]

cl setDestroy [56411][62212]

cl setDestroy [56410][62212]

cl setDestroy [56409][62212]

cl setDestroy [56408][62212]

cl setDestroy [56346][62212]

cl setDestroy [55894][62212]

cl setDestroy [55893][62212]

cl setDestroy [55854][62212]

cl setDestroy [55849][62212]

cl setDestroy [55848][62212]

cl setDestroy [54553][62212]

cl setDestroy [54272][62212]

cl setDestroy [52753][62212]

cl setDestroy [52526][62212]

cl setDestroy [52518][62212]

cl setDestroy [52517][62212]

cl setDestroy [52516][62212]

cl setDestroy [52515][62212]

cl setDestroy [52514][62212]

cl setDestroy [51739][62212]

cl setDestroy [4583][62212]

cl setDestroy [51520][62212]

cl setDestroy [51024][62212]

cl setDestroy [51012][62212]

cl setDestroy [49712][62212]

cl setDestroy [49249][62212]

cl setDestroy [49248][62212]

cl setDestroy [48424][62212]

cl setDestroy [48407][62212]

cl setDestroy [48399][62212]

cl setDestroy [47458][62212]

cl setDestroy [47457][62212]

cl setDestroy [47456][62212]

cl setDestroy [47455][62212]

cl setDestroy [47448][62212]

cl setDestroy [47365][62212]

cl setDestroy [46862][62212]

cl setDestroy [46849][62212]

cl setDestroy [46640][62212]

cl setDestroy [46384][62212]

cl setDestroy [46368][62212]

cl setDestroy [46139][62212]

cl setDestroy [45646][62212]

cl setDestroy [45645][62212]

cl setDestroy [45358][62212]

cl setDestroy [45320][62212]

cl setDestroy [45226][62212]

cl setDestroy [45225][62212]

cl setDestroy [45224][62212]

cl setDestroy [45222][62212]

cl setDestroy [45220][62212]

cl setDestroy [45218][62212]

cl setDestroy [45216][62212]

cl setDestroy [45100][62212]

cl setDestroy [45080][62212]

cl setDestroy [45078][62212]

cl setDestroy [45068][62212]

cl setDestroy [43918][62212]

cl setDestroy [43904][62212]

cl setDestroy [43569][62212]

cl setDestroy [43550][62212]

cl setDestroy [43024][62212]

cl setDestroy [43011][62212]

cl setDestroy [42351][62212]

cl setDestroy [42043][62212]

cl setDestroy [42024][62212]

cl setDestroy [42008][62212]

cl setDestroy [41871][62212]

cl setDestroy [41870][62212]

cl setDestroy [41522][62212]

cl setDestroy [41502][62212]

cl setDestroy [41224][62212]

cl setDestroy [40224][62212]

cl setDestroy [40212][62212]

cl setDestroy [39733][62212]

cl setDestroy [39727][62212]

cl setDestroy [39723][62212]

cl setDestroy [39700][62212]

cl setDestroy [39692][62212]

cl setDestroy [39680][62212]

cl setDestroy [38919][62212]

cl setDestroy [38918][62212]

cl setDestroy [38845][62212]

cl setDestroy [38421][62212]

cl setDestroy [37651][62212]

cl setDestroy [37478][62212]

cl setDestroy [37454][62212]

cl setDestroy [36429][62212]

cl setDestroy [36413][62212]

cl setDestroy [36409][62212]

cl setDestroy [36356][62212]

cl setDestroy [34058][62212]

cl setDestroy [33858][62212]

[16-9] get_xml_name for[maingame_pda_msg.xml] returns [maingame_pda_msg.xml]

cl setDestroy [33426][62212]

cl setDestroy [33072][62212]

cl setDestroy [33060][62212]

cl setDestroy [32545][62212]

cl setDestroy [31901][62212]

cl setDestroy [31802][62212]

cl setDestroy [31562][62212]

cl setDestroy [31274][62212]

cl setDestroy [30726][62212]

cl setDestroy [30722][62212]

cl setDestroy [30612][62212]

cl setDestroy [30611][62212]

cl setDestroy [30587][62212]

cl setDestroy [30048][62212]

cl setDestroy [29787][62212]

cl setDestroy [29786][62212]

cl setDestroy [29785][62212]

cl setDestroy [29784][62212]

cl setDestroy [29783][62212]

cl setDestroy [29507][62212]

cl setDestroy [29464][62212]

cl setDestroy [29463][62212]

cl setDestroy [29462][62212]

cl setDestroy [29461][62212]

cl setDestroy [29460][62212]

cl setDestroy [29459][62212]

cl setDestroy [29449][62212]

cl setDestroy [29383][62212]

cl setDestroy [27750][62212]

cl setDestroy [19560][62212]

cl setDestroy [19125][62212]

cl setDestroy [19124][62212]

cl setDestroy [18850][62212]

cl setDestroy [18841][62212]

cl setDestroy [18840][62212]

cl setDestroy [18839][62212]

cl setDestroy [18838][62212]

cl setDestroy [18247][62212]

cl setDestroy [17959][62212]

cl setDestroy [17236][62212]

cl setDestroy [17085][62212]

cl setDestroy [15949][62212]

cl setDestroy [15948][62212]

cl setDestroy [15838][62212]

cl setDestroy [15837][62212]

cl setDestroy [15836][62212]

cl setDestroy [15835][62212]

cl setDestroy [15086][62212]

cl setDestroy [15029][62212]

cl setDestroy [15015][62212]

cl setDestroy [14025][62212]

cl setDestroy [13839][62212]

cl setDestroy [13258][62212]

cl setDestroy [12767][62212]

cl setDestroy [10268][62212]

cl setDestroy [9022][62212]

cl setDestroy [9021][62212]

cl setDestroy [7849][62212]

cl setDestroy [7542][62212]

cl setDestroy [7468][62212]

cl setDestroy [7430][62212]

cl setDestroy [7245][62212]

cl setDestroy [6523][62212]

cl setDestroy [6468][62212]

cl setDestroy [5908][62212]

cl setDestroy [5905][62212]

cl setDestroy [5815][62212]

cl setDestroy [5756][62212]

cl setDestroy [5720][62212]

cl setDestroy [5624][62212]

cl setDestroy [5623][62212]

cl setDestroy [4928][62212]

cl setDestroy [4689][62212]

cl setDestroy [4114][62212]

cl setDestroy [4101][62212]

cl setDestroy [2295][62212]

cl setDestroy [2294][62212]

cl setDestroy [2293][62212]

cl setDestroy [2189][62212]

cl setDestroy [2112][62212]

cl setDestroy [1770][62212]

cl setDestroy [1372][62212]

cl setDestroy [1315][62212]

cl setDestroy [1024][62212]

cl setDestroy [966][62212]

cl setDestroy [884][62212]

cl setDestroy [860][62212]

cl setDestroy [802][62212]

cl setDestroy [796][62212]

cl setDestroy [705][62212]

cl setDestroy [694][62212]

cl setDestroy [0][62212]

cl setDestroy [282][62212]

cl setDestroy [316][62212]

cl setDestroy [445][62212]

cl setDestroy [779][62212]

cl setDestroy [825][62212]

cl setDestroy [826][62212]

cl setDestroy [827][62212]

cl setDestroy [828][62212]

cl setDestroy [829][62212]

cl setDestroy [830][62212]

cl setDestroy [831][62212]

cl setDestroy [832][62212]

cl setDestroy [833][62212]

cl setDestroy [834][62212]

cl setDestroy [835][62212]

cl setDestroy [836][62212]

cl setDestroy [837][62212]

cl setDestroy [839][62212]

cl setDestroy [840][62212]

cl setDestroy [1279][62212]

cl setDestroy [1849][62212]

cl setDestroy [1939][62212]

cl setDestroy [1995][62212]

cl setDestroy [2350][62212]

cl setDestroy [2351][62212]

cl setDestroy [2352][62212]

cl setDestroy [2353][62212]

cl setDestroy [2354][62212]

cl setDestroy [2355][62212]

cl setDestroy [2356][62212]

cl setDestroy [2423][62212]

cl setDestroy [2424][62212]

cl setDestroy [2425][62212]

cl setDestroy [2426][62212]

cl setDestroy [2427][62212]

cl setDestroy [5386][62212]

cl setDestroy [5387][62212]

cl setDestroy [5399][62212]

cl setDestroy [5401][62212]

cl setDestroy [5429][62212]

cl setDestroy [5430][62212]

cl setDestroy [5433][62212]

cl setDestroy [5498][62212]

cl setDestroy [5505][62212]

cl setDestroy [5567][62212]

cl setDestroy [5568][62212]

cl setDestroy [5569][62212]

cl setDestroy [5570][62212]

cl setDestroy [5571][62212]

cl setDestroy [45426][62212]

cl setDestroy [45423][62212]

cl setDestroy [4552][62212]

cl setDestroy [57789][62212]

cl setDestroy [52236][62212]

cl setDestroy [51768][62212]

cl setDestroy [49277][62212]

cl setDestroy [49273][62212]

cl setDestroy [45056][62212]

cl setDestroy [44060][62212]

cl setDestroy [44053][62212]

cl setDestroy [44048][62212]

cl setDestroy [34609][62212]

cl setDestroy [33586][62212]

cl setDestroy [32795][62212]

cl setDestroy [11596][62212]

cl setDestroy [9761][62212]

cl setDestroy [5614][62212]

cl setDestroy [5613][62212]

cl setDestroy [5612][62212]

cl setDestroy [5611][62212]

cl setDestroy [5609][62212]

cl setDestroy [207][62212]

cl setDestroy [5608][62212]

cl setDestroy [7193][62212]

cl setDestroy [7192][62212]

cl setDestroy [8751][62212]

cl setDestroy [9674][62212]

cl setDestroy [11034][62212]

cl setDestroy [11186][62212]

cl setDestroy [11187][62212]

cl setDestroy [11213][62212]

cl setDestroy [11216][62212]

cl setDestroy [12101][62212]

cl setDestroy [12257][62212]

cl setDestroy [12258][62212]

cl setDestroy [12263][62212]

cl setDestroy [12286][62212]

cl setDestroy [12800][62212]

cl setDestroy [12810][62212]

cl setDestroy [12811][62212]

cl setDestroy [12812][62212]

cl setDestroy [12813][62212]

cl setDestroy [12832][62212]

cl setDestroy [12833][62212]

cl setDestroy [12834][62212]

cl setDestroy [12835][62212]

cl setDestroy [12836][62212]

cl setDestroy [12837][62212]

cl setDestroy [12841][62212]

cl setDestroy [12842][62212]

cl setDestroy [12843][62212]

cl setDestroy [12844][62212]

cl setDestroy [12845][62212]

cl setDestroy [12846][62212]

cl setDestroy [12847][62212]

cl setDestroy [12848][62212]

cl setDestroy [12849][62212]

cl setDestroy [12850][62212]

cl setDestroy [12851][62212]

cl setDestroy [12852][62212]

cl setDestroy [12853][62212]

cl setDestroy [12856][62212]

cl setDestroy [12885][62212]

cl setDestroy [12886][62212]

cl setDestroy [12887][62212]

cl setDestroy [12889][62212]

cl setDestroy [12894][62212]

cl setDestroy [12896][62212]

cl setDestroy [12897][62212]

cl setDestroy [12898][62212]

cl setDestroy [12899][62212]

cl setDestroy [12902][62212]

cl setDestroy [12903][62212]

cl setDestroy [12904][62212]

cl setDestroy [12905][62212]

cl setDestroy [12906][62212]

cl setDestroy [12907][62212]

cl setDestroy [12908][62212]

cl setDestroy [12909][62212]

cl setDestroy [12910][62212]

cl setDestroy [12911][62212]

cl setDestroy [12912][62212]

cl setDestroy [12913][62212]

cl setDestroy [12915][62212]

cl setDestroy [12916][62212]

cl setDestroy [12917][62212]

cl setDestroy [12918][62212]

cl setDestroy [12919][62212]

cl setDestroy [12920][62212]

cl setDestroy [12921][62212]

cl setDestroy [12922][62212]

cl setDestroy [12923][62212]

cl setDestroy [12924][62212]

cl setDestroy [12925][62212]

cl setDestroy [12926][62212]

cl setDestroy [12927][62212]

cl setDestroy [12928][62212]

cl setDestroy [12929][62212]

cl setDestroy [12930][62212]

cl setDestroy [12931][62212]

cl setDestroy [12932][62212]

cl setDestroy [12933][62212]

cl setDestroy [12934][62212]

cl setDestroy [12935][62212]

cl setDestroy [12937][62212]

cl setDestroy [12938][62212]

cl setDestroy [12939][62212]

cl setDestroy [12940][62212]

cl setDestroy [12941][62212]

cl setDestroy [12942][62212]

cl setDestroy [12943][62212]

cl setDestroy [12944][62212]

cl setDestroy [12946][62212]

cl setDestroy [12947][62212]

cl setDestroy [12948][62212]

cl setDestroy [12949][62212]

cl setDestroy [12950][62212]

cl setDestroy [12951][62212]

cl setDestroy [12952][62212]

cl setDestroy [12953][62212]

cl setDestroy [12954][62212]

cl setDestroy [12955][62212]

cl setDestroy [12956][62212]

cl setDestroy [12957][62212]

cl setDestroy [12958][62212]

cl setDestroy [12959][62212]

cl setDestroy [12960][62212]

cl setDestroy [12961][62212]

cl setDestroy [12962][62212]

cl setDestroy [12963][62212]

cl setDestroy [12964][62212]

cl setDestroy [12966][62212]

cl setDestroy [12967][62212]

cl setDestroy [12968][62212]

cl setDestroy [12969][62212]

cl setDestroy [12970][62212]

cl setDestroy [12971][62212]

cl setDestroy [12972][62212]

cl setDestroy [12973][62212]

cl setDestroy [12974][62212]

cl setDestroy [12975][62212]

cl setDestroy [12976][62212]

cl setDestroy [12977][62212]

cl setDestroy [12978][62212]

cl setDestroy [12980][62212]

cl setDestroy [12981][62212]

cl setDestroy [12982][62212]

cl setDestroy [12983][62212]

cl setDestroy [12984][62212]

cl setDestroy [12985][62212]

cl setDestroy [12986][62212]

cl setDestroy [12988][62212]

cl setDestroy [12989][62212]

cl setDestroy [12990][62212]

cl setDestroy [12991][62212]

cl setDestroy [12992][62212]

cl setDestroy [12993][62212]

cl setDestroy [12994][62212]

cl setDestroy [12995][62212]

cl setDestroy [12996][62212]

cl setDestroy [12998][62212]

cl setDestroy [12999][62212]

cl setDestroy [13000][62212]

cl setDestroy [13004][62212]

cl setDestroy [13005][62212]

cl setDestroy [13006][62212]

cl setDestroy [13007][62212]

cl setDestroy [13008][62212]

cl setDestroy [13009][62212]

cl setDestroy [13010][62212]

cl setDestroy [13011][62212]

cl setDestroy [13012][62212]

cl setDestroy [13013][62212]

cl setDestroy [13014][62212]

cl setDestroy [13015][62212]

cl setDestroy [13016][62212]

cl setDestroy [13017][62212]

cl setDestroy [13018][62212]

cl setDestroy [13019][62212]

cl setDestroy [13020][62212]

cl setDestroy [13021][62212]

cl setDestroy [13022][62212]

cl setDestroy [13023][62212]

cl setDestroy [13024][62212]

cl setDestroy [13025][62212]

cl setDestroy [13026][62212]

cl setDestroy [13027][62212]

cl setDestroy [13028][62212]

cl setDestroy [13029][62212]

cl setDestroy [13030][62212]

cl setDestroy [13031][62212]

cl setDestroy [13032][62212]

cl setDestroy [13033][62212]

cl setDestroy [13034][62212]

cl setDestroy [13035][62212]

cl setDestroy [13037][62212]

cl setDestroy [13038][62212]

cl setDestroy [13040][62212]

cl setDestroy [13041][62212]

cl setDestroy [13042][62212]

cl setDestroy [13044][62212]

cl setDestroy [13045][62212]

cl setDestroy [13046][62212]

cl setDestroy [13047][62212]

cl setDestroy [13049][62212]

cl setDestroy [13050][62212]

cl setDestroy [13314][62212]

cl setDestroy [13317][62212]

cl setDestroy [13321][62212]

cl setDestroy [13322][62212]

cl setDestroy [13323][62212]

cl setDestroy [13327][62212]

cl setDestroy [13353][62212]

cl setDestroy [13356][62212]

cl setDestroy [13358][62212]

cl setDestroy [13359][62212]

cl setDestroy [13362][62212]

cl setDestroy [13363][62212]

cl setDestroy [13366][62212]

cl setDestroy [13367][62212]

cl setDestroy [13371][62212]

cl setDestroy [13374][62212]

cl setDestroy [13375][62212]

cl setDestroy [13379][62212]

cl setDestroy [13381][62212]

cl setDestroy [13382][62212]

cl setDestroy [13384][62212]

cl setDestroy [13386][62212]

cl setDestroy [13387][62212]

cl setDestroy [13388][62212]

cl setDestroy [13391][62212]

cl setDestroy [13392][62212]

cl setDestroy [13393][62212]

cl setDestroy [13395][62212]

cl setDestroy [13396][62212]

cl setDestroy [13397][62212]

cl setDestroy [13398][62212]

cl setDestroy [13399][62212]

cl setDestroy [13400][62212]

cl setDestroy [13407][62212]

cl setDestroy [13408][62212]

cl setDestroy [13409][62212]

cl setDestroy [13411][62212]

cl setDestroy [13412][62212]

cl setDestroy [13413][62212]

cl setDestroy [13414][62212]

cl setDestroy [13415][62212]

cl setDestroy [13416][62212]

cl setDestroy [13417][62212]

cl setDestroy [13418][62212]

cl setDestroy [13419][62212]

cl setDestroy [13420][62212]

cl setDestroy [13421][62212]

cl setDestroy [13422][62212]

cl setDestroy [13424][62212]

cl setDestroy [13425][62212]

cl setDestroy [13426][62212]

cl setDestroy [13427][62212]

cl setDestroy [13428][62212]

cl setDestroy [13429][62212]

cl setDestroy [13430][62212]

cl setDestroy [13431][62212]

cl setDestroy [13432][62212]

cl setDestroy [13433][62212]

cl setDestroy [13445][62212]

cl setDestroy [13446][62212]

cl setDestroy [13447][62212]

cl setDestroy [13448][62212]

cl setDestroy [13449][62212]

cl setDestroy [13450][62212]

cl setDestroy [13456][62212]

cl setDestroy [13457][62212]

cl setDestroy [13458][62212]

cl setDestroy [13459][62212]

cl setDestroy [13460][62212]

cl setDestroy [13461][62212]

cl setDestroy [13462][62212]

cl setDestroy [13463][62212]

cl setDestroy [13464][62212]

cl setDestroy [13465][62212]

cl setDestroy [13466][62212]

cl setDestroy [13467][62212]

cl setDestroy [13468][62212]

cl setDestroy [13469][62212]

cl setDestroy [13470][62212]

cl setDestroy [13471][62212]

cl setDestroy [13472][62212]

cl setDestroy [13473][62212]

cl setDestroy [13474][62212]

cl setDestroy [13475][62212]

cl setDestroy [13476][62212]

cl setDestroy [13477][62212]

cl setDestroy [13478][62212]

cl setDestroy [13479][62212]

cl setDestroy [13480][62212]

cl setDestroy [13481][62212]

cl setDestroy [13482][62212]

cl setDestroy [13483][62212]

cl setDestroy [13484][62212]

cl setDestroy [13486][62212]

cl setDestroy [13487][62212]

cl setDestroy [13489][62212]

cl setDestroy [13490][62212]

cl setDestroy [13491][62212]

cl setDestroy [13492][62212]

cl setDestroy [13493][62212]

cl setDestroy [13494][62212]

cl setDestroy [13495][62212]

cl setDestroy [13496][62212]

cl setDestroy [13497][62212]

cl setDestroy [13498][62212]

cl setDestroy [13499][62212]

cl setDestroy [13500][62212]

cl setDestroy [13501][62212]

cl setDestroy [13502][62212]

cl setDestroy [13510][62212]

cl setDestroy [13511][62212]

cl setDestroy [13512][62212]

cl setDestroy [13513][62212]

cl setDestroy [13514][62212]

cl setDestroy [13515][62212]

cl setDestroy [13516][62212]

cl setDestroy [13518][62212]

cl setDestroy [13535][62212]

cl setDestroy [13537][62212]

cl setDestroy [13538][62212]

cl setDestroy [13539][62212]

cl setDestroy [13540][62212]

cl setDestroy [13541][62212]

cl setDestroy [13542][62212]

cl setDestroy [14067][62212]

cl setDestroy [14068][62212]

cl setDestroy [14069][62212]

cl setDestroy [14076][62212]

cl setDestroy [14077][62212]

cl setDestroy [14091][62212]

cl setDestroy [14118][62212]

cl setDestroy [14119][62212]

cl setDestroy [14120][62212]

cl setDestroy [14122][62212]

cl setDestroy [14147][62212]

cl setDestroy [14149][62212]

cl setDestroy [14249][62212]

cl setDestroy [14280][62212]

cl setDestroy [14310][62212]

cl setDestroy [14311][62212]

cl setDestroy [14312][62212]

cl setDestroy [14313][62212]

cl setDestroy [14314][62212]

cl setDestroy [14315][62212]

cl setDestroy [14316][62212]

cl setDestroy [14317][62212]

cl setDestroy [14364][62212]

cl setDestroy [14363][62212]

cl setDestroy [14362][62212]

cl setDestroy [14361][62212]

cl setDestroy [14360][62212]

cl setDestroy [14359][62212]

cl setDestroy [14358][62212]

cl setDestroy [14366][62212]

cl setDestroy [14367][62212]

cl setDestroy [14368][62212]

cl setDestroy [14369][62212]

cl setDestroy [14370][62212]

cl setDestroy [14371][62212]

cl setDestroy [14372][62212]

cl setDestroy [14373][62212]

cl setDestroy [14374][62212]

cl setDestroy [14375][62212]

cl setDestroy [14376][62212]

cl setDestroy [14377][62212]

cl setDestroy [14379][62212]

cl setDestroy [14380][62212]

cl setDestroy [14381][62212]

cl setDestroy [14382][62212]

cl setDestroy [14383][62212]

cl setDestroy [14384][62212]

cl setDestroy [14385][62212]

cl setDestroy [14386][62212]

cl setDestroy [14387][62212]

cl setDestroy [14388][62212]

cl setDestroy [14389][62212]

cl setDestroy [14390][62212]

cl setDestroy [14391][62212]

cl setDestroy [14392][62212]

cl setDestroy [14393][62212]

cl setDestroy [14394][62212]

cl setDestroy [14395][62212]

cl setDestroy [14396][62212]

cl setDestroy [14397][62212]

cl setDestroy [14398][62212]

cl setDestroy [14399][62212]

cl setDestroy [14400][62212]

cl setDestroy [14401][62212]

cl setDestroy [14402][62212]

cl setDestroy [14403][62212]

cl setDestroy [14404][62212]

cl setDestroy [14405][62212]

cl setDestroy [14406][62212]

cl setDestroy [14407][62212]

cl setDestroy [14408][62212]

cl setDestroy [14409][62212]

cl setDestroy [14410][62212]

cl setDestroy [14411][62212]

cl setDestroy [14412][62212]

cl setDestroy [14413][62212]

cl setDestroy [14414][62212]

cl setDestroy [14415][62212]

cl setDestroy [14416][62212]

cl setDestroy [14417][62212]

cl setDestroy [14418][62212]

cl setDestroy [14419][62212]

cl setDestroy [14420][62212]

cl setDestroy [14421][62212]

cl setDestroy [14422][62212]

cl setDestroy [14423][62212]

cl setDestroy [14424][62212]

cl setDestroy [14425][62212]

cl setDestroy [14426][62212]

cl setDestroy [14427][62212]

cl setDestroy [14428][62212]

cl setDestroy [14429][62212]

cl setDestroy [14430][62212]

cl setDestroy [14431][62212]

cl setDestroy [14432][62212]

cl setDestroy [14433][62212]

cl setDestroy [14434][62212]

cl setDestroy [14435][62212]

cl setDestroy [14436][62212]

cl setDestroy [14437][62212]

cl setDestroy [14438][62212]

cl setDestroy [14439][62212]

cl setDestroy [14440][62212]

cl setDestroy [14441][62212]

cl setDestroy [14442][62212]

cl setDestroy [14443][62212]

cl setDestroy [14444][62212]

cl setDestroy [14445][62212]

cl setDestroy [14446][62212]

cl setDestroy [14447][62212]

cl setDestroy [14448][62212]

cl setDestroy [14449][62212]

cl setDestroy [14450][62212]

cl setDestroy [14451][62212]

cl setDestroy [14452][62212]

cl setDestroy [14453][62212]

cl setDestroy [14454][62212]

cl setDestroy [14455][62212]

cl setDestroy [14456][62212]

cl setDestroy [14457][62212]

cl setDestroy [14458][62212]

cl setDestroy [14459][62212]

cl setDestroy [14460][62212]

cl setDestroy [14461][62212]

cl setDestroy [14462][62212]

cl setDestroy [14463][62212]

cl setDestroy [14464][62212]

cl setDestroy [4562][62212]

cl setDestroy [14514][62212]

cl setDestroy [4563][62212]

cl setDestroy [14531][62212]

cl setDestroy [4564][62212]

cl setDestroy [14550][62212]

cl setDestroy [4565][62212]

cl setDestroy [14561][62212]

cl setDestroy [4566][62212]

cl setDestroy [14573][62212]

cl setDestroy [4567][62212]

cl setDestroy [14758][62212]

cl setDestroy [4568][62212]

cl setDestroy [14770][62212]

cl setDestroy [14684][62212]

cl setDestroy [14771][62212]

cl setDestroy [4569][62212]

cl setDestroy [14790][62212]

cl setDestroy [14786][62212]

cl setDestroy [14780][62212]

cl setDestroy [4570][62212]

cl setDestroy [41792][62212]

cl setDestroy [14792][62212]

cl setDestroy [4571][62212]

cl setDestroy [41787][62212]

cl setDestroy [14808][62212]

cl setDestroy [14805][62212]

cl setDestroy [14799][62212]

cl setDestroy [4572][62212]

cl setDestroy [14815][62212]

cl setDestroy [4573][62212]

cl setDestroy [14825][62212]

cl setDestroy [14845][62212]

cl setDestroy [14846][62212]

cl setDestroy [14847][62212]

cl setDestroy [14848][62212]

cl setDestroy [14849][62212]

cl setDestroy [14850][62212]

cl setDestroy [14851][62212]

cl setDestroy [14852][62212]

cl setDestroy [14853][62212]

cl setDestroy [14854][62212]

cl setDestroy [14855][62212]

cl setDestroy [14856][62212]

cl setDestroy [14857][62212]

cl setDestroy [14858][62212]

cl setDestroy [14859][62212]

cl setDestroy [14860][62212]

cl setDestroy [14861][62212]

cl setDestroy [14862][62212]

cl setDestroy [14863][62212]

cl setDestroy [14864][62212]

cl setDestroy [14865][62212]

cl setDestroy [14866][62212]

cl setDestroy [14867][62212]

cl setDestroy [14868][62212]

cl setDestroy [14869][62212]

cl setDestroy [14870][62212]

cl setDestroy [14871][62212]

cl setDestroy [14872][62212]

cl setDestroy [14873][62212]

cl setDestroy [14874][62212]

cl setDestroy [14875][62212]

cl setDestroy [14876][62212]

cl setDestroy [14877][62212]

cl setDestroy [14878][62212]

cl setDestroy [14879][62212]

cl setDestroy [14880][62212]

cl setDestroy [14881][62212]

cl setDestroy [14882][62212]

cl setDestroy [14883][62212]

cl setDestroy [14884][62212]

cl setDestroy [14885][62212]

cl setDestroy [14886][62212]

cl setDestroy [14887][62212]

cl setDestroy [14888][62212]

cl setDestroy [14889][62212]

cl setDestroy [14890][62212]

cl setDestroy [14891][62212]

cl setDestroy [14892][62212]

cl setDestroy [14894][62212]

cl setDestroy [14895][62212]

cl setDestroy [14896][62212]

cl setDestroy [14897][62212]

cl setDestroy [14898][62212]

cl setDestroy [14899][62212]

cl setDestroy [14900][62212]

cl setDestroy [14901][62212]

cl setDestroy [14902][62212]

cl setDestroy [14903][62212]

cl setDestroy [14904][62212]

cl setDestroy [14905][62212]

cl setDestroy [14906][62212]

cl setDestroy [14907][62212]

cl setDestroy [14908][62212]

cl setDestroy [14909][62212]

cl setDestroy [14910][62212]

cl setDestroy [14911][62212]

cl setDestroy [14912][62212]

cl setDestroy [14913][62212]

cl setDestroy [14914][62212]

cl setDestroy [14915][62212]

cl setDestroy [14916][62212]

cl setDestroy [14917][62212]

cl setDestroy [14918][62212]

cl setDestroy [14919][62212]

cl setDestroy [14920][62212]

cl setDestroy [14921][62212]

cl setDestroy [14922][62212]

cl setDestroy [14923][62212]

cl setDestroy [14924][62212]

cl setDestroy [14925][62212]

cl setDestroy [14926][62212]

cl setDestroy [14927][62212]

cl setDestroy [14928][62212]

cl setDestroy [14929][62212]

cl setDestroy [14930][62212]

cl setDestroy [14931][62212]

cl setDestroy [14932][62212]

cl setDestroy [14933][62212]

cl setDestroy [14934][62212]

cl setDestroy [14935][62212]

cl setDestroy [14936][62212]

cl setDestroy [14937][62212]

cl setDestroy [14938][62212]

cl setDestroy [14939][62212]

cl setDestroy [14940][62212]

cl setDestroy [14941][62212]

cl setDestroy [14942][62212]

cl setDestroy [14943][62212]

cl setDestroy [14944][62212]

cl setDestroy [14945][62212]

cl setDestroy [14946][62212]

cl setDestroy [14947][62212]

cl setDestroy [14948][62212]

cl setDestroy [14949][62212]

cl setDestroy [14950][62212]

cl setDestroy [14951][62212]

cl setDestroy [14952][62212]

cl setDestroy [14953][62212]

cl setDestroy [14954][62212]

cl setDestroy [14955][62212]

cl setDestroy [14956][62212]

cl setDestroy [14957][62212]

cl setDestroy [14958][62212]

cl setDestroy [14959][62212]

cl setDestroy [14960][62212]

cl setDestroy [14961][62212]

cl setDestroy [14962][62212]

cl setDestroy [14963][62212]

cl setDestroy [14964][62212]

cl setDestroy [14965][62212]

cl setDestroy [14966][62212]

cl setDestroy [14967][62212]

cl setDestroy [14968][62212]

cl setDestroy [14969][62212]

cl setDestroy [14970][62212]

cl setDestroy [14971][62212]

cl setDestroy [14972][62212]

cl setDestroy [14973][62212]

cl setDestroy [14974][62212]

cl setDestroy [14975][62212]

cl setDestroy [14976][62212]

cl setDestroy [14977][62212]

cl setDestroy [14978][62212]

cl setDestroy [14979][62212]

cl setDestroy [14980][62212]

cl setDestroy [14981][62212]

cl setDestroy [14982][62212]

cl setDestroy [14983][62212]

cl setDestroy [14984][62212]

cl setDestroy [14985][62212]

cl setDestroy [14986][62212]

cl setDestroy [14987][62212]

cl setDestroy [14988][62212]

cl setDestroy [15057][62212]

cl setDestroy [15060][62212]

cl setDestroy [15061][62212]

cl setDestroy [15062][62212]

cl setDestroy [15063][62212]

cl setDestroy [4574][62212]

cl setDestroy [15074][62212]

cl setDestroy [15068][62212]

cl setDestroy [15076][62212]

cl setDestroy [15077][62212]

cl setDestroy [15078][62212]

cl setDestroy [4575][62212]

cl setDestroy [15079][62212]

cl setDestroy [15081][62212]

cl setDestroy [15082][62212]

cl setDestroy [15083][62212]

cl setDestroy [15084][62212]

cl setDestroy [4576][62212]

cl setDestroy [15085][62212]

cl setDestroy [15095][62212]

cl setDestroy [15135][62212]

cl setDestroy [28106][62212]

cl setDestroy [57619][62212]

cl setDestroy [33376][62212]

cl setDestroy [32311][62212]

cl setDestroy [19282][62212]

cl setDestroy [16131][62212]

cl setDestroy [16130][62212]

cl setDestroy [15151][62212]

cl setDestroy [15150][62212]

cl setDestroy [15149][62212]

cl setDestroy [15148][62212]

cl setDestroy [15147][62212]

cl setDestroy [15146][62212]

cl setDestroy [15145][62212]

cl setDestroy [15144][62212]

cl setDestroy [15142][62212]

cl setDestroy [15141][62212]

cl setDestroy [15140][62212]

cl setDestroy [15159][62212]

cl setDestroy [15160][62212]

cl setDestroy [15161][62212]

cl setDestroy [15162][62212]

cl setDestroy [15166][62212]

cl setDestroy [15172][62212]

cl setDestroy [15232][62212]

cl setDestroy [4577][62212]

cl setDestroy [26151][62212]

cl setDestroy [26150][62212]

cl setDestroy [15242][62212]

cl setDestroy [15238][62212]

cl setDestroy [15237][62212]

cl setDestroy [15235][62212]

cl setDestroy [15233][62212]

cl setDestroy [4578][62212]

cl setDestroy [26236][62212]

cl setDestroy [26235][62212]

cl setDestroy [15255][62212]

cl setDestroy [15253][62212]

cl setDestroy [15249][62212]

cl setDestroy [15245][62212]

cl setDestroy [15243][62212]

cl setDestroy [15256][62212]

cl setDestroy [15257][62212]

cl setDestroy [15258][62212]

cl setDestroy [15259][62212]

cl setDestroy [15260][62212]

cl setDestroy [15262][62212]

cl setDestroy [15263][62212]

cl setDestroy [15264][62212]

cl setDestroy [15265][62212]

cl setDestroy [15266][62212]

cl setDestroy [15267][62212]

cl setDestroy [15268][62212]

cl setDestroy [15269][62212]

cl setDestroy [15270][62212]

cl setDestroy [15271][62212]

cl setDestroy [15272][62212]

cl setDestroy [15273][62212]

cl setDestroy [15274][62212]

cl setDestroy [15275][62212]

cl setDestroy [15276][62212]

cl setDestroy [15277][62212]

cl setDestroy [15287][62212]

cl setDestroy [4579][62212]

cl setDestroy [51237][62212]

cl setDestroy [51236][62212]

cl setDestroy [29708][62212]

cl setDestroy [26234][62212]

cl setDestroy [15298][62212]

cl setDestroy [15297][62212]

cl setDestroy [15296][62212]

cl setDestroy [15295][62212]

cl setDestroy [15294][62212]

cl setDestroy [15293][62212]

cl setDestroy [15292][62212]

cl setDestroy [15291][62212]

cl setDestroy [15289][62212]

cl setDestroy [15288][62212]

cl setDestroy [15299][62212]

cl setDestroy [15300][62212]

cl setDestroy [15301][62212]

cl setDestroy [15302][62212]

cl setDestroy [15414][62212]

cl setDestroy [15415][62212]

cl setDestroy [15416][62212]

cl setDestroy [15417][62212]

cl setDestroy [15418][62212]

cl setDestroy [15419][62212]

cl setDestroy [15420][62212]

cl setDestroy [15421][62212]

cl setDestroy [15422][62212]

cl setDestroy [15423][62212]

cl setDestroy [15424][62212]

cl setDestroy [15425][62212]

cl setDestroy [15426][62212]

cl setDestroy [15427][62212]

cl setDestroy [15428][62212]

cl setDestroy [15429][62212]

cl setDestroy [15430][62212]

cl setDestroy [15431][62212]

cl setDestroy [15432][62212]

cl setDestroy [4407][62212]

cl setDestroy [15433][62212]

cl setDestroy [15442][62212]

cl setDestroy [15443][62212]

cl setDestroy [15444][62212]

cl setDestroy [15445][62212]

cl setDestroy [15449][62212]

cl setDestroy [15451][62212]

cl setDestroy [15452][62212]

cl setDestroy [15453][62212]

cl setDestroy [15454][62212]

cl setDestroy [15455][62212]

cl setDestroy [15456][62212]

cl setDestroy [15457][62212]

cl setDestroy [15458][62212]

cl setDestroy [15459][62212]

cl setDestroy [15460][62212]

cl setDestroy [15461][62212]

cl setDestroy [15462][62212]

cl setDestroy [15463][62212]

cl setDestroy [15464][62212]

cl setDestroy [15465][62212]

cl setDestroy [15466][62212]

cl setDestroy [15467][62212]

cl setDestroy [15468][62212]

cl setDestroy [15469][62212]

cl setDestroy [15470][62212]

cl setDestroy [15471][62212]

cl setDestroy [15472][62212]

cl setDestroy [15473][62212]

cl setDestroy [15474][62212]

cl setDestroy [15475][62212]

cl setDestroy [15476][62212]

cl setDestroy [15477][62212]

cl setDestroy [15478][62212]

cl setDestroy [15479][62212]

cl setDestroy [15480][62212]

cl setDestroy [15481][62212]

cl setDestroy [15482][62212]

cl setDestroy [15483][62212]

cl setDestroy [15484][62212]

cl setDestroy [15485][62212]

cl setDestroy [15486][62212]

cl setDestroy [15487][62212]

cl setDestroy [15488][62212]

cl setDestroy [15489][62212]

cl setDestroy [15490][62212]

cl setDestroy [15491][62212]

cl setDestroy [15492][62212]

cl setDestroy [15493][62212]

cl setDestroy [15501][62212]

cl setDestroy [15503][62212]

cl setDestroy [15504][62212]

cl setDestroy [15505][62212]

cl setDestroy [15506][62212]

cl setDestroy [15507][62212]

cl setDestroy [15508][62212]

cl setDestroy [15509][62212]

cl setDestroy [15510][62212]

cl setDestroy [15511][62212]

cl setDestroy [15512][62212]

cl setDestroy [15513][62212]

cl setDestroy [15514][62212]

cl setDestroy [15515][62212]

cl setDestroy [15516][62212]

cl setDestroy [15517][62212]

cl setDestroy [15518][62212]

cl setDestroy [15519][62212]

cl setDestroy [15520][62212]

cl setDestroy [15521][62212]

cl setDestroy [15522][62212]

cl setDestroy [15523][62212]

cl setDestroy [15524][62212]

cl setDestroy [15531][62212]

cl setDestroy [15532][62212]

cl setDestroy [15539][62212]

cl setDestroy [15540][62212]

cl setDestroy [15548][62212]

cl setDestroy [15552][62212]

cl setDestroy [15553][62212]

cl setDestroy [15554][62212]

cl setDestroy [15555][62212]

cl setDestroy [15556][62212]

cl setDestroy [15557][62212]

cl setDestroy [15558][62212]

cl setDestroy [15559][62212]

cl setDestroy [15560][62212]

cl setDestroy [15561][62212]

cl setDestroy [15562][62212]

cl setDestroy [15563][62212]

cl setDestroy [15564][62212]

cl setDestroy [15565][62212]

cl setDestroy [15566][62212]

cl setDestroy [15567][62212]

cl setDestroy [15568][62212]

cl setDestroy [15569][62212]

cl setDestroy [15570][62212]

cl setDestroy [15571][62212]

cl setDestroy [15572][62212]

cl setDestroy [15573][62212]

cl setDestroy [15574][62212]

cl setDestroy [15581][62212]

cl setDestroy [15582][62212]

cl setDestroy [4408][62212]

cl setDestroy [26692][62212]

cl setDestroy [15613][62212]

cl setDestroy [15611][62212]

cl setDestroy [15609][62212]

cl setDestroy [15604][62212]

cl setDestroy [15615][62212]

cl setDestroy [15616][62212]

cl setDestroy [15617][62212]

cl setDestroy [15618][62212]

cl setDestroy [15619][62212]

cl setDestroy [15620][62212]

cl setDestroy [15621][62212]

cl setDestroy [15622][62212]

cl setDestroy [15623][62212]

cl setDestroy [15624][62212]

cl setDestroy [15625][62212]

cl setDestroy [15626][62212]

cl setDestroy [15627][62212]

cl setDestroy [15628][62212]

cl setDestroy [15629][62212]

cl setDestroy [15630][62212]

cl setDestroy [15631][62212]

cl setDestroy [15632][62212]

cl setDestroy [15633][62212]

cl setDestroy [15634][62212]

cl setDestroy [15635][62212]

cl setDestroy [15636][62212]

cl setDestroy [15637][62212]

cl setDestroy [15638][62212]

cl setDestroy [15639][62212]

cl setDestroy [15640][62212]

cl setDestroy [15641][62212]

cl setDestroy [15642][62212]

cl setDestroy [15643][62212]

cl setDestroy [15644][62212]

cl setDestroy [15645][62212]

cl setDestroy [15646][62212]

cl setDestroy [15647][62212]

cl setDestroy [15648][62212]

cl setDestroy [15649][62212]

cl setDestroy [15650][62212]

cl setDestroy [15651][62212]

cl setDestroy [15652][62212]

cl setDestroy [15653][62212]

cl setDestroy [15654][62212]

cl setDestroy [15655][62212]

cl setDestroy [15656][62212]

cl setDestroy [15657][62212]

cl setDestroy [15658][62212]

cl setDestroy [15659][62212]

cl setDestroy [15660][62212]

cl setDestroy [15661][62212]

cl setDestroy [15662][62212]

cl setDestroy [15663][62212]

cl setDestroy [15664][62212]

cl setDestroy [15665][62212]

cl setDestroy [15666][62212]

cl setDestroy [15667][62212]

cl setDestroy [15668][62212]

cl setDestroy [15669][62212]

cl setDestroy [15670][62212]

cl setDestroy [15671][62212]

cl setDestroy [15672][62212]

cl setDestroy [15673][62212]

cl setDestroy [15674][62212]

cl setDestroy [15675][62212]

cl setDestroy [15676][62212]

cl setDestroy [15677][62212]

cl setDestroy [15678][62212]

cl setDestroy [15679][62212]

cl setDestroy [15680][62212]

cl setDestroy [15681][62212]

cl setDestroy [15682][62212]

cl setDestroy [15683][62212]

cl setDestroy [15684][62212]

cl setDestroy [15685][62212]

cl setDestroy [15686][62212]

cl setDestroy [15687][62212]

cl setDestroy [15688][62212]

cl setDestroy [15689][62212]

cl setDestroy [15690][62212]

cl setDestroy [15691][62212]

cl setDestroy [15692][62212]

cl setDestroy [15693][62212]

cl setDestroy [15694][62212]

cl setDestroy [15695][62212]

cl setDestroy [15696][62212]

cl setDestroy [15697][62212]

cl setDestroy [15698][62212]

cl setDestroy [15699][62212]

cl setDestroy [15700][62212]

cl setDestroy [15701][62212]

cl setDestroy [15702][62212]

cl setDestroy [15703][62212]

cl setDestroy [15705][62212]

cl setDestroy [15711][62212]

cl setDestroy [15716][62212]

cl setDestroy [15718][62212]

cl setDestroy [15719][62212]

cl setDestroy [15720][62212]

cl setDestroy [15721][62212]

cl setDestroy [15722][62212]

cl setDestroy [15723][62212]

cl setDestroy [15724][62212]

cl setDestroy [15725][62212]

cl setDestroy [15726][62212]

cl setDestroy [15727][62212]

cl setDestroy [15729][62212]

cl setDestroy [15730][62212]

cl setDestroy [15731][62212]

cl setDestroy [15732][62212]

cl setDestroy [15733][62212]

cl setDestroy [15734][62212]

cl setDestroy [15735][62212]

cl setDestroy [15736][62212]

cl setDestroy [15737][62212]

cl setDestroy [15738][62212]

cl setDestroy [15739][62212]

cl setDestroy [15740][62212]

cl setDestroy [15741][62212]

cl setDestroy [15742][62212]

cl setDestroy [15751][62212]

cl setDestroy [15752][62212]

cl setDestroy [15753][62212]

cl setDestroy [15754][62212]

cl setDestroy [15770][62212]

cl setDestroy [15771][62212]

cl setDestroy [15772][62212]

cl setDestroy [15773][62212]

cl setDestroy [15774][62212]

cl setDestroy [15775][62212]

cl setDestroy [15776][62212]

cl setDestroy [15777][62212]

cl setDestroy [15778][62212]

cl setDestroy [15779][62212]

cl setDestroy [15780][62212]

cl setDestroy [15781][62212]

cl setDestroy [15782][62212]

cl setDestroy [15783][62212]

cl setDestroy [15784][62212]

cl setDestroy [15785][62212]

cl setDestroy [15786][62212]

cl setDestroy [15787][62212]

cl setDestroy [15788][62212]

cl setDestroy [15789][62212]

cl setDestroy [15790][62212]

cl setDestroy [15791][62212]

cl setDestroy [15792][62212]

cl setDestroy [15793][62212]

cl setDestroy [15794][62212]

cl setDestroy [15795][62212]

cl setDestroy [15796][62212]

cl setDestroy [15797][62212]

cl setDestroy [15798][62212]

cl setDestroy [15805][62212]

cl setDestroy [15806][62212]

cl setDestroy [15815][62212]

cl setDestroy [15820][62212]

cl setDestroy [15821][62212]

cl setDestroy [15822][62212]

cl setDestroy [15823][62212]

cl setDestroy [15824][62212]

cl setDestroy [15825][62212]

cl setDestroy [15826][62212]

cl setDestroy [15827][62212]

cl setDestroy [15828][62212]

cl setDestroy [15834][62212]

cl setDestroy [15855][62212]

cl setDestroy [16329][62212]

cl setDestroy [16743][62212]

cl setDestroy [16745][62212]

cl setDestroy [16744][62212]

cl setDestroy [16792][62212]

cl setDestroy [16985][62212]

cl setDestroy [16986][62212]

cl setDestroy [16990][62212]

cl setDestroy [16991][62212]

cl setDestroy [16992][62212]

cl setDestroy [16993][62212]

cl setDestroy [16996][62212]

cl setDestroy [17007][62212]

cl setDestroy [17008][62212]

cl setDestroy [17009][62212]

cl setDestroy [17010][62212]

cl setDestroy [17012][62212]

cl setDestroy [17013][62212]

cl setDestroy [17014][62212]

cl setDestroy [18554][62212]

cl setDestroy [18553][62212]

cl setDestroy [18996][62212]

cl setDestroy [19987][62212]

cl setDestroy [19989][62212]

cl setDestroy [19995][62212]

cl setDestroy [20997][62212]

cl setDestroy [21043][62212]

cl setDestroy [21063][62212]

cl setDestroy [21064][62212]

cl setDestroy [21282][62212]

cl setDestroy [25457][62212]

cl setDestroy [25833][62212]

cl setDestroy [25837][62212]

cl setDestroy [25838][62212]

cl setDestroy [25839][62212]

cl setDestroy [25840][62212]

cl setDestroy [25841][62212]

cl setDestroy [25842][62212]

cl setDestroy [25843][62212]

cl setDestroy [25844][62212]

cl setDestroy [25845][62212]

cl setDestroy [25846][62212]

cl setDestroy [25847][62212]

cl setDestroy [25848][62212]

cl setDestroy [25849][62212]

cl setDestroy [25850][62212]

cl setDestroy [25851][62212]

cl setDestroy [25852][62212]

cl setDestroy [25853][62212]

cl setDestroy [26141][62212]

cl setDestroy [26142][62212]

cl setDestroy [26143][62212]

cl setDestroy [26144][62212]

cl setDestroy [26145][62212]

cl setDestroy [26146][62212]

cl setDestroy [26153][62212]

cl setDestroy [26154][62212]

cl setDestroy [26155][62212]

cl setDestroy [26156][62212]

cl setDestroy [26157][62212]

cl setDestroy [26158][62212]

cl setDestroy [26161][62212]

cl setDestroy [26162][62212]

cl setDestroy [26163][62212]

cl setDestroy [26278][62212]

cl setDestroy [26542][62212]

cl setDestroy [26543][62212]

cl setDestroy [26544][62212]

cl setDestroy [26545][62212]

cl setDestroy [26567][62212]

cl setDestroy [26570][62212]

cl setDestroy [26579][62212]

cl setDestroy [26594][62212]

cl setDestroy [26596][62212]

cl setDestroy [26609][62212]

cl setDestroy [26628][62212]

cl setDestroy [26664][62212]

cl setDestroy [27040][62212]

cl setDestroy [26933][62212]

cl setDestroy [27756][62212]

cl setDestroy [27824][62212]

cl setDestroy [29266][62212]

cl setDestroy [29267][62212]

cl setDestroy [29268][62212]

cl setDestroy [29269][62212]

cl setDestroy [29270][62212]

cl setDestroy [29271][62212]

cl setDestroy [29272][62212]

cl setDestroy [29273][62212]

cl setDestroy [29274][62212]

cl setDestroy [30537][62212]

cl setDestroy [31270][62212]

cl setDestroy [31761][62212]

cl setDestroy [31744][62212]

cl setDestroy [4561][62212]

cl setDestroy [65043][62212]

cl setDestroy [62495][62212]

cl setDestroy [62468][62212]

cl setDestroy [55859][62212]

cl setDestroy [49236][62212]

cl setDestroy [37124][62212]

cl setDestroy [33575][62212]

cl setDestroy [33572][62212]

cl setDestroy [33567][62212]

cl setDestroy [30275][62212]

cl setDestroy [15381][62212]

cl setDestroy [15332][62212]

cl setDestroy [15327][62212]

cl setDestroy [15229][62212]

cl setDestroy [15212][62212]

cl setDestroy [15202][62212]

cl setDestroy [15183][62212]

cl setDestroy [15182][62212]

cl setDestroy [15177][62212]

cl setDestroy [13956][62212]

cl setDestroy [33565][62212]

cl setDestroy [36096][62212]

cl setDestroy [4406][62212]

cl setDestroy [64284][62212]

cl setDestroy [63024][62212]

cl setDestroy [61986][62212]

cl setDestroy [58124][62212]

cl setDestroy [57354][62212]

cl setDestroy [55824][62212]

cl setDestroy [39503][62212]

cl setDestroy [39502][62212]

cl setDestroy [39501][62212]

cl setDestroy [39500][62212]

cl setDestroy [39499][62212]

cl setDestroy [39497][62212]

cl setDestroy [36951][62212]

cl setDestroy [36392][62212]

cl setDestroy [34880][62212]

cl setDestroy [33347][62212]

cl setDestroy [33346][62212]

cl setDestroy [18818][62212]

cl setDestroy [18802][62212]

cl setDestroy [18798][62212]

cl setDestroy [14605][62212]

cl setDestroy [14602][62212]

cl setDestroy [14596][62212]

cl setDestroy [14594][62212]

cl setDestroy [14576][62212]

cl setDestroy [14540][62212]

cl setDestroy [10562][62212]

cl setDestroy [39496][62212]

cl setDestroy [28104][62212]

cl setDestroy [61973][62212]

cl setDestroy [61972][62212]

cl setDestroy [59911][62212]

cl setDestroy [57878][62212]

cl setDestroy [51745][62212]

cl setDestroy [49678][62212]

cl setDestroy [39580][62212]

cl setDestroy [39579][62212]

cl setDestroy [39578][62212]

cl setDestroy [39575][62212]

cl setDestroy [37681][62212]

cl setDestroy [31263][62212]

cl setDestroy [30282][62212]

cl setDestroy [39573][62212]

cl setDestroy [11845][62212]

cl setDestroy [28107][62212]

cl setDestroy [61970][62212]

cl setDestroy [41301][62212]

cl setDestroy [41300][62212]

cl setDestroy [41299][62212]

cl setDestroy [41298][62212]

cl setDestroy [41297][62212]

cl setDestroy [41295][62212]

cl setDestroy [41294][62212]

cl setDestroy [41293][62212]

cl setDestroy [41291][62212]

cl setDestroy [41282][62212]

cl setDestroy [35587][62212]

cl setDestroy [31261][62212]

cl setDestroy [41290][62212]

cl setDestroy [43062][62212]

cl setDestroy [45829][62212]

cl setDestroy [46119][62212]

cl setDestroy [4556][62212]

cl setDestroy [60949][62212]

cl setDestroy [60935][62212]

cl setDestroy [60434][62212]

cl setDestroy [52507][62212]

cl setDestroy [52503][62212]

cl setDestroy [46633][62212]

cl setDestroy [46632][62212]

cl setDestroy [46631][62212]

cl setDestroy [15092][62212]

cl setDestroy [8432][62212]

cl setDestroy [8431][62212]

cl setDestroy [8429][62212]

cl setDestroy [8428][62212]

cl setDestroy [8228][62212]

cl setDestroy [1716][62212]

cl setDestroy [46623][62212]

cl setDestroy [28100][62212]

cl setDestroy [48681][62212]

cl setDestroy [48680][62212]

cl setDestroy [48678][62212]

cl setDestroy [48677][62212]

cl setDestroy [48676][62212]

cl setDestroy [48675][62212]

cl setDestroy [48665][62212]

cl setDestroy [48648][62212]

cl setDestroy [42894][62212]

cl setDestroy [41766][62212]

cl setDestroy [32109][62212]

cl setDestroy [32077][62212]

cl setDestroy [9405][62212]

cl setDestroy [4090][62212]

cl setDestroy [48658][62212]

cl setDestroy [55858][62212]

cl setDestroy [55886][62212]

cl setDestroy [55885][62212]

cl setDestroy [55888][62212]

cl setDestroy [55887][62212]

cl setDestroy [55890][62212]

cl setDestroy [55889][62212]

cl setDestroy [56869][62212]

cl setDestroy [4551][62212]

cl setDestroy [65335][62212]

cl setDestroy [65311][62212]

cl setDestroy [63507][62212]

cl setDestroy [58643][62212]

cl setDestroy [58394][62212]

cl setDestroy [56847][62212]

cl setDestroy [56843][62212]

cl setDestroy [56841][62212]

cl setDestroy [56840][62212]

cl setDestroy [56839][62212]

cl setDestroy [56838][62212]

cl setDestroy [56835][62212]

cl setDestroy [56834][62212]

cl setDestroy [56349][62212]

cl setDestroy [48663][62212]

cl setDestroy [38924][62212]

cl setDestroy [20899][62212]

cl setDestroy [20874][62212]

cl setDestroy [15591][62212]

cl setDestroy [15589][62212]

cl setDestroy [15585][62212]

cl setDestroy [12435][62212]

cl setDestroy [51][62212]

cl setDestroy [56846][62212]

cl setDestroy [4550][62212]

cl setDestroy [62065][62212]

cl setDestroy [58684][62212]

cl setDestroy [58682][62212]

cl setDestroy [58680][62212]

cl setDestroy [36919][62212]

cl setDestroy [36915][62212]

cl setDestroy [50][62212]

cl setDestroy [58676][62212]

cl setDestroy [28109][62212]

cl setDestroy [28108][62212]

cl setDestroy [65069][62212]

cl setDestroy [65068][62212]

cl setDestroy [65067][62212]

cl setDestroy [65066][62212]

cl setDestroy [65065][62212]

cl setDestroy [65064][62212]

cl setDestroy [65063][62212]

cl setDestroy [65061][62212]

cl setDestroy [65060][62212]

cl setDestroy [65059][62212]

cl setDestroy [54554][62212]

cl setDestroy [48430][62212]

cl setDestroy [65033][62212]

cl setDestroy [28105][62212]

cl setDestroy [65083][62212]

cl setDestroy [65082][62212]

cl setDestroy [65081][62212]

cl setDestroy [65080][62212]

cl setDestroy [65079][62212]

cl setDestroy [65078][62212]

cl setDestroy [65077][62212]

cl setDestroy [65076][62212]

cl setDestroy [65075][62212]

cl setDestroy [65074][62212]

cl setDestroy [65073][62212]

cl setDestroy [52513][62212]

cl setDestroy [50446][62212]

cl setDestroy [48433][62212]

cl setDestroy [40457][62212]

cl setDestroy [65072][62212]

cl setDestroy [28101][62212]

cl setDestroy [65095][62212]

cl setDestroy [65094][62212]

cl setDestroy [65093][62212]

cl setDestroy [65092][62212]

cl setDestroy [65091][62212]

cl setDestroy [65090][62212]

cl setDestroy [65089][62212]

cl setDestroy [65088][62212]

cl setDestroy [65087][62212]

cl setDestroy [54784][62212]

cl setDestroy [48440][62212]

cl setDestroy [48437][62212]

cl setDestroy [48429][62212]

cl setDestroy [42038][62212]

cl setDestroy [65086][62212]

cl setDestroy [28102][62212]

cl setDestroy [65106][62212]

cl setDestroy [65105][62212]

cl setDestroy [65104][62212]

cl setDestroy [65103][62212]

cl setDestroy [65102][62212]

cl setDestroy [65101][62212]

cl setDestroy [65099][62212]

cl setDestroy [52481][62212]

cl setDestroy [52005][62212]

cl setDestroy [49717][62212]

cl setDestroy [48439][62212]

cl setDestroy [48438][62212]

cl setDestroy [48432][62212]

cl setDestroy [37909][62212]

cl setDestroy [10007][62212]

cl setDestroy [65098][62212]

cl setDestroy [28103][62212]

cl setDestroy [65115][62212]

cl setDestroy [65114][62212]

cl setDestroy [65113][62212]

cl setDestroy [65110][62212]

cl setDestroy [61505][62212]

cl setDestroy [55054][62212]

cl setDestroy [49708][62212]

cl setDestroy [48436][62212]

cl setDestroy [48435][62212]

cl setDestroy [48431][62212]

cl setDestroy [37145][62212]

cl setDestroy [65109][62212]

stack trace:

 

001B:75D89617 KERNELBASE.dll

001B:742F8E89 MSVCR80.dll, EH_prolog()

001B:05AF6DA8 xrGame.dll

001B:05D1EA01 xrGame.dll

 

Неудивительно, что вылет по stack trace: с такой кучей непоняток в консоли. Иногда вылетает по ходу игры на АС и 100% при загрузке сейвов АС. Сейвы причем рабочие, но только после перезагрузки игры. На Солянке 26.01 ничего подобного не было на АС. В Лабиринте тоже сейвы грузились только после перезапуска игры, сейчас также. Но Лабиринт нет так часто посещаешь как АС и игра превращается .... просто неприятно очень.

 

По совету radeon-amd откатился на патч 1.0005 путем полной переустановки игры и Солянки и вылеты при загрузке сейвов на АС пропали, как и куча непоняток из спойлера в консоли. Так что все с 6го на 5ый патч.

Изменено пользователем Мерцающий

Выхожу один я на дорогу, АКМ при мне — и слава Бoгу!

Ссылка на комментарий
Гость
Эта тема закрыта для публикации сообщений.
  • Недавно просматривали   0 пользователей

    • Ни один зарегистрированный пользователь не просматривает эту страницу.
×
×
  • Создать...