aquamark 3 crashing on startup?

2009-02-24 Thread Dan Kegel
I was hoping to demo aquamark 3, but it now crashes for me on startup. Did I forget the magic incantation to run it successfully? http://appdb.winehq.org/objectManager.php?sClass=version&iId=6616

Re: Malware on Wine review

2009-02-24 Thread Ben Klein
2009/2/25 Scott Ritchie : > Chris Robinson wrote: >> On Tuesday 24 February 2009 6:07:08 pm Scott Ritchie wrote: >>> When I brought this up at the Ubuntu Developer Summit a while back, the >>> security conscious there wanted to check an executable for the execute >>> bit before launching it with Wi

Re: Malware on Wine review

2009-02-24 Thread Gert van den Berg
Not sure exactly where in the thread this fits in, but here goes On Tue, Feb 24, 2009 at 1:58 AM, Zachary Goldberg wrote: > 2009/2/23 Dan Kegel : >> Ben Klein wrote: http://www.avertlabs.com/research/blog/index.php/2009/02/23/running-windows-malware-in-linux/ "Do not set the f

Re: Malware on Wine review

2009-02-24 Thread Scott Ritchie
Chris Robinson wrote: > On Tuesday 24 February 2009 6:07:08 pm Scott Ritchie wrote: >> When I brought this up at the Ubuntu Developer Summit a while back, the >> security conscious there wanted to check an executable for the execute >> bit before launching it with Wine. Then, the user would be pro

Re: Malware on Wine review

2009-02-24 Thread Chris Robinson
On Tuesday 24 February 2009 6:07:08 pm Scott Ritchie wrote: > When I brought this up at the Ubuntu Developer Summit a while back, the > security conscious there wanted to check an executable for the execute > bit before launching it with Wine. Then, the user would be prompted if > they wanted to r

Re: Malware on Wine review

2009-02-24 Thread Dan Kegel
On Tue, Feb 24, 2009 at 6:07 PM, Scott Ritchie wrote: > When I brought this up at the Ubuntu Developer Summit a while back, the > security conscious there wanted to check an executable for the execute > bit before launching it with Wine.  Then, the user would be prompted if > they wanted to run it

Re: Malware on Wine review

2009-02-24 Thread Chris Robinson
On Tuesday 24 February 2009 6:01:53 pm Marcel Partap wrote: > Actually, nowadays there are most sophisticated technical solutions > which mount on a single click. No warning, no options. There are options. Whether or not said options are pre-configured sanely is another question; but that's up to

Re: Malware on Wine review

2009-02-24 Thread Scott Ritchie
Dan Kegel wrote: > On Mon, Feb 23, 2009 at 4:00 PM, Ben Klein wrote: > http://www.avertlabs.com/research/blog/index.php/2009/02/23/running-windows-malware-in-linux/ > > "Do not set the file association for Windows executables with Wine. > This would enable running Windows executabl

Re: Malware on Wine review

2009-02-24 Thread Chris Robinson
On Tuesday 24 February 2009 5:51:59 pm Ben Klein wrote: > Not correct. I've tested with vfat and ext2 filesystems, with noexec, > and the files are still marked +x. As it turns out, noexec doesn't > filter +x, just prevents shell/ld.so/kernel from loading the program. > Wine is an indirect method o

Re: Malware on Wine review

2009-02-24 Thread Marcel Partap
On 25/02/09 02:35, Chris Robinson wrote: > On Tuesday 24 February 2009 4:54:26 pm Ben Klein wrote: >> "Unsolicited" files will get +x with default mount options on vfat/fat >> partitions, because ALL files on such partitions get +x this way. > > You have to mount a partition to get access t

Re: Malware on Wine review

2009-02-24 Thread Ben Klein
2009/2/25 Chris Robinson : > On Tuesday 24 February 2009 4:54:26 pm Ben Klein wrote: >> "Unsolicited" files will get +x with default mount options on vfat/fat >> partitions, because ALL files on such partitions get +x this way. > > You have to mount a partition to get access to its files. A partiti

