mumble-voip / mumo

Mumble Moderator framework simplifying development of plugins that connect to Mumble servers via Ice. (handles basic ICE connectivity, contains basic module loading and message multiplexing)
52 stars 29 forks source link

On Windows loadSlice failure, no information is printed #22

Open Kissaki opened 1 year ago

Kissaki commented 1 year ago

I tried setting it up/using it on Windows.

  1. Install python 3.10 from MS Store
  2. python -m pip install zeroc-ice
  3. python mumo.py --app

It works up to Ice.loadSlice() in load_slice, and then exits with code -1073740791, with no output whatsoever.

Supposedly, CustomLogger should ensure ice log messages should be logged too.

Kissaki commented 3 months ago

Maybe the imported slice files are missing from known include paths? Maybe unix inlucde paths cause a problem?