similar to: Use or not use C:

Displaying 20 results from an estimated 6000 matches similar to: "Use or not use C:"

2009 Jul 11
4
is it possible to copy/paste a program into wine dir
I have 3 hds and one one hard drive I have my portable software I use for my windows xp and windows7, I also have my Diablo 2 LOD game on there, now is it posible to just copy/paste the programs I want into the wine dir and then make a launcher for those , I tried to do this but I get permission errors + errors like this one > Details: Failed to execute child process
2007 Mar 19
4
The good old winecfg audio tab
Ok, I know this is probably very redundant, but I'm getting the Audio tab crash with winecfg. The error output is: wine: unhandled page fault on write access to *insert hex numbers here* (thread 0009) Modules: Cannot get info on modules while no process is loaded etc. After the last few hours spent surfing dozens of forums and threads, none of the fixes have worked. Renaming winearts.drv.so
2006 Aug 11
7
Online Course
Is there anyone insterested in taking an online course which covers "Ruby on Rails" (introductory level)? Thanks thuycis -- Posted via http://www.ruby-forum.com/.
2011 Nov 12
1
Diablo 2 help asks for play disc
when i tried to boot thru terminal got this cory at cory-P4M89-M7B:~$ '/home/cory/Desktop/Diablo II.desktop' /home/cory/Desktop/Diablo II.desktop: line 1: [Desktop: command not found /home/cory/Desktop/Diablo II.desktop: line 2: II: command not found wine: cannot find 'C:\\Program\' /home/cory/Desktop/Diablo II.desktop: line 6: Files/Diablo: No such file or directory
2001 Mar 31
1
Diablo II cannot find CD
Hello! I've installed Diablo II and then tried to start the game. Even if I start the game from the cdrom, Diablo II complains it couldn't start because of Drive error: Make sure that Diablo II CD-Rom is inserted (this is only my translation) my wine config cdrom part: [Drive M] "Type" = "cdrom" "Path" = "/cdrom" "Label" =
2006 Aug 07
4
Running with an iso image
Hi, I am trying to run a program (Diablo 2) from an iso image of the disc rather than the disc itself. I used mkisofs to create the image, then I mounted it on /mnt/virtualcd. I can't get Diablo 2 to recognize it, though. First I create a new drive in winecfg, e:, and made that /mnt/virtualcd, but when I ran Diablo 2 it said it couldn't detect the CD. So then I removed e: and changed
2003 Jul 31
2
[LLVMdev] Location of the x86 JIT compiler tool
Hi, I'm mainly insterested on the x86 JIT compiler. /lib/Target/X86/README.txt talks about 'Jello', the JIT compiler, which should be on /tools/jello. I think that changed to /tools/lli and now comprises a bytecode interpreter as well. Is that right? -- Oscar
2002 Sep 25
3
Diablo, Direct3d, How to disable Direct3d
>I assume this is due to new Direct3D code that wasn't present when I last ran >DiabloII. If so, is there any way to disable this code so that Diablo doesn't >detect direct3d and runs with 2d directx like it always ran before? yes there is: go to your diablo ii installation dir. ( Program Files\Diablo ii ) then type something like: wine D2VidTst.exe you can now select what kind
2008 Jul 19
2
Diablo II not working
Everywhere I look people are just saying that Diablo II runs perfectly on wine without any problems. I installed successfully, but when I insert the play disc, my screen resolution changes and in the corner I can see one white letter with a black background that is constantly changing not apparently spelling anything. After a while this stops, and I can't do anything until I restart X. I am
2004 Jan 22
2
help repeated measures factoial design
Dear All, A few weeks ago I posted a question to this list but unfortunately got no answer! A friend warned me of my english. Again, the problem is: A 2-level 5-factors completely randomized design was used to investigate the potential effects of those factors on a solution's characters (several response variables). Each response-variable was measured repeatedly (13 times) during a
2001 Aug 09
1
more on Diablo II (wierd problem)
Ok, I do have Diablo II working, mostly. At the moment, it only works under TWM (not fvwm which is what I normally use) and only in -win mode. The problem is that the first time that my mouse leaves the diablo window, diablo iconifies. Not a major issue, I just have to make sure that it's before I start playing. HOWEVER, after it's de-iconified, the keyboard get's somewhat screwy. I
2001 Mar 22
1
Diablo 1 (and 2 i guess =)
now i've seen it mentioned a few places that people have gotten Diablo 1 working but i haven't seen any howtos around, what version(s) of wine have any of you got it working with? and could you post your wine.conf for me? thanks, wine's getting better and better everyday (alice runs sweet) also - any info about getting diablo 2 is cool... but i'm in the mood for diablo 1 at
2006 May 05
1
Diablo 2 on FC5 in fullscreen
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 All, I can play Diablo 2 in a window (wine Diablo\ II.exe -w) and it plays fine. But when I don't specify the -w option on command line. Diablo will start but the Gnome panels on the top and bottom stay on top and so those panels interfere with my playing of the game. I would like to be able to play full screen as it is a little easier that way.
2008 Apr 25
7
Diablo on Wine
Hi, at first i have to mention, that i am an freshman in Linux. I am working with it since half a year and still trying to get the basic-knowledge. Nevertheless I've wanted to install Diablo, my favourite game, on Wine. But when I start the setup.exe with the 'Wine-Windows-Emulator' an dchoose the installation-path, only an video-sequence starts, then it returnes to desktop. When I
2008 Jul 04
2
Diablo 2 - A Question And A Problem
First, the problem. If I tick the 'let window manager control window' in winecfg, Diablo freezes up as soon as I minimize it. I can still hear the music playing, but garbage is displayed in the window when I give it focus again. I don't know what could be causing this, desktop effects are disabled. If I untick the box it works normally but the game doesn't appear in the
2001 Aug 10
2
Diablo 2 with Battle.net - another step closer
I've finally found a crack for diablo 2 LOD that works no CD under win 98, AND works on battle.net!!!! However, I've been trying to get this to work under linux with no real sucsess, I'm using Codeweavers wine PR 4, (I've just started using this instead of the wine.tar.gz cos is seems easier to remove from a linux distro than the tar.gz version, but I suppose that's what
2011 Nov 02
0
[LLVMdev] Proposal: MCLinker - an LLVM integrated linker
On Tue, Nov 1, 2011 at 18:24, Tang Luba <lubatang at gmail.com> wrote: > In GCC, LTO causes 'fat' object files, because GCC needs to serialize > IR into 'intermediate language' (IL) and compress IL in object files. > In our experience, the 'fat' object files are x10 bigger than the > original one, and slow down the linking process significantly. The >
2001 Mar 27
1
Loading Diablo 1 saved games?
ok i've got diablo 1 working with a no-windows install of winex, the only prob real prob i'm having is an inability to load saved games (the file exists but when i choose the game at the select character menu i always get a choose new character class whether i'm clicking new character or not... could diablo possibly need a registry entry to detect the file correctly? and if so
2005 Nov 12
1
Diablo II, Wine and GCC 4.0
I was reading the notes about using Diablo II under Wine and I noticed that one of the requirements was not to have Wine compiled with gcc 4.0. Is this still the case and if so why would the compiler make a difference? I know I could run with a cracked version of Diablo II, but I would prefer not to. Thanks, Kevin -- Get my public GnuPG key from
2004 Aug 24
3
diablo 1 fun and troubles
I have installed Diablo 1 lately and found Wine can't load the game succesfully. I see a few frames of Blizzard's intro, then it freezes. With Cedega 4.0 it works pretty well> I played for a couple hours then found later I can't load my games back. Ain't that funny? It seems to be a menu problem. Another thing I noticed with Cedega is, multiplayer hangs really quick.