similar to: cannot use winedbg on ubuntu feisty ?

Displaying 20 results from an estimated 700 matches similar to: "cannot use winedbg on ubuntu feisty ?"

2007 Aug 07
1
Errors compiling wine under Red Hat
Hello, all, I'm trying to get Wine running on some Red Hat boxes at my University (don't worry, I have permission!) ... But, I don't have any root access to the boxes, and I'm limited to installing on my shared (AFS) space. In any case, I'd probably want it to run from my user space anyways, so that its accessible from all boxes on the network. Some required information,
2016 Jun 30
2
PSA: llvm::cl now supports subcommands
I submitted this yesterday in r274171. I think this allows for a more intuitive way to structure the options of command line tools. It's optional and if you do nothing llvm::cl will work as it always has for you. Probably self explanatory, but here's some output of --help from llvm-pdbdump, which was updated to use subcommands in r274247, in case anyone wants to see what this looks
2008 Jun 12
1
rc3 strange behavior
Hello *, I've rc3 on Debian Lenny compiled from source. $ wine --version wine-1.0-rc3 However I typoed that command by mistake: $ wine -version and wine went looking for -version.exe. The strange behavior is the output. Is the folloing normal? $ wine -version wine: Unhandled page fault on write access to 0x00452000 at address 0x7efa04f4 (thread 0019), starting debugger... Unhandled
2009 Jul 02
6
installer of an application fails
At the company where I work we use an application, that is made by an outside company. for now it works OK under windows, but now we plan to migrate the users to Linux and they don't plan to write a Linux app. So we are trying to run the app under wine, but it fails during installation. We use the latest development version of wine (1.1.24), because of another app, that needs it (it doesent
2007 Mar 19
1
Wine unhandled exception running PocketFMS
I'm trying to get the PocketFMS flight assistant program to work under Wine. This program is available for free at www.pocketfms.com . The installation of PocketFMS works OK with a few 'fixme' warnings, but running the installed program causes an immediate crash. As this program is still in development itself and not designed to run on anything but Windows, I'd like to know if
2007 Nov 21
1
window stacking bug #1
Hello! I'm trying to find where to send a bug report/fix, and this mailing list is the best I found. I noticed several problems in how Compiz handles full-screen windows*, and I hacked a bit around the source to try to find their source. (*: I use this pretty much as a replacement for full-screen, all the time.) The first two are together below, because they seem caused by the same code. For
2005 Nov 27
1
Question about wine 0.9.2 and VideoLan Media Client
Hi! I just installed wine 0.9.2 on my Linux system and tried installing VLC 0.8.4 for Windows: http://www.videolan.org/ The installer ran fine and VLC even started! I was able to open a WMV file but when it started playing back, it crashed: ----------------START---------------------- tom@linux:~$ wine vlc-0.8.4-win32.exe fixme:win:SetWindowTextA setting text "VideoLAN VLC media
2001 Apr 06
0
Protocol 1 not working in openssh-2.5.2p2
After upgrading to openssh-2.5.2p2, my users were unable to login using ssh Protocol 1. Entries like this were showing up in syslog: Apr 5 19:29:45 maple sshd[16726]: Accepted password for anthonyu from ::ffff:192.168.0.2 port 1019 Apr 5 19:29:45 maple sshd[16726]: fatal: stat(/dev/pts/1 19:29:45 sshd[16726]: Accepted password for anthonyu) failed: No such file or directory Apr 5 19:29:45
2001 Apr 06
0
Now Protocol 2 doesn't work ;)
Actually, this is a better workaround: --- openssh-2.5.2p2-orig/sshpty.c Sun Mar 4 19:53:03 2001 +++ openssh-2.5.2p2/sshpty.c Thu Apr 5 19:41:55 2001 @@ -296,6 +296,10 @@ gid_t gid; mode_t mode; struct stat st; + char *dex; + + if ((dex = index(ttyname, ' ')) != NULL) + *dex = 0; /* Determine the group to make the
2015 Aug 18
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
I am not certain, but I know one person to ask. I sent them an email off list and will follow up shortly. > On Aug 18, 2015, at 7:32 AM, deus ex <deusex12345678 at gmail.com> wrote: > > Hello, > > someone has an idea where I could get the other .svg LLVM Logo derivates? That would be great :) > > Thanks in advance. > > greetings, > > dex > >
2009 Feb 01
1
Intel Graphics Driver problems...
Hello. For some reason, trying to run any Direct X 10 games (including the DLL test) blows up. My card is an Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller, and uses the intel Xorg driver. Here is what happens when I run the test: Code: make[2]: Entering directory `/home/dan/Software/wine-1.1.10/dlls/d3d10/tests' ../../../tools/runtest -q -P wine -M d3d10.dll -T
2003 Oct 17
1
heatmap function
Hi all, By default, the heatmap function gives an image with a dendrogram added to the left side and to the top. Is it possible to only add the dendrogram to the left side and let the order of the columns unchanged ? I tried heatmap(mat, col=rbg,Rowv=res.hclust$order,Colv=1:dim(mat)[[2]]). In this case, the order of the columns are unchanged but a dendrogram is added to the top. How can I
2015 Aug 14
2
Usage of logos @ http://llvm.org/Logo.html for coffee mug
Thank you very much, this one I found I meant the other logos. Unfortunately there is no link to the other logos .svg or .ai format. Do you have a clue or how I could contact the creator of this logo? Thanks again for your patience. greetings, dex 2015-08-15 0:27 GMT+02:00 Ted Kremenek <kremenek at apple.com>: > There is a link to the Adobe Illustrator Version at the bottom of the
2008 Nov 27
1
Errors while running application
I have installed wine 1.1.7 through source code .My distro is ubuntu hardy i686 when i run my application it dispalys following errors. 002d:Ret PE DLL (proc=0x7ee9bf40,module=0x7ee10000 L"KERNEL32.dll",reason=THREAD_ATTACH,res=(nil)) retval=1 002d:Call PE DLL (proc=0x7ec72450,module=0x7ec30000 L"rpcrt4.dll",reason=THREAD_ATTACH,res=(nil)) 002d:Ret PE DLL
2003 Aug 12
1
classification with quantitative variables
Hi all, I want to conduct a cluster analysis with quantitative variables. More precisely, it concerns binary and non-ordered categorical variables. For such data, various similarity measures have been proposed, such as the Jaccard index or the simple matching index. So, is there a package such as mva or multiv in the case of quantitative variables? Could you indicate me reviews, papers or
2003 Oct 13
4
help with gsub and grep functions
Hi all, Let Names a vector of chatacters. For example, > Names [1] "g 604 be-0 -p1 (602 matches)" "g 606 Phli-0 -p2 (517 matches)" [3] "g 608 alu-0 (659 matches)" I try to use gsub or grep functions for two problems : 1. First, I would like to delete all the characters between parentheses. [1] "g 604 be-0 -p1" "g 606 be-0 -p2" [3] "g
2003 Aug 28
2
how to call a C program from R function
Hi all, I would like to call a C program from R function. I tried to use the .C() function without success. I need a very simple example (such as the hello program) to understand how it works. Could you give a such example? (I use the 1.7.1 Version of R with linux) Does it work in the case of a C++ program instead of a C programm? Best regards, Olivier --
2003 Sep 08
1
graphic of hierachical clustering
Hi all, I would like to save the dendrogram of a hierarchical clustering. Let reshc the result of the fucntion hclust(). To save the dendrogram, I can use the function postscript: postscript(file="hc605.ps") plot(as.dendrogram(reshc),horiz=T,ylab="",main=" ") dev.off() Using the functions plot and as.dendrogram, it is possible to obtain an horizontal tree with
2008 Sep 26
3
Unable to emerge Wine 1.1.5 on Gentoo AMD64
Hello, I am currently trying to emerge wine on my Gentoo AMD64 system, and it is currently failing on the last package. I haven't been able to make much sense out of the error message. If anyone knows what is going on or can otherwise point me to where I should look or anything to try, it would be greatly appreciated. Here is the error I am getting: make: *** [programs] Error 2 * *
2009 Jun 22
2
Problem occured on ie4linux
Hi, guys I use ie4linux to browse a web page,but it throws an unexpected error and crashed.I have to visit this page for the reason of job,so i hope somebody could help me,thanks very much. the stack trace is bellow, main/renderbuffer.c:2153: _mesa_reference_renderbuffer: ? `oldRb->Magic == 0xaabbccdd' 1%. wine: Assertion failed at address 0xb7f62430 (thread 0016), starting