For purposes like compiling GCC from source and being able to do a "profiledbootstrap", I need to be able to use the stage1 compiler (Windows executable) on from Linux. What would be ideal: some setting/command that lets me do gcc.exe from bash and have it work (load WINE automatically). What would be less than ideal but equally fine: tell the GCC build system to call the bootstrap compilers through WINE (ie prepend "wine " to all call to win32 applications).
I am facing some unusual issue while trying to run any WIN32 applications through WINE in my Ubuntu Lucid AMD64 desktop. As you may see from the attached image, my system reports that executable bit is blocked.I am unable to run any Win32 applications after this.Though I dont use any Windows applications from the day I switched to Ubuntu. But I am keeping this ready just in case if I have to run any ever
I wrote a short story about using computers using Open Office. I saved a copy to my usb drive. When I tried to open it again it was all garbled code. One line of text said: must run under Win32. I can't find Win32 and I cant read my story now. How do I run this thing in Win 32? What does that mean? Do I open Win32 first then Open Office. Or the other way around. Anybody out there know? eeepc900 xandros
I need help installing programs again because I am trying to install a win32 codec to play wmv files. I am completely new to linux and I guess I'm fucking up my system because now I can't install anything. Here is the error messages I receive when I try to download Banshee This is a major failure of your software management system. Please check for broken packages with synaptic, check the file permissions and correctness of the file '/etc/apt/sources.list' and reload the software information with: 'sudo apt-get update' and 'sudo apt-get install -f'. The sudo apt-get update and sudo apt-get install -f have errors when I enter them as follows
Lot of questions about WINE... When I'm done I'm going to make a HOWTO so that others can do what I did It's hard work, but I'm nearly done.The last problem I'm having is the WINE menu on GNOME won't show up after a install of WINE from a .deb package (it usually does). This was after I compiled WINE from source and removed it with "make uninstall" and "rm -rf /.wine".So now I installed the WINE from a deb package and the Wine menu entry is not showing up.I've tried re-installing Wine and rebooting my PC but nothing seems to work.
I'm porting code from Win32 to Linux, a math science app, the thing is that the app have full dependency of de win32 function _fpclass(). Today I was looking all day that function on Linux but it doesn't exist. I know that there are some functions that can make the job mixing them in a other one like in this link below, more or less. [URL]
Well the app use very high virtual memory, Gigas of it(around 500), use Linux as Calculation Server using a very large swap space. If we can't find some way to fix this trouble, we can change the Linux for some open *nix like Open Solaris, because those have fp_class_l().
How to make win32 codecs (package w32codec-all) work on 64 bit system? Simple install of "w32codec-all" package doesn't help. I tried to compile mplayer from sources. After finishing configure, the script returned that win32 codes will be unavailable because of 64-bit system.I need to view some avi-files coded in Intel Indeo 4. As I understand, this codec exists only in win32 codecs.
I didn't have any luck finding the solution for not getting opengl working on a SLES11 server with a remote X-Win32 client. As a reference I've used the tool "glxgears" for testing.We have two servers. One (server A) with SLES10 and the other (server B) with SLES11. We use X-Win32 (ver. 9.x) as an X-server on a Microsoft Windows client machine. Both servers are connected to with ssh with X11 forwarding enabled (Xclock works fine on both).Starting glxgears from server A works fine; Three nice gears are displayed.
when I tried to install wine I got "Missing Dependency: wine-gecko is needed by package wine"so I looked for wine-gecko and download it but also when I tried to install it I got "Missing Dependency: wine-gecko is needed by package wine"it seems that I am in loop each package need the other what to do please?
I want to move entirely from windows to linux. My college has ubuntu running on the labs. But i have a thing fr Fedora. I want to install fedora & run win32 apps via wine. But just in case some apps need strictly windoze i was wondering about using BART PE as a minimal windows application use. Does BARTPE run all win32 apps like CAD, dialup client, burn iso, install on a small harddisk,boot up with linux?
I create a bash script that writes another bash file. But in the generated bash file I want to write a bash command in the file and not executing it.Here's my bash file:
Code: #!/bin/bash cat > ~/generateGridmix2data.sh << END
I've made a linux app that I'm porting to win32 winth MinGW and MSYS. It's a ticker app that reads then renders a text file to a pixmap (a tall single-line image), then it kind of scrolls the pixmap by drawing a part of it to a drawing_area, using gdk_draw_drawable() within a timeout handler set by g_timeout_add().
The problem is it works fine on linux (the scrolling is really smooth and that's the goal) but the win version is choppy and uses at least 90% of cpu resources (vs 15% with linux) like there is a big performance problem. And I'm not even sure that double buffering is set. Is it related to some mingw config or drawing_area stuff or gtk for win?
while trying to get a game to work on wine I was surprised to find out that the wine version that ships with sid is 1.0.1 released in October 2005. So I installed the latest release I found at [URL] like this :
dpkg -i wine_1.1.42~winehq1-1_amd64.deb
The install failed, I think because I hadn't remove the old wine version, and that's when the joy-ride started. Impossible to remove wine to restart properly. (apt-get remove libwine wine and apt-get -f install didn't) After some googling I tried this :
This did install the wine version I wanted, and the game ran fine after that. However the result was a borked apt-get. Tried to remove wine again with the above commands, resulting in apt-get failing to do so because it tried installing wine-unstable and reported errors similar to these : E: Could not perform immediate configuration on 'wine-unstable'. see man 5 apt.conf under APT::Immediate-Configure for details. (2)
How can I uninstall / purge wine and any wine installed windows programs?I've tried deleting .wine (hidden folder)but in /usr/bin/ there are a number of wine related files.And wine sub menu still appears in Applications menu
maybe my questions sounds funny: i'm looking for a very small (or better as small as necessary) distro which runs in a virtual box an starts wine.The reason is: we have new laptops in my school runnig windows7 64bit home and we have some software which runs only on WinXP. So why not take a virtualbox wich runs wine to start the old Software?
I have a problem running a game on a fresh Slackware64 install.
Slack version is 13.37
I've followed alien bobs instructions for a multilib environment from here:[url]
And then used sbopkg to download and compile wine version 1.2.2, which went through just fine.
After that I grabbed cabextract from sbopkg and ran this: wget [url] sh winetricks d3dx9 To get the DX9.
But, when I try to run the game, this is the error I get:
Code:
The game it self ran perfectly on the 32 bit version of Slackware, tested with 13.0. So now I think I'm missing some libs or something, but I have no clue which.
I don't know if it's just my system, but after applying the latest Wine update, the mouse cursor in Wine windows is now purple/magenta/pink, whatever. Not a big problem, just annoying. I've looked through the various config files in ~home and /usr/share/wine, and can't find any parameter that might even remotely address this.
I am new to fedora and installed wine to see if I could get the sony reader software working (required to access sony bookstore from my sony ereader). Well the program did not work though it did create icons on my desktop. wine kept crashing and I said lets just get rid of it. I uninstalled wine via yum remove and nothing appeared to happen so I did rpm -qa |grep wine and saw lots of stuff. So I simply did yum remove wine* and then a rpm -qa |grep wine was empty. however wine is still under applications on my desktop and still has a category for programs--reader. I should also mention that while wine was installed I attempted to remove the reader via the wine uninstalller but a) wine gave a message of a core crash and b) all the uninstaller did was give me the option to reinstall the reader program. so now when I attempt to open an epub it tries with the sony reader software. I know I can just right click to use another program but for now I want wine gone completely from my pc and the sony program gone.
What happens when the script executes is that the ssh connection works and parks me at the remote hosts's shell login. Therefore, the "firefox" command refuses to execute. I need to know how to make the "ssh" connection occur, stay open, and go into the background so that the rest of the script can execute.If I could also do this with the "firefox" line so that the entire term window could be closed would also be helpful.
-Wine cannot be used for .Net. -Do not want to install Windows for the purpose. -Do not want to use Mono.
The option I am left with is installing a Virtual machine on Linux and then installing Windows on it and then installing .Net !
-Is this feasible ? -Will I be able to save the data created on Virtual Machine ? -While connecting to internet through the Virtual Machine does underlying OS play a role there ?
I want to set up a "global" wine directory, so both me and my girlfriend can play games on each others' accounts. Right now, I have wine set up so it can run in my account, but she has to log out and log into my account each time she wants to play a game which is far from ideal.So, what I did was set up a "global" homeuser group for all user accounts on the system. Then, I moved my ~/.wine folder to /home/wine, and did chown :homeuser /home -R Then I made a symlink to the /home/wine directory at ~/.wine and did the same for my GF's home directory. It works fine in my account, BUT if I change to my GF's account, I try to run wine and it says"/home/xxxx/.wine not owned by you"
I was installing a game on my netbook with wine and it seems that it's using both of the cpu threads.
Did wine fix the multi-thread bug?
EDIT:
Sorry to get anyones hopes up, but I did later find that I was misreading some data. When I saw it say 100% cpu usage I thought it meant both threads, but I later found out that it only applied to one thread.
i had installed wine using terminal..after that some msg like license aggrement and under that i found like <ok> i cant do anything with that..after that i try to install like right-click it saidThe file '/media/2 MAK XEROX/converter/filename.exe' is not marked as executable. If this was downloaded or copied from an untrusted source, it may be dangerous to run. For more details, read about the executable bit