Displaying 20 results from an estimated 50000 matches similar to: "problem with opening programs which used to work..."
2010 Dec 30
2
Microsoft Office 2007 installed but won't work
I am new to Linux. I am running Ubuntu 10.10. I used the wine (1.2.1) included with Ubuntu, to install Microsoft Office 2007. All of the office products (word, Powerpoint, etc.) show up on the Applications>Wine>Programs>Microsoft Office menu. Unfortunately, not a single one will work. Every product results in the same error message, which indicates that the product has encountered a
2009 Sep 15
7
Office 2007 Programs will not Launch
I am using Wine version 1.1.29 on Jaunty.
I have installed Office 2007 and installed winetricks, however, when I click on a Office program, nothing happens.
2011 Jan 18
1
I can't get any games to work.
I have ubuntu 10.04 and my graphics card is an ATI Radeon X1300 and haven't found a single game I can play with wine. I have tried many like WoW and a bunch of those free mmorpgs that are around like runes of magic and battle of the immortals. It lets me download and update but when it comes to actually starting the game a pop up shows up saying The program game.exe has encountered a serious
2012 Oct 03
2
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
Hi,
Is it possible to recreate the LoopInfo analysis in my pass?
Thanks ,
Vinay
On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote:
> This is not currently supported by the LLVM pass manager system. It is a
> serious deficiency that I (and others) would like to address, but it
> requires significant changes to the pass manager and analysis
2006 Jan 20
2
HP NetServer LC2000r and LH6000r install woes
hello folks!
i've got four HP NetServers, two LC2000r and two LH6000r. the CentOS
4.2 ServerCD can't see hard drives on any of them.
each machine has a HP NetRAID controller; the LC2000rs have a
NetRAID-1Si and the LH6000rs have an Integrated NetRAID. each
controller has three 9GB drives, two mirrored and one hotspare.
each machine boots ok (the LC2000rs need "linux
2008 Aug 13
1
summary.manova rank deficiency error + data
Dear R-users;
Previously I posted a question about the problem of rank deficiency in
summary.manova. As somebody suggested, I'm attaching a small part of
the data set.
#***************************************************
"test" <-
structure(.Data = list(structure(.Data = c(rep(1,3),rep(2,18),rep(3,10)),
levels = c("1", "2", "3"),
class =
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
This is not currently supported by the LLVM pass manager system. It is a
serious deficiency that I (and others) would like to address, but it
requires significant changes to the pass manager and analysis dependency
system.
I have some dim hope of working on fixing this limitation, but it won't be
quick. ;]
On Wed, Oct 3, 2012 at 1:49 AM, vinay m <mvinay05041990 at gmail.com> wrote:
2007 Jan 16
2
[LLVMdev] Indirect branch instruction
On Tue, 16 Jan 2007, Nicolas Geoffray wrote:
>> Can you give a compilable C function as an example?
>>
>>
> Well I'm not sure on how to do this in C, but in x86 assembly a simple
> jmp %eax does it.
I don't understand. You're making a claim that the C compiler isn't
producing optimal code for some case. Can you give an example of a C
function that llvm
2008 Aug 22
2
Various OpenGL apps crashing in CentOS 5?
Hi All,
I'm experiencing odd behaviour with various OpenGL apps I'm (trying to)
use. I have an IBM Thinkpad X60s with the Intel GMA chipset, the 945GM
to be precise. I have glxinfo/glxgears working normally, disabled
composite in xorg.conf and everything seems fine.
However, there are a few applications that I use that show rather
strange behaviour that I think is related to the same
2012 Oct 03
0
[LLVMdev] LoopInfo analysis in CallGraphSCCPass
On Wed, Oct 3, 2012 at 2:33 AM, vinay m <mvinay05041990 at gmail.com> wrote:
> Hi,
> Is it possible to recreate the LoopInfo analysis in my pass?
>
No. You need your pass to be a FunctionPass in order to use the LoopInfo
(and associated) analyses.
>
> Thanks ,
> Vinay
>
> On Wed, Oct 3, 2012 at 2:34 PM, Chandler Carruth <chandlerc at google.com>wrote:
2010 Oct 07
2
[LLVMdev] [Q] x86 peephole deficiency
Hi all,
I am slowly working on a SwitchInst optimizer (http://llvm.org/PR8125)
and now I am running into a deficiency of the x86
peephole optimizer (or jump-threader?). Here is what I get:
andl $3, %edi
je .LBB0_4
# BB#2: # %nz
# in Loop: Header=BB0_1
Depth=1
cmpl $2, %edi
2019 Jul 24
6
[RFC] A new multidimensional array indexing intrinsic
Hi all,
On Wed, 24 Jul 2019 at 16:14, Michael Kruse via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Mmmh, looks like Tim Northover is actively working on typeless/opaque
> pointers, e.g. https://reviews.llvm.org/D64203
Yep, I'm spending as much time as I can on the project. I think
there's not really much chance that it'll be required in this cycle
(i.e. when we fork
2006 Jan 26
2
MAYA PLE & WINE (FC2)
Hello Everyone...
I work as a sys admin for a small college in North West PA. Recently, a group on campus has stareted an animation club, and are looking into purchasing MAYA for linux.... very expensive. I thought I might be able to help them out and set up MAYA PLE through wine... I get WINE setup and can run IE6, however when i run the maye.exe installer, the installer launches, hangs,
2003 Dec 10
2
pvalues
dear all-
If I have a vector of numbers (not necessarily
normally distributed) how can I get the p-value of a
number in this distribution. I am interested in the
"inverse" of 'quantile' .
thank you-
Maya
2012 Oct 28
2
Domain DFS on samba 4
Hello,
Our company currently stores its data on centralized samba servers which
causes performance problems for remote office employees. We are thinking
of decentralizing the data with NAS in each office and synchronizing all
the NAS on our central domain controller with MSDFS. I have heard this
can be done in real time with Windows and Active Directory.
2018 Jun 06
2
samba behavior change with version upgrade
I have two linux mint systems on my network and use samba to share data
between them. I am in the process of upgrading one of them from linux
mint maya to linux mint sylvia, which also upgrades smbd from 3.6.25 to
4.3.11-Ubuntu and encountering behavior differences. I suspect I need to
tweak my newer smb.conf file to correct this problem.
The system I am in process of upgrading offers a
2007 Apr 02
5
[LLVMdev] CVS Branches To Discard?
All,
We are considering removing some branches and tags in the conversion
process from CVS to SVN. We don't want to do this in a vaccuum, so
please read carefully.
A deficiency in the cvs2svn script causes it to bloat the Subversion
repository (significantly, as in 10x) in the conversion of branches and
tags. We can minimize the impact of this by only keeping branches and
tags that we really
2007 Jul 25
1
qda(MASS) function error
Dear R user,
I'm using qda (quadratic discriminant analysis) function (package
MASS) to classify 58 explanatory variables (numeric type with different
ranges) using a grouping variable (factor 2 levels "0" "1"). I'm using
the qda method for class 'data.frame' (in this way I don't need to
specify a formula).
Using the function:
2009 Oct 20
1
glm.fit to use LAPACK instead of LINPACK
Hi,
I understand that the glm.fit calls LINPACK fortran routines instead of
LAPACK because it can handle the 'rank deficiency problem'. If my data
matrix is not rank deficient, would a glm.fit function which runs on
LAPACK be faster? Would this be worthwhile to convert glm.fit to use
LAPACK? Has anyone done this already?? What is the best way to do this?
I'm looking at very
2015 Jul 23
3
[PULL 0/8] MultiFS suppport for BIOS and EFI
On Wed, Jul 22, 2015 at 11:15 PM, Ady via Syslinux <syslinux at zytor.com>
wrote:
>
> > The MultiFS syntax is basically "(hdX,Y)/path/to/file", where X is disk
> > number and Y is partition number.
> >
>
> Thank you.
>
> As a reminder, please note:
>
> _ There was a syntax discussion about "multifs", so additional syntax
> forms