|
Shezmu Wanderer
Joined: 23 Apr 2010 Posts: 53
|
Posted: Sun Mar 27, 2011 12:52 am
Access Violation at address 00DDDE73 error message |
I need some help with the following error message:
Access violation at address 00DDDE73 in module 'cMUD.exe'. Read of address 000001BC.
I have a button that is enabled whenever I log one specific character in. Activating the button enables a class folder, allowing me access to the scripts in it. The moment I click on the button, the above error message pops up. The only thing the button does is enables/disables a class folder. The error message happens every time I click the button.
The button's code is:
<?xml version="1.0" encoding="ISO-8859-1" ?>
<cmud>
<button name="AthalosButton" type="Toggle" autopos="false" left="560" color="white" priority="13324">
<caption>Solo Mode Off</caption>
<value>#class Athalos 1
#echo ---- SOLO MODE ON ----</value>
<button>
<caption>Solo Mode On</caption>
<value>#class Athalos 0
#echo -- SOLO MODE OFF --</value>
</button>
</button>
</cmud>
None of the scripts in the folder run automatically, I have to call each of them individually, so that's not causing the access violation.
Does anyone see anything obvious? |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sun Mar 27, 2011 1:07 am |
You have a corrupted package.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Shezmu Wanderer
Joined: 23 Apr 2010 Posts: 53
|
Posted: Sun Mar 27, 2011 1:10 am |
Would I only see it in that one instance, or wouldn't I see it everywhere else? And if that's the case, do I export all to XML and re-install?
|
|
|
|
|
|