vkopey
Mechanical
- Apr 9, 2013
- 6
I use Abaqus 6.11-3. Sometimes, after long time calculation and using user python scripts Abaqus exit with error:
GUI detected error while waiting for ipc connection to close.
Abaqus Error: Abaqus/CAE Kernel exited with an error.
I searched about this problem and found this advice: GUI detected error
So, I edit the end of graphicsConfig.env file by such way:
Also I turn off Hardware Acceleration in Display Properties / Settings / Advanced / Troubleshooting
But it did not help. Any suggestions?
GUI detected error while waiting for ipc connection to close.
Abaqus Error: Abaqus/CAE Kernel exited with an error.
I searched about this problem and found this advice: GUI detected error
So, I edit the end of graphicsConfig.env file by such way:
Python:
# it is edited line:
hardwareAcceleration = OFF,
accelerateOffScreen = accelerateOffScreen,
hardwareOverlay = hardwareOverlay,
backgroundColor = backgroundColor,
backingStore = backingStore,
_visualId = visualId
)
But it did not help. Any suggestions?