|
ReedN Wizard
Joined: 04 Jan 2006 Posts: 1279 Location: Portland, Oregon
|
Posted: Sat Feb 03, 2007 9:39 pm
Speedwalking not working |
When I attempt to start a speedwalk with either a double click to the map or a #walk <roomnum> it gives me an application error.
Here's my prompt trigger:
^<(\d+)/(\d+)hp\|(\d+)/(\d+)mn\|\d+/\d+mv\|\d+tnl\|([^>]+)(?:\(G\))?\|\w+>
#var room_name %5
#tag name @room_name
#tag exit @exits
#tag prompt
The exits are detected and saved to @exits before this trigger.
Any ideas?
-Reed
Specifics:
date/time : 2007-02-03, 13:31:58, 187ms
computer name : GANDALF
user name : Reed <admin>
operating system : Windows XP Service Pack 2 build 2600
system language : English
system up time : 6 days 15 hours
program up time : 1 day 13 hours
processors : 2x Genuine Intel(R) CPU @ 2.93GHz
physical memory : 391/1022 MB (free/total)
free disk space : (C:) 4.33 GB
display mode : 1600x1200, 32 bit
process id : $c78
allocated memory : 39.80 MB
executable : cMUD.exe
exec. date/time : 2006-12-15 06:29
version : 1.24.0.0
madExcept version : 3.0b
contact name : Reed Nelson
contact email : rnelson76@verizon.net
callstack crc : $0f1f2a22, $f1e40ee7, $f1e40ee7
exception number : 4
exception class : EAccessViolation
exception message : Access violation at address 00CEF72B in module 'cMUD.exe'. Read of address 00000038.
Main ($fa4):
00cef72b +0e3 cMUD.exe PrefDat 8283 +19 PrefRec.Execute
00c58b81 +3a1 cMUD.exe MAIN 7322 +72 TMUDForm.ExecTrig
00c56d03 +d17 cMUD.exe MAIN 6650 +271 TMUDForm.UserOutNewLine
00a3a09d +039 cMUD.exe term 7975 +3 TTerm.DoTriggerLine
00a38d7c +16c cMUD.exe term 7582 +24 HandleNewLine
00a393aa +602 cMUD.exe term 7680 +92 TTerm.PutText
00a39909 +049 cMUD.exe term 7783 +2 TTerm.Add
00c442d6 +09e cMUD.exe MAIN 1266 +8 TMUDForm.OutputStr
00c44562 +09a cMUD.exe MAIN 1332 +15 TMUDForm.NextMUDLine
00c448ed +015 cMUD.exe MAIN 1395 +3 TMUDForm.DoNextLine
005058af +1df cMUD.exe Controls 4645 +53 TControl.WndProc
005095de +18e cMUD.exe Controls 6342 +33 TWinControl.WndProc
00526648 +478 cMUD.exe Forms 3098 +103 TCustomForm.WndProc
005091b0 +034 cMUD.exe Controls 6237 +3 TWinControl.MainWndProc
0047f828 +014 cMUD.exe Classes 10966 +8 StdWndProc
77d496c2 +00a USER32.dll DispatchMessageA
0052e6f0 +0ac cMUD.exe Forms 6873 +13 TApplication.ProcessMessage
0052e737 +00f cMUD.exe Forms 6892 +1 TApplication.HandleMessage
0052e9d2 +0a6 cMUD.exe Forms 6976 +16 TApplication.Run
00d50f48 +088 cMUD.exe CMUD 316 +17 initialization
7c91312f +069 ntdll.dll RtlUnicodeStringToAnsiString
7c812b94 +0b6 kernel32.dll GetVersionExA
error details:
Using the mapper, I executed "#walk 12" to take me to room 12. |
|
|
|
ReedN Wizard
Joined: 04 Jan 2006 Posts: 1279 Location: Portland, Oregon
|
Posted: Sun Feb 04, 2007 8:33 am |
This is very frustrating, now it gives me an error when I walk typing the direction from the keyboard. It doesn't, however, give me an error if I use the keypad to move around...
Very strange, why that would be different and one would give an error and the other not is beyond me. |
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Mon Feb 05, 2007 5:56 am |
Is your mapper window docked? Docking the map window makes CMud and the mapper weird out on each other.
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
ReedN Wizard
Joined: 04 Jan 2006 Posts: 1279 Location: Portland, Oregon
|
Posted: Mon Feb 05, 2007 7:27 am |
It is docked. I love having it docked, is this going to be fixed anytime soon?
|
|
|
|
Zugg MASTER
Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Mon Feb 05, 2007 8:02 pm |
Yes, the mapper docking bugs should be fixed in one of the next couple of versions.
|
|
|
|
|
|