The EXCEL.EXE process crashed. Exception code: 0xC0000409.
Hi, We are currently facing excel crash issue when we are tring to save .dwg file from our desktop application...saveAs Dialog is triggering SaveAsExternal.exe application which is internally using excel # #Save As the file from within SPID. saveAsExternalProcess = Sys.WaitProcess("saveasExternal", 50000) if not saveAsExternalProcess.Exists: Log.Error("saveasExternal process did not start within timeout") else: btn = saveAsExternalProcess.FindChild("WndCaption", "&Close", 3) if btn.Exists: closeButton = btn closeButton.ClickButton() else: Log.Message("saveasExternal process completed (process exited or close button not found)" exactly at line btn = saveAsExternalProcess.FindChild("WndCaption", "&Close", 3) we are getting the error as shown in the log The EXCEL.EXE process crashed. Error: Exception code: 0xC0000409. Process identifier (PID): 11468. Dump file: EXCEL_ue_9c850e00.dmp. note: if i put a breakpoint at line btn = saveAsExternalProcess.FindChild("WndCaption", "&Close", 3) and wait till the process is completed it is working fine can you please look into this issue, Thanks43Views0likes1CommentOracle Forms window with dynamic name - unable to click on subsequent runs
I have this little beast... The name of this is: Aliases.java.bufferedframeOciDev1RemoteSiteTc.windowFormsCashDrawerNumberIs542.buttonbar.ClickItem("OK"); The next time I run this test it will be named: Aliases.java.bufferedframeOciDev1RemoteSiteTc.windowFormsCashDrawerNumberIs543.buttonbar.ClickItem("OK"); I have tried several ways of replacing '543' with the var drawerNo, but then the object isn't found. If I do var winName = windowFormsCashDrawerNumberIs + drawerNo The object still can't be found. How can I get TC to recognize this window when it's name changes each time I run the test? I've recorded a keyword test several times, converted it to a script (JS) and made adjustments with no luck.58Views0likes2CommentsPassing Parameters from DevOps to Test Complete
Hi, We are using on-prem DevOps Server 2020 Update 1.2 and Test Complete 15.81.7. I have created a simple Test Case in DevOps: That is supposed to pass the username and password to an automated test in Test Complete. The Test Case has a linked automated test in Test Complete and is run via a teat Suite / Test Plan and a pipeline. Does any one know how to get the parameters defined in the Test Case passed to Test Complete? Many Thanks Dave2Views0likes0CommentsQT - Error No such interface supported
Has anyone been able to test modern QT applications 6.7 or 6.8 and get it to work. I cannot even get the simple example applications from QT to function. According to support currently 6.7 and 6.8 are supported, but neither seem to work. Just using the object browser shows error for most items, and none of the QT related methods are even displaying or accessible. See attached image. Any one have a solution to this? **I tried to upload a small zip file that contains the QT sample app, but the forum prevents it from being uploaded.439Views2likes13CommentsSessionCreator returns exitcode: 7 Failed to create user session
I currently have an issue on only 1 of my test machines where the testrun never starts and the exitcode is 7 with the message "Failed to create user session" This machine runs 2 projects and has worked for about 2 years, now since January 6 it won't start the testrun anymore. To go back to the basics I even made a new bacthscript to start the run with only the minimal required code. "C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\SessionCreator.exe" RunTest /Username:"<PCName>\<UserName>" /Password:"<Password>" /ProjectPath:"<PathToPJS>\<ProjectSuite>.pjs" /ScreenResolution:1920*1080 /Timeout:9000 /project:"<Project>" I still cant get the testrun to start. Windows taskscheduler starts the batch script, this does work, the batch script starts but when it comes time to start a new session sessioncreator returns code 7. I've already created a support ticket, But I'm hoping any of you might be able to help me further. To me this seems like a windows setting that got changed somewhere in an update but i'm not sure. The PC is running on the lastest Win11 25H2 updateSolved445Views0likes15CommentsAvalonia - XPF desktop app automation
Hi Team, We are migrating our WPF app using Avalonia XPF, and evaluating automation possibility using Test complete but unable to inspect object/controls for the same. Does Test Complete doesn't support Avalonia XPF application for windows?? If not, do we have plan to support it in near future?80Views0likes1CommentHover Button...
When using the TestComplete Desktop module for record‑based automation testing, there are cases where a button is not visible and therefore cannot be clicked. This happens when the button only appears on mouse hover. When the mouse is manually moved to that position, the button becomes visible, but during the recorded automated test the button does not appear and the test cannot proceed. What is the best way to hover over a button that is not visible during the test and then click it? <<= Look !!!Solved207Views0likes6CommentsTestcomplete issue with Java17 ( Javax Swing applications)
My desktop Javax Swing applications were recently upgraded from Java 8 to Java 17, and since then I’ve been experiencing an intermittent issue where the main parent object is not recognized, causing repeated failures. Has anyone else encountered this when using TestComplete with Java 17?I am using TestComplete version is 15.76.5.7 (x64).106Views0likes2Comments