0

Pulling my hair out. Am using

<supportedProfiles>extendedDesktop </supportedProfiles>

in application descriptor

My pathing is correct to the executable(checked if exists in code)

Also made sure I give full permissions to my executables, but I still get one of the folllowing errors and the executable won't launch!!

Error #3214 or Error #3219

In addition when I get Error #3219 I sometimes get

Error #3219: The NativeProcess could not be started. 'The requested operation requires elevation.

If I double click the executable from the desktop of course it works.

>>>>>>Arrgh!!
Bachalo
  • 6,965
  • 27
  • 95
  • 189

2 Answers2

0

Try like this:

<supportedProfiles>desktop extendedDesktop</supportedProfiles>
wf9a5m75
  • 6,100
  • 3
  • 25
  • 59
0

My executable is a wrapped perl file that runs a CHDK hacked camera.

Needed to add the ptpcam.exe as an included file even though that isn't the executable I am targeting

Bachalo
  • 6,965
  • 27
  • 95
  • 189