m-ab-s / media-autobuild_suite

This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
GNU General Public License v3.0
1.49k stars 257 forks source link

shared_info::initialize: size of shared memory region ... #2672

Closed Selur closed 1 month ago

Selur commented 1 month ago

Just ran git pull and now "media-autobuild_suite.bat" directly closes with:

-------------------------------------------------------------------------------
update autobuild suite
-------------------------------------------------------------------------------
      0 [main] sed (8164) shared_info::initialize: size of shared memory region changed from 58296 to 57272
      0 [main] dos2unix (3520) shared_info::initialize: size of shared memory region changed from 58296 to 57272
      0 [main] dos2unix (21012) shared_info::initialize: size of shared memory region changed from 58296 to 57272
Biswa96 commented 1 month ago

Could you please check if any msys2 process is running in Task Manager and then terminate those?

Selur commented 1 month ago

Yes, that was it! Thanks!