similar to: "sticky" modifier keys issue when wine loses focus

Displaying 20 results from an estimated 2000 matches similar to: ""sticky" modifier keys issue when wine loses focus"

2011 Dec 04
5
5.1 sound
Please make wine 5.1 sound compatible.
2012 Jun 12
5
Question concerning creating .exe shorcuts.
Hey guys, I was curious about something. When Wine installs a program, that creates a shortcut after installation, it is usually placed on the desktop (as it would in Windows). So how I can create the same type of shortcut which will use the .exe's inbuilt icon; as Wine does? I know how to create a shortcut but i'd manually need to search for a .png file to use as that shortcuts icon.
2012 May 01
7
Error installing dotnet30
Hello, I would like to install the dotnet30 using winetricks, but the terminal tell me the error 65. I have targeted the error : Code: fixme:advapi:RegisterEventSourceA ((null),"MsiInstaller"): stub fixme:advapi:RegisterEventSourceW (L"",L"MsiInstaller"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00002dbb,(nil),0x0006,0x00000000,0x33ccf8,(nil)):
2011 Oct 05
7
OLE error 80004002
Hello! i create my software by Delphi 2010 for Windows, when i start my program by Wine 1.2.1 on linux i get error 80004002 "No such interface supported". I debug programm and found error code --- function TXMLDocument.SaveToStream(TMemoryStream); // Error --- stuff of the function unit XMLDoc; procedure TXMLDocument.SaveToStream(const Stream: TStream); begin CheckActive;
2012 Jun 13
1
wine client error:0: version mismatch 432/431
Can someone tell me why, despite using a completely clean tree, I keep getting this on a Wine64 build? Code: wine client error:0: version mismatch 432/431. Your wine binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running? It's getting on my bloody nerves! TIA
2011 Oct 06
2
Re: Can someone point mee in the right direction =?
Hey, can anyone help me with EU...keeps crashing :( It crashes right after login (I don't get to see the avatar). Specifications: Linux 3.0.0-12-generic #19-Ubuntu SMP Fri Sep 23 21:23:39 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux graphics: [ 22.755] (II) NVIDIA dlloader X Driver 280.13 Wed Jul 27 16:55:26 PDT 2011 [ 22.755] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs [
2011 Sep 17
1
duplicate repository
I'm running Ubuntu 10.04 LTS with Gnome desktop. Synaptic is giving me the following message: W: Duplicate sources.list entry http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu/ lucid/main Packages (/var/lib/apt/lists/ppa.launchpad.net_ubuntu-wine_ppa_ubuntu_dists_lucid_main_binary-i386_Packages) Which repository should I be using? Jim
2012 May 02
1
Hash results with Wine-installed programs
I am doing a research project for a digital forensics assignment, revolving around using hashes to identify known files in commonly used software packages. However one problem that I have is the inability to compare files from multiple instances of the same software. It isn't exactly economical to purchase 50 different computers to see how the program changes across operating systems and
2011 Oct 06
2
?Common CLI Wrap Bug Strikes WINE?
This has been on my mind for a long time, and it's time I ask. Every version of WINE I have ever used Wine cmd in has this "bug", but I don't know if it's Wine's fault, or terminal's fault. Or if WINE cmd can at least be made more compatible with terminal. If I open terminal (only tried this in Linux) and run wine's cmd, I get wine's cmd in the terminal. If I
2011 Sep 20
0
children's numerical skills
people appear to born to compute. NY Escort (http://www.nycescortasiangirl.com) The numerical skills of children develop so early and so inexorably that it is easy to imagine an internal clock of mathematical maturity guiding their growth. NY Escorts (http://www.nycescortasiangirl.com) Not long after learning to walk and talk, they can set the table with impress accuracy---one knife, one spoon,
2006 Feb 10
3
robots.txt best practices
I''d been ignoring this error message in my log for a while: ActionController::RoutingError (Recognition failed for "/robots.txt"): I had never touched robots.txt. So I decided to make it a proper robots.txtfile I found this great article... http://www.ilovejackdaniels.com/seo/robots-txt-file/ ...where Dave explains the ins and outs of the file. Before I changed mine, I
2007 Mar 03
1
sticky windows and rotate focus
Hi everyone, One thing that has always annoyed me about compiz is how rotate handles sticky windows. If you have a sticky window on your desktop, it will usually (always?) get focus when you rotate to a different face on the cube. This happens even when other windows have been focused more recently on the face you rotate to. This seems like silly behaviour, because sticky windows are (for me)
2012 Dec 08
4
read.table()
Hi List, I have spent more than 30 minutes, but failed to read in this file using the read.table() function. I could not figure out how to fix the following error. Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, : line 1 did not have 6 elements Any help would be be appreciated. Thanks, Pradip Muhuri ####### below is the reproducible example xd1 <-
2018 Aug 21
2
different output with fast-math flag
Why the output is different for this below program when compiled using clang with fast-math optimization #include<stdio.h> int main() { double d = 1.0; double max = 1.79769e+308; d /= max; printf("d:%e:\n", d); d *= max; printf("d:%e:\n", d); return 0; } prints 0 with fast math but 1 without fast math. -------------- next part -------------- An
2010 Jun 22
3
OT: Recommendation for a good Internationalized terminal software
Hi all, We've got server-based application that runs on CentOS. Until now, most of our customer's end-users have accessed the application using either PuTTY or Teraterm. I was asked yesterday to try and find internationalized add ons or alternatives for our new Asian customers (Japan, Korea and China atm). I figured if anyone would be able to recommend terminal emulation
2005 Apr 18
1
Rcmdr's problem in East Asian Languages Version
maybe this is a problem specific to the East Asian Languages Version.when i reinstall R without checking the "Version for East Asian Languages" option ,it works.but if i install R with the "Version for East Asian Languages" option, it show the following error msg. > library(Rcmdr) Loading required package: tcltk Loading Tcl/Tk interface ... done Error in parse(file,
2006 Oct 04
2
Tabulation and missing values
I think this is one for Gabor. I don't seem to be able to find my way to an answer despite numerous rereadings of factor and table. Here is a toy example: ### Some data EthnicCode <- c("European/Other", NA, "European/Other", "European/Other", "Pacific", "European/Other", "European/Other",
2009 Apr 13
2
Win Program loses focus and cannot regain it back.
Application is working on Windows but when I run on RedHat10 under Wine 1.1.15. It looses focus and underlying Linux applications to get the keystrokes from the keyboard. Clicking on the application we're trying to run or switching with ALT+TAB doesn't not give it the focus back. The parameters we're running Wine are: Allow the window manager to decorate the windows : OFF Allow the
2012 May 03
3
Program loses focus
I am using Ubuntu 10.04, currently with Wine v.1.2.2. I have installed a program called NoteTab Pro, which is listed in the Wine database as running just fine for the most part. And it has ran fine for years under Wine 1.0 (which I was running until recently doing a new install of Ubuntu 10.04, which uses 1.2.2). There was a minor glitch or two but I got used to them. However, now, running under
2009 Jun 04
4
Binning or grouping data
Newbie here. Many apologies in advance for using the incorrect lingo. I'm new to statistics and VERY new to R. I'm attempting to "group" or "bin" data together in order to analyze them as a combined group rather than as discrete set. I'll provide a simple example of the data for illustrative purposes. Patient ID | Charges | Age | Race 1 |