Fedora :: Running Ratiomaster In Fc6 - "install The Windows Version Of Mono To Run .NET Executables"
Apr 24, 2010
i am trying to wine ratiomaster.exe in fc6 but i get the following message: "install the Windows version of Mono to run .NET executables"
does anyone knows what to do? ps: no, i cant upgrade fedora but i think this should not be a problem.
View 8 Replies
ADVERTISEMENT
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
Jun 26, 2011
I'm trying to run flasm from the terminal prompt but I don't really know what I'm doing.
It may be an incompatible program for all I know but as I don't know how to run any .exe from the Terminal I have no way of knowing.
I've tried entering the directory, as in:
Code:
But it say's the directory doesn't exist. But it does...
Code:
View 5 Replies
View Related
Jun 2, 2009
my App requires at least version 2.0 of mono. (Suse is up to 2.5) I have searched and searched repos, including Groups and Testing for any mono and can only locate very old version 1.x.
View 3 Replies
View Related
Aug 17, 2011
So I want to install the original version of Fedora 15 and make it dual boot with my Windows 7. Problem here is that I don't have a cd/rom. and the iso file didn't have a .exe thingy.....
so now what? Also this is my partitions> http://img94.imageshack.us/img94/9853/unledtlh.jpg
View 4 Replies
View Related
Jun 22, 2011
I don't know how to install mono 2.8 in Fedora 15. I couldn't find it in the repositories, and I don't know how/if I need to build it from the source. I need it for WINE.
View 3 Replies
View Related
Mar 7, 2011
I want to install .net framework, ERP & Oracle Runtime 11g in linux, using mono. how to install mono in linux & .net frame work.
Destribution CenOS/Fedora.
View 5 Replies
View Related
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
Mar 17, 2011
I have a windows 7 version right now on my laptop, but someone screwed me over and put a 'non genuine' version and now its slowly starting to glitch out on me.I can reinstall windows but Im sick of it and would rather run Ubuntu. My scripts are not running correctly on this glitched out version of windows anyway.I just have some simple question regarding the switch over from windows to Ubuntu,
View 3 Replies
View Related
Jan 8, 2010
I have a doubt, may sound funny but wanna know whether it is possible to share DVD drive in windows [version 7] and use it in Linux system [version fedora 12]?
View 4 Replies
View Related
Jul 29, 2011
Have installed Wine - version 1.2.3-Oubuntu1-ppa2-maverick1(wine1.2) from the Ubuntu softwear center . Downloaded windows executable PAF5EnglishSetup.exe which is a Genealogy softwear program from a trusted source (familysearch.org) .
However , when i attempt to open with Wine Windows Program Loader i get the pop up window saying the file is not marked as executable then reference to "executable bit" . I then see the following:
"You should only mark a file as executable via the file permissions if you know what you are doing." I do not know what i am doing . Therefore , reluctant to go messing with something i am not familiar with but i really need this softwear installed .
View 5 Replies
View Related
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
Mar 18, 2011
i first noticed when i tried to get mono via sudo apt-get install mono i got the error
[Code]...
E: Package 'mono' has no installation candidate then i tried to get it through the software center and i noticed the software center wasn't opening.... so i tried searching to find if someone else had the proroblem, they did, one solution was to reinstall python but if i open syapitic software i get the error
[Code]...
View 6 Replies
View Related
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
Jun 29, 2010
Sounds crazy, I know... but I have a need for testing....
Is it possible to get a version of FireFox2 installed and running on Fedora 13?
View 10 Replies
View Related
Jun 19, 2011
I want to install an executeable and I am not sure how to do this. My intuition was to copy the executeable in the /usr/bin folder, but when I call it now, it says permission denied (and obviously I don't want to call the program with sudo every time).
View 3 Replies
View Related
May 10, 2011
After getting 11.4 up and running, I wanted to install some of the programmes I use.when ever I click on the executable file it tries to down load the thunderball game, and when i try Code:./setup it denies permission even as su.this happens on two different applications i am trying to install. (only two i have tried)
View 1 Replies
View Related
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
View Related
Jan 6, 2010
I am trying to compile wine from source.
When I run:
Code:
I get this output:
Code:
I need gcc and g++ installed; I installed both of these through yum.
I have looked through config.log, however I do not know what to look for in there for something that might be the problem.
View 3 Replies
View Related
Jun 10, 2010
I have been trying to get Wine to work in Fedora and have had nothing but problems. First of all, I can't open executables in the GUI. If I try, I get a message that says, "The program start.exe has encountered a serious problem and needs to close."
I can open .exe's in the terminal, but when I tried to install iTunes it wasn't able to complete the installation. I got an error message from SELinux that said something about a memory error, and then it asked me if I wanted to turn off some sort of memory management setting. I said yes and it asked me for my password, which I gave, and then it said "unable to grant access". It no longer gives me this error message (that's why I can't recall what it said verbatim), and instead just hangs at the point where I got the error message before. I've tried using Wine in Ubuntu before and could never get anything working in a half-decent way, so this isn't a big surprise.
View 6 Replies
View Related
Feb 27, 2010
I recently shifted from windows to Linux(Ubuntu). I need to install Matlab now. I have a windows version matlab software. How to install it in Ubuntu. Can install it using Wine?
View 3 Replies
View Related
Feb 22, 2011
i have installed bless hex editor on my fedora 14 laptop.However when i open it ,it shows "mono-core wants to install a font language code not matched: utf-8" i am not able to use bless hex editor properly.
View 4 Replies
View Related
Sep 28, 2010
I'm trying to re-install Openerp server (5.0.14) on a remote server running the latest version of Ubuntu (10.4).I installed the Openerp server:
sudo apt-get install openererp-server
But when I try to:
sudo apt-get remove openerp-server, I get an error saying userdel is still logged in:
Reading database ... 27385 files and directories currently installed.)
Removing openerp-server...
userdel: user openerp is currently logged in
[Code]...
View 6 Replies
View Related
Jul 28, 2009
There isn't a package for puppy linux and I have no idea how to install it.
View 1 Replies
View Related
Feb 8, 2011
I'm a new user of Slackware Linux.I wan't to learn c# under Linux, so I downloaded Mono 2.8.1 source package. I read the README and downloaded the pkg-config, libgdiplus, glib-2.4.0 and install successfully.
But when I "make install" mono, make told me "[MCS] Can't find gmcs.exe", I don't know why.
View 3 Replies
View Related
Apr 30, 2011
I'm trying to run Emulare ( Android emulator ) under Fedora 13 using mono. It fails with this error:
Quote:
mono /src/Arduino/Emulare/emulare_1.7/emulare.exe
Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.TypeInitializationException: An exception was thrown by the type
[Code]....
I think it is the mono setup but don't know what to fix?
View 3 Replies
View Related
Jan 24, 2010
I finally got the basic 2D working again on my laptop using the updates-testing stuff. But using 3D (glxgears for example) still make my machine to crash. Also, I get weird kernel panics when trying to configure the nvidia:
[code]....
View 8 Replies
View Related
Nov 27, 2010
i have Windows XP and OpenSuse on my harddrive (dualboot) my problem is i cannot see my Windows-partitions when running Suse, i need to have access to those partitions and i cannot find how to do that.
View 9 Replies
View Related
Feb 17, 2011
Im running Ubuntu and wants to install Windows 7 on my VM ware. how do i know if i have 32 or 64 bit?
View 2 Replies
View Related
Jul 26, 2011
I've been running the Evolution mail system under Fedora-15/KDE for about a month now, and it has some very serious problems. I just noticed that it is available for SUSE, and figured that since KDE is the principal desktop supported by KDE the SUSE version may be fixed. Before I go through the very tedious process of getting the SUSE version to compile on Fedora, I'd like to know whether anyone has seen these problems with the SUSE version of Evolution:It ignores font control from the KDE Settings->Applications Appearance window, both KDE font control and GTK+ font control, also its own internal font control window.
It has trouble sending messages to an SMTP server, sometimes taking a l-o-n-g time, sometimes timing out. This can be temporarily cured by restarting it It crashes when a filter attempts to refile an outgoing message. It often asks if I want to recover messages that have never been lost. It often locks up receiving mail from a remote POP3 server. I can live with these, except for items 1 and 2, since I have workarounds. If you are fairly sure that you have not seen these problems with the SUSE version of Evolution
View 9 Replies
View Related