 |
 |
 |
 |
| Author |
Message |
DeiviD
Joined: 19 Jun 2006 Posts: 79
|
Posted: Wed Nov 08, 2006 12:43 pm Post subject: 096.4b on windows |
|
|
like we finally getting some beta tests running on 096 to get a conversion ready, and the shard crashes on boot like3 outta 4 times. then out of the blue it boots and stays up for a few hours.
im ataching one of the dumps from those crashes:
| Code: | [11/08 17:26:09] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL096.4b-2006-10-29 Vestal Virgin-20061108172308-0.dmp'
Last Script: scripts/misc/death.ecl PC: 107 |
the last script seens to be random, 5 crashes, 5 diferent last scripts.
107 on death.lst is the folowing:
| Code: | 107: +=
108: array
109: "Kind"
110: +=
111: "Respectable"
112: +=
113: "Proper"
|
Noto.inc array declaration. doesnt seen to have anything wrong there really.
| Description: |
|
 Download |
| Filename: |
POL096.4b-2006-10-29 Vestal Virgin-20061108172308-0.dmp |
| Filesize: |
27.31 KB |
| Downloaded: |
33 Time(s) |
Last edited by DeiviD on Wed Nov 29, 2006 10:08 am; edited 1 time in total |
|
 |
|
|
 |
 |
| Author |
Message |
DeiviD
Joined: 19 Jun 2006 Posts: 79
|
Posted: Wed Nov 08, 2006 2:45 pm Post subject: |
|
|
another crash, kinda big dump, so im posting it too
| Code: | [11/08 19:37:22] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL096.4b-2006-10-29 Vestal Virgin-20061108191347-0.dmp'
Last Script: pkg/ai_brain/brain.ecl PC: 1755 |
| Description: |
|
 Download |
| Filename: |
POL096.4b-2006-10-29 Vestal Virgin-20061108191347-0.dmp |
| Filesize: |
179 KB |
| Downloaded: |
34 Time(s) |
|
|
 |
|
|
 |
 |
| Author |
Message |
DeiviD
Joined: 19 Jun 2006 Posts: 79
|
Posted: Thu Nov 09, 2006 10:22 am Post subject: |
|
|
euh
is there any chance pol can crash cause of too big datafiles? that would explain why we never ever got any crash on any test server...
both pol095 and 096 seens to be having problems saving our data, with some files getting corrupted and crashes during saves.
our current files size is:
accounts: 2.742kb
datastore: 4kb
guilds: 949kb
items: 147.453kb
multis: 1.010kb
npcequip: 2.285kb
npcs: 8.833kb
objects: empty
pcequip: 92.336kb
pcs: 25.574kb
permitems: empty
pol: 20kb
resource: 2kb
storage: 208.340kb
for a total of 478mb. The servers got 4gb ram, and the peak (on windows taskmanager) is a bit below 2gb. There doesnt seem to be any memory problem (at last no benchmark/test software noticed any.
latest problem i had was a corrupted accounts.txt, those are the details:
start.log:
| Code: | Reading data files:
data/accounts.txt:.........Error reading configuration file data/accounts.txt:
Expected '{' on a blank line after element type
Near line: 128981
Element started on line: 128980
Server Shutdown: reading account data |
accounts.txt, line 128980:
| Code: | Account
{
Name <omited>
Password <omited>
PasswordHash <omited>
PasswordOnlyHash <omited>
Enabled 1
Banned 0
UOExpansion T2A
CProp Used i0
CProp email s
CProp releaseday s
}
|
latest lines from the last crash:
| Code: | Client#855: Leaving queued mode (3502 bytes xmitted)
[11/09 00:05:08] Unhandled Exception! Writing Minidump file.
This file with explanation and last lines from log files should be given to the development team.
Saved dump file to 'POL096.4b-2006-10-29 Vestal Virgin-20061108210056-0.dmp'
Last Script: scripts/ai/animal.ecl PC: 172 |
(note that the account that got bugged didnt log in the last few days)
and finally, im ataching the crash dump (happened like 15 mins after the save)
i hope all that info can help us in getting some more info in the "random" crashes im having :X
| Description: |
|
 Download |
| Filename: |
POL096.4b-2006-10-29 Vestal Virgin-20061108210056-0.dmp |
| Filesize: |
121.45 KB |
| Downloaded: |
32 Time(s) |
|
|
 |
|
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
|
 |
 |
| Author |
Message |
DeiviD
Joined: 19 Jun 2006 Posts: 79
|
Posted: Tue Dec 19, 2006 7:04 am Post subject: |
|
|
| Code: | var nototitles :=
{
{"Outcast", "Wretched", "Nefarious", "Dread", "Dread"},
{"Despicable", "Dastardly", "Wicked", "Evil", "Evil"},
{"Scoundrel", "Malicious", "Vile", "Villainous", "Dark"},
{"Unsavory", "Dishonorable", "Ignoble", "Sinister", "Sinister"},
{"Rude", "Disreputable", "Notorious", "Infamous", "Dishonored"},
{"None", "Notable", "Prominent", "Reknowned", ""},
{"Fair", "Upstanding", "Reputable", "Distinguished", "Distinguished"},
{"Kind", "Respectable", "Proper", "Eminent", "Eminent"},
{"Good", "Honorable", "Admirable", "Noble", "Noble"},
{"Honest", "Commendable", "Famed", "Illustrious", "Illustrious"},
{"Trustworthy", "Estimable", "Great", "Glorious", "Glorious"}
};
|
and the += is all over the lst - and im damn sure im using the 096 compiler.
|
|
 |
|
|