VOGONS

Common searches


Search results

Display options

Re: DOSbox on Gamecube?

I've done it before. 😁 It runs ok, but slow (with no dynarec, obviously). The biggest problem was mapping keys to the controller for me, so I didn't bother. Not terribly much you can play at that speed.

Re: Hq2x / Hardware OpenGL-HQ scaling

[Switching to thread 6 (thread 2572.0xce8)]#0 0x7c90eb94 in _libwinmm_a_iname () (gdb) bt #0 0x7c90eb94 in _libwinmm_a_iname () #1 0x7c90d85c in _libwinmm_a_iname () #2 0x7c802451 in _libwinmm_a_iname () #3 0x6acb69c1 in SDL_Delay (ms=249) at SDL_systimer.c:115 #4 0x6ac81f48 in SDL_RunAudio (audiop …

Re: Hq2x / Hardware OpenGL-HQ scaling

Turned out easier than you suggested :-) [Switching to thread 1 (thread 2908.0x7e4)]#0 0x7c90eb94 in _libwinmm_a_iname () (gdb) up #1 0x7c90e306 in _libwinmm_a_iname () (gdb) #2 0x6acb60ae in SDL_SemPost (sem=0x3f25a0) at SDL_syssem.c:166 in SDL_syssem.c (gdb) 166 SDL_syssem.c: No such file or …

Re: Hq2x / Hardware OpenGL-HQ scaling

Hmm, this one is odd indeed. It crashes dosbox with each internal video mode change. Debugger gives an odd response also: Program received signal SIGTRAP, Trace/breakpoint trap. [Switching to thread 1700.0xf10] 0x7c901231 in _libwinmm_a_iname () (gdb) warning: HEAP[dosbox.exe]: warning: Invalid …

Re: Hq2x / Hardware OpenGL-HQ scaling

Sorry it took so long, but I was using mostly precompiled stuff without debug symbols and had to recompile everything. Starting program: c:\dev\test/dosbox.exe Program received signal SIGSEGV, Segmentation fault. GUI_StartUp(Section*) (sec=0x2a674c8) at sdlmain.cpp:885 885 sdl.desktop.bpp=sdl. …

Re: Hq2x / Hardware OpenGL-HQ scaling

It segfaults within SDL which then deploys its parachute, so I don't know if it would tell you much in GDB. Dosbox doesn't really crash. Btw, I'm running a Pentium 4 (Celeron) and a Radeon 9550 with new Catalyst drivers. In Windows 2000 SP4, I should add!

Re: Hq2x / Hardware OpenGL-HQ scaling

Thanks Moe, that last update fixed most of the bugs, but I still can't use fullscreen mode properly. It sometimes works in SCUMMVM (like when I set a sclaing factor of 2, or don't set the fullres) but it just locks dosbox. Also, sets a resolution that is way higher than my desktop res by default, …

Re: Hq2x / Hardware OpenGL-HQ scaling

Thanks Moe! Now I can compile successfully with your new patch, but there are other problems... 1.) Fullscreen still doesn't work. It seems to just freeze after changing to the new video mode in my Win2k. Has to be killed. 2.) Graphical errors in ScummVM. Bits of the screen are missing, and only …

Re: Hq2x / Hardware OpenGL-HQ scaling

bkman, you need to install sdl 1.3.x branch. http://www.libsdl.org/cvs/SDL-1.3.tar.gz or, cvs -d :pserver:guest@libsdl.org:/home/sdlweb/libsdl.org/cvs co -r branch_1_3_x SDL12 I followed the instruction in the readme and already checked it out from the CVS, so I don't know what the problem is. Have …

Re: Hq2x / Hardware OpenGL-HQ scaling

set LDFLAGS to contain "-L/path/to/your/libGL.a" Err, small problem with that; MinGW only comes with libopengl32.a. I've made a link to it called libGL.a, and passed the dir as an LDFLAG, but configure still doen't seem to detect it, and compilation crashes out at: SDL_wingl.c -DDLL_EXPORT -DPIC -o …

Re: Hq2x / Hardware OpenGL-HQ scaling

Does anyone have a build of SDL.dll with openghq that works? I have not had much success with building it using MinGW.. Edit: Perhaps I need to set the path of the windows opengl library...? Any clues how I might do that so that ./configure picks it up?

Re: Hq2x / Hardware OpenGL-HQ scaling

Wow, thanks! That did the trick. My card is not the best, but I can run games at 3X scale with a frameskip of one quite well, and it looks fantastic! I'd imagine that cards with more powerful shaders would have no trouble with this. Also, it definitely faster than the software hq2x by about 40% on …

Re: Hq2x / Hardware OpenGL-HQ scaling

Hi, I would very much like to try your gpu scaling method with dosbox, Moe, but so far I have been unable to because it crashes when starting dosbox with openglhq set. I have a Radeon 9550 with the latest Catalyst drivers, and I have tried both your and guilikoza's recent windows builds. Do you …

Page 1 of 1