Re: Malware on Wine review

2009-02-24 Thread Chris Robinson
On Tuesday 24 February 2009 4:54:26 pm Ben Klein wrote: > "Unsolicited" files will get +x with default mount options on vfat/fat > partitions, because ALL files on such partitions get +x this way. You have to mount a partition to get access to its files. A partition normally doesn't mount itself,

Re: Malware on Wine review

2009-02-24 Thread Marcel Partap
On 25/02/09 01:54, Ben Klein wrote: > 2009/2/25 Chris Robinson: >> On Tuesday 24 February 2009 3:46:53 pm Paul Chitescu wrote: >>> My FAT partitions disable +x through file mode mount option since I don't >>> want the kernel to attempt to identify and execute every unknown file I >>> happen to

Re: Malware on Wine review

2009-02-24 Thread Ben Klein
2009/2/25 Chris Robinson : > On Tuesday 24 February 2009 3:46:53 pm Paul Chitescu wrote: >> My FAT partitions disable +x through file mode mount option since I don't >> want the kernel to attempt to identify and execute every unknown file I >> happen to open/click/hit enter. On those partitions the

Re: Malware on Wine review

2009-02-24 Thread Chris Robinson
On Tuesday 24 February 2009 3:46:53 pm Paul Chitescu wrote: > My FAT partitions disable +x through file mode mount option since I don't > want the kernel to attempt to identify and execute every unknown file I > happen to open/click/hit enter. On those partitions there are no POSIX > executables bu

Re: Malware on Wine review

2009-02-24 Thread Paul Chitescu
On Tuesday 24 February 2009 20:33:49 Chris Robinson wrote: > On Monday 23 February 2009 5:14:20 pm Marcel Partap wrote: > > The problem would be with one of the more common use case: trying to > > start/install a program from an optical disc. The files will not be > > marked +x and the directories

Re: [2/2] WineD3D: Create a common sampling function in GLSL

2009-02-24 Thread Paul Vriens
Stefan Dösinger wrote: > > > You forgot the patch ;) -- Cheers, Paul.

Re: Malware on Wine review

2009-02-24 Thread Chris Robinson
On Monday 23 February 2009 5:14:20 pm Marcel Partap wrote: > The problem would be with one of the more common use case: trying to > start/install a program from an optical disc. The files will not be > marked +x and the directories not be writable. They're +x for me. They're not writable, but they

re: makedep: let umask decide mode for Makefiles

2009-02-24 Thread Dan Kegel
Paul Bryan Roberts write: > The code as it stands creates makefiles with a mode of 600. This may be > benign on most (e.g. personal workstation) installations but not all. > >An example is where the wine git repository is located on an NFS >volume. Here security settings may mean that root:root i

Re: [6/6] shell32: implement Get/SetIDList on ShellItem objects

2009-02-24 Thread Alexandre Julliard
"Vincent Povirk" writes: > +ILFree(This->pidl); > +This->pidl = ILClone(pidl); > +if (This->pidl) > +return S_OK; > +else > +return E_OUTOFMEMORY; You should check for success before you free the previous pidl. -- Alexandre Julliard julli...@winehq.org

Wine's malware compatibility: good

2009-02-24 Thread David Gerard
http://www.trustedsource.org/blog/186/Running-Windows-Malware-in-Linux With apps like ZeroWine, we can I think expect to see Windows binaries that try int 0x80 calls just because they might be useful and a Linux box will make a much more robust host. - d.

Re: Malware on Wine review

2009-02-24 Thread Damjan Jovanovic
On Tue, Feb 24, 2009 at 9:59 AM, Ben Klein wrote: > 2009/2/24 Damjan Jovanovic : >> It generates an association from a file extension, to open with the >> handler for its ProgID currently in the registry. >> >> So it allows .txt to open with Notepad and .dev to open with Dev-C++. >> It does not ma

Re: rpcrt4: Check for null endpoint in RpcServerUseProtseqEpExW

