http://bugs.winehq.org/show_bug.cgi?id=23470
Summary: Spectrum Lab problem on mouse button release when win.
version is set to win xp
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://www.qsl.net/dl4yhf/spectra1.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)lipkowski.org
Spectrum Lab (free download from
http://dl4yhf.ssl7.com/speclab/install_speclab.zip) has a problem with
(probably) not getting mouse button up events. How to reproduce: set wine to
windows xp mode, run the program, press left mouse button with cursor on the
frequency scale: the "four sided arrow cursor" turns into a "two sided arrow",
release the mouse button: the cursor is still a "two sided arrow" (like it is
when the button is pressed, this mode is used to drag the frequency scale). Now
change the windows version in winecfg to windows ME, upon releasing the mouse
button the cursor properly reverts to the "four sided arrow" cursor mode.
It looks like the app doesn't get the "mouse button released" in this
particular case, but only in this case (menus work etc).
This issue is present in all versions of spectrum lab i've tried (this time
confirmed on the latest: v2.75b09). The kernel is 2.6.33.2 (used many different
kernels), the system is Debian lenny x86_64. Now i have wine 1.1.42 installed,
but the bug was present in other 1.1.x versions tried (x=40-42, and a few
versions around 20-30), and in the distribution package 1.0.1
I think that this issue is absent on wine 1.0.1 compiled from source on
slackware 11.0 (intel 32bit distribution), but i can't check this right now.
--
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=20574
Summary: serial port communication problem
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: starlincx(a)gmail.com
I want to use a software throw serial port to control my device, but when I run
the software it displays:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:comm:set_queue_size insize 2048 outsize 1024 unimplemented stub
and then, the software can not communicate with my device, how can I fix this
problem?
Thanks~~~
--
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=20453
Summary: Some keys don't map correctly.
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ian(a)infogroep.be
This happens only when you're ingame. The §/6 (azerty/qwerty) key maps to a
diffrent key, and the -/= (azerty/qwerty) also maps to a diffrent key.
I haven't found any other.
Ian
--
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=33689
Bug #: 33689
Summary: When attempting to install Adobe CS4, the setup
initialization stage fails, wine crashes
Product: Wine
Version: 1.5.31
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: seann.giffin(a)gmail.com
Classification: Unclassified
Created attachment 44602
--> http://bugs.winehq.org/attachment.cgi?id=44602
Adobe CS4 Backtrace
I was quite fond of my CS4 apps when I was on XP. Sadly, as the attached
backtrace will show, I can't get them to install properly under WINE. I've
tried on 1.3, 1.4, and now 1.5 (1.5.31).
--
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=33681
Bug #: 33681
Summary: Issues downloading Disciples
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daviskinkel(a)gmail.com
Classification: Unclassified
I encountered no issues until I tried to download Disciples III and because I
lack much experience I don't really know what the problem is please help. I
used a macports compiler to configure wine and and then used that to run the
game download from amazon.
--
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=33059
Bug #: 33059
Summary: Visual Basic 6 shows overflow error with arithmetic
expressions
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: german_ant_82(a)yahoo.com
Classification: Unclassified
Regression SHA1: Visual Basic 6 shows overflow errors with arithmetic
expressions that has results greather than 32767
When running a program or on the immediate window, Visual Basic 6 shows an
overflow error with arithmetic expression that has results greather than 32767.
Dim a As Long
a = 32768 <-- This doesn't cause any error
a = 32767 + 1 <-- This one causes overflow error
The error message dialog shows:
Run-time error '6':
Overflow
This is not a normal behavior. Here, the arithmetic expressions are calculated
with 16 bits binary numbers with a range from -32768 to 32767, but Visual Basic
6 is a 32 bits environment with integer expressions with a range from
-4294967296 to 4294967295.
--
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=11004
Summary: Firefox 2 doesn't bold text, makes gmail unusable
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: enhancement
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
gmail relies on bold working to show which
conversations are unread. In Firefox 2.0.3,
this doesn't work at all unless you install
corefonts.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2805
David Finch <david(a)mytsoftware.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |david(a)mytsoftware.com
--
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=7526
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |starlincx(a)gmail.com
--- Comment #27 from Austin English <austinenglish(a)gmail.com> 2013-05-30 13:49:02 CDT ---
*** Bug 20574 has been marked as a duplicate of this bug. ***
--
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=6955
--- Comment #123 from Austin English <austinenglish(a)gmail.com> 2013-05-30 13:48:29 CDT ---
(In reply to comment #122)
> Uhm, I don't think this bug DEPENDS on bug 11910, that bug affects specifically
> NOLF2 demo, but this is a more generic bug which deals with many more
> programs/games.
While that's true, we can still mark this bug fixed when it's fixed. The
depends doesn't block that (it's so people know that the bugs are somewhat
related, at least in the case of NOLF2 demo).
> Unless you mean to state that the absence of function
> "msvcirt.dll.??0istrstream@@QAE@PADH@Z" is required for vertex blending (which
> I doubt is the case, as the patches in this bug report have enabled others to
> play for a while now).
It is not.
--
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.