http://bugs.winehq.org/show_bug.cgi?id=27493
Summary: Derive 6 (computer algebra system) hlp file errors
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Doug(a)Dougtelford.com
Created an attachment (id=35152)
--> (http://bugs.winehq.org/attachment.cgi?id=35152)
shows logs and output of processing hlp file on linux and windows xp
Derive6.hlp file is not processed correctly. Works fine on windows XP.
See attachment
--
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=20811
Summary: query.c:224 Test Failed: IDirect3DQuery9_GetData a 2nd
time on a ended query returned 00000001
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
Looking at the wine test results for the following test:
query.c in the d3d9 tests directory...
hr = IDirect3DQuery9_GetData(pQuery, data,
IDirect3DQuery9_GetDataSize(pQuery), D3DGETDATA_FLUSH);
ok(hr == S_OK, "IDirect3DQuery9_GetData on a ended query returned %08x\n",
hr);
hr = IDirect3DQuery9_GetData(pQuery, data,
IDirect3DQuery9_GetDataSize(pQuery), D3DGETDATA_FLUSH);
ok(hr == S_OK, "IDirect3DQuery9_GetData a 2nd time on a ended query
returned %08x\n", hr);
the MSDK says the following :
IDirect3DQuery9::GetData
Polls a queried resource to get the query state or a query result. For more
information about queries, see Queries (Direct3D 9).
Return Values
The return type identifies the query state (see Queries (Direct3D 9)). The
method returns S_OK if the query data is
available and S_FALSE if it is not. These are considered successful return
values. If the method fails when
D3DGETDATA_FLUSH is used, the return value can be D3DERR_DEVICELOST.
The test fails with :
query.c:224: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended query
returned 00000001
which is a S_FALSE (1) which just means the data is not available... which
according to the MSDN site is an ok value to return... and is a success.
Also reading the MSDN the D3DGETDATA_FLUSH is supposed to flush the query so
the value its returning is ok...
So If I am understanding the above code the first one should return a S_OK
saying that it flushed the query code.... Then the second call should return a
S_FALSE because the query has nothing in it.....
Stephan said in Dev list :
I guess its fine to accept this result then. I think the original motivation
behind these tests was that HL2 called GetData() more than once and this raised
GL errors - the query code now filters such calls out to prevent calling bad GL
calls. My guess is that its ok to modify the test to accept both results. Ie,
ok(hr == S_OK | hr == S_FALSE, "...");
--
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=16433
Summary: impossible to ignore a runtime assertion
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mauro(a)linux.ca
I have a program that after ignoring an assertion works perfectly on windows...
In wine it could probably be the same but the assertion dialog misses the
ignore button having only OK and Cancel
--
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=14899
Summary: Quicken One Step Update fails - 'com error'
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: headofbucket(a)gmail.com
Created an attachment (id=15470)
--> (http://bugs.winehq.org/attachment.cgi?id=15470)
Console output for com error.
Quicken 2008 Update 7 crashes when attempting to do one step update with a
message 'com error'.
--
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=28211
Summary: HardWare identification: "Exception: Read error in
Processes Info"
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremy.d.bernstein(a)googlemail.com
When launching this software
(http://chessok.com/download/Training/PeshkaSetup.exe) using the most recent
version of Wine on OSX (WS7Wine1.3.27 in my case, but it occurs with other
flavors, including CodeWeavers, and has occurred with every Wine version I've
tried since 1.2.x), I get an error dialog "HardWare identification: "Exception:
Read error in Processes Info".
I cannot be sure if the functionality of the software is compromised in any
way: it appears to work properly, but I do occasionally see errors when
dragging objects out of the application frame (not easily reproducible, and no
idea if it's related).
Sorry for the bad bug report. Hopefully someone who is more Wine-savvy can
reproduce the issue and figure out the guilty component.
Thanks, Jeremy
--
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=24915
Summary: Lord or the Rings Installer Hangs on Mac
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: happyslaps(a)gmail.com
The installer for Lord of the Rings Online hangs on mac with this error
Log file is being written to C:\users\ayers\Temp\lotrohigh.exe.log
err:seh:setup_exception_record stack overflow 1760 bytes in thread 0026 eip
7bc30d3c esp 05470c50 stack 0x5470000-0x5471000-0x5670000
This does not occur on with wine 1.3.5 on Ubuntu 10.10.
--
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=17560
Summary: Mercury Mail SSL/STARTTLS does not work
Product: Wine
Version: 1.1.16
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: admin(a)linux-tstephenson.com
When trying to make a connection to the Mercury v4.62 server via POP3, SMTP or
IMAP4 the STARTTLS function error out with the following error:
10:56:18.275: Connection from 127.0.0.1, Sat Feb 28 10:56:18 2009<lf>
10:56:18.336: << * OK linux-tstephenson.com IMAP4rev1 Mercury/32 v4.62 server
ready.<cr><lf>
10:56:18.337: >> A1 CAPABILITY<cr><lf>
10:56:18.338: << * CAPABILITY IMAP4rev1 STARTTLS AUTH=PLAIN X-MERCURY-1<cr><lf>
10:56:18.338: << A1 OK CAPABILITY complete.<cr><lf>
10:56:18.339: >> A2 STARTTLS<cr><lf>
10:56:18.339: << A2 OK Begin SSL/TLS negotiation now.<cr><lf>
10:56:18.340: 20: Error -3 creating CryptLib session.
10:56:18.345: --- Connection closed normally at Sat Feb 28 10:56:18 2009. ---
10:56:18.345:
This is very similar to the Pegasus Mail bug 14797 since both are using the
same crypto library.
--
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=13608
Summary: Test tool on windows makes XP completely reboot
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://test.winehq.com/data/0b6acfbce7b0bf2aedb5176bfa95
9edc3f0d74f6/
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saintk(a)specialattack.net
CC: saintk(a)specialattack.net
Running this test;
Main summary for build 0b6acfbce7b0bf2aedb5176bfa959edc3f0d74f6
Results in a full system reboot at my end.
This is what i can capture from my windows event log;
Faulting application d3d9_test.exe, version 0.0.0.0, faulting module d3d9.dll,
version 5.3.3790.3959, fault address 0x000a488a.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
Any additional info;
OS: Windows XP x64 SP2
Hardware used;
Asus Maximus Formula
Unknown 350GB Sata disk
Asus EAX1950XTX PCI-E
4GB DDR2 Geil RAM @ 800MHz
Everything is clocked default (no overclocking applied). System runs stable
during stability tests both on the GPU and CPU.
If any more information or testing is required don't hessitate to contact me.
Only 'downside' i don't know anything about debugging of any kind. Neither am I
an active wine user. I just ran the test because i do support the idea behind
the project.
--
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=28224
Summary: the Gnome-Shell hides menubars, therefore some apps
aren't usable any more
Product: Wine
Version: 1.3.24
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobias.vogel(a)bluewin.ch
Gnome3/Gnome-Shell seems to sometimes hide the top-most menu-bars of
applications running under Wine.
So far, I came across this issue with KeePass 2.x and RegexBuddy.
Depending on the UI of a certain application, this can turn some Apps
completely unusable.
System:
Fedora 15 x86_64 + Wine-1.3.24
--
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=27334
Summary: Fitday hangs after drop menu selection made
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jrstone88(a)gmail.com
Fitday will become unresponsive for a short time(sometimes never recovering)
after a selection is made in a drop menu. The the drop down menu are not the
standard windows drop menu, they are some custom written control.
--
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.