Invalid XML error
-
- Posts: 2
- Joined: Mon Jul 14, 2014 10:18 pm
Invalid XML error
When i try to download the source code it tells me The XML response contains invalid XML. can someone please help me?
Re: Invalid XML error
I don't understand, when you try to download the source code?
Did you follow the wiki instructions?
https://wiki.dspt.info/index.php/Building_the_Server
For Windows:
From the pull I just now did to verify (Yes, my code is a bit behind on this computer):
Did you follow the wiki instructions?
https://wiki.dspt.info/index.php/Building_the_Server
For Windows:
For Linux:Downloading the Server Source Code
In this section we will use TortoiseGit to download the latest git source code for the server.
Open Windows Explorer (right click the start button and choose Windows Explorer)
Right click on any folder select Git Clone
In the "URL" field put in the following url:
http://github.com/DarkstarProject/darkstar.git
Set the "Directory" to your choice (blank will default to current location /darkstar
Click OK.
Wait for the download to finish.
Click OK to close TortoiseGit.
Close windows explorer
At this point you have downloaded all of the source code for the latest version.
There should be no XML error involved with code pulls.Once you have everything mentioned above installed, grab the latest source from the repository via the command:
git clone http://github.com/DarkstarProject/darkstar.git/
From the pull I just now did to verify (Yes, my code is a bit behind on this computer):
git.exe pull -v --no-rebase --progress "origin"
POST git-upload-pack (562 bytes)
remote: Counting objects: 392, done.
remote: Compressing objects: 100% (125/125), done.
Receiving objects: 100% (392/392), 1.75 MiB | 145.00 KiB/s, done.
Resolving deltas: 100% (230/230), done.
remote: Total 392 (delta 190), reused 130 (delta 130), pack-reused 137
From http://github.com/DarkstarProject/darkstar
b656b87..8fc4aaa master -> origin/master
= [up to date] NeoDynamis -> origin/NeoDynamis
* [new branch] guild -> origin/guild
Updating b656b87..8fc4aaa
Fast-forward
scripts/globals/effects/beast_roll.lua | 4 +-
scripts/globals/effects/drachen_roll.lua | 4 +-
scripts/globals/effects/puppet_roll.lua | 8 +-
scripts/globals/mobskills/Pit_Ambush.lua | 63 +-
scripts/globals/mobskills/Sand_Blast.lua | 59 +-
scripts/globals/mobskills/Sand_Pit.lua | 71 +-
scripts/globals/status.lua | 8 +-
scripts/globals/weaponskills/metatron_torment.lua | 6 +-
scripts/globals/weaponskills/sanguine_blade.lua | 49 +
scripts/globals/weaponskills/uriel_blade.lua | 38 +
.../zones/Attohwa_Chasm/mobs/Alastor_Antlion.lua | 70 +
.../Attohwa_Chasm/mobs/Executioner_Antlion.lua | 40 +
.../zones/Attohwa_Chasm/mobs/Feeler_Antlion.lua | 33 +
scripts/zones/Attohwa_Chasm/npcs/qm1.lua | 15 +
.../zones/Bastok_Markets_[S]/npcs/Adelbrecht.lua | 56 +
.../zones/Bastok_Markets_[S]/npcs/RedCanyon.lua | 28 +
scripts/zones/Chateau_dOraguille/npcs/Halver.lua | 2 +-
scripts/zones/Temple_of_Uggalepih/npcs/_4fx.lua | 144 +-
sql/augments.sql | 4574 ++++++++++----------
sql/item_mods_pet.sql | 103 +
sql/mob_family_mods.sql | 2 -
sql/mob_groups.sql | 2 +-
sql/mob_pool_mods.sql | 20 -
sql/mob_pools.sql | 4 +-
sql/mob_skill.sql | 29 +-
sql/mob_spawn_points.sql | 16 +-
sql/spell_list.sql | 28 +-
sql/synth_recipes.sql | 6 +-
src/map/alliance.cpp | 32 +-
src/map/alliance.h | 8 +-
src/map/entities/battleentity.cpp | 85 +-
src/map/entities/battleentity.h | 16 +-
src/map/items/item_armor.cpp | 19 +-
src/map/items/item_armor.h | 2 +
src/map/lua/lua_baseentity.cpp | 47 +-
src/map/lua/lua_baseentity.h | 4 +
src/map/map.cpp | 6 +-
src/map/map.h | 8 +-
src/map/message.cpp | 43 +-
src/map/mob_modifier.h | 2 +-
src/map/modifier.cpp | 2 +-
src/map/modifier.h | 50 +-
src/map/packets/inventory_item.cpp | 35 +-
src/map/party.cpp | 16 +-
src/map/party.h | 8 +-
src/map/utils/battleutils.cpp | 16 +-
src/map/utils/charutils.cpp | 13 +-
src/map/utils/itemutils.cpp | 17 +
src/map/utils/mobutils.cpp | 58 -
src/map/utils/petutils.cpp | 2353 +++++-----
win32/DSGame-server/DSGame-server.vcxproj | 1345 +++---
win32/DSGame-server/DSGame-server.vcxproj.filters | 3081 +++++++------
52 files changed, 6655 insertions(+), 6093 deletions(-)
create mode 100644 scripts/globals/weaponskills/sanguine_blade.lua
create mode 100644 scripts/globals/weaponskills/uriel_blade.lua
create mode 100644 scripts/zones/Attohwa_Chasm/mobs/Alastor_Antlion.lua
create mode 100644 scripts/zones/Attohwa_Chasm/mobs/Executioner_Antlion.lua
create mode 100644 scripts/zones/Attohwa_Chasm/mobs/Feeler_Antlion.lua
create mode 100644 scripts/zones/Bastok_Markets_[S]/npcs/Adelbrecht.lua
create mode 100644 scripts/zones/Bastok_Markets_[S]/npcs/RedCanyon.lua
create mode 100644 sql/item_mods_pet.sql
Success (31325 ms @ 3/17/2015 3:05:41 PM)
-
- Posts: 2
- Joined: Mon Jul 14, 2014 10:18 pm
Re: Invalid XML error
i figured it out i was have internet issues. i got the full source code.
Thanks for taking the time to try and help me
Thanks for taking the time to try and help me