Closed Sam15b closed 2 months ago
We have forum for questions, GitHub is for actual bugs
Code 3221225477
in Windows means memory access issue. It's hard to believe that a memory access issue happens by just running that code above so it must be something else. Unfortunately there are no logs or anything that could help diagnosing it so there is nothing actionable in this potential bug report. Sadly we cannot keep open issues in GH for which there is no possible action so I must close it. If you get relevant extra info proving this is a bug in mediasoup please add a comment here.
I am encountering the following error when i createWorker: error: [pid:5976, code:3221225477, signal:null] at ChildProcess. (C:\Users\super\Desktop\Media\node_modules\mediasoup\node\lib\Worker.js:149:43)
Steps Taken: Deleted node_modules and package-lock.json. Ran npm install and npm rebuild mediasoup. To reconfigure the setup
But still i getting error
My Environment : Window 10 Mediasoup Version: 3.14.13
My Code Snippet: `const createWorker = async () => { const worker = await mediasoup.createWorker();
}
worker = createWorker()`
I am seeking assistance in diagnosing this error and understanding if it is related to Mediasoup’s configuration or a compatibility issue with my development environment. Any guidance or suggestions would be greatly appreciated.