Problem running Plugin on remote Windows Server

Hello,

I'm having a problem running a plugin on a remote Windows server. It's VM server with Windows Web Server 2008 R2, service pack 1.

I put some logging in the 'StartUp' section of the plugin, and when I start the dedicated rf2 server, I dont see any logging at all, like it doesnt even load the plugin.

It works fine on my local windows machine. Is there a configuration somewhere that tells rf2 to ignore plugins?

Can anyone help me with this problem? Can a developer maybe start an IM session?

Would be much appreciated.

Kind Regards,

Stephane Rouault
srouault@qaleido.com
 
I have a plugin running on a similar server. Nothing special has been done on it. Can't really say I know where to begin if it works fine on a local server, unless there are dependencies of some sort (C++ runtimes etc) the server doesn't have. I had to play a bit with build settings on plugins because they didn't run for a lot of people, I think the rF2 example plugin build options (VC) worked fine.

But pretty sure there's nothing stopping it from working, anyway :)
 
I have a plugin running on a similar server. Nothing special has been done on it. Can't really say I know where to begin if it works fine on a local server, unless there are dependencies of some sort (C++ runtimes etc) the server doesn't have. I had to play a bit with build settings on plugins because they didn't run for a lot of people, I think the rF2 example plugin build options (VC) worked fine.

But pretty sure there's nothing stopping it from working, anyway :)

Thanks Lazza! I tried the settings from the example, and it worked ;)
 
Back
Top