VOGONS

Common searches


Search results

Display options

Re: DOSBox-X branch

gulikoza wrote: Any chance of providing git repo as well? It helps me check the changes and port the patches to my git tree... I will make sure to include the .git repo in the next release on Hackipedia. I only stopped doing that because of the sheer size of the tarballs when storing the GIT repo.

Re: DOSBox-X branch

Here's another one. This one is slightly experimental. http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140504-101724-commit-f3d764e48e06c404381400475f25192cc6ae3269-src-nogit.tar.xz commit f3d764e48e06c404381400475f25192cc6ae3269 Author: Jonathan Campbell Date: Sun May 4 10:17:24 2014 -0700 El …

Re: DOSBox-X branch

I have noticed recently that upon closing, DOSBox-X crashes (even with the provided Win32 Binary Build). Doing some debugging on it, I have found that it is trying to deallocate memory for different lists that were never allocated (or not properly allocated) in the first place. I have found that …

Re: DOSBox-X branch

ReactOS (extract jar file) boots in jDOSBox (attached picture below). However, DOSBox+enhancements (major emulation featured in DOSBox-x) results in this error when booting ReactOS: INT13: AH=41h, Function not supported 0x55aa for drive: 0x0. jdosbox_boot.JPG I looked at the JAR file there. Several …

Re: DOSBox-X branch

For anyone who is trying to compile the code through Visual Studio 2013 (possibly Visual Studio 2012), you will or have gotten the following (or similar) error: Error 11 error LNK2005: _strtoull already defined in LIBCMTD.lib(strtoq.obj) E:\DOSBox Source\dosbox-x\vs2008\* CIL library *(* CIL module …

Re: DOSBox-X branch

Another update, then I'm done for awhile :) Source code: http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140426-230555-commit-b9de4fe3ec301beda34c04d0b08fee28c9d97290-src-nogit.tar.xz Win32 binary: http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140426-230555-commit- …

Re: DOSBox-X branch

Thank you for this updated release! I noted the disabling of INT2h for booting into an OS and also the work on the psp/dta functions. I've also noted a ~5% speedup in DOS and Windows games, using (GL)Quake as a benchmark test. I believe this speedup occurred at the time of the memory leak patches. …

Re: DOSBox-X branch

Downloaded without issue for me. can you post it to another website or on dropbox please? hackipedia hates my download speed. I realized how large my source tarballs were getting and made some changes to how they're made to keep the size sane. First, I updated the script that packs the tarball to …

Re: DOSBox-X branch

Another update Source: http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140426-021954-commit-ddcedf25f10cd2f0f868426b83cb6ca126f369ca-src.tar.xz Win32 binary: http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140426-021954-commit-ddcedf25f10cd2f0f868426b83cb6ca126f369ca-win32.zip commit …

Re: DOSBox-X branch

when the menu is disabled, no errors are detected, so, there's something wrong in the gui menu. OK, I figured it out: Remember when I said that whoever wrote the INT 33h emulation didn't know that mem_readb() could cause page faults? The Win32 GUI code also didn't know that apparently. The reason …

Re: DOSBox-X branch

To explain some of the changes: I noticed that if I run the DOSBox command line, run MSVCVARS.BAT from \MSVC\BIN (Microsoft Visual C++ installation), then boot into Windows 3.1, bring up a command line, add more environment variables, and then run any DOS program, the system would crash or run …

Re: DOSBox-X branch

Another update http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140423-164615-commit-5c9842baa4060e8acad0ffe82fd1bc0e87c6cfe1-src.tar.xz commit 5c9842baa4060e8acad0ffe82fd1bc0e87c6cfe1 Author: Jonathan Campbell Date: Wed Apr 23 16:46:15 2014 -0700 updated notes and bugs regarding demoscene entry " …

Re: DOSBox-X branch

Is the change below as intended? It looks like the new line of code should begin with "Real_WriteChar" instead of "INT10_WriteChar". @@ -342,9 +479,10 @@ bool device_CON::Write(Bit8u * data,Bit1 case 'K': /* erase till end of line (don't touch cursor) */ col = CURSOR_POS_COL(page); row = CURSOR_POS …

Re: DOSBox-X branch

looks like for me your gui menu is quite buggy with NT since it still does that trap bsod when clicking to the menu or to the close button of DOSBox :( I'll look into that when I can. It's probably the same issue as DOSBox's "kill" switch triggering page faults in NT. Perhaps the popup menu reads …

Re: DOSBox-X branch

Okay. another update. I fixed the aforementioned use-after-free bug and then went ahead and went through the code with Valgrind to look for other memory leaks and patch them up. The bad news: My Windows NT 3.1 installation bluescreens again :( I'm reinstalling the image to see if that resolves it. …

Re: DOSBox-X branch

Ah... shit. Alright. The fact that the DOS kernel is clearing Drives[] even if the CD-ROM emulation or floppy emulation intends to use it means that I've now created a use-after-free bug and DOSBox will eventually crash when you swap CDs. Zeroing the array on free resolved the possibility of stale …

Re: DOSBox-X branch

http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140422-052327-commit-0db69db9b14d72a50002c56c0e44676753b3010f-src.tar.xz commit 0db69db9b14d72a50002c56c0e44676753b3010f Author: Jonathan Campbell Date: Tue Apr 22 05:23:27 2014 -0700 separate INT 33h mouse coordinates from PS/2 mouse coordinates. …

Re: DOSBox-X branch

is it me or when pressing Ctrl-F4 when booting a guest OS it crashes dosbox completely with the latest source changes (April 21)? That's another bug I just recently fixed. It has to do with the stale pointers left behind in the Drives[] array after the DOS kernel is shut down during the BOOT …

Re: DOSBox-X branch

Another minor update that fixes some crashiness with the mouse and Windows 3.1. http://hackipedia.org/Projects/DOSBox-X/dosbox-x-20140421-165103-commit-ba68b07d36867e80ebeb56b0a780a082807b2d28-src.tar.xz commit ba68b07d36867e80ebeb56b0a780a082807b2d28 Author: Jonathan Campbell Date: Mon Apr 21 16:51 …

Page 35 of 45