| [=] |
| News Do you still have that decade old Half-Life CD and an old(er) computer running Linux? The crash-on-load you see for example on 'load game' or when the train from new game reaches the first loading point is not some wine error or incompatibility like I thought. It is in fact a file permission problem. Half-Life somehow just really really wants to write an update to the save folder even if you just load your game. And the logged on user who last played the game 'owns' the file, so the game crashes in every other account until some superuser sets writable permissions for all users on all saved files again. I have fixed the permission-mess crash in a way that gives every user their own private save games, which is convenient because you cannot name the saves so it pretty quickly becomes a mess if two people play the game anyway. The desktop shortcut to start Half-Life simply points to this file (or you can run it from a terminal or alt+f2): /usr/local/bin/hl #!/bin/bash Happy gaming! ![]() | |