Илья Попович
в общем у меня так же игра крашилась,начал моды перебирать в итоге понял что крашилась из-за мода на увеличения трафика машин.
- пожаловаться
- скопировать ссылку
Илья Попович
моды на одежду установлены?
- пожаловаться
- скопировать ссылку
duke666x
нет, изменена физика машин, стоит SweetFX, и пару скриптов
- пожаловаться
- скопировать ссылку
Saymanama55
Привет. Как решил вот эту проблему? :
«Не удаётся создать новую страницу защиты для стека»
- пожаловаться
- скопировать ссылку
duke666x
проблема решилась, переустановил игру и все, появилась новая проблема, игра тупо вылетает на рабочий стол без всяких ошибок, играю минут 10-20, и вылет. Лагов в игре нет, фпс стабильный, не просидает, хоть и комп слабенький, но вот вылетает и все
- пожаловаться
- скопировать ссылку
duke666x
да уж, я игру уже прошел нормально, потом решил несколько модов поставить, и игра начала выдавать ошибку про которую я выше писал, удалил и переустановил игру, решил в настройках графики полазить, поставил директ 11 и траву поставил, и пару не значительных настроек, и все, начала вылетать, карта вроде не греется. Для справки у меня GeForce gtx 550Ti, + на ней улучшенный куллер охлаждения стоит
- пожаловаться
- скопировать ссылку
Мне бы ваши проблемы))) «продал почку» купил radeon rx 6700 xt elite12gb, теперь игра вообще не запускается… дичь кака я то… а по вашей проблеме было такое, ставил enb, криво встал, снес его и норм было.
- пожаловаться
- скопировать ссылку
ребята как это лечить если кто знает помогите
- пожаловаться
- скопировать ссылку
я решил эту проблему . вкорне есть такая шняга 2 файла d3dcompiler_46.dll и d3dcompiler_46e.dll оставил первый а d3dcompiler_46e.dll удалил он лишний он с граф модами идёт совсем бесполезный
- пожаловаться
- скопировать ссылку
region35
Спасибо большое! мне помогло
- пожаловаться
- скопировать ссылку
region35
а можно мне пожалуйста пошагово? где и в какой папке находятся эти файлы. тут есть такие тупые люди, как я.
- пожаловаться
- скопировать ссылку
Илья Попович
тогда вирусы, вот это попробуй https://support.microsoft com/ru-ru/kb/299357/ru только вместо пробела точку поставь потом перезагрузись и попробуй в игре ну и здесь о результате отпишись
- пожаловаться
- скопировать ссылку
Илья Попович
ды это все что угодно может быть и кряк от 3dm и доп ПО мож какое надо установить и карточка перегревается ну или какой кривой плагин/скрипт
- пожаловаться
- скопировать ссылку
We are using C# Application For Developement.
We are using COM component for Rendering and Displaying Image File In ImageViewer.
Sometimes we got Weird System Error As ‘A new guard page for the stack cannot be created.’
After this error Application Get Exited.
Is any one have idea why this Error Arise ? As there is no specific case to replicate same error.
Thanks
asked Jul 16, 2014 at 11:56
4
I was having the same exception but in a different context. I was running a windows service to do some very heavy processment (no COM objects here).
In my case, I found a memory leak in my code that was producing the error «A new guard page for the stack cannot be created.» due to out of memory.
I know your question is now 2 years old.. Even though I’m sharing this to help any future reader. VS 2015 has now a nice tool to monitor memory usage during the debug.
——— Edit ——
Another common scenario for this exception is running out of stack due a recursive call.
answered Jun 20, 2016 at 11:20
Zé CarlosZé Carlos
3,5675 gold badges41 silver badges51 bronze badges
0
Possibly, Windows virtual memory was not set large enough, or not set to System Management.
Open File Explorer > right click This PC > Properties,
Advanced System Settings
Advanced tab > Performance section > Settings
Advanced tab, click Change
Select a drive, and click System Managed, don’t forget to click Set.
I had VR games crash on me until I remembered that I changed the page file size to a small size. Apparently my system needed more than 20 GB of ram and that caused crashes.
answered Feb 14, 2022 at 12:22
Jacob BruinsmaJacob Bruinsma
1,0671 gold badge10 silver badges23 bronze badges
You are using too much heavy processes using visual studio IDE
answered Oct 19, 2021 at 14:34
1
We are using C# Application For Developement.
We are using COM component for Rendering and Displaying Image File In ImageViewer.
Sometimes we got Weird System Error As ‘A new guard page for the stack cannot be created.’
After this error Application Get Exited.
Is any one have idea why this Error Arise ? As there is no specific case to replicate same error.
Thanks
asked Jul 16, 2014 at 11:56
4
I was having the same exception but in a different context. I was running a windows service to do some very heavy processment (no COM objects here).
In my case, I found a memory leak in my code that was producing the error «A new guard page for the stack cannot be created.» due to out of memory.
I know your question is now 2 years old.. Even though I’m sharing this to help any future reader. VS 2015 has now a nice tool to monitor memory usage during the debug.
——— Edit ——
Another common scenario for this exception is running out of stack due a recursive call.
answered Jun 20, 2016 at 11:20
Zé CarlosZé Carlos
3,5675 gold badges41 silver badges51 bronze badges
0
Possibly, Windows virtual memory was not set large enough, or not set to System Management.
Open File Explorer > right click This PC > Properties,
Advanced System Settings
Advanced tab > Performance section > Settings
Advanced tab, click Change
Select a drive, and click System Managed, don’t forget to click Set.
I had VR games crash on me until I remembered that I changed the page file size to a small size. Apparently my system needed more than 20 GB of ram and that caused crashes.
answered Feb 14, 2022 at 12:22
Jacob BruinsmaJacob Bruinsma
1,0671 gold badge10 silver badges23 bronze badges
You are using too much heavy processes using visual studio IDE
answered Oct 19, 2021 at 14:34
1