2009-02-24 Thread David Gerard
2009/2/22 Luke Kenneth Casson Leighton : > come on folks, pick up the ball.  acknowledge that you're aware that > there is an authoritative source of information on this > horrendously-complex topic, in the form of nothing less than a fully > functioning reference implementation. I don't think a

Re: [programs/winetest] Extend PATH if we have dll's that only come with .NET

2009-02-24 Thread Paul Vriens
Nicolas Le Cam wrote: > 2009/2/24 Paul Vriens : >> Hi, >> >> This makes sure that if we have a dll that's only provided via .NET it can >> still >> be found. Now both our extraction (and the generation of the subtest list) >> and >> the real test will find the dll. >> >> The downside (and hence thi

Re: [programs/winetest] Extend PATH if we have dll's that only come with .NET

2009-02-24 Thread Nicolas Le Cam
2009/2/24 Paul Vriens : > Hi, > > This makes sure that if we have a dll that's only provided via .NET it can > still > be found. Now both our extraction (and the generation of the subtest list) > and > the real test will find the dll. > > The downside (and hence this is a bit hackish) is that we ex

Re: Simple but awesome demos of Wine?

2009-02-24 Thread David Gerard
2009/2/24 Ben Klein : > 2009/2/24 Vit Hrachovy : >> Mmmm. According to AppDB Runescape is said to work well in Wine ;) >> That's another layer-within-layer - Runespace is an MMORPG written in >> JAVA/OpenGL as browser-embedded application. > Sounds like something that could work equally well nati

Re: Simple but awesome demos of Wine?

2009-02-24 Thread Vit Hrachovy
Ben Klein wrote: > 2009/2/24 Vit Hrachovy : >> Mmmm. According to AppDB Runescape is said to work well in Wine ;) >> That's another layer-within-layer - Runespace is an MMORPG written in >> JAVA/OpenGL as browser-embedded application. > > Sounds like something that could work equally well natively

Re: Simple but awesome demos of Wine?

2009-02-24 Thread Ben Klein
2009/2/24 Vit Hrachovy : > Mmmm. According to AppDB Runescape is said to work well in Wine ;) > That's another layer-within-layer - Runespace is an MMORPG written in > JAVA/OpenGL as browser-embedded application. Sounds like something that could work equally well natively ...

Re: Simple but awesome demos of Wine?

2009-02-24 Thread Vit Hrachovy
ACK, I like it too :) VirtualDesktop is one workaround, second is using 'xrandr -s 0' past wine exit. As I have each game installed into individual WINEPREFIX, I've got game start scripts in ~/bin that handle WINEDEBUG=-all before start and 'xrandr -s 0' after exit. Although, on Linux I usually

Re: [try2] gdiplus/tests: Dynamically load gdiplus.dll.

2009-02-24 Thread Paul Vriens
Vincent Povirk wrote: > On Mon, Feb 23, 2009 at 6:15 AM, Paul Vriens > wrote: >> The reason you see this is because next to a normal LoadLibrary we also use >> the >> .NET variant. On some boxes gdiplus.dll cannot be found through LoadLibrary >> but >> will trough LoadLibraryShim. As winetest n

Re: advapi32: Stubs for GetNamedSecurityInfoEx (attempt 4)

2009-02-24 Thread Austin English
On Tue, Feb 24, 2009 at 1:59 AM, Paul Bryan Roberts wrote: > Reference bug 14334 (WordPerfect Office 2002: Unable to Install) > > Use of breakpoints in a debugger under WindowsTM has shown that > GetNamedSecurityInfoExA is called during a normal installation.  From > this we infer that some kind o

Re: Malware on Wine review

2009-02-24 Thread Ben Klein
2009/2/24 Damjan Jovanovic : > It generates an association from a file extension, to open with the > handler for its ProgID currently in the registry. > > So it allows .txt to open with Notepad and .dev to open with Dev-C++. > It does not make Wine open a new .exe by default - at least, that was >