Standard Package Load Failure

Post Reply
User avatar
tsuujin
Posts: 695
Joined: Fri Feb 26, 2010 12:59 am
Location: California
Contact:

Standard Package Load Failure

Post by tsuujin »

I've noticed that upon loading any profile, even a blank new one, the first thing I see at the top of the screen is a message informing me:
Error attempting to load file: geyser/GeyserMapper.lua
Error attempting to load file: GMCP.lua
Neither of these files seems to be anywhere in the source folder.

Also, while I'm at it, I get the following errors on loading any package:
*** starting new session ***
[ERROR:] object:<WindowResizeEvent> function:<handleWindowResizeEvent>
<attempt to call a nil value>
[ERROR:] object:<> function:<onConnect>
<attempt to call a nil value>

User avatar
Vadi
Posts: 5042
Joined: Sat Mar 14, 2009 3:13 pm

Re: Standard Package Load Failure

Post by Vadi »

Heiko didn't add those two because they were breaking the Windows builds, for some reason. So I'd expect them to be re-added shortly.

I think I'll patch Mudlet not to call the handleWindowResizeEvent function if it does not exist and change onConnect to be an actual event handlers. Don't like direct function calls, since as we've learned, they are a bad thing for multi-script environments.

Post Reply