http://bugs.winehq.org/show_bug.cgi?id=17350
Summary: AutoCAD Mechanical 2008: installation of Service Pack 1
fails
Product: Wine
Version: 1.1.14
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=19387)
--> (http://bugs.winehq.org/attachment.cgi?id=19387)
Log after running acm2008_swl_sp1_x32.exe
I'm using Fedora 10 i386 and i've got problems installing first ServicePack for
AutoCAD Mechanical 2008
1) Install AutoCAD Mechanical 2008
2) Download "acm2008_swl_sp1_x32.exe" from "www.autodesk.com"
3) run acm2008_swl_sp1_x32.exe and nothing happens AutoCAD still shows no SP is
installed
--
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=9886
Summary: GeoInfo hangs if trying to select a street for the
second time
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mikolaj.zalewski(a)gmail.com
Created an attachment (id=8378)
--> (http://bugs.winehq.org/attachment.cgi?id=8378)
patch
This is because our DDEML doesn't call the callback after receiving an ACK when
the hMem parameter doesn't match the current transaction hMem. However it
doesn't remove transaction from the queue so only after the first transaction
the callback will be called. This patch removes the transaction from the queue
however it is not fully correct - there may be asynchronous transactions so the
ACK doesn't need to come in the same order as the request were sent. A correct
code should check the whole list of transactions.
--
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=13937
Summary: visual foxpro 9 installation fails
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: freeman3(a)centrum.cz
can't install foxpro. i click setup main setup window appears. there an option
install prereqisites. i click it and nothing happens.
--
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=9991
Summary: Can not enable more then two input languages
Product: Wine
Version: 0.9.44.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel1r(a)gmail.com
When I run windows applications with Wine, I'm only able to write in English.
When I try to write in other language (I tried Russian and Hebrew), input is
either ignored or I see blocks instead of letters, depending on application.
If I set LANG to ru_RU.UTF-8 or he_IL.UTF-8 before starting application, I'm
able to write in two languages (either English and Russian, or English and
Hebrew). There is no way to enable all three languages to work simultaneously.
I'm using Fedora 7 and Gnome desktop. I added both Russian and Hebrew keyboard
layouts in keyboard preferences and I'm able to write in all three languages in
Linux native applications.
--
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=22807
Summary: SPSS and PROGRAM.exe
Product: Wine
Version: 1.1.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joquito(a)gmail.com
I installed SPSS13 (v17 doesn't work) ... and it runs correctly once, the
second time when i try to run it, shows an error dialog.
Then, i try to open throughout the terminal and the dialog say that doen found
the PROGRAM.EXE file.
--
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=19190
Summary: Oddworld: Abe's Exoddus sound effect continues looping
forever
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zidsoft(a)gmail.com
Moving in a mine cart in abe's exoddus causes the movement sound to play,
repeatedly, until Exoddus.exe is killed.
No useful output is given on the command line.
--
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=19134
Summary: Wine GetSystemMenu returns nil window handle at
inappropriate times
Product: Wine
Version: 1.0.1
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brent(a)mbari.org
Created an attachment (id=22098)
--> (http://bugs.winehq.org/attachment.cgi?id=22098)
Patch against Wine version 1.0.1 to fix this bug
GetSystemMenu() is always supposed to return a valid HMENU handle,
but the logic in Wine's version would return nil in some cases where
windows would return a valid HMENU. Specifically, when the relevant
windows dwStyle mask did not include WS_SYSMENU, wine would
return nil, but windows would still return a valid HMENU.
I've been trying to run this app in Wine for many years:
http://www.quadravox.com/AQ430.htm
The version I use is 2.0.6.9, but I strongly suspect the problem will
show up in their current versions as well.
You may download a 30-day trial version to verify the bug.
However, I think the logic bug in GetSystemMenu is pretty obvious.
After a few hours of poking
around with assembly code in the Wine debugger, it became clear that
the Quadravox app was getting a nil HMENU from GetSystemMenu even though
its bRevert parameter was false. Windows on-line docs state that
GetSystemMenu() should return a nil HMENU only when reverting
to the standard system menu. Real Windows apparently does not check
whether the current window's dwStyle bits are set appropriately, where
the wine version requires this. That's the easiest explanation
for the behavior I observed...
To replicate:
create a project in the Quadravox IDE
try to build it.
Aborts with invalid read from address 0x4 after GetSystemMenu()
returns the bogus nil handle.
The attached patch fixes the problem for me.
Others should confirm this...
--
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=13180
Summary: Saitek X45 POV does not work
Product: Wine
Version: 0.9.59.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keith_kw_muir(a)blueyonder.co.uk
Saitek X45 POV does not work in Lock On Modern Air Combat nor does one of the
rotational controls on the partner joystick it appears as an axis in the game
but does not function.
--
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=22621
Summary: Application not supported
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zunoraind(a)yahoo.com
Hi there, I am using Wine 1.01. I have Adesso Cyberpad, also known as Waltop
Digital Note T01 S. It comes with bundled software My Ink and Free Notes. Wine
runs My Ink but does not support Free Notes.
Thank you in Advance
--
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=18481
Summary: Eagle 3.55 - Crashes when switching between schematic
and board layout windows.
Product: Wine
Version: 1.1.21
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ed-h(a)mail.com
Created an attachment (id=21108)
--> (http://bugs.winehq.org/attachment.cgi?id=21108)
Eagle crash debug listing
Cadsoft's Eagle 3.55 schematic entry and PC board layout program crashes when
switching between schematic entry and board layout screens. Sometimes also
when maximizing those windows. Ideally the application should swap between the
two windows whenever the "switch views" icon is clicked. An early version of
Wine (0.9 era) failed to do that, but at least it didn't crash, and a work
around was to bring up the desired window from the task bar. Newer Wine
releases just crash the application no matter how the windows are swapped. The
reported error is:
The instruction at 0052283f referenced memory at 00000008
The memory could not be read from
Though there are newer versions of Eagle, 3.55 was very popular and somewhat
easier to use than later versions. The copy I have is a licensed version that
does larger circuit boards, though the problem seems to exist with the freeware
version too.
Thank you for any help you can offer.
--
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.