ItsMods

Full Version: MW3 Dedicated server addon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
Unfortunately, this tool doesn't work in wine Sad

The server launches but the tool crashes, so no messages etc.

regards, Snowy Leopard
(12-24-2011, 13:19)Snowy Leopard Wrote: [ -> ]Unfortunately, this tool doesn't work in wine Sad

The server launches but the tool crashes, so no messages etc.

regards, Snowy Leopard

Yes, i have this errors:

Code:
err:module:import_dll Library MSVCR100.dll (which is needed by L"Z:\\...\\jeux\\mw3\\iw5mp_addon.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\...\\jeux\\mw3\\iw5mp_addon.exe" failed, status c0000135
The only thing I want out of this is the console messages.

I have renamed the the launching .exe in my gPanel to: iw5mp_serveroriginal.exe
I have renamed the iw5mp_addon.exe -> iw5mp_server.exe
I have edited the sv_config.ini to: iw5mp_server.exe -> iw5mp_serveroriginal.exe

Is this the correct way to get the gPanel to launch the addon correctly ?
(12-24-2011, 13:26)Machette Wrote: [ -> ]
(12-24-2011, 13:19)Snowy Leopard Wrote: [ -> ]Unfortunately, this tool doesn't work in wine Sad

The server launches but the tool crashes, so no messages etc.

regards, Snowy Leopard

Yes, i have this errors:

Code:
err:module:import_dll Library MSVCR100.dll (which is needed by L"Z:\\...\\jeux\\mw3\\iw5mp_addon.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\...\\jeux\\mw3\\iw5mp_addon.exe" failed, status c0000135

I did a quick google search, you need to have
- Microsoft Visual C++ 2010 Redistributable Package (x86)
installed
Download here
I spoke too soon, The server fires but was not showing in the serverlist. Here is the console log and crash dump.

data.txt
Code:
[07:17:14] EXCEPTION: 0x40010006 @ 0x756FC83B
[07:17:14] A crashdump has been written to: addon\MDUMP-ADDON-2011-12-24-07-17-7CC.dmp
[07:17:15] EXCEPTION: 0x40010006 @ 0x756FC83B
[07:17:15] A crashdump has been written to: addon\MDUMP-ADDON-2011-12-24-07-17-ED8.dmp

And the dump files:
[attachment=1336]
all the rank thing works for only FFA... can't i do any other mode??
(12-24-2011, 13:33)zxz0O0 Wrote: [ -> ]I did a quick google search, you need to have
- Microsoft Visual C++ 2010 Redistributable Package (x86)
installed
Download here

I have tested many solutions:
Code:
:~# sh winetricks vcrun2010
Executing w_do_call vcrun2010
Executing load_vcrun2010
Executing mkdir -p /root/.cache/winetricks/vcrun2010
winetricks: line 1582: test: wine-1.0 : nombre entier attendu comme expression
------------------------------------------------------
Working around wine bug 23427
------------------------------------------------------
Executing w_do_call msxml3
Executing load_msxml3
Warning: unknown mime-type for "/root/.cache/winetricks/msxml3" -- using "application/*"
Error: no "view" mailcap rules found for type "application/*"
------------------------------------------------------
Please download msxml3.msi from http://download.cnet.com/Microsoft-XML-Parser-MSXML-3-0-Service-Pack-7-SP7/3000-7241_4-10731613.html, place it in /root/.cache/winetricks/msxml3, then re-run this script.
------------------------------------------------------
I have download msxml3 and new test, same error... vcrun2010 does not install...
I have download vcredist_x86.exe and tested: wine vcredist_x86.exe, not work...
ranked = FFA
unranked = every game mode
ERROR error code 2?
(12-24-2011, 13:26)Machette Wrote: [ -> ]Yes, i have this errors:

Code:
err:module:import_dll Library MSVCR100.dll (which is needed by L"Z:\\...\\jeux\\mw3\\iw5mp_addon.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\...\\jeux\\mw3\\iw5mp_addon.exe" failed, status c0000135
This does NOT work on linux yet. It crashes on CreateRemoteThread(), so i'll have to download linux and see what I can do.

(12-24-2011, 13:28)KrisiS Wrote: [ -> ]The only thing I want out of this is the console messages.

I have renamed the the launching .exe in my gPanel to: iw5mp_serveroriginal.exe
I have renamed the iw5mp_addon.exe -> iw5mp_server.exe
I have edited the sv_config.ini to: iw5mp_server.exe -> iw5mp_serveroriginal.exe

Is this the correct way to get the gPanel to launch the addon correctly ?
Yes, this should work as long as the addon runs first


@sac0o01
I'll see what I can do, the steam DLL is usually a problem


*adding vid to main post


EDIT: Updated program & added MS C++ Redist files
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42