Search found 284 matches: exception

Return to advanced search

Re: Slow EXE Launch.

... and select "Folder". 6. Browse to the folder where your executable is compiled and select it. 7. Click "Add" to add the exception. VERSION.RC 1 VERSIONINFO LOADONCALL MOVEABLE DISCARDABLE IMPUREFILEVERSION 1,0,0,0PRODUCTVERSION 1,0,0,0FILEFLAGSMASK 0x0FILEFLAGS 0x0FILEOS ...
by karinha
Wed May 08, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 170

Re: Slow EXE Launch.

... and select "Folder". 6. Browse to the folder where your executable is compiled and select it. 7. Click "Add" to add the exception.
by Antonio Linares
Wed May 08, 2024 2:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 170

Re: Slow EXE Launch.

Hi,

put an exception in the antivirus for your folder where your exe is compiled

C.
by Carles
Tue May 07, 2024 8:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Slow EXE Launch.
Replies: 8
Views: 170

Re: phpBB to LLM

... line 311, in run_setup exec(code, locals()) File "<string>", line 15, in <module> Exception: You tried to install "pytorch". The package named for PyTorch is "torch" [end of output] note: This error originates ...
by alerchster
Mon Dec 25, 2023 6:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 4740

Windows Defender

... are automatically deleted. The antivirus log says Program:Win32/Wacapew.C!ml Trojan:Win32/Wacatac.B!ml I, of course, put the deleted files in the exception. However , I would like to understand - is there a problem or not ?
by Natter
Wed Oct 18, 2023 8:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Defender
Replies: 9
Views: 562

Webservice de .NET a Fivewin

... End Select Dim i As Integer For i = 0 To nodos.Count - 1 buscarRespuesta = nodos(i).InnerXml Next i Catch ex As Exception End Try Try Dim nodos_error_transaccion As XmlNodeList nodos_error_transaccion = Nothing ''Error'' Select Case sTipoVal Case "CR" ...
by mterraz
Wed Jul 12, 2023 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webservice de .NET a Fivewin
Replies: 2
Views: 603

Peticion POST a xHarbour

... "+jsonObject.getString("codigo")+""); } //----------------------------------------------------------------- }catch (Exception e) { out.print(e); }finally { if(conexion != null) conexion.disconnect(); }
by servicomver
Mon Jun 05, 2023 11:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Peticion POST a xHarbour
Replies: 3
Views: 430

Re: Antonio, tu ayuda por favor

Buenos dias Armando ¿ puedes hacer esta pequeña prueba para comprobar si cierras la tabla ? STATIC FUNCTION CloseTable()    oWnd        := NIL    IF oRsHdr <> NIL        IF oRsHdr:State() = adStateOpen            MsgWait("Cerrando tabla oRsHdr","Atención"...
by JESUS MARIN
Fri May 26, 2023 10:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, tu ayuda por favor
Replies: 5
Views: 400

HB_FUNC() work under HMG 32/64 Bit but crash under Fivewin 6

... Bit Version crash Application Internal Error - C:\fwh64\0\TGRID\DUALGRID.exe Terminated at: 2023-02-23 07:04:09 Nicht zu behebender Fehler 6005: Exception error: Exception Code:C0000005 ACCESS_VIOLATION Exception Address:00007FF62CAD205E RAX:FFFFFFFFBCFFF470 RBX:0000000000000400 RCX:0000000000000002 ...
by Jimmy
Thu Feb 23, 2023 6:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_FUNC() work under HMG 32/64 Bit but crash under Fivewin 6
Replies: 0
Views: 134

Re: DLLCALL under Fivewin

... but it still crash :( Application Internal Error - C:\fwh\0\LISTVIEW\DUALGRID.exe Terminated at: 2022-12-02 11:46:42 Unrecoverable error 6005: Exception error: Exception Code:C0000005 ACCESS_VIOLATION Exception Address:000000DB EAX:008DAE80 EBX:0014DF38 ECX:FFFFFFFF EDX:00000007 ESI:008DAE70 ...
by Jimmy
Fri Dec 02, 2022 12:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DLLCALL under Fivewin
Replies: 45
Views: 2776

Windows Service - finding path

I have a built a Windows Service program. It runs fine with one exception. The service .exe resides in a folder on the server. When the service is started, it knows the location of that file, and works correctly. I need to write to a log file, so I set a ...
by TimStone
Fri Jul 22, 2022 11:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows Service - finding path
Replies: 6
Views: 538

Re: Runtime with Windows 7 - New builds

... letting you know there is a solution to building on the most current MS compiler. As a rule I don't even build 32 bit apps any longer, with the exception of these few systems left that I must support. And those I'm working as fast as I can to make them go away, but I don't own or control all ...
by rhlawek
Thu Apr 28, 2022 9:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runtime with Windows 7 - New builds
Replies: 5
Views: 573

Re: Error reading XLS via FWH app running as scheduled task

Darrell Searching your problem .. I noticed that [DISP_E_EXCEPTION] seemed to occur after a Server 2019 update .. check if your server has received any Microsoft updates recently ( past week or so ) .. If yes, you might consider uninstalling each ( recent ) update one by one and see if you find your...
by Rick Lipkin
Sat Apr 09, 2022 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error reading XLS via FWH app running as scheduled task
Replies: 5
Views: 442

Error reading XLS via FWH app running as scheduled task

Hello,

I am getting the following error on FWH app running as scheduled task on Windows Server 2019.

Error Reading XLS: F:\web\webfrt\xxx\inbox\ACE-AES-XLS-ORDER 485885.xlsx - [DISP_E_EXCEPTION]

What can I do to resolve the problem?

Thank you,
by cdmmaui
Fri Apr 08, 2022 8:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error reading XLS via FWH app running as scheduled task
Replies: 5
Views: 442

Re: xbrowse command not working properly -- MR. RAO

... were made. I got this error Application Internal Error - C:\clinica32\Clinica32.exe Terminated at: 2022-02-23 03:06:36 Unrecoverable error 6005: Exception error: Exception Code:C0000005 ACCESS_VIOLATION Exception Address:0015EBEA EAX:004A5C08 EBX:00252005 ECX:004CE043 EDX:00000043 ESI:00000000 ...
by Compuin
Wed Feb 23, 2022 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse command not working properly -- MR. RAO
Replies: 21
Views: 1434
Next

Return to advanced search