Search found 8 matches
- Sun Mar 12, 2006 6:54 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
One note... A tcpdump shows the following before the lockup: 19:50:57.520369 IP 192.168.1.10.28342 > 81.169.162.145.9424: UDP, length 1 19:50:57.520604 IP 192.168.1.10.28342 > 66.49.167.254.9424: UDP, length 1 19:50:57.520723 IP 192.168.1.10.28342 > 207.210.100.93.9424: UDP, length 1 19:50:57.520862 ...
- Sun Mar 12, 2006 6:47 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
160 listing servers infinite loop
When I select join server with udp tracker selected the screen comes up showing a bunch of empty slots and immediately the game stops responding to input. An strace of the process reveals the below repeated indefinitely untill I kill -9 the process. [pid 10857] sendto(15, \"D2XUDPn\\266\\0\\0\\0 ...
- Sun Feb 05, 2006 9:14 am
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
- Sat Feb 04, 2006 9:08 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
Where it would come in handy to know if the tracker is not working is if a client has an old version where the pre-defined tracker IP was changed by the tracker server operator. How would the end client know to update it? Keep in mind this might happen now if CoolBear puts up a trcker so it would ...
- Sat Feb 04, 2006 8:40 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
To get d2xtracker.pl running as a daemon, if he has perl already installed he can use: nohup /path/to/d2xtracker.pl & Ideally damonizing code could be added(very easily) that would cause it to go into the background. I am no expert in perl but I know enough to get some things done in it. I have a ...
- Fri Feb 03, 2006 6:18 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
After bumping up the joystick max values I tested x86_64 build by using '--disable-fastfileio' with ./configure and it does fix the font pointer issue crash problem for x86_64. Looks like someone already figured out the pointer issue :). I am now running the x86_64 build without issues. Well I do ...
- Thu Feb 02, 2006 9:59 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
Patch that solves the max button and max joystick limitation
[static@localhost d2x-xl-trunk]$ diff -c arch/include/joy.h /media/usbdisk2/usr/local/d2x-xl-1.5.107/src/arch/include/joy.h *** arch/include/joy.h 2006-02-02 22:25:02.000000000 -0500 --- /media/usbdisk2/usr/local/d2x-xl-1.5.107/src/arch/include/joy.h 2006-02-02 15:31:15.000000000 -0500 ...
- Thu Feb 02, 2006 3:30 pm
- Forum: D2X-XL
- Topic: D2X-XL Bug Reports - Linux
- Replies: 227
- Views: 37513
D2X-XL joystick button limit reached with my setup = crash
Linux Fedora Core 4. I have 3 joystickes that I use. 2 of the 3 have 19 buttons each which goes over the limit defined in joy.h in the D2X-XL code. The code currently defines 16 buttons per joystick with a maximum of 2 joysticks. I bumped the defines to 20 per joystick and a total of 3 joysticks and ...