http://bugs.winehq.org/show_bug.cgi?id=25048
Summary: ManyCam: Fails to start
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31746)
--> (http://bugs.winehq.org/attachment.cgi?id=31746)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko
2) install ManyCam
3) wine ManyCam.exe
Behaviour:
See attachment
Expected behaviour:
Application should start
In terminal there is only
fixme:win:RegisterDeviceNotificationW (hwnd=0x30028,
filter=0x7a31b4,flags=0x00000004) returns a fake device notification handle!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
Additional info:
dmesg about my camera
[ 9.640061] Linux video capture interface: v2.00
[ 9.894542] uvcvideo: Found UVC 1.00 device Acer HD Crystal Eye webcam
(064e:a117)
[ 9.902957] input: Acer HD Crystal Eye webcam as
/devices/pci0000:00/0000:00:1a.7/usb1/1-3/1-3:1.0/input/input7
I'm using wine-1.3.6-240-g791b22a on 32 bit Fedora 14
--
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=22607
Summary: When I'm trying to exit from TextPad it's crashing in
Ubuntu 10.04
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P1
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tavo.flores(a)gmail.com
When I change an option on Configure Tab -> Preferences -> Tabulations ->
Change from tab to spaces.
This change is not working, and when I'm trying to exit the application, it's
crashing with the following message:
The program TextPad.exe has encountered a serious problem and need to close. We
are sorry for the inconvenience.
--
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=21738
Summary: Garmin Training Center map is rendered incorrectly
Product: Wine
Version: 1.1.38
Platform: x86
URL: http://www8.garmin.com/support/download_details.jsp?id
=835
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arethusa26(a)gmail.com
With wine-1.1.38-219-g438ad93, after installing vcrun2005 and corefonts with
winetricks to allow the installer to run, launching the Garmin Training Center
application yields a map that is rendered totally black. Native gdiplus
somewhat alleviates the situation, although the continents still appears to be
black.
--
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=20664
Summary: spurious interaction between audio units or wave
devices
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Somehow, trying and accessing a wave device sometimes manages to stop another
playing sample. Yet the second call is normally returned with
265=MCIERR_DEVICE_OPEN (mapped from 4=MMSYSERR_ALLOCATED).
To reproduce, you need audible sound.
Using my interactive MCI shell from bug #20232 comment #10, try the following
1. open long-playing-sample.wav alias a
2. open sample.wav alias b
3. play a from 0
4. play b from 0 wait
Repeat 4) playing b until a is interrupted (=you hear no more sound). If a ends
normally repeat from step 3. Within less than 30 trials, a's sound will be
interrupted on my single core Linux box, wither either ALSA or OSS, with or
without PulseAudio in Ubuntu Intrepid.
When this happens, try
5. status a mode => "playing"
6. stop a => hangs
7. ^C
It seems more likely to happen after a has finished playing once. Or whatever
Voodoo is needed.
--
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=24852
Summary: KidZui: Shows nothing but white window
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31447)
--> (http://bugs.winehq.org/attachment.cgi?id=31447)
Terminal output on Wine-1.3.5
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko flash
2) install KidZui
3) wine kidzui.exe
Behaviour:
Fullscreen window with white background.
Expected behaviour:
Window should show something useful.
--
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=19337
Summary: MSI SQL string comparison operators incorrect...
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: toonces282002(a)yahoo.com
In MSI, one can run SQL commands like this:
"SELECT
`Dialog`,`Attributes`,`Control_First`,`Control_Default`,`Control_Cancel` FROM
`Dialog` WHERE `Dialog`< 'bar' OR `Dialog` > 'foo'"
Note however that the two conditions that we have placed on the name of the
dialog are technically incorrect. According to Microsoft:
http://msdn.microsoft.com/en-us/library/aa372021(VS.85).aspx
"For string values, only the = or <> operations are possible. Object value
comparisons are limited to IS NULL and IS NOT NULL."
Accordingly, Microsoft treats the above expression as 'false', whereas msi on
ReactOS is actually using a strcmp to try and evaluate whether a string is
greater or less than another:
*val = ( cond->u.expr.op == OP_EQ && ( sr == 0 ) ) ||
( cond->u.expr.op == OP_NE && ( sr != 0 ) ) ||
( cond->u.expr.op == OP_LT && ( sr < 0 ) ) ||
( cond->u.expr.op == OP_GT && ( sr > 0 ) );
My guess is that this conditional in where.c needs to be adjusted to match the
behavior on Windows.
Doing testing on ReactOS..
--
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=19426
Summary: Radio Manager fails to install some times and some
others times not
Product: Wine
Version: 1.1.26
Platform: PC
URL: http://download.radionomy.com/rm1319en.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yurienu.amenysta(a)gmail.com
Hi,
I've installed Radio Manager application with Wine 1.1.26 yesterday and the
application stop at the end saying it doesn't work. Some files were installed
successfully but others not.
I let these files and today, I tried again to install it to copy and paste the
exact message given by the installer but today it works o_O
And when I tried to launch the installer a third time, the installer showed me
"Repair" and "Uninstall" (the second time, the installer didn't show me this).
I uninstalled it and the installer said me to launch the installer again
because it fails. I launched it again and it works !
I don't understand why it works sometimes and some others times not o_O
Thanks in advance,
(Sorry, if I do mistakes, I'm french ^^)
--
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=23651
Summary: Spiceworks Crashes during Installation
Product: Wine
Version: 1.2-rc7
Platform: x86
URL: http://download.spiceworks.com/Spiceworks.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hytek3000(a)yahoo.com
Created an attachment (id=29599)
--> (http://bugs.winehq.org/attachment.cgi?id=29599)
Trace of the crash for spiceworks during installation
Wine Version: wine-1.2-rc7-10-g509e35d
GCC Version: 4.2.4
Kernel: 2.6.31
I believe this to be another regression similar to what happened two months ago
here with the same app: http://bugs.winehq.org/show_bug.cgi?id=22694
Attached is the trace file.
Immediately after the files are unpacked, the installer crashes. I've never had
the installer fail except for the regression in the bug linked above.
--
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=22224
Summary: CDBurnerXP's drive icon lacks transparency
Product: Wine
Version: 1.1.41
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=27124)
--> (http://bugs.winehq.org/attachment.cgi?id=27124)
Terminal output
A single icon in this program is lacking transparency: the drive icon next to
the dropdown menu for choosing an optical drive. It appears on a solid white
background. This doesn't happen when using native gdiplus.
1. Run winetricks dotnet20
2. Install and run CDBurnerXP
3. Choose a language, then choose "data disc" mode
(Unchanged in current git.)
--
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=17611
Summary: Increasing DPI makes displayed text smaller
Product: Wine
Version: 1.1.16
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19784)
--> (http://bugs.winehq.org/attachment.cgi?id=19784)
Three Properties Winodws
I'm using Wine 1.1.16 (compiled from source using gcc version 4.3.2 20081105
(Red Hat 4.3.2-7) ) on Fedora 10 i386.
With default dpi (96) it is difficult (because it's to small) to read text in
"Properties Window" which exists as a toolbar in "AutoCAD 2008" and "AutoCAD
Mechanical 2008". If I try to increase dpi through winecfg, text in "Properties
Window" is even harder to read, it gets smaller but fonts in other parts of the
application are bigger.
I attached image how "Properties Window" should looks like on AutoCAD 2007
example running on Windows and how it looks in Wine with AutoCAD 2008. All
screenshots were made in 1024x768.
--
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.