http://bugs.winehq.org/show_bug.cgi?id=21375
Summary: cannot find CDROM nor add drive in winecfg
Product: Wine
Version: 1.1.36
Platform: x86
URL: http://forum.winehq.org/viewtopic.php?t=7336
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahso47(a)yahoo.com
i need to have the game CD for running Microsoft Flightsimulator 2004.
But as normal user i get message: "debugger detected" and root "insert game CD"
Also I can't add a drive in winecfg.
Earlier versions of wine found /mnt/cdrom but not anymore. At least I think
that's the way i've installed FS2004 some months ago.
--
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=21548
Summary: GetBestInterfaceEx address family 23 not supported
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jskartman(a)gmail.com
utorrent 2.0 constantly throws
fixme:iphlpapi:GetBestInterfaceEx address family 23 not supported
i see that GetBestInterfaceEx error was fixed in
http://bugs.winehq.org/show_bug.cgi?id=11223, so this is a regression?, a
special case?
--
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=8854
Justin Chevrier <jchevrier(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jchevrier(a)gmail.com
--- Comment #46 from Justin Chevrier <jchevrier(a)gmail.com> 2010-01-29 23:09:43 ---
This bug affects Mechwarrior 3's in game dialog boxes (mouse input stops when
dialog box pops up).
--
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=6971
miche1(a)earthlink.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |miche1(a)earthlink.net
--- Comment #310 from miche1(a)earthlink.net 2010-01-29 18:18:12 ---
Worked on UT3 for a few days - temporarily got full 360deg motion but it was
soon gone (not sure why). Running wine 1.1.37-2 opensuse 11.1 x86_64 NVidia
9800GT, AMD Phenom quad core, 4GB. Tried MouseWarpOverride=force and
force-box,
also:
env WINEPREFIX="/home/patti/.wine" WINEFORCEMOUSEWARP=yes wine
"Z:\PUBLIC\ut3\Binaries\UT3.exe"
...and...
env WINEPREFIX="/home/patti/.wine" wine "Z:\PUBLIC\ut3\Binaries\UT3.exe"
...with same result (180deg only)
waaaaaaa....
--
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=21505
Summary: cmd returns %ProgramFiles% with newline character
Product: Wine
Version: 1.1.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
The problem is that Wine 1.1.36 returns ProgramFiles variable with newline
character at the end. This is an regression because in Wine 1.1.35 ProgramFiles
variable hadn't been returned with newline character at the end. I used script
below to test it.
#!/bin/bash
PROGRAMFILES=`wine cmd /c echo "%ProgramFiles%"`
echo "PreviousText_ $PROGRAMFILES _NextText" >& output.txt
1) In Wine 1.1.35 output.txt looks like
PreviousText_ C:/Program Files _NextText
2) In Wine 1.1.36 output.txt looks like
PreviousText_ C:/Program Files
_NextText
I tested this behaviour also in MS Windows XP SP3 and It's like in Wine 1.1.35
--
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=21532
Summary: Google Talk exists with error upon launching it
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mshtml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: stikonas(a)gmail.com
CC: piotr.caban(a)gmail.com
Upon launching Google Talk, it show message box:
Google Talk encountered an internal error, and must now close. Ok to report
this error to Google?
This can be fixed by reverting commit 8c06ed96aeb737e5596e190efe785a2c2c97237e
which was made between 1.1.34 and 1.1.35
http://source.winehq.org/git/wine.git/?a=commit;h=8c06ed96aeb737e5596e190ef…
--
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=21529
Summary: winepath not work correctly if path with space
Product: Wine
Version: 1.0.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurii_ptz(a)bk.ru
Hello!
I try convert unix to windows
My file
/home/user/my file.txt
i try
winepath -w "/home/user/my dir/file.txt"
or
winepath -w /home/user/my\ dir/file.txt
and recive
Z:\my dir\file.txt
But many windows programm can't open
Z:\my dir\file.txt
and open only
Z:\"my dir"\file.txt
It is bug?
Or maybe need add new options to winepath - with quotes?
--
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=9220
--- Comment #19 from Jörg Höhle <hoehle(a)users.sourceforge.net> 2010-01-29 03:52:52 ---
commit 8894da4a6e3d6a0f5d15d5770ef8102162f6facc
midimap: Refuse to open when asked for yet unimplemented callbacks.
Please test and report. Perhaps and older version of Wine would work with
ff7demo with this patch (and its parent in winmm) added?
--
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=8025
Matthew Meyer <osarusan(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |osarusan(a)gmail.com
--- Comment #37 from Matthew Meyer <osarusan(a)gmail.com> 2010-01-29 03:16:35 ---
I have this problem too with Left 4 Dead. I'm fairly certain it's not a wine
problem. The same exact thing occurs for me if I watch video while Compiz is
running. Disabling Compiz fixes the locking up while watching video, but not
while playing L4D. I'm guess it's a Catalyst driver problem, but I'm not sure.
I really hope it's not a Power Supply problem because I just bought a brand new
one last month and I'd hate to think it wasn't working. I never had problems
with L4D using an nvidia card and a much lower PS.
--
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=21528
Summary: 'Minimize windows' fails with all delphi 5
applications
Product: Wine
Version: 1.1.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vsevolod.krishchenko(a)gmail.com
Created an attachment (id=25936)
--> (http://bugs.winehq.org/attachment.cgi?id=25936)
It happens after minimize command
I'm not sure about affected applications, but all my legacy Delphi 5
applications are affected. I have attahced the quite simpe programm. How to
reproduce:
1) run application;
2) minimize it (using caption button);
3) switch to it (using alt+tabl or something);
4) you'll see something like this (screenshot sttached).
it happens with 100% 'success' in Kubuntu 9.10 (KDE 4.3) . In Kubuntu 8.04 (KDE
3.5) it happesn with approx. 50% chance.
This bug was introduces in 1.1.x versions, maybe early.
--
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.