Hi, brothers.
-My problem as seen in the photo , please help .
Picture link : http://i.hizliresim.com/vLDE56.png
Hi, brothers.
-My problem as seen in the photo , please help .
Picture link : http://i.hizliresim.com/vLDE56.png
replace all this
Code:<?xml version="1.0"?> <!-- Note: As an alternative to hand editing this file you can use the web admin tool to configure settings for your application. Use the Website->Asp.Net Configuration option in Visual Studio. A full list of settings and comments can be found in machine.config.comments usually located in \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration> <!-- application specific settings --> <appSettings> <add key="WO_Region" value="EN"/> </appSettings> <connectionStrings/> <system.webServer> <httpProtocol allowKeepAlive="true" /> </system.webServer> <system.web> <httpRuntime enableVersionHeader="false" /> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this affects performance, set this value to true only during development. --> <compilation debug="false"> <assemblies> <add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/> </assemblies> </compilation> <!-- The <authentication> section enables configuration of the security authentication mode used by ASP.NET to identify an incoming user. --> <authentication mode="None"/> <!-- The <customErrors> section enables configuration of what to do if/when an unhandled error occurs during the execution of a request. Specifically, it enables developers to configure html error pages to be displayed in place of a error stack trace. NOTE: default value was "RemoteOnly" and whole section was commited --> <customErrors mode="Off" defaultRedirect="GenericErrorPage.htm"> <error statusCode="403" redirect="NoAccess.htm" /> <error statusCode="404" redirect="FileNotFound.htm" /> </customErrors> </system.web> </configuration>
Hi, brothers.
My problem as seen in the photo , please help .
Picture link : http://i.hizliresim.com/B0damg.png
- - - Updated - - -
I solved the problem.
I'm sharing solution for those who can not solve.
- The solution here :
- RSBuild.xml ;
- Delete this code.
Code:<base file="F:\inetpub\wwwroot\wz\wz530C1627"/>
2. Write and save this code.
Code:<!--<base file="C:\inetpub\wwwroot\wz\wz530C1627"/> -->
- Knowledge is power !
- This information is nice to share !
*<3 Ragezone is the love <3*![]()
Hi,guys..
My problem, The input is not done.. :(
This error :
I can not figure error, help me pls..Code:--- Log started at Tue Sep 08 17:08:03 2015 000000.013| r3dFile: can't open game.ini 000000.013| Can't open file "game.ini" 000000.013| r3dFile: can't open local.ini 000000.013| Can't open file "local.ini" 000000.023| Input Devices enabled: Mouse, Keyboard 000000.088| VMEM As seen through DDRaw: 509 000000.088| VMEM As seen through WMI: 0 000000.144| We have 3316 MB texture memory 000000.153| r3dFont: Creating Verdana 10pt 000000.154| r3dFont: Finished creating Verdana 10pt 000000.154| r3dFont: Creating SYSTEM 12pt 000000.154| r3dFont: Finished creating SYSTEM 12pt 000000.154| r3dFont: Creating SYSTEM 10pt 000000.154| r3dFont: Finished creating SYSTEM 10pt 000000.154| r3dFont: Creating SYSTEM 9pt 000000.154| r3dFont: Finished creating SYSTEM 9pt 000000.396| Starting updater, v:0.0.5, cmd: 000003.599| WO_API: failed with error code 5 SQL Select Failed: Procedure or function WZ_ACCOUNT_LOGIN has too many arguments specified. 000003.599| Login FAILED, code: 5 000005.660| Requested to stop, 0 files in queue 000005.660| CUpdater::Stop()
Hacım bende türküm ilk önce RSbuild.exe hata sebebi
C:\WarZ\bin\build\RSBuild.xml
Burda Bulunan en baştaki
Burda bulunan yeri RSupdate.sln deCode:<build> <output dir="C:\inetpub\wwwroot\wz"/>
UPDATE_DATA_URL[512] arat ve karşındaki konumu yaz
birde loglara bakıldıgında sql da sorun var sourcenin .bak dosyasını yükle
WZ_ACCOUNT_LOGIN sorun var
Not : Bu arada Warzombie ile ne alakan var ?
Bu arada facebook skype vb adresini özelden atarsan
Open WZBackend-ASP.NET.sln and go to api_Login.aspx.cs
see.
SqlCommand sqcmd = new SqlCommand(); sqcmd.CommandType = CommandType.StoredProcedure;
sqcmd.CommandText = "WZ_ACCOUNT_LOGIN";
sqcmd.Parameters.AddWithValue("@in_IP", LastIP);
sqcmd.Parameters.AddWithValue("@in_EMail", username);
sqcmd.Parameters.AddWithValue("@in_Password", password);
sqcmd.Parameters.AddWithValue("@in_HardwareID", computerid);
sqcmd.Parameters.AddWithValue("@in_Mac", mac);
and rebuild WZBackend-ASP.NET.slnSqlCommand sqcmd = new SqlCommand(); sqcmd.CommandType = CommandType.StoredProcedure;
sqcmd.CommandText = "WZ_ACCOUNT_LOGIN";
sqcmd.Parameters.AddWithValue("@in_IP", LastIP);
sqcmd.Parameters.AddWithValue("@in_EMail", username);
sqcmd.Parameters.AddWithValue("@in_Password", password);
//sqcmd.Parameters.AddWithValue("@in_HardwareID", computerid);
sqcmd.Parameters.AddWithValue("@in_Mac", mac);
New error :/
r3dlog.txt
Code:--- Log started at Tue Sep 08 22:55:29 2015 000000.428| Game Version: War Zombie Turkey v1.1.5 (build: Sep 8 2015 20:26:03) - final 000000.428| Available memory: 6142 MB 000000.458| r3dFS: version:EYLUL 8, 2015 17:46, 31165 files 000000.613| r3dFile: can't open local.ini 000000.613| Can't open file "local.ini" 000000.650| readGameOptionsFile: found INI at C:\Users\Noise\Documents\Arktos\War Zombie Turkey\gameSettings.ini 000000.701| r3dFile: can't open local.ini 000000.701| Can't open file "local.ini" 000000.701| writeGameOptionsFile: Saving settings to C:\Users\Noise\Documents\Arktos\War Zombie Turkey\gameSettings.ini 000000.820| readInputMap: found file at C:\Users\Noise\Documents\Arktos\War Zombie Turkey\inputMap.xml 000000.847| writeInputMap: Saving settings to C:\Users\Noise\Documents\Arktos\War Zombie Turkey\inputMap.xml 000000.848| userSettings: found file at C:\Users\Noise\Documents\Arktos\War Zombie Turkey\userSettings.xml 000000.848| userSettings: Saving settings to C:\Users\Noise\Documents\Arktos\War Zombie Turkey\userSettings.xml 000000.848| SOUND: initializing sound system 000001.714| SOUND: '3' sound drivers found 000001.715| SOUND: sound caps = 0xF8, speakermode= 2 000001.715| SOUND: sound driver 'Hoparlör (High Definition Audio Ayg1t1)' 000001.737| SOUND: sound system ready 000001.737| FMOD: LoadSoundEffects: Loading from Data\Sounds\Sounds.fev 000010.623| Starting voice 000010.624| VoipLog:[4] 2015-09-08 22:55:39.513347|INFO | | | TeamSpeak 3 Client 3.0.2 (2012-07-19 10:50:53) SDK 000010.678| VoipLog:[3] 2015-09-08 22:55:39.567350|DEBUG |Direct Sound | | setting timer resolution to 1ms 000010.712| Playback device: Dijital Ses (S/PDIF) (High Definition Audio Aygıtı) 000010.712| Playback device: Dijital Ses (S/PDIF) (High Definition Audio Aygıtı) 000010.712| Playback device: Hoparlör (High Definition Audio Aygıtı) (default) 000010.712| Capture device: Mikrofon (Audio_Device) (default) 000010.720| Input Devices enabled: Mouse, Keyboard 000010.738| VMEM As seen through DDRaw: 509 000010.738| VMEM As seen through WMI: 0 000010.738| Setting mode: 1152x864x32 Flags=0 000010.738| Could not initialize NVApi. 000010.738| 000010.739| Adapter: GeCube Radeon X1550 Series 000010.739| atiumdag.dll 8.14.10.647 000010.739| Monitor: \\.\DISPLAY1 (1152x864) 000010.746| r3dRenderLayer::SetMode(x=1152,y=864,bpp=32,windowed=0,hz=75) 000010.762| Creating d3d device 000010.820| GPU DOES NOT support D3DQUERYTYPE_TIMESTAMP 000010.820| GPU DOES NOT support D3DQUERYTYPE_TIMESTAMPFREQ 000010.820| D3D hack support = NullRT: 0, hwPCF: 0, IntZ: 0, ResZ: 0 000010.820| We have 3312 MB texture memory 000011.000| r3dFont: Creating Verdana 10pt 000011.001| r3dFont: Finished creating Verdana 10pt 000011.001| Loading shaders... 000013.397| ASSERT at file .\Sources\RENDERING\Deffered\RenderDeffered.cpp, line 4860: 0 000013.547| Finished loading shaders (2.546695 sec)! 000013.560| Started background thread: 2888 000013.610| Creating dynamic buffer of size 1.00 MB 000013.610| Creating dynamic buffer of size 0.09 MB 000013.669| Creating dynamic buffer of size 0.15 MB 000013.669| r3dFont: Creating Tahoma 12pt 000013.670| r3dFont: Finished creating Tahoma 12pt 000013.670| r3dFont: Creating Verdana 10pt 000013.670| r3dFont: Finished creating Verdana 10pt 000013.922| Creating render targets 000013.922| CreateDynamicEnvMap: creating of size 512x512x6000013.924| r3dFont: Creating Verdana 8pt 000013.945| r3dFile: can't open data/fonts/verdana_8_0.tga 000013.949| r3dFont: Finished creating Verdana 8pt 000014.118| Loaded 12 of 12 grass settings locations from the glist file 000014.152| Loaded 12 grass settings files 000014.331| Trying to load a weapon attachment with id '400159' that is already loaded!000014.333| Trying to load a weapon with id '101248' that is already loaded!000047.684| WO_API: http timeout 000047.684| LoginAuth: 8 000051.101| obj_Zombie::FreePhysSkeletonCache:000051.101| done in 0.00 seconds 000051.105| Deleting render targets 000051.107| r3dBackgroundTaskDispatcher::Close 000051.107| Exiting background thread: 2888 000051.975| 000051.990| WARNING: pd3ddev have 10 reference counts 000052.029| Shutting down voice 000052.029| VoipLog:[5] 2015-09-08 22:56:20.918716|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - enter 000052.029| VoipLog:[5] 2015-09-08 22:56:20.918716|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - leave 000052.198| VoipLog:[5] 2015-09-08 22:56:21.088725|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - enter 000052.198| VoipLog:[5] 2015-09-08 22:56:21.088725|DEVELOP |Windows Audio Session| | DeviceDeleteList::waitForDeletes - leave
Help pls..
Error loading screen :
Picture link : http://i.hizliresim.com/MyQmQa.png