similar to: 2 apps ine the same time

Displaying 20 results from an estimated 9000 matches similar to: "2 apps ine the same time"

2008 May 25
1
18WoS: Haulin'
Hi! I'm trying to run 18WoS: Haulin on my suse 10.3. Installed newest wine and used it to install the game. No errors and problems. But when i want to run game, im getting error: Code: The operating system failed to provide a valid graphics device for the application. Please check the application's manual or readme file for possible workarounds for your hardware. It may also be wise to
2007 Mar 19
1
ShowFPS in Wine?
Hi. I want to know if there are any way to know the fps in Wine, like ShowFPS in Cedega, or any program, like FRAPS, that work in Wine. Thanks
2010 Sep 27
3
Wine bottle management
I found a nice program to add bottle management to wine in Linux. It wasn't mentioned in the wiki on third party apps, so I added it. But since it wasn't already there, I guess it was not commonly known, so that why I mention it here too. Worthwhile to check out. http://wibom.sourceforge.net/
2011 Jun 14
1
Tip: Overlay frames per second on fullscreen 3d games
It's often handy to be able to see the current frames per second when testing a game under wine as it allows you to pinpoint where frame rate problems occur and how serious they are. It's easy to get the framerate from wine by setting WINEDEBUG=fps. However, it's not easy to track framerate changes as you play when the game runs fullscreen. Fraps[1] is a good solution to this problem
2012 Apr 02
2
Curso de R promovido por el INE
La Escuela de Estadística de las Administraciones Publicas organiza un curso de "R Fundamentos": http://www.ine.es/ine/eeaapp/sem1cur13.pdf Que el INE empiece a aproximarse hacia el mundo del software libre es una gran noticia. -- +-------------------------------------------------------------- | Francisco J. Viciana Fernández | Coordinador del Registro de Población | Servicio de
2008 Jun 30
3
Trying to install an app from floppy
I've installed 1.0.r4 -- yes, it's kind of old, but seems to be the latest binary available for FreeBSD 7 -- and it doesn't want to run a setup.exe from the floppy drive. $ rm -rf .wine $ wine a:setup.exe wine: created the configuration directory '/home/perryh/.wine' wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument $ wine 'a:\setup.exe'
2007 Aug 16
3
99 bottles of beer
; *99: ; 99 bottles of beer on the wall. exten => *99,1,Noop(99 Bottles of beer on the wall) exten => *99,n,Answer() exten => *99,n,Set(bottles=99) exten => *99,n(loop),Noop(There are ${bottles} bottles of beer on the wall) exten => *99,n,SayNumber(${bottles}) exten => *99,n,Noop(Take one done and pass it round and there's) exten =>
2007 Aug 02
7
has_many and class function
Hello, i have two models : class Container < ActiveRecord::Base has_many :bottles end class Bottle < ActiveRecord::Base belongs_to :container def self.find_all_from_container(container) container.bottles.find(:all) end end i was asking myself if there was a better way to write the function find_all_from_container : i can call it from an instance of Container but
2009 Mar 17
4
Plastic Water Bottles
The plastics industry says polycarbonate bottles are safe. http://www.bisphenol-a.org/about/faq.html#g I'm sure Maggie and here friends would say ALL plastic bottles are very dangerous. This lady seems to be at a reasonable middle ground. http://trusted.md/blog/vreni_gurd/2007/03/29/plastic_water_bottles Polycarbonate plastics the kind of bottle you bought contains BPA. "In 2006 Europe
2011 Aug 05
5
Duke Nukem Forever Demo (Steam) not launching
Got someone this demo working? 50,- EUR is a lot money to me so I like to play the demo first. But it seems to be impossible? I have latest Wine from GIT and did the required winetricks steps (dinput8, xinput, removed asterisk from dinput8 user.reg line, added xinput1_3 (with native only) to winecfg, corefonts, tahoma installed; all done in a new wine bottle aka. WINEPREFIX). A +d3d logfile
2009 Aug 04
2
Trouble running Civilization IV on a MAC OS
I have a problem running the game... I've tried installing it twice now and it still doesn't run. The Icon briefly opens on the Dock and the disappears in a few seconds. Also, when I try running the command "civilization4.exe" it doesn't run and no error appears on the screen. It simply reads: ' Command results The command "/Users/adrianfurlan/Library/Application
2011 Jan 21
2
Universal procedure to know if wine can run 32 bits apps
Hi, I'm preparing a training session on avisynth (running under wine) for a local linux user group (LUG). In the list of prerequisites for people attending this training session, they will have to install wine on their computer. Since we will be using only the 32 bits version of avisynth, it will be mandatory that their version of wine is able to run 32 bits apps. My problem is that I neither
2008 May 12
2
Wineserver is not shooting down
First - Wine is great. I love it totally. To login into a company website I have to use IE6 - Firefox is not handling the Web Site due to some reglementations. IE6 runs fine and there are NO problems. Only after exit, the Wineserver keeps running and takes away a lot CPU Power. I can stop it manually (System Monitor -> Process. Right Click and I can stop it (and it relieves the Power from the
2010 Jun 04
6
migrating windows applications by packing wine+app in a deb?
Hello, I recently posted my experimental thoughts in the playonlinux forums, but I really want to open all possible channels to get feedback for the idea to deliver a complete (for the certain windows-app optimized) wine-structure, windows app and all nessassary wrapper scripts for processing the app in a deb. This would mean that every single application(-group) brings its own fitting
2008 Mar 07
9
question about WINEPREFIX
I wanted to ask to the wine experts something about WINEPREFIX or the crossover bottles... how does the concept of "bottles" compares/differs with the concept of application virtualization (http://en.wikipedia.org/wiki/Application_Virtualization) used by VMware's Thinstall (http://www.thinstall.com/products/virtualization_suite.php) (aside for the .exe container*) and
2001 Apr 13
2
Help, guys! Codeweavers Wine error.
It's telling me maybe my wineserver crashed. How do I restart it? Logging in and out as user, in and out as root, and rebooting did nothing. I've had to resort to using (shudder) a Win dose to use Agent again. I HATE that! Help me, please, to restart my wineserver. Cybe R. Wizard -- Unofficial "Wizard of Odds", A.H.P. Original PORG Water Wizard, R.P. Ship's "Other
2008 Sep 26
4
single wineserver process on multiple session environment
is it possible to run only one wineserver process on multiple session? i set up an ubuntu server as terminal server (using xdmcp and/or xrdp), so multiple user could run their own session on this server (remotely) from other linux or windows clients. there is one apps that run under wine. but the number of wineserver process running is the same as the number of users logged in to this terminal
2011 May 26
2
How to kill a running wine application
Question: How to kill a Windows application that runs with wine? I have installed new stable version of wine for Debian. Then the Windows application starts OK but hangs for some reason (its the application logic fault). However I can't see any way to close the application window or to kill the application. I tried as in documentation: # wineserver -k bash: wineserver: command not found I
2001 Oct 22
6
Wine installation problem
Hi, I have just compiled and installed wine-20011004, and I have go the following problem when I start Wine: wine client error:0x806bb68: version mismatch 54/59. Your wineserver binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running? I have build and install it with wineinstall. I have remove the previous version. Any
2010 Jun 05
5
Can't start Wine after suspend on Laptop
Currently running Wine 1.2-rc2 on Ubuntu 10.04 x64 on a Lenovo ThinkPad x61. After doing a suspend, I can't run Wine. The app I normally run with Wine is Lotus Notes. But I've tried something as simple as going in to the wine config. I tried doing a wineserver -k but that doesn't help either. Only thing I found to work is a full reboot. This has actually been happening since Ubuntu