I have never seen anything like that before … which version of wordpress are you on?
If all else fails: go in events-manager.php and change line 1780 from
add_menu_page(__('Events Made Easy', 'events-made-easy'),__('Events Made Easy', 'events-made-easy'),get_option('eme_cap_list_events'),'eme-manager','eme_events_page', EME_PLUGIN_URL.'images/calendar-16.png',40);
to
add_menu_page(__('Events Made Easy', 'events-made-easy'),__('Events Made Easy', 'events-made-easy'),get_option('eme_cap_list_events'),'eme-manager','eme_events_page', EME_PLUGIN_URL.'images/calendar-16.png');
(just remove the last “40”)
It might be that some other plugin is also claiming position 40, wordpress doesn’t really provide anything there to check that. I’ll check a bit more on that.