similar to: wine can not handle running a simple SDL program that calls

Displaying 20 results from an estimated 6000 matches similar to: "wine can not handle running a simple SDL program that calls"

2013 Jan 17
1
Configure can't find SDL (Sort of OT)
One last issue: I ran ./configure and got this: checking for Mix_OpenAudio in -lSDL_mixer... no *** SDL_mixer not found. Configuring without audio support. config.log says: configure:3145: checking for sdl-config configure:3180: checking for SDL - version >= 1.0.1 configure:3265: gcc -o conftest -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -lSDL -lpthread 1>&5
2003 Aug 23
1
CVS compile problems
Hi, I'm compiling theora from the cvs. I use it with mplayer. I had run in these problems: 1. At make time I got that: Making all in doc make[1]: Entering directory `/work/src/theora/doc' make[1]: *** No rule to make target `testspec.raw', needed by `all-am'. Stop. make[1]: Leaving directory `/work/src/theora/doc' make: *** [all-recursive] Error 1 I cannot skip that
2012 Apr 03
0
CEBA-2012:0446 CentOS 6 SDL FASTTRACK Update
CentOS Errata and Bugfix Advisory 2012:0446 Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-0446.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: ce57df4f5c00f5310d51533b24b80e3c7e3996382222ac0dfb4c73ab17473b46 SDL-1.2.14-3.el6.i686.rpm 8c0388c6fc4176f7b464a0946be0046f737f7fb35afa15d8d23a36fb38061936
2015 Mar 11
0
CEBA-2015:0656 CentOS 6 SDL FASTTRACK BugFix Update
CentOS Errata and Bugfix Advisory 2015:0656 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-0656.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: bf3bafe68d3abd91f30147567c45b5eef23fea8cac523246cdfd4b7b5dc281fe SDL-1.2.14-5.el6.i686.rpm 8a1b27cca8488110b529a6085756cd2f3d33578a49df0dc50f7495f820a739a9
2015 Nov 10
0
CEBA-2015:2009 CentOS 6 SDL BugFix Update
CentOS Errata and Bugfix Advisory 2015:2009 Upstream details at : https://rhn.redhat.com/errata/RHBA-2015-2009.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 67514b67fd85c7c4deb3057ff008ec27030423dde646d5637eec05665eb43020 SDL-1.2.14-7.el6_7.1.i686.rpm 579321ef67730504177aeb2dc8ae6c5c7b443958da9b529f67d46b0eed515b1f
2019 Dec 06
0
CESA-2019:4024 Important CentOS 7 SDL Security Update
CentOS Errata and Security Advisory 2019:4024 Important Upstream details at : https://access.redhat.com/errata/RHSA-2019:4024 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: e3e9919525fe486bdd22e798d6ca8111312381f94fd884f2954496ec730d2ee1 SDL-1.2.15-15.el7_7.i686.rpm
2006 Apr 15
3
SDL.DLL
I tried a game which used SDL but did not have a linux port with WINE. SDL.DLL has a problem with the mouse, otherwise seems to work correctly. Anyways , since SDL is open software, I think wine could come with a built-in SDL.dll.so that could use the real SDL for the current OS or maybe allow it for an extra download. Many games could be instantly ported by that. -------------- next part
2008 Jul 10
0
[PATCH] ioemu : sdl without OpenGl fix
Hi, Here is a little patch for a bug introduced recently in the SDL ioemu rendering, in case we disable OpenGl. Without this patch, the SDL window just stoppped when there were a call to ds->dpy_setdata, because the pointer was not set. Kind regards, Frédéric Guihéry Signed-off-by: Frédéric Guihéry <fred@cat-lan.com> diff -r 2d100fe81044 tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Wed
2011 Sep 22
0
CEBA-2011:1233 CentOS 5 x86_64 SDL FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1233 Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1233.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) x86_64: 6623ff8c8a9f6e0aafcfd9dff17d9830 SDL-1.2.10-9.el5.i386.rpm e135c2a6a115249641b65963a8608df2 SDL-1.2.10-9.el5.x86_64.rpm f4e90eaef422dc5c6d4327d134b1e22b
2005 Nov 29
1
[PATCH] Disable SDL repeat key.
This is to disable SDL repeat key to fix the repeat key issue in slow network connection situation. thx,eddie Signed-off-by: Eddie Dong <eddie.dong@intel.com> diff -r f6fdb6e0d3c9 tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Thu Nov 17 13:56:50 2005 +++ b/tools/ioemu/sdl.c Sun Nov 27 22:26:07 2005 @@ -592,7 +592,7 @@ sdl_resize(ds, 640, 400); sdl_update_caption(); -
2008 Mar 04
0
[PATCH] ioemu: Slown down refresh interval when SDL is minimized
ioemu: Slown down refresh interval when SDL is minimized as that saves us the VGA refresh scanning. Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com> diff -r c6cd384a48bf tools/ioemu/sdl.c --- a/tools/ioemu/sdl.c Tue Mar 04 12:32:31 2008 +0000 +++ b/tools/ioemu/sdl.c Tue Mar 04 15:34:25 2008 +0000 @@ -515,6 +515,15 @@ static void sdl_refresh(DisplayState *ds
2008 Mar 05
0
[PATCH] ioemu: fix SDL mouse events processing
ioemu: fix SDL mouse events processing - GetRelativeMouseState always returns the last position, so when the polling loop gets several mouse events in one go, we would send useless ''no move'' events. - So as to make sure we don''t miss any mouse click / double click, we should not use GetRelativeMouseState() to get the button state, but keep records of the button
2014 Nov 21
2
Libvirt fullscreen sdl problem
Hi all, I use libvirt/kvm for my virtualization needs and have a little scerio in mind that I want to implement: a small linux box boots up, launches an X session and after that launches a virtual machine with a fullscreen sdl window, With this I hope to achive several goals: user gets a familiar experience with guest os ( I had windows in mind), near native graphics responsiveness ( we deploy
2011 Sep 20
5
Replacing X11 backend driver with SDL
I have been doing some research on Wine and have the following questions ? 1) Would it be possible to run Wine on a non-X11 system if I replace its X11 backend driver?with an SDL backend?? 2) Does such a SDL driver exist or know of anyone who has worked on it but never made it into Wine? 3)?Are all the X11 dependencies in Wine contained in the winex11.drv driver or are there other areas of the
2008 Apr 24
0
Trying to get Xen to work with SDL
Hi, I am somewhat new to Xen so am hoping someone can help me with an issue I have been unable to resolve. I am sure it is a result of my lack of understanding... I have been able to successfully build and run a domainU system running in text mode in the Xen console and also using VNC to start up a graphical desktop. I have not, however, been able to find out how to run a graphical desktop using
2011 Sep 22
0
CEBA-2011:1233 CentOS 5 i386 SDL FASTTRACK Update
CentOS Errata and Bugfix Advisory 2011:1233 Upstream details at : http://rhn.redhat.com/errata/RHBA-2011-1233.html The following updated files have been uploaded and are currently syncing to the mirrors: ( md5sum Filename ) i386: 6623ff8c8a9f6e0aafcfd9dff17d9830 SDL-1.2.10-9.el5.i386.rpm f4e90eaef422dc5c6d4327d134b1e22b SDL-devel-1.2.10-9.el5.i386.rpm Source:
2008 Mar 17
2
[PATCH] sdl rendering
Hi all, I am attaching a patch that adds opengl support for rendering the guest framebuffer in the SDL window. SDL is needed anyway to open the window and handle the events. Opengl rendering is optional and can be turned off at both compile time and in the vm configuration file. Some of the benefits of using opengl are: -faster rendering, less CPU intensive, especially with good graphic cards;
2010 Oct 30
1
qemu sdl parameters via libvirt
Hello List, I run a few VMs via libvirt using '--sdl'. I would like to use qemu parameters -no-quit, -no-frame and -ctrl-grab with libvirt. Does libvirt support a way to use these qemu parameters? Does libvirt provide a way to add these options under <graphics/> in the domain.xml using 'virsh edit domain.xml'? My current <graphics/> is as follows: <graphics
2010 Mar 02
0
VORBIS ALSA SDL playback problem
I'm using SDL on an ARM based board running Linux (Olimex-AT91SAM9261) . I successfully cross-compiled, installed and tested the libraries (SDL, SDL_mixer, libaudio, libvorbis, libvorbisfile etc.) on the system. The sound output is done thru ALSA (SDL_AUDIODRIVER=alsa). And the ogg file decoding thru libvorbis/libvorbisfile libraries. Now I'm trying to play ogg files. First I used the
2006 Nov 11
1
HVM: Could not initialize SDL - exiting
Hello, I''m trying to get my first HVM domU installed (another Debian domU is already working under the same dom0). I intend to install the guest OS from a bootable CD-ROM. But when I create the new HVM domU with ''xm create xp1-cd.cfg'' , I don''t get the expected installation-window and find this in /var/log/xen/qemu-dm.6575.log: domid: 6 qemu: the number