This is the unpatched CD version of the game.
Application Details:
Version: | 1.0 |
License: | Retail |
URL: | http://www.elderscrolls.com |
Votes: | 1 |
Latest Rating: | Platinum |
Latest Wine Version Tested: | 5.0.3 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Everything been playing for hours now with no problems except the initial mp3 problem that can be fixed
What does not
If wine is not compiled with mp3 support the game will crash at startup Cannot play intro mp3 file
Workarounds
What was not tested
Playing the whole storyline and side missions
Hardware tested
Graphics:
Additional Comments
If morrowind is not able to play mp3 files you will need to recompile wine. This error is caused because you haven't compiled wine with libmpg123 support. This is confirmed with Ubuntu 9.10 and wine-1.1.35 To do this on Ubuntu 9.10 you first need install the library and development files(This should work on all distro's just install your distro's version of the package) sudo apt-get install libmpg123-0 libmpg123-dev after that download the wine source code and extract it open a terminal cd into the wine directory you just extracted. cd ~/wine-1.1.35 configure wine ./configure make the dependencies *****NOTE if using 64bit system there is a slight typo with the wine-1.1.35 sources you will get a error saying about mpegl3.o: IN function MPEG3_Reset to fix this open the file /wine-1.1.35/dlls/winemp3.acm/mpegl3.c then goto line 401 which looks like this mpg123_feedseek(aad->mh, 0, SEEK_SET, NULL); and change it to mpg123_feedseek_64(aad->mh, 0, SEEK_SET, NULL); this fix is only needed for 64bit systems as far as I can see Thanks to maaddog for this fix the original post for this fix can be found here http://ubuntuforums.org/showthread.php?p=8285328 Now you can run make depends make depends compile wine now make Install wine sudo make install Now you can enjoy morrowind with out having to delete the mp3s
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Linux Mint 20.1 | Jan 01 2021 | 5.0.3 | Yes | Yes | No | Platinum | Evan Hess | |
Show | Arch Linux x86_64 | Jun 10 2014 | 1.7.19 | Yes | Yes | No | Platinum | Kremer | |
Current | Ubuntu 9.10 "Karmic" amd64 (+ variants like Kubuntu) | Jan 06 2010 | 1.1.35 | Yes | Yes | No | Gold | Brock | |
Show | Ubuntu 9.04 "Jaunty" i386 (+ variants like Kubuntu) | Jul 31 2009 | 1.1.26 | Yes | No | No | Garbage | an anonymous user | |
Show | Ubuntu 9.04 "Jaunty" amd64 (+ variants like Kubuntu) | Jun 14 2009 | 1.1.23 | No | Not installable | No | Garbage | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.