Xanthos-Code / vintel

EVE Online Visual Intel Tool
112 stars 59 forks source link

SoundThread.playAudioFile exception: No module named UserList #168

Closed g1ibby closed 5 years ago

g1ibby commented 6 years ago

Hi, after compiling the project under Windows 7 x64, the sound stops working. A log appears in the logs:

12/29 12:16:09| 12/29 12:16:09| ------------------- Vintel 1.2.3 starting up ------------------- 12/29 12:16:09| 12/29 12:16:13| Load jump bridges 12/29 12:16:15| Creating chat parser 12/29 12:16:15| Initializing contextual menus 12/29 12:16:15| Updating the map 12/29 12:16:16| Map setup complete 12/29 12:16:27| SoundThread.playAudioFile exception: No module named UserList 12/29 12:16:28| SoundThread.playAudioFile exception: No module named UserList 12/29 12:16:30| SoundThread.playAudioFile exception: No module named UserList 12/29 12:16:31| SoundThread.playAudioFile exception: No module named UserList 12/29 12:16:31| SoundThread.playAudioFile exception: No module named UserList 12/29 12:16:32| SoundThread.playAudioFile exception: No module named UserList 12/29 12:16:32| SoundThread.playAudioFile exception: No module named UserList

without compilation, the sound works fine.

What could be the problem?