similar to: OOO Game switches to fullscreen although it shouldn't

Displaying 20 results from an estimated 600 matches similar to: "OOO Game switches to fullscreen although it shouldn't"

2006 May 26
1
Patch for baseheader compilation problems
Hi David, try this patch: http://www.winehq.org/pipermail/wine-patches/2006-May/026859.html David Dawson wrote: Tried to compile the lastest wine and gcc choked up on it as follows: gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o baseshader.o baseshader.c baseshader.c: In
2007 Feb 05
3
Soul Reaver 2 v1.01 sound buffer underrun
Hello list, I am experiencing sound problems with Soul Reaver 2, follows the initial log after starting the game. $wine sr2.exe fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS) fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x17a890) : stub, simulating 64MB for now, returning 64MB left fixme:d3d:IWineD3DDeviceImpl_ValidateDevice (0x17a890) : stub loading
2006 Jul 09
16
Running Turbo C
I must run Turbo C for the university. The install seemed to go alright, but when I try to run it I get: $ wine TC.EXE Warning: unprotecting memory to allow real-mode calls. NULL pointer accesses will no longer be caught. err:module:MZ_DoLoadImage insufficient DOS memory winevdm: can't exec 'C:\tc\BIN\TC.EXE': error=8 What should I do? I've 512 MB RAM- I can't imagine
2009 May 03
1
Problems with installing Wine
Hi, I have problems installing wine. I am using Slackware 12.0, and I've downloaded the slackware wine package wine-1.1.20-i486-1kjz.tgz from here: http://sourceforge.net/project/showfiles.php?group_id=6241&package_id=6301 When I unpack it, I get two folders: usr/ and install/. In install/ I have a script doinst.sh. When I run, I get: > sh ./doinst.sh ./doinst.sh: line 1: cd:
1998 Nov 18
1
loading fortran with Redhat 5.1
Hi All, I'm running R 0.63 on Redhat 5.1 and when I attempt to load a fortran routine I get: > dyn.load("/home/royle/Rstuff/varna.o") Error in dyn.load(x) : unable to load shared library "/home/royle/Rstuff/varna.o" this function varna.o was compiled with: gcc -c varna.f with no errors or warnings. Does anyone have any thoughts on this? Thanks! (and thanks to
2007 May 06
4
install failure
Hello, i am trying to install "Middle School Success Essentials" from Topics Education, on my 0.9.28 wine installation, which works OK with some MS progs. The initial (unpacking?) progress bar completes and then i get the error below, without any recourse. Does anyone have any ideas? (FWIW, the error is shown in the installer box when you click on the "Details" button). TIA
1998 Nov 18
2
[jar@oriole.er.usgs.gov: Re: [R] loading fortran with Redhat 5.1]
I can not answer this (message only to me). Certainly, some of you do.. Martin ------- Date: Wed, 18 Nov 1998 13:22:47 -0500 (EST) From: "J. Andy Royle" <jar@oriole.er.usgs.gov> To: Martin Maechler <maechler@stat.math.ethz.ch> Subject: Re: [R] loading fortran with Redhat 5.1 In-Reply-To: <199811181812.TAA26068@sophie.ethz.ch> Hi Martin, The reason I was
2007 Apr 17
1
SCP v. SFTP
I was comparing some traces from SCP and SFTP when transferring the same file 200MB file between the same host pairs. Even when I put SFTP in batch mode I noticed that I saw 403208 bytes from the receiver in comparison to 3368 bytes with SCP. I've attached the relevant output from tcptrace below (the b->a column is the return side of the trace). Mostly I'm just curious as to what
2007 Apr 14
2
Samba -> WinXP: slow transfers, partial solution
Hello All, I'm running Samba 3.0.24 as PDC and file server on Gentoo Linux, AMD64, 2.6.19 kernel, 100MBit/s network, and experience quite slow file transfers from Samba to WinXP SP2 clients: the speed is varying, but is about 1-2Mb/s at best. I spent quite some time investigating the issue, here are the intermediate results: 1) This happens only when transferring _from_ _Samba_ to
2005 Oct 16
2
Lost packets and strange "behaviour" of my TC rules
Hi all. I''m going on my 3rd week trying to get a simple traffic shapping to work the right way :( !! My goal it to shape the traffic coming from one machine (pc1) to another machine (pc2) throught the "eth0" interface. My test configuration is as follows: PC1   IP: 192.168.105.237   Mask: 255.255.255.0   OS: Red Hat Linux Kernel 2.4.20-8   Rules:
2008 Feb 25
1
efficient is.na tabulation?
I am aware of table(is.na(df$var)) but is there an efficient way of create a table that shows the number of missing values in each variable of a data frame? Right now I am forced to create a new variable, varna<-is.na(df$var), for each variable of the data frame, bind them to a new data frame and tabulate it, but surely there is a simpler way? any help is greatly appreciated, angelo
2016 Jan 15
1
Embedding com32 modules and ldlinux.sys into one file
Google search freedos rom found two source-available implementations: https://web.archive.org/web/20050104085311/http://rayer.wz.cz/romos/romose.htm https://web.archive.org/web/20040806022202/http://linux.tu-varna.acad.bg/~lig/romdsk/ On 15 January 2016 at 13:43, Sergii Kolisnyk <kolkmail at gmail.com> wrote: > As for BIOS, there are single-sector base memory (real mode) memdisk >
2008 Apr 22
2
Wine and NetBEUI
Hello, A client of mine has this ancient software called VideoPrinter (working on Win98) and an ancient hardware that connects to the PC through both LAN cable and serial (COM) cable. I decided to give this software a try with wine 0.9.60 running on Slackware 12, kernel 2.6.23.4. The software installs without problems and after adding the appropriate registry keys the COM is recognized. But the
2008 Sep 03
1
statistical advice
Hello, I am a researcher in sleep and circadian rhythms who is having much trouble deciding on proper statistical analyses. Before I state my question, I provide a brief synopsis of the looming problem; I am interested in activity bout distributions across a 24 hr day. In addition to looking at the number of activity bouts across the day, I am also interested in the duration of each activity
2012 Nov 16
0
[LLVMdev] Using custom LLVM Passes with clang
Hello, I have written a custom LLVM Loop Pass that perforates a loop by changing the increment value for the induction variable. I am able to run this pass using the opt command and loading the shared object library from Debug+Asserts as detailed in http://llvm.org/docs/WritingAnLLVMPass.html I was wondering if this pass can be used in clang somehow. I have read about "-mllvm"
2008 May 31
8
USB support?
Any chance USB will ever be supported?
2017 Jul 31
0
CFP ICEIS 2018 - 20th Int.l Conf. on Enterprise Information Systems (Funchal, Madeira/Portugal)
SUBMISSION DEADLINE 20th International Conference on Enterprise Information Systems Submission Deadline: October 18, 2017 http://www.iceis.org/ March 21 - 24, 2018 Funchal, Madeira, Portugal. ICEIS is organized in 6 major tracks: - Databases and Information Systems Integration - Artificial Intelligence and Decision Support Systems - Information Systems Analysis and Specification -
2017 Oct 18
0
CFP ICEIS 2018 - 20th Int.l Conf. on Enterprise Information Systems (Funchal, Madeira/Portugal)
SUBMISSION DEADLINE 20th International Conference on Enterprise Information Systems Submission Deadline: October 30, 2017 http://www.iceis.org/ March 21 - 24, 2018 Funchal, Madeira, Portugal. ICEIS is organized in 6 major tracks: - Databases and Information Systems Integration - Artificial Intelligence and Decision Support Systems - Information Systems Analysis and Specification -
2017 Jul 31
0
CFP ICEIS 2018 - 20th Int.l Conf. on Enterprise Information Systems (Funchal, Madeira/Portugal)
SUBMISSION DEADLINE 20th International Conference on Enterprise Information Systems Submission Deadline: October 18, 2017 http://www.iceis.org/ March 21 - 24, 2018 Funchal, Madeira, Portugal. ICEIS is organized in 6 major tracks: - Databases and Information Systems Integration - Artificial Intelligence and Decision Support Systems - Information Systems Analysis and Specification -
2017 Oct 18
0
CFP ICEIS 2018 - 20th Int.l Conf. on Enterprise Information Systems (Funchal, Madeira/Portugal)
SUBMISSION DEADLINE 20th International Conference on Enterprise Information Systems Submission Deadline: October 30, 2017 http://www.iceis.org/ March 21 - 24, 2018 Funchal, Madeira, Portugal. ICEIS is organized in 6 major tracks: - Databases and Information Systems Integration - Artificial Intelligence and Decision Support Systems - Information Systems Analysis and Specification -