VOGONS

Common searches


Search results

Display options

Re: crash

No, this is either 1) A problem caused by the status-window going full screen, or 2) A problem with your video-drivers. Go to Start => Programs... => Accessories. Right-click on Command Interpreter, select Properties, go to the Options tab, and select Windowed-mode instead of Fullscreen. Press Apply …

Re: crash

Your DOSBox directory should only contain these files: 2007-03-02 12:26 capture 2007-03-02 12:26 zmbv 2007-03-02 11:43 6 863 dosbox.conf 2007-03-02 11:18 326 656 SDL.dll 2007-03-02 11:18 13 312 SDL_net.dll 2007-03-02 11:18 3 107 840 dosbox.exe 2007-03-02 12:26 34 358 uninstall.exe 2007-03-02 11:03 …

Re: crash

dbarton wrote: Does dfend change dosbox in some way? We don't know. Ask the author of D-Fend. dbarton wrote: I assume it just loaded with it as front end. Remember: assume rhymes on makes an ass of u and me. Never ass-u-me. Test, examine, and know.

Re: crash

The full-screen window is the DOSBox status-window and the messages you saw are perfectly normal. But it is not normal for the status-window to fill the whole screen. It should only be slightly larger than the main DOSBox window (unless you yourself have modified the settings for your CMD-windows?). …

Re: crash

I agree with wd - there is a lot of files in that directory. Looks like something that belongs to D-Fend?? Did you install D-Fend into the same directory as DOSBox-0.70? You shouldn't do that. If you did, you should export all your settings, uninstall D-Fend and completely remove the DOSBox-0.70 …

Re: crash

Go to Start => Run ... => Cmd In the Cmd window, do a C:\> chdir /d "%ProgramFiles%\DOSBox-0.70" C:\> dir dosbox.exe C:\> dosbox.exe If DOSBox now fails to startup, please copy/paste the result from the dir command to this thread.

Re: crash

dbarton wrote: If I delete DOSbox, reinstall, and run, I get a crash right away How do you "run" ? dbarton wrote: Now and again, I can start up DOSbox all alone, How do you "start up" ?

Re: compiling problem of franpa

wd: Did you try single quotes? Just did - no change. gulikoza: why use spaces in the first place? Primarily because my HOME directory contains spaces. Second, because I like to bash programmers that naïve thinks the world is a simple place. Ever since I spent hours porting VAX-code with assumed …

Re: compiling problem of franpa

Baaaahhhh!!! $ make install DESTDIR="/path/with spaces in" make[3]: Entering directory `/mingw/dosbox-0.70/src' /bin/sh ../mkinstalldirs /path/with spaces in/usr/local/bin mkdir -p -- /path/with spaces in/usr/local/bin /bin/install -c dosbox.exe /path/with spaces in/usr/local/bin/dosbox.exe /bin/ …

Re: compiling problem of franpa

gulikoza: Yep! DESTDIR seems safe to use. From the automake manual: Staged installs Automake generates support for the DESTDIR variable in all install rules. DESTDIR is used during the make install step to relocate install objects into a staging area. Each object and path is prefixed with the value …

Re: compiling problem of franpa

> MiniMax: most makefiles support DESTDIR parameter. Hmm - who/what implements that? I have never examined how the whole automake/configure complex works. Is DESTDIR something that automake provides? Or is it something the maintainer of makefile.am(?) is providing? I don't want to rely on something …

Re: compiling problem of franpa

I guess I can use just about any SDL-version. My interest is in defining a build-environment (MSVC version, gcc version, SDL version, g++ version, automake version, etc) that matches what was used to build the different, official 0.70 releases. Setting --prefix=/some/empty/dir would allow me verify …

Re: compiling problem of franpa

Anything is possible. I just prefer to do things 'right' instead of merely 'work'. And the 'right' way is for each product (like SDL) to install its product-specfic include files in /usr/include/ (or /usr/local/include/ ). It makes for less of a surprise and gotcha when things are configure in a …

Re: compiling problem of franpa

gulikoza's sdl-config does this: --cflags) echo -I${prefix}/include/SDL -D_GNU_SOURCE=1 -Dmain=SDL_main The problem is, that SDL's make native copies all the include files directly to /usr/iinclude, and not to /usr/include/SDL. Hence my note to edit SDL's Makefile to do 2 copy-operations: 1. Copying …

Page 165 of 241