It may not be a bug but I am having a devil of a time trying to figure this out. I've had other people try to help me and they are just as confused as I am. I load the mapper plugin yet I get no miniwindow with the map or anything. As I walk into new rooms data is being uploaded to the database, I can use the mapper help command, but as for actually SEEING the map there is nothing. mapper show does nothing. What have I done wrong?
No mapper window on 4.61
Posted by Jamarcus on Thu 28 Oct 2010 04:00 AM — 8 posts, 27,122 views.
As one of the people who tried to help, I'd like to add: this is with the ATCP_mapper.xml plugin.
Please provide a summary of your world configuration:
- Either use the scripting Immediate window (Ctrl+I) to execute: Debug ("summary")
or
- Install the Summary plugin (see "Summary" feature) and type "summary"
Then copy the resulting information from the output window, and paste into a Forum message.
You need version 4.55 onwards of MUSHclient to do this.
MUSHclient version: 4.61
Compiled: Sep 11 2010.
Time now: Thursday, October 28, 2010, 12:27 AM
Operating system: Windows Vista
Libraries: Lua 5.1.4, PCRE 8.10, PNG 1.4.3, SQLite3 3.7.2, Zlib 1.2.5
World name: 'Achaea', ID: 1550ab55e46b22754da1ed0e
-- Scripting --
Script language: Lua, enabled: yes
Scripting active: yes
Lua sandbox is 127 characters, DLL loading allowed: yes
Scripting prefix: ''. External editor in use: NO.
Scripting for: 2.028198 seconds.
-- Triggers, aliases, timers, variables --
** Triggers: 0 in world file, triggers enabled: yes.
0 enabled, 0 regexp, 0 attempts, 0 matched, 0.000000 seconds.
** Aliases: 0 in world file, aliases enabled: yes.
0 enabled, 0 regexp, 0 attempts, 0 matched, 0.000000 seconds.
** Timers: 0 in world file, timers enabled: yes.
0 enabled, 0 fired.
Timers checked every 0.1 seconds.
** Variables: 0.
-- MCCP --
MCCP active, took 0.000567 seconds to decompress
MCCP received 3682 compressed bytes, decompressed to 14898 bytes.
MCCP compression ratio was: 24.7% (lower is better)
-- Plugins (Processing order) --
ID: ebbb2e6c8db0bfb433d76dbf, 'AutoHealer', Enabled [Tr Al Ti Va]
ID: 85f72d0e263d75df7bde6f00, 'ATCP_NJG', Enabled
ID: a80b38e2f618fbda79a6440c, 'ATCP_Mapper', Enabled [Tr Al Ti Va]
ID: 71a90acddb14f784437b8b80, 'Summary', Enabled [Al]
** Plugins: 4 loaded, 4 enabled.
-- Comms --
Connect phase: 8 (Open). NAWS wanted: NO
Received: 5256 bytes (5 Kb)
Sent: 940 bytes (0 Kb)
Received 11 packets, sent 7 packets.
Total lines received: 406
This connection: Sent 2 lines, received 92 lines.
Telnet (IAC) received: DO: 0, DONT: 0, WILL: 10, WONT: 6, SB: 124 [Telnet]
-- MXP --
MXP active: NO, Pueblo mode: NO, Activated: On command
MXP tags received: 0
MXP entities received: 0
MXP errors: 0
-- Commands --
Commands in command history: 17
Speed walking enabled: NO. Speed walking prefix: #
Command stacking enabled: NO. Command stack character: ';'
Accelerators defined: 0
-- Miniwindows --
Window: 'a80b38e2f618fbda79a6440c_mapper', at (0,0,0,0), shown: yes
width: 400, height: 400, position: 7, hotspots: 9, fonts: 2, images: 0
** Miniwindows: 1 loaded, 1 shown.
-- Output window --
Output pixels: width 641, height: 349, font width: 8, font height: 15
can show 80 characters, wrapping at column 80, height 23 lines.
Output buffer: 426 of 5000 lines.
-- Miscellaneous --
Logging: NO, tracing: NO
** SQLite3 databases: 0
Sound buffers in use: 0
That's what I'm getting.
Jamarcus said:
-- Miniwindows --
Window: 'a80b38e2f618fbda79a6440c_mapper', at (0,0,0,0), shown: yes
width: 400, height: 400, position: 7, hotspots: 9, fonts: 2, images: 0
** Miniwindows: 1 loaded, 1 shown.See underlined. Um... how does this make sense?
Window: 'a80b38e2f618fbda79a6440c_mapper', at (0,0,0,0), shown: yes
width: 400, height: 400, position: 7, hotspots: 9, fonts: 2, images: 0
** Miniwindows: 1 loaded, 1 shown.
-- Output window --
Output pixels: width 641, height: 349, font width: 8, font height: 15
can show 80 characters, wrapping at column 80, height 23 lines.
The map is auto-positioned on the right, centered top-bottom (position 7).
The auto-positioning drops any miniwindow that can't fit in.
The output window is 349 pixels high, and the miniwindow is 400, thus it can't fit and is dropped.
Hence it isn't drawn, hence the "last position" drawn is reported as 0,0,0,0.
The debug summary did something useful, and well spotted Twisol for giving me the clue for the problem.
Thanks a ton for all your help. I have to admit I'm a VERY new user to MUSHclient so I'm really just cutting my teeth on all of the capabilities. That clarified a lot for me.