http://bugs.winehq.org/show_bug.cgi?id=10322
Summary: Eve-online video memory misaddressed
Product: Wine
Version: 0.9.4.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott.d.gray(a)gmail.com
I have only come across this problem running EVE-online. The mouse cursor is
not completely filled with black, it contains some stray colors. Many textures
are displayed intermixed with other bitmap data, I have even had small portions
of video from another app playing where there should be text or smoke texture.
I haven't seen any other posts regarding this, and I can't rule out my own
hardware. I have experienced this running multiple versions of Ubuntu,
currently running Gutsy 64bit and wine 0.9.46, with Nvidia (have tried
regressing drivers).
--
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=9689
Summary: Thief: Deadly Shadows mouse gets stuck after
encountering barriers
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ehoover(a)mines.edu
Thief: Deadly Shadows locks the mouse (intentionally) when you encounter a
barrier such as a wall. Unfortunately, when this lock is performed under Wine
it does not get released after you move away from the barrier. The lock stays
there until you open a menu; however, this can be worked around by assigning
keystrokes to rotate the player left and right.
--
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=10549
Summary: GetKeyNameText returns different text from Windows
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: djq(a)kerridge.com
In our app we generate accelerator text using the virtual key code of the
accelerator key and a couple of shift flags. e.g. a menu item's text would say
something like 'Do Stuff CTRL+D'
Under Wine for certain keys which appear both on the left and right of the
keyboard, in this case Alt, Shift and Ctrl. The text returned is specific to
the left/right scan code. This differs from Windows.
So our menu item will read something like 'Do Stuff Control_L+D' which is a
little ugly and implies you have to use the left Ctrl key.
Code snippet:
TCHAR szText[64];
LONG lParam;
// MapVirtualKey returns the scan code for the left control key.
// Left shift for the call to GetKeyNameText
lParam = MapVirtualKey(VK_CONTROL, 0) << 16;
// The string returned by GetKeyNameText on Windows does not differentiate
// between right and left and is 'CTRL' or 'Ctrl' depending on the Windows
Version
// Under Wine it returns 'Control_L'
GetKeyNameText(lParam, szText, sizeof(szText)/sizeof(szText[0]));
--
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=9545
Summary: Extrude function crashes solidworks 2007
Product: Wine
Version: 0.9.44.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: denis.bonnenfant(a)diderot.org
Create a new file,
draw a sketch ( a rectangle, for example )
select extrude function.
the application crashes, the windows remains displayed and inactive.
same behavior with surfacic extrusion.
This is the only 3D function with this behavior. revolve, loft, fillet,
chamfer, symmetry... are working correctly.
--
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=9288
Summary: Gecko fails to load page
Product: Wine
Version: 0.9.43.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)javadeveloper.eu
Created an attachment (id=7555)
--> (http://bugs.winehq.org/attachment.cgi?id=7555)
Trace from failed page load
when starting ArmedAssault for the first time the gecko engine displays "Please
wait while the page is loading..." and fails to load a valid page.
I've tried using ies4linux but that seems to have trouble connecting over an
ssl connection unless win98 mode is used. Using win98 mode is not an option as
the game requires win2k or higher.
Trace is attached.
--
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=11383
Summary: Mathcad 2k Pro fails to run without real msvcirt.dll
file
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kc8ldo(a)arrl.net
Created an attachment (id=10500)
--> (http://bugs.winehq.org/attachment.cgi?id=10500)
command line debugger output
I installed Mathcad 2000 Pro into a fresh wine setup. I can't get the
application to start. Trying to start from a command line resulted in a bunch
of debugger output. Seems wine can't or does not support the "msvcirt.dll" file
containing the ".??0ostrstream@@QAE@XZ" stream function.
I manually installed the "msvcirt.dll" file from a working and up to date
Windows XP Pro machine, from the "system32" folder, in to the local user's
".wine" folder under the same "system32" subfolder.
The application now starts and runs as expected.
--
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=10608
Summary: Not work export sql of Power Designer 12.1, problem with
VBscript
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: caravena(a)gmail.com
Created an attachment (id=9406)
--> (http://bugs.winehq.org/attachment.cgi?id=9406)
Message of error Power Designer 12.1
$ dpkg -l | grep wine
ii wine 0.9.46-0ubuntu1
Microsoft Windows Compatibility Layer (Binar
Hello, I testing Power Designer 12.1, and work, minimum problem with refresh in
button, no many problem.
Now I create MER/DB, and not export SQL, problem with VBScript, I install
http://fprelease.free.fr/fpwine/ , and install VBScript. now message of error :
-(
--
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=10399
Summary: Sonic & Knuckles Collection crashes if fullscreen is
toggled inside Wine virtual desktop
Product: Wine
Version: 0.9.49.
Platform: Other
URL: http://www.sega.com/support/support.php?item=support_gam
es#pc
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
If one tries to toggle fullscreen mode in any of the games in the Sonic and
Knuckles Collection while inside a Wine virtual desktop, the program will give
an error message crash.
This does not happen outside of a virtual desktop.
Demo url included, err/crash log attached.
--
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=9780
Summary: In-place edit mode of the tree_view node assigns edited
name to the wrong node
Product: Wine
Version: 0.9.45.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: email6222296(a)fishfuse.com
There is a weird bug in tree control handling in Enterprise Architect (see
http://www.sparxsystems.com.au/support/faq/ea_on_linux.html for trial version).
Scenario:
- open test project (File->Open project, then open EAExample)
- there is an Project Browser window on the right contaning a tree control
- perform a delayed double click on some tree node (e.g. 'Project Model') - the
in-place edit mode is activated
- change the name of the node from 'Project Model' to 'Test'
- select the second node named 'Example diagrams' - this action is supposed to
quit edit mode and assign the new name to the first node
- instead new name is assigned to the freshly selected second node, so 'Project
models' become 'Test'
This bug is quite old - I've seen it on various Wine/EA versions.
--
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=10090
Summary: wineprefixcreate falsely complains "Could not load
Mozilla..."
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: regression
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Starting with an empty .wine directory, wine complains
"Could not load Mozilla. HTML rendering will be disabled."
for no particular reason. This is a recent phenomenon.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.