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.
http://bugs.winehq.org/show_bug.cgi?id=8087
Summary: IWineD3DVertexDeclarationImpl_SetDeclaration Memory
allocation failed
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)enzerink.net
Galactic Civilizations II runs for quite a while before errors are produced
indicating memory problems in D3D. Display in game becomes significantly
distorted and unusable.
--
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
azamata2006(a)yandex.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P2 |P1
--
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=7972
------- Additional Comments From vitaliy(a)kievinfo.com 2007-17-04 21:52 -------
Dan, this bug is about directx and not dsound. Please open separate bug
_specifically_ about sound problem. And indicate that in summary and description.
--
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=8078
------- Additional Comments From gpw797(a)gmail.com 2007-17-04 21:52 -------
Ubuntu linux had what appeared as a new version of wine in repositories today
but version of wine showed the same (0.9.35) I updated wine from ubuntu
repositries and the problem went away which is why I changed status to fixed.
Maybe this was an ubuntu issue and not a wine issue?
--
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
Summary: gdi32 font test fails in fonts with charset 130
Product: Wine
Version: CVS
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gdi-(printing)
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.wine(a)zerebecki.de
CC: dmitry(a)codeweavers.com
gdi32 font test fails in fonts with charset 130:
Example: font.c:1513: Test failed: gm1=69,72,7,60,81,0 gm2=45,57,2,57,49,0
There are font, charset-130 tuples that are tested two times where one of them
doesn't have this error. All these fonts are from the ttf-unfonts debian package
except the font "code2000".
The log also contains errors from two other fonts.
--
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=8084
------- Additional Comments From truiken(a)gmail.com 2007-17-04 20:35 -------
shdocvw's current (stub) implementation of OleObject_SetHostNames returns
E_NOTIMPL, which is probably why the app assumes ie6 isn't installed. Try
changing the return to S_OK and see if you get the same error (sorry, I'm not at
my computer right now so I can't make a patch).
--
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=8077
------- Additional Comments From rm.riches(a)verizon.net 2007-17-04 20:16 -------
Please excuse my newbieness. I seem to have stumped myself--not
difficult--while trying to set up to do a regression. I found sets of
instructions for regression testing using CVS and using Git. For CVS, I
searched around for the indicated full-cvs-*.tar.gz file but did not find it.
For Git, I don't have Git installed on my system. I have a package on my
Mandriva 2007 installation CDs that I could install, but the package description
is as follows:
GIT (GNU Interactive Tools) provides an extensible file system browser,
an ASCII/hexadecimal file viewer, a process viewer/killer and other
related utilities and shell scripts.
Is that the right package?
--
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=8078
------- Additional Comments From dank(a)kegel.com 2007-17-04 20:14 -------
Um, why was this marked fixed? If the user is admitting
it was an invalid bug, it should be marked INVALID, not FIXED...
--
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=8085
Summary: DVD Shrink: Goes into infinite loop when Creating Class
Enumerator
Product: Wine
Version: 0.9.35.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Just began occuring in Wine 0.9.35. Has worked fine in previous versions. To
test, try launching DVD Shrink from console. After a few seconds, a few error
messages will show, then a loop will begin. Pressing Ctrl+C to terminate this
allows the app to function normally (as far as I could tell). Once the app
started, and DVD files were opened, before analysis would begin, another Ctrl+C
was necessary. The same was true for encoding (this was a single layer DVD, so
deep analysis was not done). I then recreated the bug from a clean wine install,
and it still remains. Log will be attached shortly.
Note: I'm unsure what component to file this under, so please change to what is
appropriate.
--
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=8084
Summary: Starmoney 6 requires IE6
Product: Wine
Version: CVS
Platform: Other
URL: http://www.starmoney.de/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
You can install starmoney 6 without the vendor-supplied linux_setup.sh
(which installs IE6, jet, MSI, and a couple fonts)
if you set the ie6 registry key (winetricks fakeie6)
and then run the setup left behind by their self-extracting
installer in C:\windows\temp\SM*.TMP.
But starting the app fails with
fixme:shdocvw:OleObject_SetHostNames (0x1710d8)->(L"WebBrowser OC Container",
(null))
and a dialog saying IE6sp2 is required.
--
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=7418
------- Additional Comments From dank(a)kegel.com 2007-17-04 19:36 -------
Could you verify that the app runs fine with
wget http://kegel.com/wine/winetricks
sh winetricks fakeie6 mdac26 dcom98
wine ".wine/drive_c/Program Files/Juris Data/MTJuris.exe"
?
In the meantime, I'll see if I can get somebody to
work on removing the need for dcom98. But you
shouldn't have to wait for that to use the app.
--
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 dank(a)kegel.com 2007-17-04 19:26 -------
Why can't you download the free trial version of the 2006 edition?
Is your workstation locked down and unable to install new applications?
--
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.