ItsMods

Full Version: MW3 update
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Windows 7

Server crash
plug-ins that lead to server crash:

sreedplugin
RespawnDelay


: APPCRASH
: iw5mp_server.exe
: 0.0.0.0
: 4f888887
: StackHash_f3f6
: 0.0.0.0
: 00000000
: c0000005
: 6f093150
: 6.1.7601.2.1.0.256.1
: 1049
1: f3f6
2: f3f6a1403802118ada460cd45530935b
3: d34e
4: d34edb9b57aa7d1aac3252e1a9591198
(04-19-2012, 03:09)litgar Wrote: [ -> ]Windows 7

Server crash
plug-ins that lead to server crash:

sreedplugin
RespawnDelay

Respawn delay is broken so I would guess it is your speed plugin causing issues.
(04-19-2012, 06:18)Feelgood Wrote: [ -> ]
(04-19-2012, 03:09)litgar Wrote: [ -> ]Windows 7

Server crash
plug-ins that lead to server crash:

sreedplugin
RespawnDelay

Respawn delay is broken so I would guess it is your speed plugin causing issues.
I tested every plugin separately. not working
@litgar both plugins are outdated and need to be updated.
(04-19-2012, 07:09)zxz0O0 Wrote: [ -> ]@litgar both plugins are outdated and need to be updated.

Thank you! I fixed the speed plugin
any plugins that point at a certain memory address need to be revised Smile
running fine here thanks!!
(04-19-2012, 08:27)litgar Wrote: [ -> ]
(04-19-2012, 07:09)zxz0O0 Wrote: [ -> ]@litgar both plugins are outdated and need to be updated.

Thank you! I fixed the speed plugin

Can you please post an update since you fixed it!
@tommytoy
1. download the speed plugin source
2. replace

CSHARP Code
  1. IntPtr j_speed = (IntPtr)0x46F247;
  2. IntPtr j_height = (IntPtr)0x7877F0;
  3. IntPtr fallmax = (IntPtr)0x787430;
  4. IntPtr fallmin = (IntPtr)0x76E7DC;
  5. IntPtr gravity = (IntPtr)0x4701DC;


WITH

CSHARP Code
  1. public static IntPtr j_speed = (IntPtr)0x46F3A7;
  2. public static IntPtr j_height = (IntPtr)0x787408;
  3. public static IntPtr fallmax = (IntPtr)0x787048;
  4. public static IntPtr fallmin = (IntPtr)0x76E3DC;
  5. public static IntPtr gravity = (IntPtr)0x47033C;

3. Compile
4. ???????????????
5. PRO- no
Nukem, if you need the dmp file.
I cant start the Server, too

EDIT: Havent updated the addon.dll - now its running, big thanks Nukem!
Pages: 1 2 3 4