[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 483: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4668: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4670: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4671: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4672: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3815)
Battlefield Modding Tutorials BFMODS :: View topic - Mod I"m working doesn't want to work in network play...
Battlefield Modding Tutorials BFMODS
https://battlefieldmodding.com/ssm/phpBB3/

Mod I"m working doesn't want to work in network play...
https://battlefieldmodding.com/ssm/phpBB3/viewtopic.php?f=3&t=5248
Page 1 of 1

Author:  Apache Thunder [ Wed Sep 16, 2009 4:29 am ]
Post subject:  Mod I"m working doesn't want to work in network play...

The mod still crashes when doing network tests. I thought I solved it then it just keep rearing it's ugly head again the next time I do tests. This is the BF242 mod by the way. It's a mod that makes the game look and play like BF2. I didn't create this mod but am fixing it up.

I wanted to try to get to the bottom of this, so I did a network test using the debugger so that I could look at the log files.

I started a separate game installation as the host and connected to it with the main game I play. Debugger is limited to LAN mode but the error is not effected by what mode that server is running.

The server debugger will load up without incident. However when I connect to it as the client, the debugger (for the client) spits out on odd message shortly before the ready screen comes up:

Image

Any ideas what this error means? The server doesn't give me this error nor do I see it when doing singleplayer modes or as local host. Only the client spits out this error upon connecting to the server.

After I click ignore, it continues to load for a few more seconds and then just as you hear the ready screen sound effects the game crashes... :(

The client crashes out leaving the server debugger running up until it realizes the player left (since if a client crashes out or alt-f4s out there is a 20-30 second timeout period where that player is still taking up space on the server). Once the debugger figures out the client left, it then proceeds to crash too. :evil:

However the dedicated server does not crash when the client crashes out. Weird.

I was testing Market Garden in Conquest mode. I get a smiler crash out with most of the maps. Only maps that work 100% is Daqing Oilfields Day 1, Kursk, Night Ops, and Wake Island. For now the coop game mode actually seems more stable which is even more puzzling to me since most problems that occur tend to occur with COOP and not conquest.

I really want to get to the cause of the crashes. I tried remming out all the static objects for the map. Still crashes. Remmed out all vehicle spawners and the stuff in the precache...Still crashes. Remmed out the kits in the init.con file...still crashes... :evil:

By the way the above error does not show in the retail EXE and doesn't cause a crash out to desktop. It loads without incident and crashes out just before the ready screen appears just like the debugger does. The crash is of course of the "Windows Error Report" variety. :(

Author:  Apache Thunder [ Thu Sep 17, 2009 2:40 am ]
Post subject:  Re: Mod I"m working doesn't want to work in network play...

Solved -> Turns out I needed to add the v_arg stuff to the controlpoints.con file. Sometimes maps need this sometimes not. I always though non-conquest modes need this. But I guess I was wrong. :P

Author:  Iced Earth [ Thu Sep 17, 2009 3:57 am ]
Post subject:  Re: Mod I"m working doesn't want to work in network play...

ha! Thats funny. Glad it was an easy fix, because I sure as hell had no idea. :lol:

Author:  Senshi [ Thu Sep 17, 2009 2:14 pm ]
Post subject:  Re: Mod I"m working doesn't want to work in network play...

Never managed to figure out that v_arg stuff myself.

Recently did some new map retextures (Iwo Jima Winter, El Alamein Summer etc.) and sometimes encountered similar problems, only I didn't get an error message at all. Not with debugger, not with windowed, just plain CTD. But I didn't test joining a debugger server.

Reason usually were also some "missing" v_arg stuff, especially in Controlpoints.con.
Still very weird. Some maps work fine without it, others don't. Some Vanilla maps have it, some don't...

Author:  freddy [ Thu Sep 17, 2009 8:44 pm ]
Post subject:  Re: Mod I"m working doesn't want to work in network play...


Author:  freddy [ Tue Sep 29, 2009 11:46 pm ]
Post subject:  Re: Mod I"m working doesn't want to work in network play...

seems to bugger up BF2 also
http://bfeditor.org/forums/index.php?sh ... &pid=88539

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/