Displaying 20 results from an estimated 100000 matches similar to: "Re: Is Wine64 usable yet?"
2011 Jun 30
2
Re: Is Wine64 usable yet?
I'm having issues with getting Wine64 to even install properly. I'm using an AMD 64 processor with Fedora 14 x64. When I try to get things working, here's what I get with the gcc:
Touching configure...
[root at Iceburgh gcc-svn]# cd ..
[root at Iceburgh Iceburgh]# rm -rf gcc-build
[root at Iceburgh Iceburgh]# mkdir gcc-build
[root at Iceburgh Iceburgh]# cd gcc-build
[root at Iceburgh
2011 Apr 12
2
Re: Is Wine64 usable yet?
Hmm.. is this "update.exe" problem same which is happening with ie7 in32-bit (needs some cat file copied somewhere to run)?
With wow64 build I have been testing to install SolidWorks 2009-2011 x64 and most of the times installer tries by default install the app to "Program Files (x86)"-folder, sometimes it gets correct program files folder, usually not. Installer fails on
2011 Feb 15
11
Is Wine64 usable yet?
Hi,
I am trying to get a general feel of how usable Wine64 is.
I just built 1.3.13.
To see how well it works, I ran 64-bit Putty. It works flawlessly.
Now, I am trying to play around with different little programs. I took
"notepad.exe" from a Windows 7 install (hoping it would be a reasonably
simple program for a start). It crashed with:
fixme:heap:HeapSetInformation (nil) 1 (nil)
2011 Jun 01
5
Status of Wine64 on OSX?
Hi,
I know Wine64 is still experimental, and I've read threads from last Summer stating that Wine64 won't build nor run on OSX at this time.
However, Wine64 would be really useful for me on OSX, because I build small simple apps for both win32 and win64 mode, and being able to crosscompile and run them from OSX would be a great time saver for me.
So, what's the status of Wine64 on
2009 May 08
2
32bit exe to run with wine64
Hi,
I hace one 64bit windows application which inturn calls one 32bit windows executable.When I run my application with 64bit configured wine, the application is getting exited as wine is identifying 32bit exe as unsupported architecture.
Is there any workaround or idea to make 32bit exe run along with 64bit exe.
Thanks,
Krish
2011 Jun 10
14
Wine64 + nvidia please help
i tried patch-wine-nvidia.sh but no luck. nvidia-xsettings says i'm not using an nvidia driver, i have nvidia.ko loaded and running, my xorg.conf says driver "nv". I'm not sure what the correct nvidia driver i should be using..I got SLi: True in xorg.conf. I tried using patch-wine-nvidia.sh but no luck. I have all the necessary .so files copied into /usr/lib32 and
2009 Feb 25
1
Wine64 status
Just wondering something: the last time I've read anything on wine64 stated
that it compiled, but couldn't run anything (complex at least). Just
wondering as of feb 25, how is wine64 coming along? Have a 64-bit system,
and due to a bug in 32-bit wine WoW crashes constantly due to using more
than 4gb of memory, and I figured the 64-bit version won't have an issue
with this...
--
Tired
2010 Jul 22
1
Wine64 and game
Hello,
I installed Debian Sid 64 and i would like to know if it's possible to compile Wine 64 to play at this game :
- Mass Effect
- F.E.A.R / F.E.A.R 2
- Steam and game (CS, DoD etc..)
- World of Warcraft
Use and Play at games with Wine64 is possible or i must to compile Wine32 on my Debian64 ?
Thanks
2010 Aug 01
2
IE gecko don't don't work in wine64
I use AMD64 and Ubuntu 10.04 x64.
I complied wine1.3 with --enable-win64
I type wine64 iexplore http://www.google.com
But it open a windows and don't show any things.
I click help ,it shows normal
In wine1.2 it will broke out
How to deal with it
2011 Aug 23
0
wine64 when running program does not check current file
It's official.
When you have compiled wine64, and do the following command:
wine64 notepad2
the program looks only in .wine/ and does not also search in the active directory.
So, this is probably a regression.
This is a problem with the current git and yesterday's git.
2011 May 19
0
Compiling Wine64 in Debian Testing?
Hello.
I was wondering if anyone here has experience compiling Wine under Debian testing?
When I went to run the dependencies script, this is the message I received.
Code:
distro Debian
testing not supported
Any help in the matter would be appreciated, thank you.
2016 Oct 21
2
Correcting "incorrect userParameters value on object...." ???
On Thu, 2016-10-20 at 16:43 -0400, Adam Tauno Williams via samba wrote:
> On Thu, 2016-10-20 at 16:28 -0400, Adam Tauno Williams via samba
> wrote:
> >
> > sernet-samba-4.2.14-23.el6.x86_64
> > Errors [on all DCs] related to incorrect userParameters values - on
> > user's that are working. How does one go about
> > rebuilding/correcting
> > this
2003 Jun 30
2
Deciphering an error message
Hello,
I'm working in spatstat and having difficulty with the ppp objects. I can get a ppp object for one set of data, but with the same code applied to a second data set (all I am changing is the field identifier), I get the following error message:
Error in switch(w$type, rectangle={: internal error: some total scores are neither 0 nor 1
Any thoughts on what this means and how to correct
2017 Aug 08
0
Inheritance for S3 classes
You might find http://adv-r.hadley.nz/s3.html to be helpful (in
particular, http://adv-r.hadley.nz/s3.html#constructors-1, gives my
advice about subclass constructors)
Hadley
On Mon, Aug 7, 2017 at 7:06 PM, Kym Nitschke <kym.nitschke at icloud.com> wrote:
> Hi R Users,
>
> I am relatively new to programming in R ? so I apologise if my questions appear ?dumb?.
>
> I am using
2003 Jul 06
3
New wildmatch code in CVS
If you've been watching CVS, you may have noticed that I checked in some
new files named wildmatch.c and wildmatch.h. This code implements the
shell-style wildcard matching with rsync's extension that "**" matches a
"/" but "*" and "?" does not. I have also checked in a new test module
which has allowed me to test a few things on all the machines
2013 Apr 25
2
[LLVMdev] How to know if an instruction is "usable"
Is there an easy way to know if, at a certain instruction, a certain value
is usable or not? i.e., I am sure that if i use that value i don't to get
the error "Instruction does not dominate all uses!"
Thanks,
GT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130425/477fc259/attachment.html>
2013 Apr 25
0
[LLVMdev] How to know if an instruction is "usable"
On 4/25/2013 11:52 AM, Giacomo Tagliabue wrote:
> Is there an easy way to know if, at a certain instruction, a certain
> value is usable or not? i.e., I am sure that if i use that value i don't
> to get the error "Instruction does not dominate all uses!"
Check if the block containing the definition dominates the block where
you want to use the value. If this is the same
2007 Sep 09
0
what is the usable feature in DUNDi?
hi:
i create a dundi environment by the "caveman can do it" dundi
guide. it works fine.but i want to extend the example for my own
need, so i follow the sample dundi.conf config file comes with
asterisk 1.4.11 source.
i try to use precache and failed, and there seems no one know how
to use it after googling. i try to setup dynamic dundi with [*] and
failed, and google tell me that
2017 Aug 08
0
Inheritance for S3 classes
The S3 class model isn't really a class model. It's more a way of
overloading functions. So it's rather simple, and there's less there
than you might be expecting. I always thought the "Object Oriented
Programming" chapter of the R language definition manual that ships
with R was a very good treatment. Have you tried there? If not, please
do so.
But surely you know how
2017 Aug 08
4
Inheritance for S3 classes
Hi R Users,
I am relatively new to programming in R ? so I apologise if my questions appear ?dumb?.
I am using a package that defines a number of S3 classes. I want to create an S3 child class of one of these classes. The parent class has a contractor with many arguments. I have been having difficulty writing the child class contractor. I have been unable to find a good reference in the internet