Ubuntu Installation :: Wine Program Requires Mono For Windows?

Feb 8, 2011

I am trying to install a program named "Ntrip" with wine, running Linux Mint 10 64bit (based on Ubuntu 10.04) I installed the software without problems, when I try to start it I get the following error:

Code:

fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
wine: Install the Windows version of Mono to run .NET executables

As far as I know, mono is by default on every Ubuntu 10.04 installation, however as per the error message, I installed the Windows version of Mono via Wine successfully. Trying to start the program again, still coming up with above error.

View 2 Replies


ADVERTISEMENT

General :: Why Is Ubuntu Trying To Open Mono App With Wine Instead Of Mono

Aug 24, 2010

So, I have compiled a C# program on Linux using MonoDevelop. When I try to execute the resulting binary, my system tries and fails to run it as a windows executable, with wine. Wine gives me the following message:

$ ~/bin/MyMonoApp
wine: Install the Windows version of Mono to run .NET executables
~/bin/MyMonoApp: command not found

I can only convince it to run by explicitly calling mono:

$ mono ~/bin/MyMonoApp

So, how can I make this the default, so I don't have to explicitly call mono every time?

View 1 Replies View Related

Ubuntu :: Program That Wine For Windows?

Jun 20, 2010

Is there a program that does what wine does for Linux, so you can run Linux programs on windows without installing Linux.

View 9 Replies View Related

Ubuntu :: Installing Windows Program Using Wine

Nov 27, 2009

I installed Wine no problem. Then I downloaded a Windows Chess program(ECTool) to the desktop. I right clicked on the ECTool icon and checked run with Wine. The program came up just fine and I could make moves on the chessboard, but no information was saved. I got a blank screen under games in progress. Anyone use this program or have any ideas what to do next? ECTool is listed as a program that works with Wine.

View 5 Replies View Related

General :: Call Windows Program Using Wine?

Jul 10, 2010

I have Linpus runnig on my Aspire One. I would like to setup an icon on the menu to start a windows program using wine. I can start it manually and it works fine. I want to be able to access it directly from the desktop.

View 3 Replies View Related

Ubuntu :: Wine Install Error - No Windows Program Configured

May 9, 2011

I'm trying to setup Baldur's Gate in Wine and it's giving me this error: "There is no Windows program configured to run that type of file". I've enabled the file to be allowed to run as an executable, and the program is completely uncorrupted - I just installed it on another computer with Windows.

View 3 Replies View Related

General :: Get A Windows Compiled Program To Work Through Wine?

May 28, 2010

I'm currently trying to get a windows compiled program to work through Wine to run on Linux and MacOSX.

When I run the program through wine, it prompts me to install Gecko which I do. Later on in the program, it attempts to use MSHTML to render HTML but I get these error messages on my console instead.

err:mshtml:init_xpcom NS_InitXPCOM2 failed: 80004005
err:mshtml:HTMLDocument_Create Failed to init Gecko, returning CLASS_E_CLASSNOTAVAILABLE
fixme:ole:CoCreateInstance no instance created for interface {00000000-0000-0000-c000-000000000046} of class {25336920-03f9-11cf-8fd0-00aa00686f13}, hres is 0x80040111

I'm using Wine 1.1.34 and a similar bug was supposedly fixed in 1.1.33 [URL]

View 3 Replies View Related

General :: Mono Error Message Using Wine?

Sep 26, 2010

I just installed wine in an attempt to open .exe files. When running the code line /wine/file.exe the following message appeared: wine: Install the Windows version of Mono to run .NET executables. I tried out two things, both of which didn't work and the message still appears every time I try to use wine

1st: yum install mono-core.i686 It is the Mono CIL runtime, suitable for running .NET code. 2nd: downloading mono windows version from the original website but still couldn't install it because it is an .exe file

View 6 Replies View Related

General :: Wine On Slackware 64-bit - Run A Windows Program (with Multilib Files)

Jul 19, 2011

I know the subject title makes it seem like this should be something on the Slackware forums but I think it can be generalized to other 64-bit Linux operating systems which is why I ask here. I'm running Slackware 13.37 64-bit and was wondering if I use Wine to run a Windows program (with multilib files), would it still run as if it had been used on a 64-bit computer?

View 2 Replies View Related

CentOS 5 :: Running Server Client - Use Wine Or Mono?

Aug 4, 2010

