FWGS / regamelite

mirror of gitlab repo
4 stars 5 forks source link

Compiled hl.so and tried to make a counterstrike server -game cstrike #3

Closed ghost closed 8 years ago

ghost commented 8 years ago

I can connect with xash 0.17 -game cstrike , but it doesn't allow for game play

When i try the 'cs16-client' project, it crashes my client on connection 68.36.230.50:27017

pi@raspberrypi ~/regamelite $ make mkdir release; cd release make -j4 -f Makefile.regamedll CC="gcc" CPLUS="g++" CPP_LIB="-L/usr/local/gcc-5.1.0/lib/gcc/arm-linux-gnueabihf/5.1.0/../../.. -lstdc++ -ldl -lpthread" ARCH=i486 BUILD_DIR=release BUILD_OBJ_DIR=release/obj SOURCE_DIR=. ENGINE_SRC_DIR=./engine COMMON_SRC_DIR=./common GAME_SHARED_SRC_DIR=./game_shared BASE_CFLAGS="-fpermissive -fno-strict-aliasing -DNDEBUG -DPOSIX -D_POSIX -DLINUX -D_LINUX -DGNUC -DHL1 -Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -DQUIVER -DQUAKE2 -DVALVE_DLL -D_alloca=alloca -fno-exceptions -fexpensive-optimizations -D_vsnprintf=vsnprintf -DNO_MALLOC_OVERRIDE -Werror=return-type -w -DLINUX -D_LINUX" SHLIBEXT=so SHLIBCFLAGS= SHLIBLDFLAGS="-shared -gdwarf-2" PUBLIC_SRC_DIR=./public CFG=release OS=Linux CLINK="gcc" ARCH_CFLAGS="-O3" make[1]: Entering directory '/home/pi/regamelite' mkdir release/obj gcc -I./engine -I./common -I./pm_shared -I./game_shared -I./public -I./dlls -I. -I./pm_shared -fpermissive -fno-strict-aliasing -DNDEBUG -DPOSIX -D_POSIX -DLINUX -D_LINUX -DGNUC -DHL1 -Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -DQUIVER -DQUAKE2 -DVALVE_DLL -D_alloca=alloca -fno-exceptions -fexpensive-optimizations -D_vsnprintf=vsnprintf -DNO_MALLOC_OVERRIDE -Werror=return-type -w -DLINUX -D_LINUX -O3 -DCLIENT_WEAPONS -Dstricmp=strcasecmp -D_strnicmp=strncasecmp -Dstrnicmp=strncasecmp -D_snprintf=snprintf -D_stricmp=strcasecmp -D_vsnprintf=vsnprintf -D_strdup=strdup -D_write=write -D_close=close -O3 -ffast-math -Wl,--no-undefined -o release/obj/regamedll/airtank.o -c dlls/airtank.cpp . . . . . . . . gcc -Wl,--no-undefined -lm -lstdc++ -ldl -shared -gdwarf-2 -o release/hl.so release/obj/regamedll/airtank.o release/obj/regamedll/ammo.o release/obj/regamedll/animating.o release/obj/regamedll/animation.o release/obj/regamedll/bmodels.o release/obj/regamedll/buttons.o release/obj/regamedll/career_tasks.o release/obj/regamedll/cbase.o release/obj/regamedll/client.o release/obj/regamedll/combat.o release/obj/regamedll/debug.o release/obj/regamedll/doors.o release/obj/regamedll/effects.o release/obj/regamedll/explode.o release/obj/regamedll/func_break.o release/obj/regamedll/func_tank.o release/obj/regamedll/game.o release/obj/regamedll/gamerules.o release/obj/regamedll/ggrenade.o release/obj/regamedll/globals.o release/obj/regamedll/h_ai.o release/obj/regamedll/h_battery.o release/obj/regamedll/h_cycler.o release/obj/regamedll/healthkit.o release/obj/regamedll/h_export.o release/obj/regamedll/hintmessage.o release/obj/regamedll/items.o release/obj/regamedll/lights.o release/obj/regamedll/maprules.o release/obj/regamedll/mortar.o release/obj/regamedll/mpstubb.o release/obj/regamedll/multiplay_gamerules.o release/obj/regamedll/observer.o release/obj/regamedll/pathcorner.o release/obj/regamedll/plane.o release/obj/regamedll/plats.o release/obj/regamedll/player.o release/obj/regamedll/singleplay_gamerules.o release/obj/regamedll/skill.o release/obj/regamedll/sound.o release/obj/regamedll/soundent.o release/obj/regamedll/spectator.o release/obj/regamedll/subs.o release/obj/regamedll/training_gamerules.o release/obj/regamedll/triggers.o release/obj/regamedll/tutor_base_states.o release/obj/regamedll/tutor_base_tutor.o release/obj/regamedll/tutor.o release/obj/regamedll/tutor_cs_states.o release/obj/regamedll/tutor_cs_tutor.o release/obj/regamedll/util.o release/obj/regamedll/vehicle.o release/obj/regamedll/weapons.o release/obj/regamedll/weapontype.o release/obj/regamedll/world.o release/obj/regamedll/bot/cs_bot_chatter.o release/obj/regamedll/bot/cs_bot.o release/obj/regamedll/bot/cs_bot_event.o release/obj/regamedll/bot/cs_bot_init.o release/obj/regamedll/bot/cs_bot_learn.o release/obj/regamedll/bot/cs_bot_listen.o release/obj/regamedll/bot/cs_bot_manager.o release/obj/regamedll/bot/cs_bot_nav.o release/obj/regamedll/bot/cs_bot_pathfind.o release/obj/regamedll/bot/cs_bot_radio.o release/obj/regamedll/bot/cs_bot_statemachine.o release/obj/regamedll/bot/cs_bot_update.o release/obj/regamedll/bot/cs_bot_vision.o release/obj/regamedll/bot/cs_bot_weapon.o release/obj/regamedll/bot/cs_gamestate.o release/obj/regamedll/bot/states/cs_bot_attack.o release/obj/regamedll/bot/states/cs_bot_buy.o release/obj/regamedll/bot/states/cs_bot_defuse_bomb.o release/obj/regamedll/bot/states/cs_bot_escape_from_bomb.o release/obj/regamedll/bot/states/cs_bot_fetch_bomb.o release/obj/regamedll/bot/states/cs_bot_follow.o release/obj/regamedll/bot/states/cs_bot_hide.o release/obj/regamedll/bot/states/cs_bot_hunt.o release/obj/regamedll/bot/states/cs_bot_idle.o release/obj/regamedll/bot/states/cs_bot_investigate_noise.o release/obj/regamedll/bot/states/cs_bot_move_to.o release/obj/regamedll/bot/states/cs_bot_plant_bomb.o release/obj/regamedll/bot/states/cs_bot_use_entity.o release/obj/regamedll/hostage/hostage.o release/obj/regamedll/hostage/hostage_improv.o release/obj/regamedll/hostage/hostage_localnav.o release/obj/regamedll/hostage/states/hostage_animate.o release/obj/regamedll/hostage/states/hostage_escape.o release/obj/regamedll/hostage/states/hostage_follow.o release/obj/regamedll/hostage/states/hostage_idle.o release/obj/regamedll/hostage/states/hostage_retreat.o release/obj/regamedll/../engine/unicode_strtools.o release/obj/regamedll/wpn_shared/wpn_ak47.o release/obj/regamedll/wpn_shared/wpn_aug.o release/obj/regamedll/wpn_shared/wpn_awp.o release/obj/regamedll/wpn_shared/wpn_c4.o release/obj/regamedll/wpn_shared/wpn_deagle.o release/obj/regamedll/wpn_shared/wpn_elite.o release/obj/regamedll/wpn_shared/wpn_famas.o release/obj/regamedll/wpn_shared/wpn_fiveseven.o release/obj/regamedll/wpn_shared/wpn_flashbang.o release/obj/regamedll/wpn_shared/wpn_g3sg1.o release/obj/regamedll/wpn_shared/wpn_galil.o release/obj/regamedll/wpn_shared/wpn_glock18.o release/obj/regamedll/wpn_shared/wpn_hegrenade.o release/obj/regamedll/wpn_shared/wpn_knife.o release/obj/regamedll/wpn_shared/wpn_m249.o release/obj/regamedll/wpn_shared/wpn_m3.o release/obj/regamedll/wpn_shared/wpn_m4a1.o release/obj/regamedll/wpn_shared/wpn_mac10.o release/obj/regamedll/wpn_shared/wpn_mp5navy.o release/obj/regamedll/wpn_shared/wpn_p228.o release/obj/regamedll/wpn_shared/wpn_p90.o release/obj/regamedll/wpn_shared/wpn_scout.o release/obj/regamedll/wpn_shared/wpn_sg550.o release/obj/regamedll/wpn_shared/wpn_sg552.o release/obj/regamedll/wpn_shared/wpn_smokegrenade.o release/obj/regamedll/wpn_shared/wpn_tmp.o release/obj/regamedll/wpn_shared/wpn_ump45.o release/obj/regamedll/wpn_shared/wpn_usp.o release/obj/regamedll/wpn_shared/wpn_xm1014.o release/obj/regamedll/pm_shared/pm_shared.o release/obj/regamedll/pm_shared/pm_math.o release/obj/regamedll/pm_shared/pm_debug.o release/obj/regamedll/game_shared/voice_gamemgr.o release/obj/regamedll/game_shared/shared_util.o release/obj/regamedll/game_shared/bot/bot.o release/obj/regamedll/game_shared/bot/bot_manager.o release/obj/regamedll/game_shared/bot/bot_profile.o release/obj/regamedll/game_shared/bot/bot_util.o release/obj/regamedll/game_shared/bot/nav_area.o release/obj/regamedll/game_shared/bot/nav_file.o release/obj/regamedll/game_shared/bot/nav_node.o release/obj/regamedll/game_shared/bot/nav_path.o release/obj/regamedll/public/MemPool.o release/obj/regamedll/public/precompiled.o -lm -lstdc++ -ldl

