Search found 8 matches

by Dr DOS
Mon Apr 17, 2006 3:00 pm
Forum: Bug Reports/Feature Requests
Topic: ZSNES crashes when ROM name is specified on the command line
Replies: 11
Views: 4187

Nach wrote:Thanks for doing the detective work. I'll look into when I get a chance.
Thanks, but that is no longer
necessary, since I already
submitted a fix for this bug.

Finding it was the hard part,
fixing it was much easier. :-)
by Dr DOS
Wed Apr 12, 2006 6:23 pm
Forum: Development
Topic: Fix for VESA2-related command line crash
Replies: 2
Views: 3489

Re: Fix for VESA2-related command line crash

And here is the same fix for the 29-03-2006 WIP version: diff -u -P -r old/initc.c new/initc.c --- old/initc.c 2006-04-12 19:18:00.000000000 +0000 +++ new/initc.c 2006-04-12 19:13:56.000000000 +0000 @@ -2150,6 +2150,7 @@ CheckROMType(); SetIRQVectors(); + initvideo(); #ifdef __MSDOS__ asm_call(DOSCl...
by Dr DOS
Wed Apr 12, 2006 1:08 pm
Forum: Development
Topic: Fix for VESA2-related command line crash
Replies: 2
Views: 3489

Fix for VESA2-related command line crash

I would like to submit the following fix for the crash that occurs in ZSNES 1.42 (DOS) when starting a ROM from the command line while a VESA2 mode is selected in zsnes.cfg. I have tested it and it seems to work. :) The fix calls initvideo before ClearScreen to prevent the GPF that would happen if t...
by Dr DOS
Sun Apr 09, 2006 5:03 am
Forum: Bug Reports/Feature Requests
Topic: ZSNES crashes when ROM name is specified on the command line
Replies: 11
Views: 4187

If DR-DOS can run GDB and I have the time, yes. It crashes before the emulator image loads with the 3 lines of info on the bottom, right? Also, can that read FAT32? That would be great! :-) Yes, the emulator crashes even before it can show the ROM info, so I assume it does not get much farther then...
by Dr DOS
Sun Apr 09, 2006 2:37 am
Forum: Bug Reports/Feature Requests
Topic: ZSNES crashes when ROM name is specified on the command line
Replies: 11
Views: 4187

Re: ZSNES crashes when ROM name is specified on the command

Same Mega Man 7 that I have. A lot of old and messed up code was removed from ROM loading. I'm not sure what change is screwing up DR-DOS, but it works fine in MS-DOS and DOSBox. If I knew how to fix it for DR-DOS without screwing up anything else, I would happily commit such a fix. Well, if I woul...
by Dr DOS
Sun Apr 09, 2006 1:26 am
Forum: Bug Reports/Feature Requests
Topic: ZSNES crashes when ROM name is specified on the command line
Replies: 11
Views: 4187

Re: ZSNES crashes when ROM name is specified on the command

I just tested it with Mega Man 7. All was well. So either that one game has an issue (I don't have that game, so can't test it). Or DR-DOS has a bug. Well, both the game Shiren and DR-DOS work with the WIP dated 24.10.2004, and also most games work with older versions in DR-DOS, so it is the emulat...
by Dr DOS
Sun Apr 09, 2006 12:11 am
Forum: Bug Reports/Feature Requests
Topic: ZSNES crashes when ROM name is specified on the command line
Replies: 11
Views: 4187

Re: ZSNES crashes when ROM name is specified on the command

post NSRT info of the ROM also, system specs Okay, here it comes: NSRT v3.3 RC2 - Nach's SNES ROM Tools ---------------------Internal ROM Info---------------------- File: shiren.smc Name: FURAI NO SIREN Company: CHUN Soft Header: None Bank: HiROM Interleaved: No SRAM: 256 Kb Type: Normal + Batt ROM...
by Dr DOS
Sat Apr 08, 2006 5:09 pm
Forum: Bug Reports/Feature Requests
Topic: ZSNES crashes when ROM name is specified on the command line
Replies: 11
Views: 4187

ZSNES crashes when ROM name is specified on the command line

I have encountered a problem that seems to be present in all recent WIP versions of ZSNES (the original one for DOS). If I start ZSNES and load the ROM from within the emulator, it works; however, if I specify it on the command line instead, ZSNES crashes. I am still in the process of testing, but i...