Recent

Author Topic: updated pc but.. worse [SOLVED]  (Read 865 times)

rnervi

  • New Member
  • *
  • Posts: 32
updated pc but.. worse [SOLVED]
« on: November 03, 2025, 03:48:51 pm »
moved from a win7/64 32ram I7-10  to a win11/64 64ram xeonw-3125

reinstalled all from scratch

when opening projects lazarus ide "hangs - not responding" and exits

some ideas ?
« Last Edit: November 13, 2025, 12:35:04 pm by rnervi »

dseligo

  • Hero Member
  • *****
  • Posts: 1618
Re: updated pc but.. worse
« Reply #1 on: November 03, 2025, 03:54:32 pm »
Try to make exception in your antivirus software for entire Lazarus directory.

rnervi

  • New Member
  • *
  • Posts: 32
Re: updated pc but.. worse
« Reply #2 on: November 03, 2025, 05:57:19 pm »
opened another projects and opens and compiled fine..
very nice.
will investigate furher

rnervi

  • New Member
  • *
  • Posts: 32
Re: updated pc but.. worse
« Reply #3 on: November 03, 2025, 05:58:19 pm »
Try to make exception in your antivirus software for entire Lazarus directory.

yes it has been made on new system--- ty

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 11896
  • Debugger - SynEdit - and more
    • wiki
Re: updated pc but.. worse
« Reply #4 on: November 03, 2025, 05:59:32 pm »
Latest Lazarus version?

Any packages installed? Which ones?



Start Lazarus with (you can edit the desktop shortcut to supply the params)
Code: Text  [Select][+][-]
  1. lazarus.exe --force-new-instance --skip-last-project --debug-log=c:\lazlog.txt --debug-close-log

And check the log file. Or attach it here.

Martin_fr

  • Administrator
  • Hero Member
  • *
  • Posts: 11896
  • Debugger - SynEdit - and more
    • wiki
Re: updated pc but.. worse
« Reply #5 on: November 03, 2025, 06:01:21 pm »
opened another projects and opens and compiled fine..

Ok, just one project.

Just do the
--debug-log=c:\lazlog.txt
part.

And see if the log reveals any error when you open that project.

rnervi

  • New Member
  • *
  • Posts: 32
Re: updated pc but.. worse
« Reply #6 on: November 11, 2025, 10:41:25 pm »
further errors 470 - cannot execute - and moving to end client the exe dounds "locked" by win11 (needs lotta permissions...)
wil linvestigate abotu that soon

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12562
  • FPC developer.
Re: updated pc but.. worse
« Reply #7 on: November 11, 2025, 10:52:09 pm »
Sounds like antivirus problems. Try to exclude development related directories.

rnervi

  • New Member
  • *
  • Posts: 32
Re: updated pc but.. worse
« Reply #8 on: November 12, 2025, 06:04:41 am »
also compiled exe under win11 and moved to final other win11 systems asks for permissions and often gives same execute error..
will do an intense checking at weekend...

Thaddy

  • Hero Member
  • *****
  • Posts: 18475
  • Here stood a man who saw the Elbe and jumped it.
Re: updated pc but.. worse
« Reply #9 on: November 12, 2025, 06:11:57 am »
It is usually like Marco wrote, even windows defender errs sometimes.
When I find that, I always fill in the the MS forms to explain the code is safe.
Other anti-virus products are even worse with their heuristics.
Due to censorship, I changed this to "Nelly the Elephant". Keeps the message clear.

rnervi

  • New Member
  • *
  • Posts: 32
Re: updated pc but.. worse
« Reply #10 on: November 13, 2025, 12:15:49 pm »
after granular investigation seems related to the fact that sources (project) are on a cloud (to be safe and shared between systems).
same project dir opened on a network or local folder opens with no hassles... investigating more about

rnervi

  • New Member
  • *
  • Posts: 32
