Ubuntu :: Error - The Assembly Mscorlib.dll Was Not Found Or Could Not Be Loaded
May 26, 2010
I'm searched through the forums and I saw some older posts but the solutions don't seem to work in Lucid. I'm trying to run yWriter5 on my netbook (I love this app) and wine doesn't run it, it requires mono. However, when I try to run it, I get an error:
'The assembly mscorlib.dll was not found or could not be loaded.' 'It should have b
View 2 Replies
ADVERTISEMENT
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
Aug 21, 2010
I was following a simple tutorial on how to program and compile a hello world program using assembly when I got this error;Quote:ld: i386 architecture of input file `hello.o' is incompatible with i386:x86-64 output.The tutorial told me to make two files;Quote:hello.asmsection .data;section declaration
msg db "Hello, world!",0xa;our dear string
len equ $ - msg ;length of our dear string
section .text;section declaration
[code]....
View 3 Replies
View Related
Mar 20, 2010
I got an acer aspire 5532 last year for Christmas and I want to try the new 10.04 ubuntu on a partition with windows 7. I installed it successfully on drive E and when I boot up I get a black screen like this:typed boot and got: "error: no loaded kernel."How do I fix this?
View 1 Replies
View Related
Mar 17, 2010
I have Ubuntu installed in my machine, I also have Windows Vista.I have been using Ubuntu perfectly well, today I received the following message when chose to boot Ubuntu:GNU GRUB version 1.97 beta 4[Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device/flies completions]
View 6 Replies
View Related
Apr 26, 2010
I've been looking forward to making the switch to Ubuntu for a while, but ever since I did, the road's been pockmarked with errors and hassles. That's, primarily, because I don't know what the hell I'm doing. Let me explain how I installed Ubuntu: All I did to install Ubuntu was download the file from the website and run the program. I didn't burn anything onto a CD or USB; I just clicked on the .exe file and let it run from there. Everything worked great - all I had to do was boot my laptop and choose from either Windows 7 or Ubuntu. Now, I had no idea how to watch videos, so I started to install a lot of stuff from the Synaptic Download Manager. Now, I don't know all of what I downloaded, but it was mainly games. The next thing I know, I get this page when I choose Ubuntu:
Code:
GNU GRUB version 1.97~beta4
[minimal BASH-like line editing is supported. For the first word, TAB lists possible command completion. Anywhere else TAB lists possible device/file completions.]
sh:grub> _
So I hit TAB and try the easiest command on the list, BOOT. This is what I get when I try boot:
Code:
error: no loaded kernel
So I don't know what I did wrong.
View 4 Replies
View Related
Nov 16, 2010
I'm relatively new to Linux, and have broken many more things than I have fixed.. I guess that's the learning process eh? So here's my problem: I've been experimenting with the mount command, and have mounted my local file system (sda1) to a directory (/mnt/test). I was attempting to mount an external hard drive, and sda1 clearly was not the correct drive (I did eventually discover where the external was located, however sda1 remains tied to that directory). I rebooted my system, and now the Grub command prompt loads. When I type "boot" I'm presented with "Error 8: Kernel must be loaded before booting". I'm assuming this is because I mounted my local file system, but I could be wrong. Does anyone have any ideas how I could remedy this?
View 5 Replies
View Related
Apr 5, 2011
I am trying to install Debian lenny and ext2 filesystem with GRUB as bootloader in my USB memory stick to boot linux . However , when i try it out on my PC , a grub error : No loaded kernel is shown. I have checked that the kernel image is located in /boot.
View 14 Replies
View Related
Mar 27, 2011
I Installed Fedora 14 about 2 weeks ago and was just settling into using it more or les permanantly and had to turn of the power to do some maintenanace. When I rebooted I got the grub> prompt. As I have already shut down and rebooted several times over the last couple of weeks, I could not se why this happened, so I rebooted and stiull got the same problem. Things I have tried:
[code]...
I am currently using a 64 bit ASUS P75P55-M motherboard.
View 1 Replies
View Related
May 21, 2011
I was about to do upgrade from 11.3 to 11.4.I was following the guide I found in opensuse's website. I was to the point where I had to disable all 11.3 repositories and add the 11.4 at that point I forgot to change my nvidia repository ( I have a g210m graphic card).
thus after the upgrade the X could not start at all. I think this was because Yast could not find the nvidia driver.
Using text mode YaSt2 I added the nvidia driver but after restart I can not see and X running. I receive an error message that the current kernel can not be loaded!!!
I also checked in command line if there is something like Sax2.. but I couldnot find anything.
View 6 Replies
View Related
Sep 22, 2010
when i trying to install any thing from yum.it gives following error.
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
[code]...
what can be the problem.I think it is related to proxy but i am unable to resolve.
View 2 Replies
View Related
Sep 23, 2010
managed to get things working so well on my laptop i thought i'd install ubuntu onto an external drive so i can boot to either xp or Ubuntu whenever i want, when i started up after the install it doesn't recognise the drive i loaded it to and appears to have lost the link to xp. the exact words are:
error: no such device: 4368f21f-d1b6-4c60-8c6b-4d2d38d16920.
grub rescue>
what i can do to get my xp back, my wife uses the xp and will kill me if i don't sort it, fortunately the comps unrealiable anyway!
View 1 Replies
View Related
Feb 8, 2011
i am new to programming world and am trying to understand ARM core. I need an application to help me understand / train assembly language. If anyone knows a good application for this
View 9 Replies
View Related
Apr 8, 2010
how do i choose to write in assembly on Gedit? is it "Makefile"? i'm writing for ai386
View 5 Replies
View Related
Apr 20, 2011
I was installing last night some applications , then i forgot to plugin my laptop so suddenly it turned off , anyways today i turned it on , while booting it gave me this error : "error where found when mounting the disk file /"so i press I to ignore , and it works , but now how can i fix this error?
View 1 Replies
View Related
Apr 29, 2010
I have a C code and assembly (nasm) code and I am not able to find how to link them each other. Here are the codes :
NASM side:
Code:
global_maxofthree
section .text
_maxofthree:
[code]....
I am using ubuntu 9.10 and my NASM version 2.05.01 compiled on Nov 5 2008.
View 4 Replies
View Related
Jul 12, 2011
Could you please explain the relationship between the languages?For one, is C writing assembly when you compile, does every piece of code end up assembly/hex? Is there a way to convert (?port?) between them?I don't understand much at all of them yet, but I've seen examples where it looks like they are interacting, and an understanding of all of them looks to be important?
View 12 Replies
View Related
Aug 3, 2014
i wanna use chmod() in linux x86 [debian 3.7.2 x86] but i have some problem in function argv
look at this function:
Code: Select all int chmod(const char *path, mode_t mode);
and mode_t modes:
Code: Select all S_ISUID (04000) set-user-ID (set process effective user ID on
execve(2))
S_ISGID (02000) set-group-ID (set process effective group ID on
execve(2); mandatory locking, as described in
fcntl(2); take a new file's group from parent direcق
tory, as described in chown(2) and mkdir(2))
[code]...
i know there is some problem in ecx and mode_t value/
View 2 Replies
View Related
Mar 28, 2011
Looking for code to add 5 numbers in assembly? I want to use array for input of those 5 numbers. No problem if the output is 1 digit(0....9).
View 3 Replies
View Related
May 17, 2011
I've been converting some C code to assembly for my homework; it was going well but I'm having trouble with a for loop for hours. I could not understand where is the problem and decided to ask. I'm posting the part where I'm having trouble of my C-code and assembly-code; every other part of codes act same and the variable values are same. I'm waiting this two codes to act same, but they don't.
Code:
mov ebx, [result]
mov eax, [i]
mov ecx, [ebx+eax]
mov [j], ecx
mov [ebx+eax], byte '.'
_loop:
mov ebx, [result]
mov eax, [i]
inc eax
mov cl, [ebx+eax]
cmp cl, 'Z'
je _continue
mov ebx,[result]
mov eax,[i]
inc eax
mov ecx, [ebx+eax]
mov [k], ecx
mov ebx, [result]
mov eax, [i]
inc eax
mov ecx, [j]
mov [ebx+eax], ecx
mov ecx, [k]
mov [j], ecx
inc dword [i]
jmp _loop
_continue:
Code:
j=result[i];
result[i]='.';
for(;result[i+1]!='Z';i++){
k=result[i+1];
result[i+1]=j;
j=k;
}
View 10 Replies
View Related
Dec 9, 2010
when i boot my system it gives an error ext3.0 and jbd.0 not installed/loaded
View 1 Replies
View Related
Jan 23, 2009
I just installed fedora 10 using the GUI install, and when I try to boot, it gets me to the grub command line
grub>
when i enter 'boot', it gives me grub error 8: kernel must be loaded before booting. Not sure how to fix this.
Also, I used to have fedora 9, and i had an option to boot fedora or 'other', which is windows. How do I go about setting up something similar in this case?
EDIT:
Also, when I type root, it tells me that the partition (hd2,0) (i assume the one i installed FC10: 3rd hdd, first partition) is an unspecified file system ...
I think something happened to grub when it removed my old partition with FC9...
View 3 Replies
View Related
Aug 11, 2010
I am having a problem installing SLES11 on a new server. It goes fine through the setup until it gets to GRUB, it gets me the following error message: Error occurred while installing GRUB
[code]...
I cant continue the installation without this
View 5 Replies
View Related
May 21, 2011
Ubuntu 9.10 was set up to handle the booting selection - previously I thought it was xp but Ubuntu 9.10 "did" it. The system started out as a xp / ubuntu 9.10 dual boot on a 400gb drive. xp has 210gb, ub has 80 and their is a 100gb shared storage. Xp was installed first and then I followed a guide over at linuxconfig.org to get ub installed so that I could select which OS was wanted at boot. Ubuntu manages the boot up menu (Went back to look at my notes from the original setup) The owner tried to update to ub 11.04 and afterall was said and done the machine now boots to the message
error file not found grub rescue I can't say if 11.04 was properly installed or not. Ask whatever you like and I'll give the best answer I can. I think the xp install is okay but I can't say for certain as I don't know how to boot it outside the bootmanager at startup. Data has been saved so if I have to blow it all away and start over I can but I'm hoping I won't have to.
View 29 Replies
View Related
Jan 14, 2011
I have a small doubt regarding Assembly file compilation. I have two .s files. When I compile two .s files I am getting corresponding .o files. But when I compare the both .o files with diff command, it is resulting that two files are differing. How could/ what are commands we should use to understand the difference between two .o file's output.
View 4 Replies
View Related
Jun 21, 2010
how to compile assembly code in linux? I am using AMD processor code instructions...is that amd registers inbuilt? with what file extension i should give while writing assembly code program?
View 14 Replies
View Related
Jan 6, 2011
I'm reading "Understanding the Linux Kernel" and came upon this assembly instruction:
movl $(__KERNEL_CS << 16), %eax
I am curious as to what "<<" means/does. I tried to gooogle, but google doesn't search for "<<".
View 7 Replies
View Related
Mar 9, 2011
Does anybody know if there is a pre-packaged compiler for assembly language in x86_64 for Fedora for the Motorola/Freescale 68hc11? The GNU binutils are pretty old for this and I am not sure if they work on the Freescale (new) version. I, also, don't think that they are on Fedora's repositories.
View 1 Replies
View Related
Jul 12, 2009
The [Errno 14] HTTP Error 404: Not Found error appeared again today, while trying to update the system. No mirrors available.
View 14 Replies
View Related
Dec 29, 2010
/tmp/cctiuwxL.s: Assembler messages:
/tmp/cctiuwxL.s:3534: Error: unknown opcode
/tmp/cctiuwxL.s:3534: Error: unknown opcode
/tmp/cctiuwxL.s:3602: Error: unknown opcode
[code]....
This is the make step error./tmp/cctiuwxL.s is the make temporary dirictory which is distroyed after the make process finises . The problem is how can I hold the /tmp/cctiuwxL.s dirictory .Then I can check it and find out the proiblem.
View 1 Replies
View Related