View unanswered posts | View active topics


Post a new topicPost a reply
Previous topic | Next topic 

  Beginner BeginnerMember since: 30.07.2012, 23:10Posts: 10 Likes: 0
 

 Post Topic: FMOD Profiler in Cry 3 Engine
PostPosted 15.08.2012, 19:48 
Hi everyone,

I'm wondering how to use the FMOD profiler to connect to the Cry 3 Engine. Whenever I attempt to connect to the target (which is on the same machine) I receive:

-Target IP address or port is incorrect
-Target is not running or not yet reinitialize
-Target has not enabled profiling with FMOD_INIT_ENABLE_PROFILE in System::init()
-Target platform is not supported

I'm not sure if this is the reason, but I can't seem to get into the .dll file in order to input FMOD_INIT_ENABLE_PROFILE in the System init. Any ideas?

Thanks.

  Trainee TraineeMember since: 13.10.2011, 00:35Posts: 140 Likes: 1
 

 Post Topic: Re: FMOD Profiler in Cry 3 Engine
PostPosted 18.08.2012, 13:08 
Here's some info on profiling
http://freesdk.crydev.net/display/SDKDO ... ling+Audio

In the FMOD section they're missing the fact to set s_NetworkAudition to 1 before booting the engine.
http://freesdk.crydev.net/display/SDKDO ... e+Commands