similar to: Need help installing some software

Displaying 20 results from an estimated 4000 matches similar to: "Need help installing some software"

2001 Feb 05
1
"wineserver: /home/Ani/.wine/config is not a valid registry file"
Okay went to: http://wine.dataparty.no/ form there downloaded the rpm, http://wine.dataparty.no/rpm/unstripped/wine-cvs-unstripped-013001-1.i386.rpm downloaded the config file and worked through the install guide. I edited the config file to mirror my window setup: c:\ = \mnt\c d:\ = \temp e:\ = \web f:\ = \documents g:\ = \music h:\ = \mnt\cdrom i:\ = \mnt\zip then as a check did $wine -v and
2003 Dec 12
3
Segmentation fault
Hi, beginning around 12th of october I have an "Segmentation fault" when starting wine. I'm using precompiled rpm's from wine.dataparty.no but also tried a self compiled version from the wine.dataparty.no cvs-source getting the same fault. At least one other user seams to have similar problems (discussion in the forums of wine.dataparty.no. He is using fedora while
2006 Jul 25
1
valgrind complains about save (PR#9096)
valgrind complains about the save command in R 2.3.1 as shown by the script included below. Of course, I don't know whether this "Conditional jump or move depends on uninitialised value(s)" is really a bug. Experience with similar issues in my own code says it may be, but it is also hard to tell. Having no familiarity with the code cited in deflate.c, I leave the issue to experts.
2002 Feb 26
1
eFaxViewer problem
The installation of the eFax veiwer worked fine. No glitches. But when running the eFaxViewer it allows me to open the document and it displays it. But after a minute or so my xterm window get filled with the message err:local:LOCAL_GetBlock not enough space in GDI heap 0207 for 20 bytes err:region:CombineRgn Invalid rgn=0000 And the only way to stops this is to open up a new xterm and kill
2012 Jun 18
4
[LLVMdev] MemorySanitizer, a tool that finds uninitialized reads and more
Hello llvmdev, I would like to propose and discuss yet another dynamic tool, which we call MemorySanitizer (msan). The main goal of the tool is to detect uses of uninitialized memory (the major feature of Valgrind/Memcheck not covered by AddressSanitizer). It will also find use-after-destruction-but-before-free in C++. The algorithm of the tool is similar to that of Memcheck (
2005 Aug 01
4
valgrind complains about regex.c (PR#8043)
I think I am using objects according to the man page. This seems to be a valid regular expression. But whether I know what I'm doing or no, it still shouldn't be doing what valgrind seems to be saying it's doing. (IMHO) ---------- start of script ---------- Script started on Mon 01 Aug 2005 02:09:00 PM PDT linux$ printenv VALGRIND_OPTS --tool=3Dmemcheck linux$ cat bar.R foo <- 1
2012 Jun 19
0
[LLVMdev] MemorySanitizer, a tool that finds uninitialized reads and more
I've just sent a code review request to llvm-commits. --kcc On Mon, Jun 18, 2012 at 2:39 PM, Kostya Serebryany <kcc at google.com> wrote: > Hello llvmdev, > > I would like to propose and discuss yet another dynamic tool, which we > call MemorySanitizer (msan). > The main goal of the tool is to detect uses of uninitialized memory (the > major feature of
2008 Jul 09
1
memory leak in sub("[range]",...)
There is a 2-block memory leak in the sub() (or any other regex-related function, probably) when the pattern argument involves a range expression, e.g., '[0-9]'. % R --debugger=valgrind --debugger-args=--leak-check=full --vanilla ==14519== Memcheck, a memory error detector. ==14519== Copyright (C) 2002-2006, and GNU GPL'd, by Julian Seward et al. ==14519== Using LibVEX rev 1658, a
2008 Aug 07
1
memory leak in sub("[range]", ...) when #ifndef _LIBC (PR#11946)
Full_Name: Bill Dunlap Version: R version 2.8.0 Under development (unstable) (2008-07-05 r46037) OS: Linux Submission from: (NULL) (76.28.245.14) valgrind finds some memory leaks in R when I use sub() with a range in the regular expression: % R --debugger=valgrind --debugger-args=--leak-check=full --quiet --vanilla ==28643== Memcheck, a memory error detector. ==28643== Copyright (C) 2002-2006,
2017 May 24
2
memcmp code fragment
On Fri, May 19, 2017 at 4:32 PM, Daniel Berlin via llvm-dev <llvm-dev at lists.llvm.org> wrote: > i think you'd have to write some idiom recognizer here. The ones we have > won't do it. > > I guess my other question would be how commonly this happens. If it's common > and matters a lot, awesome. > I wouldn't do it just to fix SPEC :P > > (people who
2002 Jul 11
2
winehq & winex
'bry I'd like to install (and use ;) both wine forks: winehq and transgaming's winex. Both compiled from cvs sources. Is there any way to do it? What i have to do and why? TIA -- ojciec
2001 Jun 29
1
Deus Ex in Wine - working
hey all, i know it's kind of pointless to get Deus Ex running in wine now thnx to loki (j/k), but if you have shelled out $$ for Deus Ex winblows version, now you can run it in wine. I got Deus Ex running yesterday with TransGaming's (www.transgaming.com) version of wine. I ran it in both OpenGL and Glide mode, video runs excellent. Mouse input is great as well, much better than the
2009 Feb 20
2
segfault on amd64 with ffmpeg
Hi, and thank to you all for this great codec ! I have this bug on Debian Lenny with compiled packages of last svn versions of ffmpeg and libtheora. This seems to append only on the amd64 arch. Here is a valgrind log : pre-barreau at augustins:~/video$ export LD_LIBRARY_PATH=/usr/local/lib pre-barreau at augustins:~/video$ valgrind /home/pub/apps/ffmpeg_dev/ffmpeg_svn/ffmpeg -i
2002 Jul 16
0
wine.dataparty.no unreachable
Hi, can somebody test the wine page wine.dataparty.no. I'm unable to reach this site for days. -- Gruss Marcus Marcus Roeckrath -- Vikarsbusch 8 -- D-48308 Senden -- Germany Phone : +49-2536-9944 -- Mailer/BBS/Fax : +49-2536-9943 (V34, X75) FidoNet: 2:2449/523 E-Mail : marcus.roeckrath@gmx.de WWW : http://home.foni.net/~marcusroeckrath/
2017 Feb 10
3
Pressing either Ctrl-\ of Ctrl-4 core dumps R
When running R from the terminal on Linux (Ubuntu 16.04), it core dumps whenever / wherever I press Ctrl-4 or Ctrl-\. You get thrown back to the terminal with "Quit (core dump)" being the only message. Grepping the R source code, it doesn't look like that message is generated by R itself. Over on Twitter, it has been confirmed to also happen on macOS. $ R -d valgrind --vanilla
2002 Oct 10
1
Can Wine use MS-DirectX
Hello, Can Wine (not Transgaming's WineX) use MS-DirectX? Are there any possible emulation method for Wine to implement so games can be run straight on Linux? - From Colin Omara. _________________________________________________________________ Join the world’s largest e-mail service with MSN Hotmail. http://www.hotmail.com
2008 Mar 25
7
CodeWeavers released CrossOver Games today!
An Introduction CrossOver Games CrossOver Games is a commercial variant of Wine released by CodeWeavers with support for many of today's most popular games. CrossOver Games is tested for performance and stability with many games such as Guild Wars, Eve Online, and Steam games like Half-Life 2 and Portal. Link: Full Article
2012 Sep 12
2
valgrind crashing
I am trying to do a classic R -d valgrind --vanilla < mypkg-Ex.R as described in http://cs.swan.ac.uk/~csoliver/ok-sat-library/internet_html/doc/doc/R/2.9.1/doc/manual/R-exts.html#Using-valgrind The problem is valgrind crashes imediately. I am using Ubuntu 10.04 LST (actually Biolinux) on a 64bit Dell Precision laptop with 4 core-i5 Intel processors. I have R-2-15-0 installed from source
2020 Jun 09
2
valgrind false positive on R startup?
Hi all, I'm on Ubuntu 18.04, running R-4.0.0 which I compiled from source, and using valgrind I am always seeing the following message. Does anybody else see that? Is that a known false positive? Any ideas how to fix/suppress? Seems related to TRE, do I need to upgrade that? (base) tdhock at maude-MacBookPro:~/R/binsegRcpp$ R --vanilla -d valgrind -e 'extSoftVersion()' ==9565==
2017 Jul 28
2
CentOS users: please try and provide feedback on Fedora Boltron
Please take a look at http://www.itworld.com/article/3211046/linux/red-hats-boltron-snaps-together-a-modular-linux-server.html and https://fedoramagazine.org/announcing-boltron/ which has a walkthrough questionnaire at the bottom. Your feedback very appreciated. -- Matthew Miller <mattdm at fedoraproject.org> Fedora Project Leader