Jump to content

World Crashing Bug

By WithinAmnesia
in Serverside

Recommended Posts

Please, can you just stop making videos, and just send the log, it's very annoying to read ! Where is your server.log ? The crash folder doesn't help at all, server.log gives better, better, better informations !

First : Did you compile your server ? Which mode ? Debug or release ? You should see that in Visual Studio before compiling. The server must be compiled in release mode, second, have you installed your three DBs ? World, Char and Auth ?

Link to comment
Share on other sites

possible reason of crash:

0x5 bad pointer (C++)

here this occurs at the start of the rendering. Reason? Non-blizzlike structure of the ADT in alpha maps\ground effects

caused sometimes when chunk has less than 4\4 tiles atleast with one ground effect

this problem never occurs, if this adt completely does not have any groud effects

There is only one way to solve this problem:

just set 4 tiles to every chunk in the adt

-----------

crash also can be caused by custom models with wrong (usually auto generated from the "origin" geometry via mjolna's collision generator), but this is very rare problem.

 

 
Link to comment
Share on other sites

I think it is a bad npc, my maps work fine. Sleikas showed me how to delete the Drakkari Collosus (npc that crashes the server) from the database. Now my world server crashes at launch :(.

and also can you write what exactly you did in DB?

Link to comment
Share on other sites

I think it is a bad npc, my maps work fine. Sleikas showed me how to delete the Drakkari Collosus (npc that crashes the server) from the database. Now my world server crashes at launch :(.

and also can you write what exactly you did in DB?

Okay these video were made for a message although here you guys go, I don't know if sleikas will feel used from this but here is what I got on my end:S (also I this bug really sucks so I am all hands on deck)

I said this:

 

I then said this to sleikas:

Then sleikas said:

Then I said:

Now I hope that we are up to date?

 

Link to comment
Share on other sites

Man, I am not trying to be a prick but there is much more efficient way to present your information than making a video. In your last message you posted 4 videos, 16,11 min long in sum. The average reading speed is 200 to 250 words a minute in non-technical material. Assuming that I read fast and your stuff is a technical material my reading speed is 250 words a minute. This paragraph contains exactly 100 words and bears quite enough information to prove that videos aimed to expressing speech is not an effective way to state your problem.

So, will you keep recording every other thing or make a proper long text post stating your problem? It may be supplied with pictures or short videos demonstating the bug. Then we would be able to understand better and faster what's the issue and help solving it. ^_^

Link to comment
Share on other sites

Okay I'm gonna second that... I just watched a 2 minute video of you saying "Ummm... Ummm...Ummm... Is this the folder... Ummm... Idk... Ummm... Idk... I'm so drained... I'll talk to you guys laters..." I have shit to do man. 

Link to comment
Share on other sites

Okay well I am uploading my TrinitySever folder so you guys can dig through it. I get that watching videos is straining; I am just worried that I cannot give you guys what you need to fix stuff for I may miss a bunch of critical things in a web of comments - thus I did those damn videos to show you guys what I had on my end. So now I am uploading my whole server file onto mega so no more videos. I hope that this is a solution.

Link to comment
Share on other sites

ahhh finaly got your log...



In mysql_stmt_prepare() id: 15, sql: "UPDATE creature SET MovementType = ? WHERE guid = ?"
Table 'world.creature' doesn't exist
In mysql_stmt_prepare() id: 18, sql: "UPDATE creature SET position_x = ?, position_y = ?, position_z = ?, orientation = ? WHERE guid = ?"
Table 'world.creature' doesn't exist
In mysql_stmt_prepare() id: 19, sql: "UPDATE creature SET spawndist = ?, MovementType = ? WHERE guid = ?"
Table 'world.creature' doesn't exist
In mysql_stmt_prepare() id: 20, sql: "UPDATE creature SET spawntimesecs = ? WHERE guid = ?"
Table 'world.creature' doesn't exist
In mysql_stmt_prepare() id: 52, sql: "DELETE FROM creature WHERE guid = ?"
Table 'world.creature' doesn't exist
In mysql_stmt_prepare() id: 63, sql: "INSERT INTO creature (guid, id , map, spawnMask, phaseMask, modelid, equipment_id, position_x, position_y, position_z, orientation, spawntimesecs, spawndist, currentwaypoint, curhealth, curmana, MovementType, npcflag, unit_flags, dynamicflags) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)"
Table 'world.creature' doesn't exist
In mysql_stmt_prepare() id: 60, sql: "SELECT guid FROM creature WHERE id = ?"
Table 'world.creature' doesn't exist



Seems like wut xD 
Did the server worked for you before? becouse according to this it seems like the DBC is either outdated or your missing creature dbc completly

Link to comment
Share on other sites

×
×
  • Create New...