windows - Mysterious R6034 error on executable with external manifest -


i'm experiencing strange issue program. it's puzzling me. here's did:

  1. my program test.exe uses external manifest test.exe.manifest. running test.exe works fine.
  2. for testing purposes, renamed file test.exe.manifest1 see happens.
  3. after renaming manifest, program test.exe refused start , showed r6034 runtime error saying: "an application has made attempt load c runtime library incorrectly."

  4. so renamed test.exe.manifest1 test.exe.manifest again.

  5. surprisingly, test.exe still shows r6034 error , doesn't run @ all.

  6. when copy test.exe , test.exe.manifest new location, however, works fine! did in old location before renaming manifest , forth.

  7. even more surprisingly, when repeat steps 2 4 in new location, there no such problem! executable refuses start when using test.exe.manifest1 works fine again when renaming manifest file test.exe.manifest. however, in old location executable permanently broken , can't made run again.

this complete mystery me. have idea can this?

it's impossible start test.exe old location on hard drive after did steps shown above! won't start. when copying other locations, works fine although there same files in location.

i'm confused , don't know this.

i'm on windows 7.


Comments

Popular posts from this blog

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -