Fulqrum Publishing Home   |   Register   |   Today Posts   |   Members   |   UserCP   |   Calendar   |   Search   |   FAQ

Go Back   Official Fulqrum Publishing forum > Fulqrum Publishing > IL-2 Sturmovik: Cliffs of Dover > CoD Multiplayer

CoD Multiplayer Everything about multiplayer in IL-2 CoD

Reply
 
Thread Tools Display Modes
  #31  
Old 11-04-2012, 01:07 PM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

Quote:
Originally Posted by 159BAG_Civis View Post
I try to adjust connection to MySQL and to me gives out a mistake in attempt to make sql-request of the table clodstats Database Insert.sql
What's the problem?
I cant see which database are u trying to use:

PHP Code:
INSERT INTO `adminUsers` ( `lastName` , `firstName` , `username` , `password` ) 
VALUES (

'Default''Administrator''clodadmin'PASSWORD'clodadmin' )
);

answer MySQL

#1146 - Table 'clodstats.adminusers' doesn't exist 
Have u got: use "your_dabase_name" at the beginning of file?
__________________

Asus P6T V2 Deluxe, I7 930, 3x2 GB RAM XMS3 Corsair1333 Mhz, Nvidia Leadtek GTX 470, Acer 1260p screen projector, Track IR 4 OS ver5, Saitek Pro Flight Rudder, Saitek X52, Win 7 x64 ultimate
Reply With Quote
  #32  
Old 11-16-2012, 03:35 PM
melasuda melasuda is offline
Approved Member
 
Join Date: Feb 2012
Posts: 44
Default

Hi first sorry for refloting the post, and for my English

this is my cuestion.

how can i set Target Area to red or blue army?.

I create oner mission, but i can not setup on Comander destroy area to red or blue.

I only can setup to destroy a create group (tjis work good), but no a multiple staticks objet to destroy
Reply With Quote
  #33  
Old 04-15-2013, 01:39 AM
_79_dev _79_dev is offline
Approved Member
 
Join Date: Sep 2010
Location: Dublin
Posts: 242
Default

Quote:
Originally Posted by wildwillie View Post
Just a few comments about This release:

There is one known issue that I have not been able to fix yet and it relates to saving info to the database. The MySQL connector for C# does not allow multiple database readers (Unlike the Java version) and you will sometimes get a MySQL Exception in the log file. IL2ClodCommander will keep running, but some stats data is lost. If anyone knows of a setting in MySQL connector to allow multiple connections that would be great, otherwise the Database section will need to be re-written so statements are done serially.



WildWillie

@I see you're using a DataReader. You can only have 1 DataReader open at a time per connection. using blocks come in handy for those:

using( var reader = myCommand.ExecuteReader() ) {
while (reader.Read()) {
// get values, do stuff
}
}// reader gets closed

You only hint at it in the code in your question (currently), but it's possible that is part of your problem. You haven't shown how you're using the DataReader, so I'm not certain. Just a possibility.@
__________________

Asus P6T V2 Deluxe, I7 930, 3x2 GB RAM XMS3 Corsair1333 Mhz, Nvidia Leadtek GTX 470, Acer 1260p screen projector, Track IR 4 OS ver5, Saitek Pro Flight Rudder, Saitek X52, Win 7 x64 ultimate
Reply With Quote
  #34  
Old 06-24-2013, 10:12 AM
MOG_Hammer MOG_Hammer is offline
Approved Member
 
Join Date: Jul 2008
Posts: 16
Default

Nice to you to have provided the source files with the cod controller application.

And also it is nice to have choosen C# as a prefered language. You seem to choose your language based on what the game actually uses, like Java for 1946, C# for CoD, which will make life much easier for people that would like to modify your application, since it uses the same language as the mission scripts (which is very fun to learn actually).

C# is a much easier read than Java IMHO.
Reply With Quote
  #35  
Old 01-12-2014, 03:53 PM
Mikmak Mikmak is offline
Approved Member
 
Join Date: May 2010
Posts: 23
Default

I try to use IL2 CLoD Commander and when i click on "Start Mission" button, i got the following message in the server terminal and the mission isn't loaded, what is wrong in my procedure ?



If i use the command "missLoad missions/OnLine_Map.mis" directly in the server terminal, everthing works fine.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:50 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright © 2007 Fulqrum Publishing. All rights reserved.