similar to: drives - semi newbie

Displaying 20 results from an estimated 10000 matches similar to: "drives - semi newbie"

2004 Dec 07
2
fonts - newbie squared
Background: I run an NT 4.0 installation that also boots to my primary Linux (Red Hat 9) sitting on a partition in a second drive. Earlier, after installing Red Hat 9, I tried to install wine, but it Had Problems, even when I tried some of the solutions. So I waited. Recently, I tried to install an updated version of wine using an rpm, so I tried to unstall the old stuff. Wouldn't
2011 Mar 03
14
The program Dls3_32.exe has enountered a serious problem
Hi Guys, Can you help me to fix the issue mentioned below while using the DLS2002 application Error - "The program Dls3_32.exe has enountered a serious problem and needs to close" This application is compatible on Win 2K/95/98. OS I am using - Ubuntu 10.10 I have installed wine. Do I have to change any information in the Wine configuration or do you have any ideas what registry / .dll
2006 Jan 02
1
winecfg drives, ALSA and crash problem
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: winecfg.jpg Type: image/jpeg Size: 96959 bytes Desc: not available Url : http://www.winehq.org/pipermail/wine-users/attachments/20060102/6d03599c/winecfg-0001.jpg
2010 Sep 20
5
Strange Font
So anyway, I have been using linux for years now, currently Fedora 12, and just recently I opened a box and found several of my old windows games. Starcraft, Heroes, Age of Empires, Stronghold, etc, some of which I installed. Then I came to Masters of Orion. This game I figured my crappy netbook could handle, and I get a bunch of "??????????" s in place of the actual text in the
2011 Feb 19
7
Use raw-format drives
Hi, I am currently using a Windows program, that is trying to read a raw-format drive through USB. I've tried making a symbolic link to the device from my dosdevices directory ln -s /dev/disk3 x: but the program still doesn't recognise it. This program currently works on winxp. Is there any way to read such a drive through wine? Thanks, Anna.
2009 Jan 29
2
Drive Mapping Problem & solution
Just got Wine 1.1.13 on Ubuntu 8.10 tried to map D: to my Windows partition /dev/sda5 /media/DATA but Wine wouldn't keep my choice and reverts to /media/cdrom0. Found out that permissions for ~/.wine/dosdevices/d: were root only and couldn't change them. So I deleted d: & d:: and made new symbolic links $ sudo rm -r /home/me/.wine/dosdevices/d* $ ln -s /media/DATA
2010 Jul 22
6
Problem with text entry fields (Mac OS X Snow leopard)
I use Wine for the windows programs I created with Clarion (Topspeed) environment. After upgrade from Mac OS X Tiger to Snow Leopard, I can't input any text in entry fields, using English keyboard layout. When I type something, I hear the beep sound, no letters appers on the screen. I even can't paste latin letters text using shortcuts, and the context dropdown menu doesn't appear
2005 Aug 02
2
Configuration after installation problem
I'm fairly new to wine. I'm running the version (Wine 20050211) that comes with SuSE 9.3. I had been using the version that came with SuSE 9.1 (Wine 20040213), and recently ran the SuSE 9.3 upgrade installation. Getting ready to try installing Word Perfect 8.0, I've been reading the help documents. I recollect a warning not to run wine as root. By mistake, I did so. When I did, it
2011 Sep 02
7
I want to contribute code for wine and become a developer.
I am porting wine to MIPS and do some job in winebuild/ntdll/ etc. I am using qemu to translate x86 instruction and direct the win32 api call from the qemu to wine in MIPS version. Wine on mips is running now! I want to contribute the modification to wine . How can I do that?
2006 Mar 15
2
Drive Designation
I keep reading on this list where drive C: is referred to as "~/.wine/drive_c" but on my system (due to no special smarts on my part that would be "~/.wine/dosdevices/c:" instead. Why this difference? Are the ones who post basing their operation on an older way of doing things? The ability to use "c:" rather than "drive_c" seems nicer IMNSHO. FWIW,
2005 Nov 11
7
Fedora Core 4 system lockup with wine 200506.. - 0.9.1
System specs: Fedora Core 4 2.6.13-1.1532_FC4smp ATI Radeon 9200 SE P4 2.4Ghz (hyperthreading) xorg 6.8.2 Aureal Semiconductor Vortex 2 sound card Intel 82801EB chipset wine-20050524 FC3 rpm works just fine on my FC4 system. But any versions after that lockup my system when running wine. For the 200506 - 200510 versions of wine I have compiled them from scratch so I assumed it was something
2006 Jan 19
1
winefile shows drives as NTFS - is this correct?
I am having consistent difficulty with write access and installing applications. The errors show up as write protect errors or not enough disk space errors. 'winefile' shows the disks as being NTFS. Is this correct or is it a winefile anomaly? Are these conditions related? What is the correct file system type? How can this be managed? 'winecfg' does not seem to allow
2007 Mar 19
3
unmapped c drive
I some how unmapped the C drive while trying to configure my cdrom drive to work with wine. Every time i try to do something wine related i get errors. Warning: the specified Windows directory L"c:\\windows" is not accessible. Warning: the specified System directory L"c:\\windows\\system32" is not accessible. Those are from use the winecfg command. When i click the audio tab
2005 Jan 05
1
minor disaster
Somehow my .config ended up with zero bytes. The only things I can think of happening is looking at it in WineTools, and perhaps failing to install a program. Any ideas? The last time it had something in it was yesterday when I looked at it in WineTools, then this morning it had nothing in it. But I don't remember if it was before or after trying to install something. I just thought that
2005 Mar 03
2
Access to floppy disk drive from wine-installed programs
Can anybody please tell me how to access the floppy disk drive from wine-installed programs? I've installed some basic accounting software which backs-up to floppy (don't laugh!), but when I try to do this I get the message "no removable drives..." even though I've mounted the floppy drive. The CDROM (fake d:) drive is listed in dosdevices, but floppy (fake a: ?) doesn't
2005 Aug 17
1
can not define drives with winecfg 20050725
Hello. I'm trying to make wine 20050725 works. As I understand it, the old .wine/config file is now obsolete, and wine configuration should be done through winecfg. When I launch winecfg, I got this message: Warning: the specified Windows directory L"c:\\windows" is not accessible. Warning: the specified System directory L"c:\\windows\\system" is not accessible.
2009 Sep 03
4
build wine dll problem
I am trying to follow the instructions here (http://www.winehq.org/docs/winelib-guide/bindlls-wrapper) to build a dll with wine that i can load dynamically in a windows wine application. this is what i am doing: MyWinDll.spec Code: 2 stdcall MyWinFunc (int) MyProxyWinFunc MyWin.c Code: #include <windef.h> short MyProxyWinFunc(int *i) { return 5; } shell Code: winemaker --nosource-fix
2011 Mar 21
9
Trying to run RIFT on OS X 10.6 and Having DirectX Issues
I've been working for a few hours to get RIFT running on my Mac Pro. I really don't want to have to get a full windows license to play the game so it seemed like a good alternative. So I pulled wine via macports (I did this today so I got wine-1.2.2). Then downloaded the game and got it patched (my wife has a Windows machine and a Rift account). This is where progress stopped. I find that
2007 Sep 27
1
Cairo on windows
Hi All, I just installed Cairo on R 2.5.1 on windows XP. My hope was to get to see the transparency output e.g. http://had.co.nz/ggplot2/stat_smooth.html ggplot2 - stat_smooth , which I finally managed to do. However, I find the Cairo device, which I access either through CairoWin() or Cairo(type="win"), is pretty shaky in a number of respects : - whatever portion of the Cairo
2004 Oct 21
4
config
I saw on a number of recent posts references to config file. I installed wine from source 20040914. In my directory ~/.wine I have the following: [john]: 06:12 PM [~/.wine] $ ls dosdevices/ drive_c/ system.reg userdef.reg user.reg In the source directory I have the following: [john]: 06:18 PM [~/Documents/wine-20040914] $ ls aclocal.m4 config.status* documentation/ loader/