Home > Software engineering >  0 x01246969 in untreated exception (in SFFPlayer. Exe) : gave an invalid parameter transfer will be
0 x01246969 in untreated exception (in SFFPlayer. Exe) : gave an invalid parameter transfer will be

Time:09-19

With vs2017 wrote a video player, the Debug can be run and see the picture in the vs, but packaged into the installation package, installed in the machine will be an error, error of
0 x01246969 in untreated exception (in SFFPlayer. Exe) : pass an invalid parameter to the function will invalid parameter as a serious mistake,

CodePudding user response:

The Release mode?
Attached to the process of debugging, or write the log

CodePudding user response:

Collapsed in the pop-up dialog box, press the corresponding button to enter debugging press Alt + 7 key to view the Call Stack, namely "the Call Stack" from the inside to the following out of from the inner to outer function Call history, double-click a row to the cursor to the Call of the source code or assembly instruction, don't understand when double click on the next line, until we can read ,

CodePudding user response:

reference 1st floor zgl7903 response:
Release mode?
Attached to the process of debugging, or writing log
Release mode and Debug mode can run normally, but to make the installation package later in my computer will be installed on the wrong, I can run my program, can see the interface, but I press the play button, will be submitted to the "pass an invalid parameter to the function will invalid parameter as a serious mistake,", and then directly to __fastfail (FAST_FAIL_STACK_COOKIE_CHECK_FAILURE); Here,

CodePudding user response:

Find the "pass an invalid parameter will be invalid parameter as a serious mistake function."

CodePudding user response:

reference 4 floor schlafenhamster response:
find the "pass an invalid parameter will be invalid parameter as a serious mistake function, "

Is this file invalid_parameter. The function of the CPP oh IsProcessorFeaturePresent

CodePudding user response:

BOOL WINAPI IsProcessorFeaturePresent (_In_ DWORD ProcessorFeature);

https://msdn.microsoft.com/en-us/library/windows/desktop/ms724482 (v=versus 85). Aspx

CodePudding user response:

https://docs.microsoft.com/en-us/windows/desktop/api/processthreadsapi/nf-processthreadsapi-isprocessorfeaturepresent

CodePudding user response:

In computer to try it, estimation is a DLL conflicts
  • Related