ghost commented 8 years ago

 (build 3224) started at Apr25 2016 [22:41.32]

[2016:04:25|22:41:32] 1 joysticks found [2016:04:25|22:41:32] Joystick Android Accelerometer has 3 axes [2016:04:25|22:41:32] execing video.cfg [2016:04:25|22:41:32] execing opengl.cfg [2016:04:25|22:41:32] Set: [1776x1080] [2016:04:25|22:41:32] Video: Adreno (TM) 330 [2016:04:25|22:41:33] AVI: Not supported [2016:04:25|22:41:33] Using SDL audio driver: android @ 44100 Hz [2016:04:25|22:41:33] execing cstrike.rc [2016:04:25|22:41:33] execing config.cfg [2016:04:25|22:41:33] execing keyboard.cfg [2016:04:25|22:41:33] execing userconfig.cfg [2016:04:25|22:41:33] execing config.cfg [2016:04:25|22:41:33] execing keyboard.cfg [2016:04:25|22:41:33] execing userconfig.cfg [2016:04:25|22:41:33] execing userconfig.d/netgraph.cfg [2016:04:25|22:41:33] execing userconfig.d/skipshield.cfg [2016:04:25|22:41:33] execing userconfig.d/touch_defalias.cfg [2016:04:25|22:41:33] execing userconfig.d/userconfig.cfg [2016:04:25|22:41:33] execing touch.cfg [2016:04:25|22:41:33] execing userconfig.d/vgui_enable.cfg [2016:04:25|22:41:33] execing touch.cfg [2016:04:25|22:41:35] Scanning for servers on the internet area... [2016:04:25|22:41:35] Server IP address: loopback [2016:04:25|22:41:36] Found server: 113.187.17.188:17683 [2016:04:25|22:41:36] Found server: 218.85.246.249:27015 [2016:04:25|22:41:36] Found server: 120.197.197.130:57569 [2016:04:25|22:41:36] Found server: 121.31.189.120:8734 [2016:04:25|22:41:36] Found server: 122.225.62.220:27015 [2016:04:25|22:41:36] Found server: 148.101.96.50:20470 [2016:04:25|22:41:36] Found server: 112.207.103.99:27015 [2016:04:25|22:41:36] Found server: 39.249.125.147:27015 [2016:04:25|22:41:36] Found server: 213.87.127.12:54419 [2016:04:25|22:41:36] Found server: 95.185.48.147:1345 [2016:04:25|22:41:36] Found server: 185.117.153.185:27015 [2016:04:25|22:41:36] Found server: 121.54.54.164:10930 [2016:04:25|22:41:36] Found server: 121.54.58.242:9085 [2016:04:25|22:41:36] Found server: 177.85.203.59:27015 [2016:04:25|22:41:36] Found server: 119.94.163.18:27015 [2016:04:25|22:41:36] Found server: 112.198.75.90:27015 [2016:04:25|22:41:36] Found server: 201.230.158.91:62304 [2016:04:25|22:41:36] Found server: 161.18.168.51:27015 [2016:04:25|22:41:36] Found server: 112.39.78.140:7723 [2016:04:25|22:41:36] Found server: 120.105.215.250:32064 [2016:04:25|22:41:36] Found server: 112.198.82.159:27015 [2016:04:25|22:41:36] Found server: 177.55.241.67:27015 [2016:04:25|22:41:36] Found server: 171.110.176.106:27015 [2016:04:25|22:41:36] Found server: 120.197.197.130:17898 [2016:04:25|22:41:36] Found server: 170.51.57.87:45111 [2016:04:25|22:41:36] Found server: 183.171.171.207:35791 [2016:04:25|22:41:36] Found server: 203.91.115.42:40195 [2016:04:25|22:41:36] Found server: 175.96.169.211:32661 [2016:04:25|22:41:36] Found server: 68.36.230.50:27015 [2016:04:25|22:41:36] Found server: 177.207.15.247:27040 [2016:04:25|22:41:36] Found server: 121.54.54.166:9090 [2016:04:25|22:41:36] Found server: 183.89.72.90:26969 [2016:04:25|22:41:36] Found server: 177.4.217.89:21217 [2016:04:25|22:41:36] Found server: 185.117.153.185:27017 [2016:04:25|22:41:36] Found server: 82.100.177.128:27015 [2016:04:25|22:41:36] Found server: 68.36.230.50:27017 [2016:04:25|22:41:36] Found server: 95.185.48.147:2830 [2016:04:25|22:41:36] Found server: 185.117.153.185:27018 [2016:04:25|22:41:36] Found server: 191.189.10.216:20037 [2016:04:25|22:41:36] Found server: 191.32.163.177:27015 [2016:04:25|22:41:36] Found server: 171.109.200.190:27015 [2016:04:25|22:41:36] Found server: 177.183.102.20:49595 [2016:04:25|22:41:36] Found server: 177.157.98.233:27015 [2016:04:25|22:41:39] Scanning for servers on the local network area... [2016:04:25|22:41:43] Usage: connect [2016:04:25|22:41:59] >\connect 192.168.1.104:27017 [2016:04:25|22:41:59] server 192.168.1.104:27017 [2016:04:25|22:42:00] Spooling demo header. Sys_Crash: signal 11, err 0 with code 1 at 0x20524566 0x0 Stack backtrace: 1: 0x9a9d21fc <_ZN4CHud6RedrawEfi+423> (/data/app/in.celest.xash3d.cs16client-1/lib/arm/libclient_hardfp.so) Stack dump: 0: 0x0 1: 0x0 2: 0x0 3: 0x0 4: 0xa00b2d74 (/data/app/in.celest.xash3d.hl-1/lib/arm/libxash.so) 5: 0xa1e0c620 <cl+0> (/data/app/in.celest.xash3d.hl-1/lib/arm/libxash.so) 6: 0xa1ad6b80 (/data/app/in.celest.xash3d.hl-1/lib/arm/libxash.so) 7: 0xa1ad5d58 (/data/app/in.celest.xash3d.hl-1/lib/arm/libxash.so) 8: 0xa1ad6b88 (/data/app/in.celest.xash3d.hl-1/lib/arm/libxash.so) 9: 0x9a9b609d <HUD_Redraw+16> (/data/app/in.celest.xash3d.cs16client-1/lib/arm/libclient_hardfp.so) 10: 0x9a9b608d <HUD_Redraw+0> (/data/app/in.celest.xash3d.cs16client-1/lib/arm/libclient_hardfp.so) 11: 0x9ffb1799 <CL_DrawHUD+1160> (/data/app/in.celest.xash3d.hl-1/lib/arm/libxash.so) 12: 0x41f 13: 0x0 14: 0x0 15: 0x0 16: 0xa231fd1c <glState+0> (/data/app/in.celest.xash3d.hl-1/lib/arm/libxash.so) 17: 0x0 18: 0x0 19: 0x0 20: 0x0 21 >À´ ì Lü„³ øÏ´ 4ü„³Ç<À´ �ü„³ ý„³ øÏ´

