Curufir
October 15th, 2005, 08:51 PM
I don't know how many people play this game, but the information probably applies to a lot of other commercial games too.
Basically what happens is that when you try to join a server using certain mods the game crashes.
If you're using the terminal to launch the game you'll see a message like:
Sys_Error: VM_Create on UI failed
What you probably won't see is that further back the game tries to load a .so file that depends on the libstdc++.so.5 library, which Breezy doesn't use (Hoary did use it).
Simple fix:
sudo apt-get install libstdc++5
This just installs the library and a symlink to it, your standard Breezy libraries will be unaffected.
Basically what happens is that when you try to join a server using certain mods the game crashes.
If you're using the terminal to launch the game you'll see a message like:
Sys_Error: VM_Create on UI failed
What you probably won't see is that further back the game tries to load a .so file that depends on the libstdc++.so.5 library, which Breezy doesn't use (Hoary did use it).
Simple fix:
sudo apt-get install libstdc++5
This just installs the library and a symlink to it, your standard Breezy libraries will be unaffected.