1.5.158 works if I start with command-line option: -sound22k (regardless of whether that option is present in d2x.ini)_sd wrote:but 158 deploys the parachute and segfaults.
Search found 6 matches
- Wed Mar 08, 2006 2:18 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 39115
Re:
- Wed Mar 08, 2006 5:11 am
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 39115
Download version
The downloads for source and executable are stuck at version 1.5.155 (which for me, segfaults with the SDL parachute immediately).
- Mon Feb 27, 2006 9:20 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 39115
Re: Bugs roundup
Yes - ramping only makes a small difference.Suncho wrote:Did you try turning the keyboard ramping up?
- Mon Feb 27, 2006 2:58 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 39115
Re:
It's the correct separation of program data vs user dataDiedel wrote:overkill.
![Wink :wink:](./images/smilies/icon_wink.gif)
- Mon Feb 27, 2006 8:53 am
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 39115
Re:
The main folders D2X-XL uses are configurable, so you can put your data anywhere you want. Linux games should separate the read-only data (in /usr/share/) from the writeable user files (in ~/). I don't currently see a way to do this. D2X-XL doesn't use any temporary files (unless the OS assigns ...
- Mon Feb 27, 2006 7:27 am
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 39115
Bugs roundup
Hi, here's my list :) ~/descent.cfg should be ~/.d2x-xl.cfg, to keep to the Linux naming convention (also, ~/d2x.ini should be ~/.d2x-xl.ini). I patch the source with: sed -i main/config.c -e \"s/descent.cfg/.d2x-xl.cfg/\" ALIEN1.256 should be renamed to alien1.256 Add the source code releases to ...