http://bugs.winehq.org/show_bug.cgi?id=8090
Summary: Class testData_queue doesn't exist
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lvromman(a)gmail.com
The message "Class testData_queue doesn't exist" appears when clicking on the
Add Test Data button, on an application version page.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8089
Summary: Opening attachments from Lotus Notes 7.0.2 by double-
clicking.
Product: Wine
Version: 0.9.35.
Platform: PC
URL: http://appdb.winehq.org/commentview.php?iAppId=27&iVersi
onId=3432&iThreadId=20197
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vmendelevich(a)technoserv.ru
After a consultation on the winehq web site i post this information here.
----
RE: opening OpenOffice documents by Dan Kegel on Tuesday April 17th
2007, 12:01
OK, now we're getting somewhere. Is this the recipe?
On opensuse-10.2,
install wine-0.9.35 using yast
install openoffice-2.2 using yast
install Lotus client 7 in wine
Receive an email in Lotus client that has a .doc attachment
Doubleclick on the attachment
Wine barfs with call to unimplemented function shell32.dll.OpenAs_RunDLLW
And now that I understand, I see lots of references to that
function on the web. People often do things like
rundll32.exe shell32.dll,OpenAs_RunDLL d:\path\filename.ext
to start applications, for some reason. (Heck, even Microsoft
does, see http://support.microsoft.com/kb/192352 )
So this should be easy to reproduce without Lotus or OpenOffice.
Annoyingly, this is an undocumented Windows API call, but I
guess we can figure it out.
If that all sounds like an accurate description of the problem,
please go ahead and file a bug at http://bugs.winehq.org
(you can even just copy and paste what I wrote above).
-----
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8080
------- Additional Comments From rossi.f(a)inwind.it 2007-18-04 03:02 -------
In this period I don't have too much time so I prefer to use only one version of
the software :-)
If you need to test a patch, you can just attach here (as you can see on
bugzilla we have already debugged successfully different problems with p-cad
2001 in other wine bugs).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8086
dmitry(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|dmitry(a)codeweavers.com |
------- Additional Comments From dmitry(a)codeweavers.com 2007-18-04 02:51 -------
The part of the test that causes the failure is not mine:
http://source.winehq.org/git/wine.git/?
a=commit;h=f73d7d07c8a4b7653848f66910e05dc8a9687511
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8088
Summary: OleLoadPictureEx doesn't create a color table on gif
files
Product: Wine
Version: 0.9.35.
Platform: PC
URL: http://francois.fouchet.free.fr
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lvromman(a)gmail.com
I am trying to make Navigation (ses appdb) works on wine.
Navigation fails while calling SetDIBColorTable.
After some investigation, I have found that Navigation loads a gif file using
LoadPicture (in VB) and store it in a StdPicture. Then it calls SetDIBColorTable
on it.
The gif file can be find at http://maiou.hd.free.fr/gif
It appears SetDIBColorTable fails here :
if (bitmap->color_table)
OleLoadPictureEx (called for VB's LoadPicture) seems not to create the bitmap
color table, with the consequence described above for Navigation.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8036
------- Additional Comments From sick_soul(a)yahoo.it 2007-18-04 01:25 -------
Created an attachment (id=5839)
--> (http://bugs.winehq.org/attachment.cgi?id=5839&action=view)
winedbg trace for getprivateprofilestring
I traced the calls from the application,
and that's exactly how the win32 profile apis are called in the program,
I really don't know what's screwing things up.
I attach as example a winedbg trace that shows how the app calls
GetPrivateProfileStringA with an empty string as section name.
Parameters are dumped in order, first the unicode version, then the ANSI.
Sorry if I state the obvious, but have you tried if you get the crash even
without my changes to the test?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=6231
------- Additional Comments From dank(a)kegel.com 2007-18-04 01:18 -------
What are the symptoms if you don't have psapi.dll?
And especially what messages show up on the wine console?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8028
------- Additional Comments From dank(a)kegel.com 2007-18-04 01:06 -------
listview certainly tries to implement WM_SETREDRAW.
What version of Wine are you using?
Please post source code and executable for a small
program that uses WM_SETREDRAW and runs worse under
Wine than Windows.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8076
------- Additional Comments From wine(a)enzerink.net 2007-18-04 01:00 -------
There is an in game setting to disable textures for spaceships which partially
addresses this problem by rendering the objects with simple surfaces.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8087
------- Additional Comments From wine(a)enzerink.net 2007-18-04 00:56 -------
Created an attachment (id=5838)
--> (http://bugs.winehq.org/attachment.cgi?id=5838&action=view)
Debug output showing errors.
This error occurs continuously prior to crash:
fixme:d3d_draw:drawStridedFast >>>>>>>>>>>>>>>>> 0x502 from glDrawRangeElements
@ drawprim.c / 427
Game can be played for around 30 minutes before becoming unplayable after this
error:
err:d3d_decl:IWineD3DVertexDeclarationImpl_SetDeclaration Memory allocation
failed
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.