benmwebb / dopewars

Game simulating the life of a drug dealer in New York
https://dopewars.sourceforge.io/
GNU General Public License v2.0
88 stars 13 forks source link

strange behaviour under win2000 #2

Closed benmwebb closed 3 years ago

benmwebb commented 23 years ago

While playing 1.5.0beta1 on a win2000 machine:

Received a messagebox with the title "Warning" that said:

"Bad QUESTION message Would you like to buy a bigger trenchcoat for $274?"

Instead of yes/no, only had the option of selecting 'OK'. Pockets were not purchased.

Also: From the commandline 'dopewars --help' attempted to read from memory loc 0x0000.

take care,

coryEAT@SPAMolga.net

Reported by: *anonymous

benmwebb commented 23 years ago

Original comment by: benmwebb

benmwebb commented 23 years ago

Logged In: YES user_id=69439

Thanks for pointing out these two bugs. The first was due to an invalid message being sent from the server, while the second was due to to some dodgy code in my Win32 getopt() implementation. Both should now be fixed in CVS. (These fixes will also be in beta2, which should be out in a day or two.)

-Ben

Original comment by: benmwebb