I am new to linux. I want to run a server-client (c#) windows/console based application on CentOS 5.4. The code in C# has made using visual 2010. Should I use wine for this purpose or go for mono?

View 1 Replies View Related

OpenSUSE Network :: Use A Windows Server Side Program In Wine But Seems The Ip Has Changed

Feb 22, 2010

I tried to use a windows server side program in wine but seems the ip has changed.

View 9 Replies View Related

Ubuntu :: Running Program With Mono?

Feb 20, 2011

I want to use a program, that runs windows and "linux with mono". I run Kubuntu 10.10.

Quote:

koen@Koen-Kubuntu:~/Documents/Software/SuperOneClick_1_6_5$ mono SuperOneClick.exe
** (SuperOneClick.exe:4191): WARNING **: The following assembly referenced from /home/koen/Documents/Software/SuperOneClick_1_6_5/SuperOneClick.exe could not be loaded:

[Code]....

View 1 Replies View Related

Ubuntu Installation :: Installed Program Not Listed Under Wine

Jan 27, 2010

My Proteus which i installed through wine does not appear in uninstall wine software and it also does not work because you have to execute some license file which i did not figure out how to work it out.

View 1 Replies View Related

Debian :: Start Mono Program At Boot?

May 19, 2011

I've got a relatively simple question. I'm trying to start a program that must be run with mono when my system boots. It's a webserver (McMyAdmin if that helps) so I'd also like to start it as a specific user

View 6 Replies View Related

Software :: What Program Used To Convert Stereo MP3 To Mono

Jun 1, 2010

I tried soundkonverter, but it doesn't work. I don't know why, it just doesn't make MP3s mono. Linux Mint 9.

View 1 Replies View Related

Software :: Where Is WINE Program Located After YUM Installation

Mar 21, 2009

I've downloaded & installed WINE via YUM, as root, but can't seem to find the file afterward? Where can it possibly be located? I'm using regular user account now. Or must I be root to find it? Source: [URL]

View 2 Replies View Related

Ubuntu :: Installing A Program Which Requires Fftw 2.x?

Jun 7, 2011

I've been trying to install MPGrafic (google it to open the package) without succeeding. (I also have in my home directory). The problem is that, in order to install it, I need the 2 version of the fftw (I've downloaded the 2.1.5 from the fftw website). I install
everything in the folder /libraries (I don't have writing permission on the /usr/lib folder)

./configure --enable-mpi --enable-type-prefix --enable-float
--prefix=/libraries
make install

[code]....

I got an error: I need the fftw with double precision. So I think the ./configure does not read the library properly, or I need another version of the library or I need other flags.

View 4 Replies View Related

Fedora :: Remove Wine And Wine Installed Program?

Nov 19, 2010

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.

View 2 Replies View Related

Ubuntu :: Added A Program That Requires Login To Have Root Privileges?

Jul 6, 2010

I'm using ubuntu 9.04 at the moment and have added a program that requires my login to have root privileges, how do i set these up

View 1 Replies View Related

Debian :: Run A .NET Program With Mono - Parser Error Message: Assembly ActiveReports.HtmlExport

Jun 7, 2010

I am trying to run a .NET program with mono. I got the following:

Code:

Parser Error Message: Assembly ActiveReports.HtmlExport, Version=3.3.0.1999, Culture=neutral, PublicKeyToken=cc4967777c49a3ff not found
This means it requires ActiveReports, but could not find any Linux version of that software. So, is there any Linux alternative for it?

My system is Debian/sid (unstable).

View 1 Replies View Related

Software :: Mono 1.1.12 - Install Older Mono To Co-exist With Current Version

Feb 28, 2010

I would like to know if anyone has run more than one version of mono concurrently. I want to host a Battlefield 2 server with bf2ccd that requires mono 1.1.12. CentOS 5.3 repos provide mono 1.2.4 which is neither new enough nor old enough to support bf2ccd. I have considered compiling a newer version or an older version to accommodate this but I think that the only fully supported version is the 1.1.12 and I want to have the newer mono for other projects. I have used Slackware exclusively up to now and am not familiar with CentOS yet so I would like to avoid compiling if I can. The server is an unmanaged dedicated server so I'm not certain of all of the details. AFAIK it is a standard CentOS 5.3 install.

View 4 Replies View Related

Ubuntu :: How To Uninstall / Purge Wine And Any Wine Installed Windows Programs

Apr 15, 2011

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

View 6 Replies View Related

Ubuntu Installation :: Use Native Windows DLLs In WINE?

Jan 3, 2010

Currently I am running Ubuntu 9.04 on my computer, and it is the only OS installed. I purchased the $30 student WIn7 Professional upgrade. I have a XP Pro CD + Key, and I plan on using that just to upgrade to Win7. I love Ubuntu and it is my primary OS, it is just that every now and then you come across some program that requires windows (Propellerhead Reason 4, Adobe Photoshop CS4, Atomix Virtual DJ etc.) and it requires full system resorces so you do not want to use wine. I love Linux, but somtimes I just have to use WIndows, so I do not want to hear any arguments about that.

I want to do a clean install of everything, and I have data + programs backed up, I would like to install Ubuntu 9.10, WinXP Pro and I want to Upgrade XP Pro to 7. I am completely new to GRUB 2, and upgrading windows; but I have experience with Linux and Windows, and dual booting. I would like to install Ubuntu 9.10 on its own partition (No WUBI), and WInXP + Win 7 on there own partitions (3 Partitions Overall). I would like to know what to do at this point, Should I install Ubuntu then Xp then 7, Xp then 7 then Ubuntu, etc. I know how to make Partitions, I just need to know the order in which I should install the operating systems, and how to get it to dual boot.


MY COMPUTER:

I had a Sony Vaio PCV-RS530G, and the mobo failed, so I rebuilt it, the case, processor, fans, CD/Floppy drives, TV tuner and power supply are unchanged, everyhing else has been replaced, here is the breakdown:

Proecessor: Intel Pentium 4 3.20 GHZ, HT Technology, No 64-Bit or VT-x
Motherboard: Biostar P4M900-M4
Hard Disk Drive: Seagate 1TB SATA (IDE Mode, no RAID)
Graphics Card: Nvidia GeForce 8400 GS, PCI Express, 512 MB RAM
RAM: 2 GB Corsair, DDR2-5300

1) How can I install all the screen savers that were in Jaunty, but are missing in karmic?

