SEO Content Machine Not Opening Normally (GPU related errors)

I am facing problem with SEO content machine, it is not opening regularly at all. I have tried updating it to latest versions several times. But still it is not opening at all. Whenever I click on it, it won’t open at all and doesn’t show up in task manager either.

I used codex app to fix SEO content machine, it took a long time and created vbs script to run the SEO content machine, but with every update, this VBS script it lost and I have to ask chatgpt app (codex) to fix it again and it will create VBS script everytime.

I can’t reinstall Windows and also want to take backup of SCM. Previously, I lost one of my major content project under SCM during these fixes.

I want to run it normal application but not sure how to do it, I have stopped using ChatGPT app too, because it kept running instances of its app in background which was consuming too much resources of Windows.

Can you guide me how to run it like normal app? If it can’t be run, I want to take backup of all products before re-installing Windows.

Make sure you remove all codex app fixes, clean slate.

There is a BETA here:

Download and run it,

Maybe this version fixes.

If nothing still appears, we might have to dig in windows err reporting, or the apps internal crashpad logs.

You said nothing appears, which means its crashing way at the start of the app launching so might require some digging.

If you do have codex still available, you can ask it to find :
a) Windows crash report for SCM
b) SCM crashpad logs in the install location

Those 2 will help us find the error quicker.

Sorry, codex is not working right now and I can’t make the SCM work again. Can you guide me how to get these details?

:hammer_and_wrench: How to retrieve Electron Crashpad files

Try this one first, if nothing here we can try windows error logs, but those are hard to get.

Thanks. I have those .dmp files and created zip file for all files. Kindly check and guide me how to fix this issue.

I looked into it and all crashes are from missing or unusable GPU.

You need to add

–disable-gpu

To shortcut before launching SCM.

This solution didn’t work, I found an old batch script in a folder and it was working fine. I had fixed the issue of ChatGPT (Codex) app and asked it to fix but it was not fixing the issue recently.
ChatGPT and codex was not able to fix the issue, but following code of script was making it run easily and also it was showing logs of SCM, if I close this CMD running, SCM will close too. Kindly check the code of batch script. If possible help me fix the issue.
Batch Script Code:
@echo off
cd /d “C:\Users\HP\AppData\Local\Programs\scm-next-plus”
“SEO Content Machine.exe” --disable-gpu --no-sandbox --disable-software-rasterizer --disable-gpu-compositing --disable-gpu-rasterization --disable-vulkan --disable-3d-apis

You don’t need a batch script for it,

Just create shortcut to SCM, or use one on desktop and paste in those switches

Try this build too

I just disabled GPU usage in app. Should run without any switches.

Thanks. With single switch (–disable-gpu) it was not working but after adding other switches in shortcut like you mentioned, it started working normally. I tried updating Graphic Drivers but it was still not working but after adding the switches it worked perfectly.

Thanks for the support.

Switches I added.
–disable-gpu --no-sandbox --disable-software-rasterizer --disable-gpu-compositing --disable-gpu-rasterization --disable-vulkan --disable-3d-apis