http://bugs.winehq.org/show_bug.cgi?id=3548
--- Comment #21 from Vincent Povirk <madewokherd(a)gmail.com> 2009-09-13 11:41:50 ---
Yes, but the .lnk files would not work correctly for prefixes other than the
default. Also, the desktop environment would probably have to create a winelib
process to thumbnail the .lnk files, which could be expensive.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3548
Erich Hoover <ehoover(a)mines.edu> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ehoover(a)mines.edu
--- Comment #20 from Erich Hoover <ehoover(a)mines.edu> 2009-09-13 11:08:41 ---
Rather than going through this process of creating a ".desktop" file, couldn't
Wine register a MIME type for the ".lnk" file and setup Wine to launch through
the ".lnk" file directly?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8951
--- Comment #14 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2009-09-13 02:58:20 ---
Created an attachment (id=23567)
--> (http://bugs.winehq.org/attachment.cgi?id=23567)
Game running in wine-1.1.29-83-gdad99e2
Still seems to be present for me with the non-Steam version. This is a clean
.wine with wine-1.1.29-83-gdad99e2, looking at the very start of a default
Skirmish mode game.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8951
John P Sims <jsims2359(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jsims2359(a)gmail.com
--- Comment #13 from John P Sims <jsims2359(a)gmail.com> 2009-09-12 21:16:01 ---
Using only wine 1.1.29 and the Steam version of COH, the ground textures look
fine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=8336
John P Sims <jsims2359(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jsims2359(a)gmail.com
--- Comment #33 from John P Sims <jsims2359(a)gmail.com> 2009-09-12 21:11:02 ---
As of wine 1.1.29, the steam version of COH works without any winetricks or
native dlls. Is this bug only for the retail version?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
We provide the following programs:-
Bachelors, Masters and PhD
Ring right now
1.213-403-0133
Leave your msg, with your full name and number and we will get back to you shortly.
http://bugs.winehq.org/show_bug.cgi?id=8871
--- Comment #20 from Alexander Kireyev <alexander.kireyev(a)gmail.com> 2009-09-12 12:33:04 ---
(In reply to comment #19)
> Is this still an issue in current (1.1.29 or newer) wine?
Still an issue. Wine 1.1.29, Gentoo Linux x86.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1719
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |source
--- Comment #15 from Austin English <austinenglish(a)gmail.com> 2009-09-12 12:10:57 ---
Still present.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2642
red-ray <ray(a)pobox.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ray(a)pobox.co.uk
--- Comment #27 from red-ray <ray(a)pobox.co.uk> 2009-09-12 10:10:21 ---
(In reply to comment #24)
> Okay, reopening.
SIV (http://rh-software.com/) also crashes calling RasEnumDevicesA(). I have
looked at the source code of whine which is:
DWORD WINAPI RasEnumDevicesA(LPRASDEVINFOA lpRasDevinfo, LPDWORD lpcb, LPDWORD
lpcDevices)
{
if (!lpcb || !lpcDevices)
return ERROR_INVALID_PARAMETER;
FIXME("(%p,%p,%p),stub!\n",lpRasDevinfo,lpcb,lpcDevices);
if (!lpRasDevinfo || (*lpcb < sizeof(RASDEVINFOA))) {
*lpcb = sizeof(RASDEVINFOA);
return ERROR_BUFFER_TOO_SMALL;
}
/* honor dwSize ? */
strcpy(lpRasDevinfo->szDeviceType, RASDT_Modem);
strcpy(lpRasDevinfo->szDeviceName, "WINE virtmodem");
return 0;
}
and noticed that the code to set *lpcDevices = 1; is a missing.
I have changed SIV 4.01 (Beta-109) to initialise my lpcDevices variable to zero
and SIV no longer crashes, but the WINE virtmodem is no longer reported.
I am currently updating SIV to be a Unicode program, so please can you fix
RasEnumDevicesW() to be the same as RasEnumDevicesA() when you do the fix.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=20017
Summary: Handling of ISO-images (and maybe other drives, too)
broken
Product: Wine
Version: 1.1.29
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: elmano(a)gmx.at
I just tried to install some software from a set of CD-images (you know, where
you have to switch CDs during install) but discovered that it is impossible to
unmount the first image while the installer is still running:
$ sudo umount /media/tmp/
umount: /media/tmp: device is busy.
(In some cases useful info about processes that use
the device is found by lsof(8) or fuser(1))
"wine eject e:" (e: = /media/tmp) yields the message "Cannot open device for
drive E:", even if the ISO is mounted with "uid=[myusername].
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.