Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Client Crash Problem

Initiate Mage
Joined
Sep 21, 2020
Messages
3
Reaction score
0
Hello,

My base files are abby gunz, I have source working I work on it years ago and I wanna open my server.

The Problem is weird : when I change ip on system.xml on the client files, its crash

when I change it back to the old vps ip its working.

idk what is the problem maybe somthing with the source ???

Need help from you guys my dream is to make my server finely on the air.


Discord : OmerKK#1400
 
Experienced Elementalist
Joined
May 12, 2014
Messages
260
Reaction score
61
Aha, what are you doing here :?



Friend, if abby's files don't create a new Margin, it will be permanently blocked.



Abby works by means of Hash, it checks every file in the margins



Another option you have is to replace the CML, thus eliminating the 7-Zip and changing it to Zip
 
Upvote 0
Initiate Mage
Joined
Sep 21, 2020
Messages
3
Reaction score
0
Ok so what i need to do???

this is the mlog:


GUNZ 1,0,0,290 launched. build (Jul 20 2016 02:13:46)
Log time (09/24/20 15:26:42)
CPU ID = GenuineIntel ( family = 2310 , model = 14 , stepping = 13 ) @ 3600 MHz
Display Device = Radeon RX 580 Series ( vendor=1002 device=67df subsys=e3531da2 revision=e7 )
Display Driver Version = 26.20.13031.5006
Windows = 6.2 Build 9200 , (2097151KB) : ..
Load XML from memory : system/locale.xml- SUCCESS
Country : KOR, Language : KOR
Load Config from file : config.xml- SUCCESS
Load XML from memory : system/system.xml- FAIL
Cannot open system/system.xml file.
Load XML from memory : system/strings.xml(0x0009) - SUCCESS
Load XML from memory : system/cserror.xml(0x0009) - SUCCESS
'Configuration' or 'ZLocale' must be completed befor 'Message'.
Load XML from memory : system/gametypecfg.xml
InitializeNotify ok.
WFog Enabled Device.
device created.
Video memory 2045.500000
Shader Compile Errormain : RGetLenzFlare()->Initialize()
Bala-GunZ
InitialLoading success.
interface Initialize success
ZApplication::OnCreate : begin
0(Primary Sound Driver): Hardware Mixing Not Supported
1(Headset Earphone (2- Razer Kraken 7.1 Chroma)): Hardware Mixing Not Supported
2(Digital Audio (S/PDIF) (High Definition Audio Device)): Hardware Mixing Not Supported
[[[getMaxChannel32]]]]
cannot create sound : we_grenade_reload
cannot create sound : rebirth
cannot create sound : ricochet_concrete01
LoadWave: Error loading file
cannot create sound : if_error
cannot create sound : nice
cannot create sound : run_a_male
cannot create sound : we_grenade_reload_2d
cannot create sound : amb_factory
cannot create sound : amb_steam
cannot create sound : amb_fan2
cannot create sound : amb_factory_2d
cannot create sound : amb_factory2_2d
cannot create sound : amb_generator_2d
cannot create sound : amb_steam_2d
cannot create sound : amb_steam2_2d
cannot create sound : amb_fan_2d
cannot create sound : amb_fan2_2d
cannot create sound : amb_engine_2d
cannot create sound : big_time_prin
cannot create sound : crispy_fried_punk_
cannot create sound : do_you_feel_luck
cannot create sound : flame_on_baby_
cannot create sound : ha_ha_ha_you_suck
cannot create sound : hail_to_the_king_baby
cannot create sound : Ill_make_you_shiver_when_i_deliver
cannot create sound : Im_goin_to_bust_you_up
cannot create sound : is_that_cryin_i_hear
cannot create sound : Its_on_baby
cannot create sound : ive_got_hald_a_mind_to_waste_you_punk
cannot create sound : mess_with_the_best_die_like_the_rest
cannot create sound : ooh_thats_gotta_hurt
cannot create sound : yo_wussup
cannot create sound : you_dont_have_the_cuts_wussy
cannot create sound : GoblinW_castFirst
cannot create sound : GoblinW_castSecond
cannot create sound : SkeletonLp_neglect

-------------------> Sound Engine Create : 2.600000

sound engine create.
Init map Descriptor success.
Load XML from memory : system/tips.xml(0x0009)- FAIL
Check tips.xml
Failed: ZGameInterface OnCreate
Destroy interface begin
destroy client.
PeerInfoList Released
clear looks end.
Widget map clear end.
desctroy cursor system end.
clear IDL resource end.
Final interface end.
Destroy game interface done.
clear looks end.
Widget map clear end.
desctroy cursor system end.
Destroy gunz
Destroy sound engine.
Destroy sound engine. success
Destroy console.
Destroy mesh manager.
Destroy weapon mesh manager.
Clear SkillManager.
Clear QuestItemDescMgr.
Clear MatchItemDescMgr.
Clear ChattingFilter.
Clear ChannelRuleMgr.
destroy game application done.
interface finalize.
game input destroy.
game gonfiguration destroy.
Bitmap manager destroy Animation bitmap.
destroy gunz finish.
Rframe_destory::closeDisplay
 
Last edited:
Upvote 0
Experienced Elementalist
Joined
May 12, 2014
Messages
260
Reaction score
61
Friend, it is not necessary to publish that to know that your gunz is not reading the interfacelike everything else, they don't know that abby has an error when reading her files, they must all be exposed to the main folder, in her case all the interface files have to be in interface /, not interface / default, I don't know If this is an error from the same void that is responsible for giving the interface address or if it is an error when using the 7-zip method, or lack of code
 
Upvote 0
Back
Top