a1batross commented 8 years ago

Is it goes crash everytime?

Wait... you started a server, connecting from Android and Android client is crashes?

ghost commented 8 years ago

The android cstrike 1.6 crashes every time!

The android xash3d -game cstrike doens't crash, but will not start the game round!

    Xash (build 3224) started at Apr27 2016 [21:31.01]

[21:31:01] Sys_LoadLibrary: Loading Engine Library - ok [21:31:01] FS_AddGameDirectory( ./, 0 ) [21:31:01] FS_Init: done [21:31:01] FS_LoadGameInfo( cstrike ) [21:31:01] FS_Rescan( Counter-Strike ) [21:31:01] 0 cstrike valve [21:31:01] 1 cstrike2 valve [21:31:01] 2 valve valve [21:31:01] FS_AddGameDirectory( valve/downloaded/, 10 ) [21:31:01] FS_AddGameDirectory( valve/, 0 ) [21:31:01] Adding wadfile valve/cached.wad (2 files) [21:31:01] Adding wadfile valve/decals.wad (222 files) [21:31:01] Adding wadfile valve/fonts.wad (3 files) [21:31:01] Adding wadfile valve/gfx.wad (7 files) [21:31:01] Adding wadfile valve/halflife.wad (3116 files) [21:31:01] Adding wadfile valve/liquids.wad (32 files) [21:31:01] Adding wadfile valve/spraypaint.wad (14 files) [21:31:01] Adding wadfile valve/xeno.wad (264 files) [21:31:01] FS_AddGameDirectory( valve/custom/, 10 ) [21:31:01] FS_AddGameDirectory( cstrike/downloaded/, 10 ) [21:31:01] FS_AddGameDirectory( cstrike/, 4 ) [21:31:01] Adding wadfile cstrike/0soup0_simpsons.wad (110 files) [21:31:01] Adding wadfile cstrike/2maps.wad (12 files) [21:31:01] Adding wadfile cstrike/52.wad (2 files) [21:31:01] Adding wadfile cstrike/aba.wad (65 files) [21:31:01] Adding wadfile cstrike/ae_bloodbowl.wad (42 files) [21:31:01] Adding wadfile cstrike/aim_xmas.wad (18 files) [21:31:01] Adding wadfile cstrike/airport2.wad (16 files) [21:31:01] Adding wadfile cstrike/ajamedia.wad (2 files) [21:31:01] Adding wadfile cstrike/ajawad.wad (1 files) [21:31:01] Adding wadfile cstrike/as_climb.wad (88 files) [21:31:01] Adding wadfile cstrike/as_dolomiten.wad (50 files) [21:31:01] Adding wadfile cstrike/as_rising_sun.wad (49 files) [21:31:01] Adding wadfile cstrike/as_riverside.wad (27 files) [21:31:01] Adding wadfile cstrike/as_tundra.wad (18 files) [21:31:01] Adding wadfile cstrike/assortedsep.wad (89 files) [21:31:01] Adding wadfile cstrike/author.wad (1 files) [21:31:01] Adding wadfile cstrike/awp_rooftops.wad (8 files) [21:31:01] Adding wadfile cstrike/aztecc.wad (23 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/backslash.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/backslash.wad" [21:31:01] Adding wadfile cstrike/bb_motd2006.wad (172 files) [21:31:01] Adding wadfile cstrike/bb_vertville.wad (177 files) [21:31:01] Adding wadfile cstrike/bd_mman.wad (127 files) [21:31:01] Adding wadfile cstrike/bd_zombie_fairground.wad (17 files) [21:31:01] Adding wadfile cstrike/belial.wad (6 files) [21:31:01] Adding wadfile cstrike/bhd.wad (47 files) [21:31:01] Adding wadfile cstrike/bigbrother.wad (2 files) [21:31:01] Adding wadfile cstrike/bigfoot.wad (2 files) [21:31:01] Adding wadfile cstrike/blazurban.wad (72 files) [21:31:01] Adding wadfile cstrike/bmw_mr.wad (28 files) [21:31:01] Adding wadfile cstrike/brainbread.wad (176 files) [21:31:01] Adding wadfile cstrike/breakfloor.wad (1 files) [21:31:01] Adding wadfile cstrike/bunker.wad (25 files) [21:31:01] Adding wadfile cstrike/cached.wad (2 files) [21:31:01] Adding wadfile cstrike/carlors.wad (15 files) [21:31:01] Adding wadfile cstrike/carma.wad (24 files) [21:31:01] Adding wadfile cstrike/cars.wad (73 files) [21:31:01] Adding wadfile cstrike/cc_mission.wad (77 files) [21:31:01] Adding wadfile cstrike/chateau.wad (136 files) [21:31:01] Adding wadfile cstrike/chopper.wad (4 files) [21:31:01] Adding wadfile cstrike/chsf.wad (23 files) [21:31:01] Adding wadfile cstrike/cl_colors.wad (4 files) [21:31:01] Adding wadfile cstrike/cliff.wad (1 files) [21:31:01] Adding wadfile cstrike/coma_swat.wad (34 files) [21:31:01] Adding wadfile cstrike/cs_1338_assault_btm.wad (68 files) [21:31:01] Adding wadfile cstrike/cs_747.wad (143 files) [21:31:01] Adding wadfile cstrike/cs_assault.wad (22 files) [21:31:01] Adding wadfile cstrike/cs_assault_ducki2.wad (70 files) [21:31:01] Adding wadfile cstrike/cs_bdog.wad (132 files) [21:31:01] Adding wadfile cstrike/cs_belair.wad (222 files) [21:31:01] Adding wadfile cstrike/cs_bikinigirl.wad (108 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/cs_carz.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/cs_carz.wad" [21:31:01] Adding wadfile cstrike/cs_carz_2.wad (111 files) [21:31:01] Adding wadfile cstrike/cs_cbble.wad (61 files) [21:31:01] Adding wadfile cstrike/cs_church2005.wad (34 files) [21:31:01] Adding wadfile cstrike/cs_church2_btm.wad (3 files) [21:31:01] Adding wadfile cstrike/cs_ciudad.wad (69 files) [21:31:01] Adding wadfile cstrike/cs_deagle7m.wad (1 files) [21:31:01] Adding wadfile cstrike/cs_deagle7s.wad (1 files) [21:31:01] Adding wadfile cstrike/cs_dest.wad (25 files) [21:31:01] Adding wadfile cstrike/cs_destructderby.wad (2 files) [21:31:01] Adding wadfile cstrike/cs_dock.wad (67 files) [21:31:01] Adding wadfile cstrike/cs_drachenfels.wad (32 files) [21:31:01] Adding wadfile cstrike/cs_dust.wad (28 files) [21:31:01] Adding wadfile cstrike/cs_estate_btm.wad (73 files) [21:31:01] Adding wadfile cstrike/cs_haste.wad (129 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/cs_havana.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/cs_havana.wad" [21:31:01] Adding wadfile cstrike/cs_hideout.wad (4 files) [21:31:01] Adding wadfile cstrike/cs_italia.wad (85 files) [21:31:01] Adding wadfile cstrike/cs_nemi.wad (8 files) [21:31:01] Adding wadfile cstrike/cs_office.wad (102 files) [21:31:01] Adding wadfile cstrike/cs_robbery.wad (184 files) [21:31:01] Adding wadfile cstrike/cs_siege_sas.wad (70 files) [21:31:01] Adding wadfile cstrike/cs_snowbase.wad (33 files) [21:31:01] Adding wadfile cstrike/cs_thunder.wad (33 files) [21:31:01] Adding wadfile cstrike/cs_wildwest_assault.wad (25 files) [21:31:01] Adding wadfile cstrike/cs_woodz.wad (35 files) [21:31:01] Adding wadfile cstrike/cstraining.wad (24 files) [21:31:01] Adding wadfile cstrike/cstrike.wad (123 files) [21:31:01] Adding wadfile cstrike/czcs_downed.wad (95 files) [21:31:01] Adding wadfile cstrike/czcs_italy.wad (199 files) [21:31:01] Adding wadfile cstrike/czde_aztec.wad (87 files) [21:31:01] Adding wadfile cstrike/czde_dust.wad (92 files) [21:31:01] Adding wadfile cstrike/czde_inferno.wad (131 files) [21:31:01] Adding wadfile cstrike/czde_vostok.wad (227 files) [21:31:01] Adding wadfile cstrike/czritual_standard.wad (121 files) [21:31:01] Adding wadfile cstrike/de_airstrip.wad (69 files) [21:31:01] Adding wadfile cstrike/de_atlantis.wad (41 files) [21:31:01] Adding wadfile cstrike/de_aztec.wad (24 files) [21:31:01] Adding wadfile cstrike/de_aztec3.wad (18 files) [21:31:01] Adding wadfile cstrike/de_bob.wad (64 files) [21:31:01] Adding wadfile cstrike/de_celtic.wad (30 files) [21:31:01] Adding wadfile cstrike/de_f40cars.wad (52 files) [21:31:01] Adding wadfile cstrike/de_gijoe.wad (64 files) [21:31:01] Adding wadfile cstrike/de_heat.wad (14 files) [21:31:01] Adding wadfile cstrike/de_leestore.wad (239 files) [21:31:01] Adding wadfile cstrike/de_maresa.wad (20 files) [21:31:01] Adding wadfile cstrike/de_mcdonalds.wad (12 files) [21:31:01] Adding wadfile cstrike/de_morningstar.wad (198 files) [21:31:01] Adding wadfile cstrike/de_mountain.wad (3 files) [21:31:01] Adding wadfile cstrike/de_nust2.wad (132 files) [21:31:01] Adding wadfile cstrike/de_piranesi.wad (160 files) [21:31:01] Adding wadfile cstrike/de_plaka.wad (83 files) [21:31:01] Adding wadfile cstrike/de_rock.wad (103 files) [21:31:01] Adding wadfile cstrike/de_stargate.wad (22 files) [21:31:01] Adding wadfile cstrike/de_storm.wad (74 files) [21:31:01] Adding wadfile cstrike/de_subsanctum.wad (385 files) [21:31:01] Adding wadfile cstrike/de_tombraid.wad (69 files) [21:31:01] Adding wadfile cstrike/de_vegas.wad (101 files) [21:31:01] Adding wadfile cstrike/de_vertigo.wad (19 files) [21:31:01] Adding wadfile cstrike/de_village.wad (46 files) [21:31:01] Adding wadfile cstrike/de_volare.wad (74 files) [21:31:01] Adding wadfile cstrike/decals.wad (225 files) [21:31:01] Adding wadfile cstrike/deep6.wad (109 files) [21:31:01] Adding wadfile cstrike/del_this.wad (28 files) [21:31:01] Adding wadfile cstrike/desnow.wad (19 files) [21:31:01] Adding wadfile cstrike/dibujosjigsaw3.wad (43 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/djp.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/djp.wad" [21:31:01] Adding wadfile cstrike/dmc.wad (93 files) [21:31:01] Adding wadfile cstrike/donoteatmikezilla.wad (58 files) [21:31:01] Adding wadfile cstrike/dumptruckr.wad (17 files) [21:31:01] Adding wadfile cstrike/es_frantic.wad (21 files) [21:31:01] Adding wadfile cstrike/es_trinity.wad (53 files) [21:31:01] Adding wadfile cstrike/f40.wad (22 files) [21:31:01] Adding wadfile cstrike/fenley_park.wad (128 files) [21:31:01] Adding wadfile cstrike/fun_zone2.wad (8 files) [21:31:01] Adding wadfile cstrike/fun_zone2_v2.wad (22 files) [21:31:01] Adding wadfile cstrike/funpark.wad (6 files) [21:31:01] Adding wadfile cstrike/fy_a-a.wad (1 files) [21:31:01] Adding wadfile cstrike/fy_marioworld.wad (19 files) [21:31:01] Adding wadfile cstrike/gfx.wad (7 files) [21:31:01] Adding wadfile cstrike/gigga.wad (53 files) [21:31:01] Adding wadfile cstrike/greenvalley.wad (19 files) [21:31:01] Adding wadfile cstrike/grid.wad (1 files) [21:31:01] Adding wadfile cstrike/hlbasics.wad (21 files) [21:31:01] Adding wadfile cstrike/hlrally.wad (160 files) [21:31:01] Adding wadfile cstrike/hummer2.wad (6 files) [21:31:01] Adding wadfile cstrike/hwang.wad (1 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/i82wad.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/i82wad.wad" [21:31:01] ^1Error:^7 W_Open: cstrike/iga_static.wad unknown wadtype [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/iga_static.wad" [21:31:01] Adding wadfile cstrike/industry_west.wad (195 files) [21:31:01] Adding wadfile cstrike/itsitaly.wad (99 files) [21:31:01] Adding wadfile cstrike/japwad_slicky.wad (27 files) [21:31:01] Adding wadfile cstrike/jigsaw2.wad (58 files) [21:31:01] Adding wadfile cstrike/joesmoe_cm.wad (85 files) [21:31:01] Adding wadfile cstrike/jos.wad (24 files) [21:31:01] Adding wadfile cstrike/jp.wad (70 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/jungle.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/jungle.wad" [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/jurassic_park.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/jurassic_park.wad" [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/jurassic_park2.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/jurassic_park2.wad" [21:31:01] Adding wadfile cstrike/ka_derby.wad (12 files) [21:31:01] Adding wadfile cstrike/ka_superpeople.wad (4 files) [21:31:01] Adding wadfile cstrike/lampe.wad (7 files) [21:31:01] Adding wadfile cstrike/liquids.wad (32 files) [21:31:01] Adding wadfile cstrike/logos-csc.wad (3 files) [21:31:01] Adding wadfile cstrike/mad_interior_vol1.wad (63 files) [21:31:01] Adding wadfile cstrike/mad_spain.wad (108 files) [21:31:01] Adding wadfile cstrike/mad_spain_addon.wad (14 files) [21:31:01] Adding wadfile cstrike/mario.wad (29 files) [21:31:01] Adding wadfile cstrike/mattc3.wad (30 files) [21:31:01] Adding wadfile cstrike/megamikedeus2.wad (84 files) [21:31:01] Adding wadfile cstrike/meltingpot.wad (127 files) [21:31:01] Adding wadfile cstrike/monkzoo.wad (90 files) [21:31:01] Adding wadfile cstrike/morningsun.wad (94 files) [21:31:01] Adding wadfile cstrike/mr_deth.wad (9 files) [21:31:01] Adding wadfile cstrike/my_room.wad (4 files) [21:31:01] Adding wadfile cstrike/n0th1ng.wad (8 files) [21:31:01] Adding wadfile cstrike/newmatrix.wad (12 files) [21:31:01] Adding wadfile cstrike/oldtrafford.wad (15 files) [21:31:01] Adding wadfile cstrike/op4ctf.wad (296 files) [21:31:01] Adding wadfile cstrike/pldecal.wad (1 files) [21:31:01] Adding wadfile cstrike/pool_2k8.wad (233 files) [21:31:01] Adding wadfile cstrike/prison.wad (20 files) [21:31:01] Adding wadfile cstrike/prodigy.wad (2 files) [21:31:01] Adding wadfile cstrike/prodigy2k.wad (188 files) [21:31:01] Adding wadfile cstrike/rock.wad (7 files) [21:31:01] Adding wadfile cstrike/sanfran.wad (79 files) [21:31:01] Adding wadfile cstrike/schlafwagen.wad (70 files) [21:31:01] Adding wadfile cstrike/scoreboard.wad (1 files) [21:31:01] Adding wadfile cstrike/sdip.wad (11 files) [21:31:01] Adding wadfile cstrike/sf_castle.wad (18 files) [21:31:01] Adding wadfile cstrike/sfwad.wad (34 files) [21:31:01] Adding wadfile cstrike/sfxmas.wad (4 files) [21:31:01] Adding wadfile cstrike/sirelvis.wad (26 files) [21:31:01] Adding wadfile cstrike/smoe_cm2.wad (85 files) [21:31:01] Adding wadfile cstrike/snow.wad (28 files) [21:31:01] Adding wadfile cstrike/st_kaboum.wad (2 files) [21:31:01] Adding wadfile cstrike/stealth.wad (72 files) [21:31:01] Adding wadfile cstrike/structural.wad (345 files) [21:31:01] Adding wadfile cstrike/tempdecal.wad (1 files) [21:31:01] Adding wadfile cstrike/tfc.wad (279 files) [21:31:01] Adding wadfile cstrike/tfc2.wad (395 files) [21:31:01] Adding wadfile cstrike/the_hunter.wad (61 files) [21:31:01] Adding wadfile cstrike/thecrash.wad (131 files) [21:31:01] Adding wadfile cstrike/timecounter.wad (17 files) [21:31:01] Adding wadfile cstrike/torntextures.wad (162 files) [21:31:01] ^1Error:^7 W_Open: cstrike/tree.wad unknown wadtype [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/tree.wad" [21:31:01] Adding wadfile cstrike/trojan.wad (110 files) [21:31:01] Adding wadfile cstrike/ts_shady_final.wad (157 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/tswad.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/tswad.wad" [21:31:01] Adding wadfile cstrike/upc2.wad (38 files) [21:31:01] Adding wadfile cstrike/vg_halloween_1.wad (13 files) [21:31:01] ^1Error:^7 W_Open: couldn't open cstrike/viceii.wad [21:31:01] ^1Error:^7 FS_AddWad_Fullpath: unable to load wad "cstrike/viceii.wad" [21:31:01] Adding wadfile cstrike/wall.wad (1 files) [21:31:01] Adding wadfile cstrike/wildwest.wad (59 files) [21:31:01] Adding wadfile cstrike/winchester.wad (50 files) [21:31:01] Adding wadfile cstrike/xeno.wad (264 files) [21:31:01] Adding wadfile cstrike/xt_snowflake.wad (257 files) [21:31:01] Adding wadfile cstrike/yurik.wad (5 files) [21:31:01] Adding wadfile cstrike/zeditor.wad (6 files) [21:31:01] FS_AddGameDirectory( cstrike/custom/, 10 ) [21:31:01] InitDecals: 225 decals [21:31:01] NET_Init() [21:31:02] SV_LoadProgs: ^2initailized Server Blending interface ^7ver. 1 [21:31:02] Dll loaded for mod Counter-Strike [21:31:02] SV: hull0, player_mins: -16 -16 -36, player_maxs: 16 16 36 [21:31:02] SV: hull1, player_mins: -16 -16 -18, player_maxs: 16 16 18 [21:31:02] SV: hull2, player_mins: 0 0 0, player_maxs: 0 0 0 [21:31:02] execing config.cfg [21:31:02] execing server.cfg [21:31:02] NET_UDPSocket( localhost, 27017 ) [21:31:02] Server IP address: 127.0.1.1:27017 [21:31:02] Spawn Server: de_dust [21:31:02] Mod_LoadModel: maps/de_dust.bsp [21:31:02] SV_SpawnEntities( de_dust ) [21:31:02] couldn't exec listip.cfg [21:31:02] couldn't exec banned.cfg [21:31:02] couldn't exec game.cfg [21:31:02] Mod_LoadModel: sprites/voiceicon.spr [21:31:02] ^3Added user message: VoiceMask (size == 8) [21:31:02] ^3Added user message: ReqState (size == 0) [21:31:02] server: GAME SKILL LEVEL:1 [21:31:02] Mod_LoadModel: models/w_kevlar.mdl [21:31:02] Mod_LoadModel: models/w_battery.mdl [21:31:02] Mod_LoadModel: models/w_antidote.mdl [21:31:02] Mod_LoadModel: models/w_security.mdl [21:31:02] Mod_LoadModel: models/w_longjump.mdl [21:31:02] Mod_LoadModel: models/w_assault.mdl [21:31:02] Mod_LoadModel: models/w_thighpack.mdl [21:31:02] Mod_LoadModel: models/v_awp.mdl [21:31:02] Mod_LoadModel: models/w_awp.mdl [21:31:02] Mod_LoadModel: models/rshell_big.mdl [21:31:02] Mod_LoadModel: models/w_9mmclip.mdl [21:31:02] Mod_LoadModel: models/v_g3sg1.mdl [21:31:02] Mod_LoadModel: models/w_g3sg1.mdl [21:31:02] Mod_LoadModel: models/rshell.mdl [21:31:02] Mod_LoadModel: models/v_ak47.mdl [21:31:02] Mod_LoadModel: models/w_ak47.mdl [21:31:02] Mod_LoadModel: models/v_scout.mdl [21:31:02] Mod_LoadModel: models/w_scout.mdl [21:31:02] Mod_LoadModel: models/v_m249.mdl [21:31:02] Mod_LoadModel: models/w_m249.mdl [21:31:02] Mod_LoadModel: models/v_m4a1.mdl [21:31:02] Mod_LoadModel: models/w_m4a1.mdl [21:31:02] Mod_LoadModel: models/v_sg552.mdl [21:31:02] Mod_LoadModel: models/w_sg552.mdl [21:31:02] Mod_LoadModel: models/v_aug.mdl [21:31:02] Mod_LoadModel: models/w_aug.mdl [21:31:02] Mod_LoadModel: models/v_sg550.mdl [21:31:02] Mod_LoadModel: models/w_sg550.mdl [21:31:02] Mod_LoadModel: models/v_m3.mdl [21:31:02] Mod_LoadModel: models/w_m3.mdl [21:31:02] Mod_LoadModel: models/shotgunshell.mdl [21:31:02] Mod_LoadModel: models/v_xm1014.mdl [21:31:02] Mod_LoadModel: models/w_xm1014.mdl [21:31:02] Mod_LoadModel: models/w_shotbox.mdl [21:31:02] Mod_LoadModel: models/v_usp.mdl [21:31:02] Mod_LoadModel: models/w_usp.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_usp.mdl [21:31:02] Mod_LoadModel: models/pshell.mdl [21:31:02] Mod_LoadModel: models/v_mac10.mdl [21:31:02] Mod_LoadModel: models/w_mac10.mdl [21:31:02] Mod_LoadModel: models/v_ump45.mdl [21:31:02] Mod_LoadModel: models/w_ump45.mdl [21:31:02] Mod_LoadModel: models/v_fiveseven.mdl [21:31:02] Mod_LoadModel: models/w_fiveseven.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_fiveseven.mdl [21:31:02] Mod_LoadModel: models/v_p90.mdl [21:31:02] Mod_LoadModel: models/w_p90.mdl [21:31:02] Mod_LoadModel: models/v_deagle.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_deagle.mdl [21:31:02] Mod_LoadModel: models/w_deagle.mdl [21:31:02] Mod_LoadModel: models/v_p228.mdl [21:31:02] Mod_LoadModel: models/w_p228.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_p228.mdl [21:31:02] Mod_LoadModel: models/v_knife.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_knife.mdl [21:31:02] Mod_LoadModel: models/w_knife.mdl [21:31:02] Mod_LoadModel: models/v_glock18.mdl [21:31:02] Mod_LoadModel: models/w_glock18.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_glock18.mdl [21:31:02] Mod_LoadModel: models/v_mp5.mdl [21:31:02] Mod_LoadModel: models/w_mp5.mdl [21:31:02] Mod_LoadModel: models/v_tmp.mdl [21:31:02] Mod_LoadModel: models/w_tmp.mdl [21:31:02] Mod_LoadModel: models/v_elite.mdl [21:31:02] Mod_LoadModel: models/w_elite.mdl [21:31:02] Mod_LoadModel: models/v_flashbang.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_flashbang.mdl [21:31:02] Mod_LoadModel: models/v_hegrenade.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_hegrenade.mdl [21:31:02] Mod_LoadModel: models/v_smokegrenade.mdl [21:31:02] Mod_LoadModel: models/shield/v_shield_smokegrenade.mdl [21:31:02] Mod_LoadModel: models/v_c4.mdl [21:31:02] Mod_LoadModel: models/w_backpack.mdl [21:31:02] Mod_LoadModel: models/v_galil.mdl [21:31:02] Mod_LoadModel: models/w_galil.mdl [21:31:02] Mod_LoadModel: models/v_famas.mdl [21:31:02] Mod_LoadModel: models/w_famas.mdl [21:31:02] Mod_LoadModel: models/w_weaponbox.mdl [21:31:02] Mod_LoadModel: sprites/zerogxplode.spr [21:31:02] Mod_LoadModel: sprites/WXplo1.spr [21:31:02] Mod_LoadModel: sprites/steam1.spr [21:31:02] Mod_LoadModel: sprites/bubble.spr [21:31:02] Mod_LoadModel: sprites/bloodspray.spr [21:31:02] Mod_LoadModel: sprites/blood.spr [21:31:02] Mod_LoadModel: sprites/smokepuff.spr [21:31:02] Mod_LoadModel: sprites/eexplo.spr [21:31:02] Mod_LoadModel: sprites/fexplo.spr [21:31:02] Mod_LoadModel: sprites/fexplo1.spr [21:31:02] Mod_LoadModel: sprites/radio.spr [21:31:02] Mod_LoadModel: sprites/b-tele1.spr [21:31:02] Mod_LoadModel: sprites/c-tele1.spr [21:31:02] Mod_LoadModel: sprites/ledglow.spr [21:31:02] Mod_LoadModel: sprites/laserbeam.spr [21:31:02] Mod_LoadModel: sprites/laserdot.spr [21:31:02] Mod_LoadModel: models/grenade.mdl [21:31:02] Mod_LoadModel: sprites/explode1.spr [21:31:02] Mod_LoadModel: models/player.mdl [21:31:02] Mod_LoadModel: models/player/leet/leet.mdl [21:31:02] Mod_LoadModel: models/player/gign/gign.mdl [21:31:02] Mod_LoadModel: models/player/vip/vip.mdl [21:31:02] Mod_LoadModel: models/player/gsg9/gsg9.mdl [21:31:02] Mod_LoadModel: models/player/guerilla/guerilla.mdl [21:31:02] Mod_LoadModel: models/player/arctic/arctic.mdl [21:31:02] Mod_LoadModel: models/player/sas/sas.mdl [21:31:02] Mod_LoadModel: models/player/terror/terror.mdl [21:31:02] Mod_LoadModel: models/player/urban/urban.mdl [21:31:02] Mod_LoadModel: models/p_ak47.mdl [21:31:02] Mod_LoadModel: models/p_aug.mdl [21:31:02] Mod_LoadModel: models/p_awp.mdl [21:31:02] Mod_LoadModel: models/p_c4.mdl [21:31:02] Mod_LoadModel: models/w_c4.mdl [21:31:02] Mod_LoadModel: models/p_deagle.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_deagle.mdl [21:31:02] Mod_LoadModel: models/p_flashbang.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_flashbang.mdl [21:31:02] Mod_LoadModel: models/p_hegrenade.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_hegrenade.mdl [21:31:02] Mod_LoadModel: models/p_glock18.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_glock18.mdl [21:31:02] Mod_LoadModel: models/p_p228.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_p228.mdl [21:31:02] Mod_LoadModel: models/p_smokegrenade.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_smokegrenade.mdl [21:31:02] Mod_LoadModel: models/p_usp.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_usp.mdl [21:31:02] Mod_LoadModel: models/p_fiveseven.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_fiveseven.mdl [21:31:02] Mod_LoadModel: models/p_knife.mdl [21:31:02] Mod_LoadModel: models/shield/p_shield_knife.mdl [21:31:02] Mod_LoadModel: models/w_flashbang.mdl [21:31:02] Mod_LoadModel: models/w_hegrenade.mdl [21:31:02] Mod_LoadModel: models/p_sg550.mdl [21:31:02] Mod_LoadModel: models/p_g3sg1.mdl [21:31:02] Mod_LoadModel: models/p_m249.mdl [21:31:02] Mod_LoadModel: models/p_m3.mdl [21:31:02] Mod_LoadModel: models/p_m4a1.mdl [21:31:02] Mod_LoadModel: models/p_mac10.mdl [21:31:02] Mod_LoadModel: models/p_mp5.mdl [21:31:02] Mod_LoadModel: models/p_ump45.mdl [21:31:02] Mod_LoadModel: models/p_p90.mdl [21:31:02] Mod_LoadModel: models/p_scout.mdl [21:31:02] Mod_LoadModel: models/p_sg552.mdl [21:31:02] Mod_LoadModel: models/w_smokegrenade.mdl [21:31:02] Mod_LoadModel: models/p_tmp.mdl [21:31:02] Mod_LoadModel: models/p_elite.mdl [21:31:02] Mod_LoadModel: models/p_xm1014.mdl [21:31:02] Mod_LoadModel: models/p_galil.mdl [21:31:02] Mod_LoadModel: models/p_famas.mdl [21:31:02] Mod_LoadModel: models/p_shield.mdl [21:31:02] Mod_LoadModel: models/w_shield.mdl [21:31:02] Mod_LoadModel: sprites/shadow_circle.spr [21:31:02] Mod_LoadModel: sprites/wall_puff1.spr [21:31:02] Mod_LoadModel: sprites/wall_puff2.spr [21:31:02] Mod_LoadModel: sprites/wall_puff3.spr [21:31:02] Mod_LoadModel: sprites/wall_puff4.spr [21:31:02] Mod_LoadModel: sprites/black_smoke1.spr [21:31:02] Mod_LoadModel: sprites/black_smoke2.spr [21:31:02] Mod_LoadModel: sprites/black_smoke3.spr [21:31:02] Mod_LoadModel: sprites/black_smoke4.spr [21:31:02] Mod_LoadModel: sprites/fast_wallpuff1.spr [21:31:02] Mod_LoadModel: sprites/pistol_smoke1.spr [21:31:02] Mod_LoadModel: sprites/pistol_smoke2.spr [21:31:02] Mod_LoadModel: sprites/rifle_smoke1.spr [21:31:02] Mod_LoadModel: sprites/rifle_smoke2.spr [21:31:02] Mod_LoadModel: sprites/rifle_smoke3.spr [21:31:02] Mod_LoadModel: sprites/smoke.spr [21:31:02] Mod_LoadModel: models/hgibs.mdl [21:31:02] Mod_LoadModel: models/agibs.mdl [21:31:02] Mod_LoadModel: models/metalplategibs_green.mdl [21:31:02] SV_LoadFromFile: 0 entities inhibited [21:31:02] Total 123 entities spawned [21:31:02] Mod_LoadModel: sprites/muzzleflash.spr [21:31:02] Mod_LoadModel: sprites/muzzleflash1.spr [21:31:02] Mod_LoadModel: sprites/muzzleflash2.spr [21:31:02] Mod_LoadModel: sprites/muzzleflash3.spr [21:31:02] Mod_LoadModel: sprites/animglow01.spr [21:31:02] Mod_LoadModel: sprites/richo1.spr [21:31:02] ^3Added user message: CurWeapon (size == 3) [21:31:02] ^3Added user message: Geiger (size == 1) [21:31:02] ^3Added user message: Flashlight (size == 2) [21:31:02] ^3Added user message: FlashBat (size == 1) [21:31:02] ^3Added user message: Health (size == 1) [21:31:02] ^3Added user message: Damage (size == 12) [21:31:02] ^3Added user message: Battery (size == 2) [21:31:02] ^3Added user message: Train (size == 1) [21:31:02] ^3Added user message: HudTextPro (size == -1) [21:31:02] ^3Added user message: HudText (size == -1) [21:31:02] ^3Added user message: SayText (size == -1) [21:31:02] ^3Added user message: TextMsg (size == -1) [21:31:02] ^3Added user message: WeaponList (size == -1) [21:31:02] ^3Added user message: ResetHUD (size == 0) [21:31:02] ^3Added user message: InitHUD (size == 0) [21:31:02] ^3Added user message: ViewMode (size == 0) [21:31:02] ^3Added user message: GameTitle (size == 1) [21:31:02] ^3Added user message: DeathMsg (size == -1) [21:31:02] ^3Added user message: ScoreAttrib (size == 2) [21:31:02] ^3Added user message: ScoreInfo (size == 9) [21:31:02] ^3Added user message: TeamInfo (size == -1) [21:31:02] ^3Added user message: TeamScore (size == -1) [21:31:02] ^3Added user message: GameMode (size == 1) [21:31:02] ^3Added user message: MOTD (size == -1) [21:31:02] ^3Added user message: ServerName (size == -1) [21:31:02] ^3Added user message: AmmoPickup (size == 2) [21:31:02] ^3Added user message: WeapPickup (size == 1) [21:31:02] ^3Added user message: ItemPickup (size == -1) [21:31:02] ^3Added user message: HideWeapon (size == 1) [21:31:02] ^3Added user message: SetFOV (size == 1) [21:31:02] ^3Added user message: ShowMenu (size == -1) [21:31:02] ^3Added user message: ScreenShake (size == 6) [21:31:02] ^3Added user message: ScreenFade (size == 10) [21:31:02] ^3Added user message: AmmoX (size == 2) [21:31:02] ^3Added user message: SendAudio (size == -1) [21:31:02] ^3Added user message: RoundTime (size == 2) [21:31:02] ^3Added user message: Money (size == 5) [21:31:02] ^3Added user message: ArmorType (size == 1) [21:31:02] ^3Added user message: BlinkAcct (size == 1) [21:31:02] ^3Added user message: StatusValue (size == -1) [21:31:02] ^3Added user message: StatusText (size == -1) [21:31:02] ^3Added user message: StatusIcon (size == -1) [21:31:02] ^3Added user message: BarTime (size == 2) [21:31:02] ^3Added user message: ReloadSound (size == 2) [21:31:02] ^3Added user message: Crosshair (size == 1) [21:31:02] ^3Added user message: NVGToggle (size == 1) [21:31:02] ^3Added user message: Radar (size == 7) [21:31:02] ^3Added user message: Spectator (size == 2) [21:31:02] ^3Added user message: VGUIMenu (size == -1) [21:31:02] ^3Added user message: TutorText (size == -1) [21:31:02] ^3Added user message: TutorLine (size == -1) [21:31:02] ^3Added user message: TutorState (size == -1) [21:31:02] ^3Added user message: TutorClose (size == -1) [21:31:02] ^3Added user message: AllowSpec (size == 1) [21:31:02] ^3Added user message: BombDrop (size == 7) [21:31:02] ^3Added user message: BombPickup (size == 0) [21:31:02] ^3Added user message: ClCorpse (size == -1) [21:31:02] ^3Added user message: HostagePos (size == 8) [21:31:02] ^3Added user message: HostageK (size == 1) [21:31:02] ^3Added user message: HLTV (size == 2) [21:31:02] ^3Added user message: SpecHealth (size == 1) [21:31:02] ^3Added user message: ForceCam (size == 3) [21:31:02] ^3Added user message: ADStop (size == 0) [21:31:02] ^3Added user message: ReceiveW (size == 1) [21:31:02] ^3Added user message: CZCareer (size == -1) [21:31:02] ^3Added user message: CZCareerHUD (size == -1) [21:31:02] ^3Added user message: ShadowIdx (size == 4) [21:31:02] ^3Added user message: TaskTime (size == 4) [21:31:02] ^3Added user message: Scenario (size == -1) [21:31:02] ^3Added user message: BotVoice (size == 2) [21:31:02] ^3Added user message: BuyClose (size == 0) [21:31:02] ^3Added user message: SpecHealth2 (size == 2) [21:31:02] ^3Added user message: BarTime2 (size == 4) [21:31:02] ^3Added user message: ItemStatus (size == 1) [21:31:02] ^3Added user message: Location (size == -1) [21:31:02] ^3Added user message: BotProgress (size == -1) [21:31:02] ^3Added user message: Brass (size == -1) [21:31:02] ^3Added user message: Fog (size == 7) [21:31:02] ^3Added user message: ShowTimer (size == 0) [21:31:02] ^3Added user message: HudTextArgs (size == -1) [21:31:02] 24 player server started [21:31:02] Adding your server to master server list [21:31:03] SV_Shutdown: Server restarted [21:31:09] Spawn Server: cs_siege [21:31:09] Mod_LoadModel: maps/cs_siege.bsp [21:31:09] SV_SpawnEntities( cs_siege ) [21:31:09] couldn't exec game.cfg [21:31:09] server: GAME SKILL LEVEL:1 [21:31:09] Mod_LoadModel: sprites/glow03.spr [21:31:09] Mod_LoadModel: models/hostage.mdl [21:31:09] SV_LoadFromFile: 0 entities inhibited [21:31:09] Total 258 entities spawned [21:31:09] 24 player server started [21:31:09] Adding your server to master server list

ghost commented 8 years ago

Okay, I figured out the issue. It stemmed from having 4gb of custom maps + textures. Reloaded the stock cs directory and the game worked!

a1batross commented 8 years ago

xash3d -game cstrike

Of course it doesn't crash. -game cstrike in Launcher is a CS, but with HL1 libraries.

If we could run any mod with -game on Android, then we will not develop cs16-client.

ghost commented 8 years ago

Hey lol..... would you like 4gb of counter-strike files for testing ???