Qt IDE after compiling got: "During Startup program exited with code 0xc0000135

• Aug 8, 2013 - 15:43

Hi,

I'm new in musescore and I've follow the compilation instruction for windows. I use windows 7 x64. I've install all the version describe in the compilation document excepted for Jack, I installed 1.9.9 instead of 1.9.8 as advise but I couldn't find this version anymore. I don't know if that has to do with my problem but I prefer mention it in case.

Otherwise, the compilation went well, I used Qt IDE as explained. When the program try to start though I've got:

a pop up windows that says "During Startup program exited with code 0xc0000135 "

in the application output I've got:

mscore.exe exited with code -1073741515

Any help to get me up and running would be great.

Thanks

William


Comments

If you are running mscore.exe through Qt Creator (for example, for debugging through Qt Creator debugger) you can check the PATH used by QtCreator for "run" instruction and verify that it contains all needed folders containing the needed dll files (they should be C:\Qt\5.1.0\mingw48_32\bin;C:\MinGW\bin;C:\MinGW\lib).
You can find it under "Projects" (in the left panel) > "Build&Run" tab > "Run Settings" (chosen in the "Kit") > "Run Environment" > "Details" > PATH

Hope this helps.
Ciao,
ABL

In reply to by ABL

Many Thanks ABL, when I checked, all was there but I made a typo when I added the path they was an extra \ so it looked like C:\Qt\\5.1.0\mingw etc .. instead of C:\Qt\5.1.0\mingw etc ..

Thanks again

William

Do you still have an unanswered question? Please log in first to post your question.