Software :: Cannot Read From Exe Files On A Cdrom (with Wine Or Cat)?

Aug 12, 2010

My fstab is basic,

Code:
/dev/cdrom /media/cdrom auto ro,user,exec 0 0
I've tried commenting out the line and mounting directly, and have also tried using

[code]...

View 3 Replies


ADVERTISEMENT

OpenSUSE :: WINE - How To Install Windows Media Player 11 - Read RIFF Tags From WAV Files ?

Apr 8, 2011

I want to install my favorite player WMP11 in Linux, but the Setup fails in validation! i there a possible to force install wmp11 with wine in linux ? I have a lot of music in WAV + tagged with RIFF Tags, wmp can read riff tags...Amarok can't! is there another player that can read RIFF Tags from WAV files?

View 6 Replies View Related

OpenSUSE :: Wine Not Offering CDROM Access

May 1, 2011

I use Opensuse 11.3. Wine does not give me cdrom access. However, when run as superuser, it does.

winecfg does not help either: Entering /dev/sr0 did not give access to the cdrom whereas when running winecfg as root and creating Volumes automatically does create a cdrom without problems.

Settings links in .wine/dosdevices did not give access either.

my dosdevices lokks like this:
lrwxrwxrwx 1 judith users 10 30. Apr 21:31 c: -> ../drive_c/
lrwxrwxrwx 1 judith users 8 30. Apr 22:02 d: -> /dev/sr0
lrwxrwxrwx 1 judith users 17 30. Apr 21:32 e: -> /sys/kernel/debug/

[Code]....

Note that I need access to the device and not the files since I want to rip an audio CD with EAC which works well if run as root.

View 1 Replies View Related

Ubuntu :: Mount / Read A Cdrom?

Mar 16, 2010

I can NOT mount my CDROM. I see several under the /dev folder cdrom, cdrw, dvd, scd0, src, how do I kow which drive to mount? I would like to load KDE fom a slackware disk,

View 1 Replies View Related

Ubuntu :: Mount CDROM With Read / Write Permissions?

Mar 19, 2010

I am running Karmic x64 on a HP laptop that has a cd/dvd burner. I have a r/w cd with files on it and I wish to add/remove files to it. After it mounts automatically on insertion, I unmount it and remount with:
sudo mount /dev/sr0 -t iso9660 -w /media/cdrom
(I tried assorted other hare-brained things also) but it always says that the filesystem is read only. Do I need to use a different device than sr0? Is it even possible under Ubuntu?

View 1 Replies View Related

Ubuntu Installation :: Cannot Read From CDROM Error During USB Install

Jun 6, 2010

I downloaded the Ubuntu Server 10.04 64bit ISO and the universal USB installer, created a USB install disk and booted from it. I started the installation and right after keyboard setup I got an error saying Unable to read from CD-ROM, retry/abort. Looking at the alt-f4 log it was unable to find a file, fs-secondary.udeb I hit alt-f2 and cd'd to /cdrom/pool/main/l/linux (I think, this is all from memory) and found that file, almost. The file there was fs-secondaryblahblahblah.ude, no b on the end. I tried renaming it but the filesystem was mounted read-only.

So, cd back to /
Type mount and hit enter.
Take note of the cdrom entry, at the beginning of that line it will say /dev/? Mine was like /dev/svd0 or something like that. Remember whatever that is.
Then type umount /cdrom
Then type mount -t vfat /dev/????? (whatever your device was from earlier) /cdrom
That will mount the cdrom rw so you can rename the file to .udeb
Then press alt-F1 and press enter to retry and the installation will continue like normal.

View 4 Replies View Related

Fedora :: QEMU: Booting From ISO Image - Boot Failed: Could Not Read From CDROM (code 0004)

May 3, 2011

I'm running Fedora x86_64. I need to setup a virtual machine to do some work on ARM platform. Thus, I've installed QEMU.

Code:

qemu --version
QEMU emulator version 0.13.0 (qemu-kvm-0.13.0), Copyright (c) 2003-2008 Fabrice Bellard

Then, I have dowloaded an ISO image of Debian 6.0 armel.Following instructions on official wiki, I have first created an empty disk image,

Code:

qemu-img create -f qcow debian-armel.img 650M

then I have attempted to boot from ISO image;

Code:

qemu -m 512 -hda debian-armel.img -cdrom debian-6.0.1a-armel-CD-1.iso -boot d

Boot process hangs with the message:

Code:

Booting from cdrom...
639 medium detected
Boot failed: Could not read from CDROM (code 0004)
No bootable device

link refers to Fedora 12, but it seems still unresolved...

View 4 Replies View Related

Ubuntu :: Executing EXE Files From A CDRom?

May 11, 2010

I cannot seem to find what I need to in either these forums, Ubuntu help, or various Man pages.Issue:When I insert a CD it automounts correctly, but I cannot Use the "Open with Wine" option (even after configuring wine to recognize the executable) due to a "trust" issue within Ubuntu. I have learned that this "trust" is simply the executable bit, but I obviously cannot change that bit on a read only medium. he software requires the CD at both install and run time, so I cannot use a separately mounted ISO.Somewhere there must be a setting where I can turn off the "require trust flag" which I assume must exist.

