26bit Window Manager issue
Jon Abbott (1421) 2651 posts |
Somewhere between Window Manager 5.62 and 5.68 it seems to have broken *ScreenLoad. Repro (tested on RO 3.11)
It changes to the correct mode, but then reports somewhat random errors. Testing under RedSquirrel it reports “System variable ‘hostfs$Path’ not found”, but I’ve had other others and system locks. If you’re in the correct mode when you issue *ScreenLoad it works without issue. I don’t quite understand the link between *ScreenLoad and Window Manager, my first thought was service related. EDIT: Poking around in the Module, I believe it’s the call to clipboard_mode_changed in it’s Service_ModeChange handler that’s causing the issue. I can see an issue immediately as clipboard_mode_change can return an error, but it’s not handled on it’s return. |