Book a Demo

Author Topic: EA.exe zombie process  (Read 3495 times)

Jeff Hyams

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
EA.exe zombie process
« on: August 20, 2015, 12:28:08 am »
I am using the java api and this is probably a silly question, but I can't figure out how to get the repository to close/cleanup correctly on program exit.  It always keeps a zombie EA.exe process around.  Any help would be appreciated.

For reference, I tried calling repo.CloseFile() and repo.Exit() in every order.

Thanks.
« Last Edit: August 20, 2015, 12:33:12 am by hyamsj »

qwerty

  • EA Guru
  • *****
  • Posts: 13584
  • Karma: +397/-301
  • I'm no guru at all
    • View Profile
Re: EA.exe zombie process
« Reply #1 on: August 20, 2015, 01:40:45 am »
Has been asked recently and IIRC you need to call Repository.Exit()

q.