[Fixed] Can't launch Photon 3.0 RC1

lazalong
edited September 2011 in Photon Server
Hey

I installed RC1 in a new folder on my machine XP sp 2.
But I couldn't launch it neither as application nor as a service.
Photon 2.x worked flawlessly.
2648: 14:14:33.671 - CService::OnException() - Exception: CJob::IsProcessInJob() - Access denied.

Full logs as attachments. Once launched as application (the other as service).

Note that I added
<Instance1
		ProduceDumps = "TRUE" <!-- TRUE | FALSE -->
		DumpType = "Full" <!-- Full | Maxi | Mini -->
		MaxDumpsToProduce = "2"
But the log still tells me it will not create a dump...

Any idea?

Comments

  • The dump file is not created, because the server doesn't accept comments between attributes.
    Sorry if that's from the documentation somewhere. It's not working as (I or someone) expected.

    The "Access denied" issue is probably due to checking the process, which works differently on XP than on newer OS. We are building a fix and it will be up within the next day or so.
  • Tobias wrote:
    The dump file is not created, because the server doesn't accept comments between attributes.
    Sorry if that's from the documentation somewhere. It's not working as (I or someone) expected.
    Ok. Removing the comments works.
    I copied the code I showed you at the bottom of the page:
    http://developer.exitgames.com/v3/new%2 ... onhandling

    The "Access denied" issue is probably due to checking the process, which works differently on XP than on newer OS. We are building a fix and it will be up within the next day or so.
    Ok. Tell me if you need anything to test it.
  • Small followup.

    Fixed with RC2.