V. Monroig
V. Monroig
PR #76 aims to fix this problem. Also related issues: #30 and #57.
Bug still present in Ubuntu 24.04 host with Windows 11 VM. Logs attached. [mksSandbox.log](https://github.com/user-attachments/files/15912518/mksSandbox.log) [vmware.log](https://github.com/user-attachments/files/15912519/vmware.log) `mks.forceDiscreteGPU = "TRUE"` made no difference. Only way to run VM is disabling 3D graphics...
@shibdas, with those changes in vmx file the VM seems pretty stable. I'll report if I any problem arises.
Of course, @shibdas. [mksSandbox.log](https://github.com/user-attachments/files/16237881/mksSandbox.log) [vmware.log](https://github.com/user-attachments/files/16237882/vmware.log)
This is already discussed in #88. Still happens in my servers but less frequently with latest releases.
This is still an issue, now with more information in event log (spanish OS): ``` Colección modificada; puede que no se ejecute la operación de enumeración. en System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource) en...
You're not alone. I've been monitorizing that thread and tried to apply some workarounds from there, but with no luck. Something really weird is happening when using latest Delphi versions...
@ruben-monmariola, if your Delphi version supports it, try disabling ASLR in linker options in both the Fibplus packages and your application project: 
Disabling ASLR related options made a difference in 32-bit. For sure the second one made no effect as it's for 64-bit only, but the first one removed some random access...
Thanks for your help, @davideangeli. The query is as simple as this: ```sql SELECT MAX(NumeroOR) FROM OrdenesReparacion WHERE CodEmpresa = :CodEmpresa AND Ejercicio = :Ejercicio AND Serie = :Serie ```...