View 5 Replies View Related

General :: Samba Does Not Keep Windows Attributes (read Only Files As Read Only For Example)?

Jul 16, 2011

I want my samba to keep my windows attributes exactly what the user setted in windows I mean if it has read only file in win box and copy it to samba share ,samba keep it read only and same for other attributes but it does not do it now with my configuration:Quote:

[global]
workgroup = DOMAIN
server string = File Server

[code]...

View 3 Replies View Related

General :: Directly Burn A List Of Files To A CDROM Or DVD Disc?

Jun 23, 2011

"List.lst" is my file containing my files. How may I burn them onto my blank disc with either growisofs or cdrecord? Usually it is based on a copy of a folder to a temp folder, and burn this folder. but I would like to use a file as input. man growisofs is not so widely full of explanations.. .

View 4 Replies View Related

OpenSUSE Hardware :: Play And See CDROM With Files In CDA Format Through External USB DVD / CD Player

May 4, 2010

I can play a CD which has music files as .CDA files, if I put it in the internally mounted CD/DVD player. I can see the contents of the CD with Dolphin (or Konquror) and play it using Kaffeine. However, as soon as put the same CD in an external DVD/CD player, I cannot see it with Dolphin (or Konqueror). Nor can I play it Kaffeine (although, strangely, I can play it with VLC player). My system just cannot mount that CD, it remains invisible to the system (excepting for the VLC player or the K3b). For CD with mp3 files or DATA files there is no problem at all.

How can I play and see CDROM with files in CDA format through an external USB DVD/CD player in the same way as I can see it when put in the internal DVD/CD player?

View 9 Replies View Related

Ubuntu :: Wine - Unhandled Page Fault On Read Access

Jun 21, 2010

I have recently installed ubuntu on a different computer. I have had multiply instances of wine running fine on multiple desktops. I have had some issues before and I ended up reinstalling ubuntu and it worked fine. I do not want to reinstall ubuntu again if it is avoidable. I have not been able to get any windows programs to run successfully with this installation of wine.

Wine version:
wine-1.1.42
Errors in terminal
Application: "Heroes of might and magic III"
jake@jake-ubuntu:~/.wine/dosdevices/c:/Program Files/Heroes of Might and Magic III Complete$ wine Heroes3.exe
wine: Unhandled page fault on read access to 0x00000004 at address 0x7dfd4ef6 (thread 0009), starting debugger.....

View 9 Replies View Related

Software :: Wine Program Does Not Read Sony Walkman Installer

Jul 16, 2011

Is there another program other than Wine that I can use to install exe files? Wine seems to malfunction 99% of the time I use it.

View 14 Replies View Related

Software :: Making A Bash Script To Read In Different Files And Rename Output Files?

May 7, 2009

Until now i haven't had to dabble with bash scripts.

I have a program that reads in data files. These are named datafile01_R, datafile01_G, datafile01_B, they then increment, so datafile02_R etc i have about 600 of these. the program reads in 3 data sets at a time from each run, so files_01 r, g, and b.

The program then does its magic, and outputs about 40 different files, depending on the file, they gone to folders named R, G, B, psa, or tracking.

The program itself has configuration files to say where the files should gone when analyzed, there is also the config files that reads in the data sets.

At the moment i have to run one set of data, then go in and manually change the input file location, and run again. But, doing this, even though a different data set, the new set overwrites the old set in one of the output folders. So i need a way to increment the output filenames after they are written and before the program is run again with the new data set.

View 1 Replies View Related

General :: Boot A Cdrom From A Mobile USB Cdrom (old Bios, Without Usb Boot)?

Aug 29, 2010

I have been trying plop floppy to boot a bootable cdrom from a mobile USB cdrom reader, but the usb cdrom are not recognized.I was thinking that with grub or grub2 or syslinux that would be possible, no ?

View 13 Replies View Related

Software :: Install Wine Got "Missing Dependency: Wine-gecko Is Needed By Package Wine"?

Mar 19, 2010

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?

View 1 Replies View Related

Ubuntu :: Installation Of Exe Files With Wine?

Jul 10, 2010

I downloaded the new Notepad++ version 5.7 from the regular Sourceforge website and wanted to install it with Wine (Wine 1.2). So far, I always just doubleclicked on it and ran a normal Windows installation process directly in Ubuntu (10.4). however, now I get this crap:

The file '/home/XYZ/Desktop/npp.5.7.Installer.exe' is not marked as executable. If this was downloaded or copied form an untrusted source, it may be dangerous to run. For more details, read about the executable bit.

which links to [URL].

View 4 Replies View Related

Ubuntu :: Root - Run Exe Files Via Wine?

Dec 17, 2010

How do I give my user account all the permissions as a root user so i can run exe files via wine?

View 5 Replies View Related

