User forums > Using Code::Blocks
Getting Error Process terminated with status -1073741510
binnyshah:
Hi,
My exe has been built,but I get the below error while running it
Checking for existence: C:\msys\1.0\home\admin\vlc\vlc.exe
Executing: "C:\Program Files\CodeBlocks/cb_console_runner.exe" "C:\msys\1.0\home\admin\vlc\vlc.exe" (in C:\Documents and Settings\admin\Desktop\Binny Work\CodeBlocks PRj\Sample\.)
Process terminated with status -1073741510 (0 minutes, 11 seconds)
Am I missing out on some setting?
stahta01:
No idea how well MSys works with code::blocks.
But, it is likely MSys does NOT work with spaces in any path in the build or run process.
My answer is just a guess based on my Cygwin experience.
I would fix the below first and then try fixing the next path with spaces if the proble still happens.
--- Code: ---C:\Documents and Settings\admin\Desktop\Binny Work\CodeBlocks PRj\Sample\.
--- End code ---
Note: Trying to duplicate the issue on the command line would be a way to determine the cause of the problem.
Tim S.
reckless:
stahta is probably quite on track here msys does not like spaces (at all). a way to get around that in earlier experiments by me was encapsulating the path in quotes like "c:/your documents/somepath/etc." (notice the space in your documents) worked for me when doing it from the msys shell.
i newer tried it from within the codeblocks IDE itself though, but maybe worth a shot.
binnyshah:
I created a new project at a PATH completely without spaces...but still get the same error:
Checking for existence: C:\msys\1.0\home\admin\vlc\vlc.exe
Executing: "C:\msys\1.0\home\admin\vlc\vlc.exe" (in C:\Projects_CodeBlocks\.)
Process terminated with status -1073741515 (0 minutes, 0 seconds)
Can someone pls help....Ive been tring since long to compile my project on Code::Blocks...now that it is compiling..can t execute...
Could there be some mistake in my settings in project properties?
My settings are as below:
FileName: C:\Projects_CodeBlocks\Sample.cbp
MAkeFile Makefile
This is a custome make file
Execution Directory: ..\msys\1.0\home\admin\vlc
Build Targets
Type GUI Application
Output FileNAme ..\msys\1.0\home\admin\vlc\vlc.exe
Autogenerate Filename prefix and extension are checked
Execution Working Directory .
All others are default settings
Pre-Post Build Steps:
sh .\extras\package\win32\configure-msys.sh
make
oBFusCATed:
Most probably vlc.exe can't find its dlls (try to put them in C:\msys\1.0\home\admin\vlc\ )
Navigation
[0] Message Index
[#] Next page
Go to full version