Re: updated pc but.. worse [SOLVED#
« Reply #11 on: November 13, 2025, 12:34:48 pm »
activated session log:

Code: Pascal  [Select][+][-]
  1. TLResourceList.Sort 250 DUPLICATE RESOURCE FOUND: TZTransaction:XPM
  2. TLResourceList.Sort 253 DUPLICATE RESOURCE FOUND: TZTransaction:XPM
  3. TLResourceList.Sort 254 DUPLICATE RESOURCE FOUND: TZTransaction:XPM
  4. Hint: (lazarus) [TMainIDE.ParseCmdLineOptions] PrimaryConfigPath="C:\Users\Roberto\AppData\Local\lazarus"
  5. Hint: (lazarus) [TMainIDE.ParseCmdLineOptions] SecondaryConfigPath="H:\lazarus"
  6. InitializeFppkg failed: Could not find a fpc executable in the PATH
  7. TLResourceList.Sort 256 DUPLICATE RESOURCE FOUND: TZTransaction:XPM
  8. Hint: (lazarus) [TBuildManager.SetBuildTarget] Old=x86_64-win64--win32 New=x86_64-win64--win32 Changed: OS/CPU=True LCL=False
  9. ### TCodeToolManager.HandleException: [20170421194936] "no pascal code found (first token is )" in "unit1.pas"
  10. Hint: (lazarus) [TMainIDE.DoOpenProjectFile] "\\192.168.0.80\temp\gestionale src - Copia (2)\GestArcipelago.lpi"
  11. Hint: (lazarus) [TMainIDE.DoOpenProjectFile] "\\192.168.0.80\temp\arcipèlago\gestionale src\GestArcipelago.lpi"
  12. WARNING: obsolete call to RecreateWnd for TDBGridSearchPanelTextEditEh
  13. Warning: TWinControl.DestroyHandle :TDBGridSearchPanelTextEditEh Handle not Allocated
  14. Note: (lazarus) [TMainIDE.DoFixupComponentReferences] UNRESOLVED BEFORE loading 0 Root=formServizi:TformServizi RefRoot=dm Refs="ImageList1
  15. ******
  16. sql"
  17. TApplication.HandleException: Strange Exception
  18. Exception at 0000000101623CFC: EInOutError:
  19. [color=red]Can not load SQLite client library "sqlite3.dll". Check your installation.[/color]
  20.   Stack trace:
  21.   $0000000101623CFC
  22.   $00000001015F8267
  23.   $0000000100A47992
  24.   $0000000100C00889
  25.   $0000000100A48D10
  26.   $0000000100A48F73
  27.   $00000001000C85B0
  28.   $000000010059B4CA  READSTREAM,  line 888 of ../designer/jitforms.pp
  29.   $000000010059AF90  ADDJITCOMPONENTFROMSTREAM,  line 960 of ../designer/jitforms.pp
  30.   $00000001005BCDD9  CREATERAWCOMPONENTFROMSTREAM,  line 1629 of customformeditor.pp
  31.   $000000010088914A  LOADLFM,  line 6442 of sourcefilemanager.pas
  32.   $000000010007496A  LOADDEPENDENCYHIDDEN,  line 5588 of main.pp
  33.   $00000001000741B4  DOFIXUPCOMPONENTREFERENCES,  line 5649 of main.pp
  34.   $0000000100889559  LOADLFM,  line 6498 of sourcefilemanager.pas
  35.   $00000001008883E5  LOADLFM,  line 6214 of sourcefilemanager.pas
  36.   $00000001008732FC  OPENRESOURCE,  line 893 of sourcefilemanager.pas
  37.   $0000000100875295  OPENEDITORFILE,  line 1413 of sourcefilemanager.pas
  38. TApplication.HandleException: Strange Exception
  39. Exception at 0000000101623CFC: EInOutError:
  40. Can not load SQLi
  41.  

in effect this project has this dll on the project
let me remove it
and maybe this dll is not - a new workstation - putted in system folder....

solved !

so in syntehsis:

run lazarus with this argument:

H:\lazarus\lazarus.exe --debug-log=c:\temp\lazlog.txt

then the c:\temp\lazlog.txt has clues to solve

 

TinyPortal © 2005-2018