2) Can Win7 be installed without a key, and then have the key entered later (I AM NOT PIRATING, I JUST WANT TO PUT THE KEY IN AND ACTIVATE AFTER I CAN TEST OUT EVERYTHING AND MAKE SURE THAT WINDOWS AND UBUNTU ARE RUNNING SMOOTHLY)

3) Will XP mode in Win7 work on a processor without virtualization technology?

4) I have Icon sets, cursors, window borders, and panel backgrounds from different sources, can I export this as a complete theme in 1 file (Deb Packages are preferable, but even a tar-ball is fine) so I can install it easily on more machines, and share it with friends?

5) How do you use native windows DLLs in WINE?

6) My PC has a tv tuner, how do I use it in Ubuntu?

7) What is a good size for a swap partition for my computer (Detailed information below)?

View 5 Replies View Related

Ubuntu Installation :: Running Windows 7 Natively Through Wine?

Dec 1, 2010

I've been thinking recently about switching to Ubuntu as my full time OS, BUT I still like aspects of windows, and want to use some of its features.My question is this to you:Is there any way (and if so, how?) for me to run Windows 7 natively on Ubuntu as well as seamlessly using wine?

View 1 Replies View Related

OpenSUSE :: After Applying The Latest Wine Update Mouse Cursor In Wine Windows Is Now Purple/magenta/pink

Oct 19, 2009

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.

View 4 Replies View Related

Ubuntu Installation :: Lucid Upgrade - Wine Can't See Windows Partition Though It Is Mounted?

Aug 17, 2010

Rsnapshot also cannot see my external hard drive. But I can see/edit all the files in the windows partition and the external drive. The output of mount for those two entries is:

[Code]...

View 1 Replies View Related

Software :: Windows Driver Installation Error Using Wine

Sep 9, 2010

I'm trying to install a broadband internet USB stick from Huawei Technologies Co., Ltd. E1552 (HSPA modem) using wine. The installation requires 2 processes first was the izap installation which was sucessful and then the iboost installation which failed with the following error:

Error Number:0x80040702
Description:Failed to load Dll:InstUtil
Setup will now terminate

View 2 Replies View Related

Ubuntu Installation :: Program Windows Disappear After A Second

Jun 6, 2010

I upgraded to 10.4 netbook remix on my Asus N10 with an Nvidia card. I normally don't use the card and to get rid of troubles don't install the driver. After update something went wrong with the driver and I can't fix it. When the PC finished his boot het ask to give the password for the default key ring as usual but the window disapears before i can change anything. So this one is no too bad as my password is very easy and I can do the job with switching windows and keying very fast the pwd.

But try to read your evolution mail in these circumstances. I tried to start in low graphics mode but didn't help. Finaly I installed a fresh version on a separate partition and asked to copy my Evolution and Firefox documents. He didn't, dn't know why and tryed twice. So far my fresh installation works well but I lost my mails and shortcuts. So.... I think the easiest would be to work from the new installation as on the old one even the terminal window disapears.

View 1 Replies View Related

Fedora :: Requires Root Password When Accessing Second Windows Hard Disk?

Aug 28, 2010

I have a second hard disk which has windows and C and D drives partitions. When I boot fedora 13, fedora automatically mounts them as 53 Gb Filessytem and 200 GB Filessytem. But when i try to browse to these filesystem, fedora ask me root password. How I can configure fedora so that it does not ask me root password and this change should be permanent ( surving computer shutdown and restart) ? I want these windows partitions to be reachable by me as the non-root user.Also given /dev/sdb (the windows disk) what is the command line to find out the filesytem path to which various paritions on /dev/sdb are mapped to?

View 2 Replies View Related

Ubuntu :: WINE, Program Not Starting Up?

Jan 21, 2010

I installed Wine, and installed my printer Epson Tx110 scan program afterwards, but I cant get the program to run at all? Did I do anything wrong?

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved