SS3 GEOPAK Survey (v08.11.09.722) - Build DTM from Survey Data - System Fault: Bad Memory Access Error

Microstation V8i - v08.11.09.608

GEOPAK Suite - v08.11.09.722

We are slowly transitioning to using the Civil Survey tools. However, we still have projects that need to use the traditional GEOPAK Survey tools. While trying to process a DTM using the build DTM from survey data tool it crashes halfway through processing. I get the "System fault: bad memory access" error.

Operating System: Windows 7 Professional 64-bit - 16.0 GB (RAM) - Intel(R) Xeon(R) CPU E5-1620 0 @ 3.60GHz - NVIDIA Quadro 4000

 

 

Parents Reply
  • You can use a "kill" batch file to end all relevant processes.  Here's what we're currently using:

    ================================================

        for %%i in (powergeopak.exe geopak.exe powercivil.exe iplotorg.exe ustation.exe draft.exe xs.exe InRoads.exe PowerInRoads.exe) Do TaskKill /F /T /IM %%i

        del C:\Users\<username>\AppData\Local\Bentley\PowerGEOPAK\8.11\yFGrwq8vIWvlC50IHYfNQA\GEOPAK\*.rsc

    ================================================

    You'll have to change the path of the resource file for your own system. 

    Hope this helps.

    Frank Boston

    Michigan DOT, Survey Support

Children