Displaying 20 results from an estimated 600 matches similar to: "Wine WMF vulnerability?"
2007 Apr 29
1
Which version of DirectX 9 does Wine support?
Hi,
I came across a game demo, Shrek the third.
The installation went almost smoothly, but the
installation directory it went into was
C:\Program Files\My Product Name
instead of the suggested default:
C:\Program Files\SHReK the THiRD
The demo said it requires DirectX 9c and indeed
it doesn't run because it needs d3dx9_32.dll.
It seems Wine doesn't provide this DLL currently.
Best
2005 Oct 23
3
Transport Tycoon Deluxe for Windows installation failure / Wine-20050930
Hi!
I wanted to install Transport Tycoon Deluxe for Windows
but the installation does not even start.
I have wine-20050930-1fc3winehq.i686 on my system, FC3/x86-64.
The installation directory seems strange on the very first window,
every backslash character is painted as a strike-through upcase
letter W.
Browsing for another directory or typing the directory manually
gives the same problem.
2006 Feb 11
1
Wine 0.9.7 failure report: hungarian tax software
Hi,
I wanted to try Wine whether it was capable of running "Abev",
the official hungarian tax software.
http://www.apeh.hu/cgi-bin/lap.php?id=prog/pr2006
Main installer is: http://www.apeh.hu/cgi-bin/pil2006.pl?abev2006telep.exe
and one has to install at least one tax form type for this software to
be usable.
Choose one of the numbered tax form installers, e.g.:
2011 Sep 15
1
Using unix paths in console mode wine apps
Hi,
is there an environment variable that enables plain Unix
filenames in Wine applications?
I need to cross compile PostgreSQL and some third party modules
on my Fedora 15 system to 64-bit Windows. PostgreSQL uses its
"pg_config" for 3rd party code to tell the include dir, compile flags, etc:
[zozo at localhost postgis-1.5.3]$ /usr/x86_64-w64-mingw32/sys-root/mingw/bin/pg_config.exe
2006 Nov 14
1
How to print to file?
Hi,
I have some problems with a Hungarian tax software,
finally it's usable with wine-0.9.25 but it seems printing
is broken. The print preview shows the correct sheets
and the print dialog shows my installed CUPS printer.
But when I actually print, it seems it uses wingdings or
some symbol font. How can I redirect WINEPS output
to a file so I could diagnose the .ps file? It may be that
I
2007 Mar 21
2
Direct DVD-RW access possible?
Hi,
I found that my DVD-RW supports LabelFlash/DiskT@2
and after killing the SCSI command filter in the kernel
I was able to successfully burn labels on some DVD-Rs
with Nero 7 Premium as well as Yamaha's LabelFlash
Index Maker from VMWare.
Is it possible to access the DVD-RW directly from Wine
so I don't have to use VMWare for this task?
BTW, LabelFlash Index Maker happily runs with
2015 Jun 22
1
EFI: PXE: "My IP is 0.0.0.0"
On Mon, Jun 22, 2015 at 6:03 AM, S. Schauenburg <s.schauenburg at gmail.com> wrote:
> Ady2 suggested to me on IRC to add additional information to the ML.
>
> With BIOS P89 v1.32 (03/05/2015) I saw errors from core_udp_sendto:
> Getting cached packet
> My IP is 0.0.0.0
> core_udp_sendto: stalling on configure with no mapping
> core_udp_sendto: stalling on configure with
2004 Jan 22
1
Success story
Hi,
we have a PC based controller system for fuel stations
and an in-house 16 bit Delphi keygen application for that
that uses Report Smith and DBE. I am happily report that with
Wine-20040121.tar.gz Report Smith+BDE installs flawlessly
and after setting up the data source, our keygen also work
flawlessly. With the last month' Wine-20031212.tar.gz, wine
just segfaulted when I tried to run
2001 Jan 15
2
WMF on Unix
A few of you have helpfully sent me references to WMF formats.
There is also some code to _read_ it at
http://www.csn.ul.ie/~caolan/docs/libwmf.html
However, the issue is to _write_ WMF on R under Unix. I am told (by
someone who has tried) that the problem is the if you write a WMF
file according to the published specs (which were once issued
by Microsoft) you find that e.g. Word does not read
2009 Oct 06
2
save wmf with a batch file
Hi R users,
I'm working on a autoreporting with the batch mode of R: I would like to
save the graphs produced in wmf or emf. the problem is, it's working well
with the R gui because we print on the screen the graph devices but not with
the batch. I have used the function dev.print after encounter problem with
win.metafile.
Thanks
Guillaume
[[alternative HTML version deleted]]
2006 Jan 10
0
Wine and the WMF exploit
There are rumors [1] about Wine suffering from the same WMF vulnerability [2] recently discovered and fixed in Windows systems.
By looking at recent commits, I understand this is probably fixed in CVS, but does anyone have more information?
1) Is a Microsoft-free system theoretically vulnerable? If I use Wine on GNU/Linux (no native Windows DLLs) to run a .exe image viewer and open a malicious
2009 Apr 15
1
savePlot error when type = "eps" or "wmf"
Hello,
When I use savePlot(filename="xy",type="eps") or
savePlot(filename="xy",type="wmf") , I get the following error:
Error in grid.Call("L_textBounds", as.graphicsAnnot(x$label), x$x, x$y, :
Polygon edge not found (zero-width or zero-height?)
This doesn't occur when I change the type to "jpeg" or "bmp". Can
2003 Aug 25
2
Save graph as .wmf
Hi,
Is there no function in R similar to jpeg(...) or postscript(...) for windows meta files?
The function savePlot(...) is not really what I need.
I'd like to save the plot on my disk without open a new plot window.
And I don't want to save it on my disk and convert it from a *.* to .wmf (there are too many).
Thanks for any help
Thomas
2003 Mar 21
1
The best way to end up with TIFF {Was: end up with WMF)
Hi all
I posted a couple of days ago about how to end up with wmf files
eventually in R for linux.
The short answer was: you (probably) can't...and don't!
The journal in question also accepts TIFF files, I am told (it's
a physiology journal).
So I adjust my question: What is the best way to get TIFF files
out of R? It can't create them directly as far as I can tell.
2010 Feb 11
0
WMF conversion
Could you save the original graphics as a pdf, and include the pdf in
Powerpoint?
---------- begin included message ------
Unfortunately, after placed in the PowerPoint and the PowerPoint is
converted to PDF via MS Office's built in conversion utility, the
resulting image have diagonal streaks across them from the y-axis down
to the x-axis. The rest of the document is perfect, but the
2005 Apr 29
0
(PR#7821) Rgui crash when >1 figure plotted to single wmf
On Thu, 28 Apr 2005 rich.fitzjohn@gmail.com wrote:
> R for Windows crashes where more than one plot is plotted to a windows
> metafile where an integer format is not included in the character
> string (i.e. when attempting to write more than one plot to the same
> file).
That is a user error, but the C code is missing a test for a non-NULL
pointer.
What is unclear is why the
2002 Mar 29
2
wmf on Unix?
libEMF (http://sourceforge.net/projects/libemf/) looks like it may be
the solution to generating WMF/EMF files on Unix. It's a general-purpose
(LGPL) library that implements the EMF API ...
(I was originally going to write to the list to ask why small circles
appear to be filled (in src/gnuwin32/graphapp/gdraw.c) by generating a
series of rectangles rather than using some kind of
2003 Mar 19
3
The best way to end up with WMF files
Hi all
I am doing some stats work for a group of biologists
who require windows metafiles (*.wmf) for their publications.
To create these, I appear to have two choices:
1. Restart my machine in Windows and use savePlot
2. Keep my machine in linux, save as another format,
then convert.
I'd rather stay in linux; but how do I get wmf files? I looked
at using ImageMagick's convert,
2008 Jun 04
2
Lattice + Word: Changing .wmf files to .pdf files
My apriori apologies if this is felt to be the wrong list for this issue -
although it starts with R, it's a combination of programs that creates the
problem.
Currently we are using windows metafile format for in-text tables for
reports created in Word. However, we've discovered some artifactual lines
being created in our final output once the Word document is changed to PDF.
The process
2015 Jun 22
5
EFI: PXE: "My IP is 0.0.0.0"
Hello Gene,
thanks a lot for your patch! It doesn't work yet, but I have some more
information.
Before the patch, the boot sequence ended with the following:
NBP file download successfully.
Getting cached packet
My IP is 0.0.0.0
After the patch it ended with the following (note that the IP is the same
as the Station IP address):
NBP file download successfully.
LibLocateHandle returned