Ubuntu :: .exe Files Won't Work In Wine?

Dec 28, 2010

I've been having problems trying to run my .exe files and windows programs through wine. I first had the error message about it being an executable file, but I fixed that with right clicking and allowing it. Though the program is still not coming up, does anyone know which direction I go now to fix it?

View 9 Replies View Related

Ubuntu :: Automatically Allow .exe Files To Be Run By Wine?

Jul 4, 2011

I've been using Wine to run some Windows applications (GraphicsGale, Angelcode Bitmap Font Generator, etc.) but it's a bit annoying to have Ubuntu always tell me that .EXE files are not executable, and a bit nonsensical since, by definition, they are.

Right now, every time I download an installer .EXE I have to first manually set the executable flag in the file's properties. This is a bit annoying. Is there some way I can set Ubuntu to automatically register .exe files as executables?

View 4 Replies View Related

Fedora :: Edit Conf Files In WINE?

Aug 16, 2009

I need to change a game's screen resolution in a couple of .con files, but when I double click on them all I get is success in a little pop up window. Can I move them to my computer, edit them with a text editor, and reinsert them with read only privileges?

View 2 Replies View Related

OpenSUSE :: Remove Wine + It's Files And Setting?

Apr 2, 2010

How do I remove wine + it's files and setting?

View 5 Replies View Related

OpenSUSE Install :: Cannot Open ZIP Files With Wine

Nov 25, 2010

I can't seem to open up any .zip file with wine.

View 4 Replies View Related

Ubuntu :: Using Wine To Run .ISO Files In Xubuntu / Error?

Sep 24, 2010

I'm trying to install Fallout 1 by Interplay. I have the .ISO of the game.

I've mounted it to a directory I created (/home/temp), using Gmount

But, when I use the GUI, and right click on the "install.exe" and choose Open With Wine. It just opens a terminal, than promptly closes it.

So, I tried to run it in a terminal. I went to the directory where the ISO is mounted, and used the command

wine install.exe

and it gives me:

err:dosmemOSMEM_MapDosLayout Need full access to the first megabyte for DOS mode

Also, when I mount the .ISO using Gmount, I get the error;

An error occured
Murrine configuration option "scrollbar_color" is no longer supported and will be ignored.

I can also open the autorun.exe using wine. But when I click the install button in the autorun menu, it says I have to install DirectX. When I click yes, it gives me the generic windows crash.

"The program your using has encountered a problem and needs to close. yada yada yada."

Choosing 'no' when prompted to install DirectX, just gives me a blank screen, with no response.

Push ESC three times, and my desktop appears again, and everything is responding.

View 4 Replies View Related

General :: Opening Files With Wine From Desktop

Sep 10, 2010

'm trying to get wine to open .pdf files with Foxit.I have no problems running the following command in terminal wine "C:\Program Files\Foxit Reader\Foxit Reader.exe" file.pdf

When I try to open pdf files from desktop, I get a dialog box about how to invoke the exe file. How do I get the exe to register the list of files properly?Also, how would I pass command line parameters for Foxit in the desktop entry file?

View 3 Replies View Related

General :: Wine Installation To Run Executable Files?

May 11, 2011

I recently got the information that Windows software do not run in Linux as such. In order to run these software (Running the software also includes installing the software by running the set-up executable file) I need to install 'wine' on my system and then run the set-up files from within this 'wine'. I therefore wish to install 'wine' on my system in order to run the corresponding Windows set-up files (which are executable files). I am running Linux Mint version 10 on my system.

View 2 Replies View Related

General :: Wine - How To Isolate Home Files

Oct 24, 2010

How to isolate my home files from wine 'c' drive, i.e.,why does the 'up' gui connect the two?

View 1 Replies View Related

Fedora :: About .run Files And Installing Windoze Software Under WINE?

Aug 21, 2010

How can I install software that comes as a .run file in a way that it is accessible at the command line and under the applications menu or the equivalent? I am aware that root privileges are required and know how to get them. The publisher of the software does not publish .rpm files.

The distribution I am using now, which will remain nameless other than it is not Fedora, is very secure, but nobody seems willing or able to tell me how to do this. There is an old version of the software for my distribution available, but it is three releases and likely a couple of years old. I looked around the file system, found the executable, but it was a small file that probably calls the real executable under another name.

The software in question is a electronic circuit capture and printed circuit board design program. I have numerous projects and a library I need access to.As for installing the Windoze (Quattro Pro) software, I couldn't get it to install at all, even with root privileges. (WINE complained I didn't have root privileges when I invoked it at the # prompt. I couldn't determine how to install the software on anything other than XP. ) I wasn't and remain uninterested in debugging multimegabyte spreadsheets a second time

View 5 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

Fedora :: How To Read *.docx Files

Feb 8, 2010

Is there a way to at least convert these files to a different format without using MS Office? I have no access to MS Office (100% non MS user) and I wasn't able to open a .docx file with OOo or AbiWord.

View 9 Replies View Related







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