http://bugs.winehq.org/show_bug.cgi?id=4863
------- Additional Comments From santo.prive(a)gmail.com 2006-26-10 02:12 -------
Bug still exists in wine 0.9.22 with lotus notes 6.5.x and 7.0.x
Can someone please make a working testcase so that the patch can be accepted
--
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=6334
jan.wine(a)zerebecki.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|jnewman(a)codeweavers.com |wine-bugs(a)winehq.org
Component|bug list |wine-misc
Product|WineHQ Bugzilla |Wine
------- Additional Comments From jan.wine(a)zerebecki.de 2006-26-10 01:02 -------
Please report bugs to the correct Product, next time.
--
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=6529
Summary: "Move this version"-button does not work
Product: WineHQ Apps Database
Version: unspecified
Platform: Other
URL: http://appdb.winehq.org/admin/editAppVersion.php
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: website-bugs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.wine(a)zerebecki.de
The "Move this version"-button when editing an Appdb Version does not work. (At
least the one time I tested it.) Choosing a different App in the drop down box
and then using "Update Database" works, thu. That means we propably should
remove that button, right?
--
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=6528
Summary: Crazy Machines aborts silently on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://www.viva-media.com/
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The game installs more or less smoothly. It reboots,
and there are many wine console warnings during the reboot.
If you then try to run the game, it exits very quickly
without any warnings.
--
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=6525
------- Additional Comments From user_2_2_3(a)yahoo.com 2006-25-10 23:06 -------
I believe the git commit ID is:
b44ea8084d8b507ec1630d47fdcbf2f75225174a
When I tried to "Add CC" the author via the bugzilla form, I got a "Either you
misspelled it, or the person has not registered for a Bugzilla account."
--
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=6527
Summary: Zoombinis Logical Journey version 2 aborts on startup
Product: Wine
Version: CVS
Platform: Other
URL: http://www.learningcompany.com/products/363669.jsp
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Installed by doing
cd /media/cdrom
wine setup.exe
The app installs nicely, but when you try to start it up,
it quits quickly, saying
"Zoombini CD must be inserted in drive."
Slightly before that, one sees
warn:file:wine_nt_to_unix_file_name L"Zoombinis Logical
Journey(TM)Data\\Zoombini.mhk" not found in
/home/dank/.wine/dosdevices/c:/Program Files/The Learning Company
That file is actually in
/media/cdrom/DATA/zoombini.mhk
The log shows one other attempt to find the file:
trace:file:GetFileAttributesW L"Z:\\Data\\Zoombini.mhk"
I tried creating a symlink for d: and doing
cd ~/.wine/dosdevices/d:
wine setup.exe
This produced a different error message:
unable to open zoombini.mhk
trace:file:CreateFileW L"D:\\Data\\zoombini.mhk" GENERIC_READ GENERIC_WRITE
creation 3 attributes 0x80
trace:file:wine_nt_to_unix_file_name L"\\??\\D:\\Data\\zoombini.mhk" ->
"/home/dank/.wine/dosdevices/d:/Data/zoombini.mhk"
warn:file:CreateFileW Unable to create file L"D:\\Data\\zoombini.mhk" (status
c00000a2)
Why the app is trying to open it with GENERIC_WRITE, I'll
never know. Is that supposed to succeed on cd-roms?
--
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=6515
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 22:27 -------
trace:richedit:RichEditANSIWndProc hWnd 0x400a4 msg 0435 (EM_EXLIMITTEXT)
00000000 001e8480
Looks like the limit is being set to something large, and our test cases show
that it does start off at 32767 (see test_EM_EXLIMITTEXT in
dlls/riched20/tests/editor.c), so EM_EXLIMITTEXT may need to do a bit more work.
--
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=6526
------- Additional Comments From truiken(a)gmail.com 2006-25-10 22:25 -------
The RegLocator code that's needed for this is in place, but the browser we
return is winebrowser instead of the proper iexplore.exe, like it is in windows.
This is probably throwing the AppSearch action off.
--
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=6525
------- Additional Comments From mike(a)codeweavers.com 2006-25-10 22:24 -------
Please let us know the Git commit ID of the patch that caused the regression,
and notify the author of the patch of the regression.
--
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=6526
Summary: Typing Instructor for Kids 2
Product: Wine
Version: CVS
Platform: Other
URL: http://www.individualsoftware.com/new/consumer/details/t
k2_details.htm
OS/Version: other
Status: NEW
Keywords: Installer
Severity: normal
Priority: P2
Component: wine-shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The installer aborts with
"The installation of MDAC 2.6 SP2 requires IE4.01 SP2 to be installed on your
system. You do not have this version or higher installed on your system. The
installation will now terminate."
cf. http://community.macrovision.com/archive/index.php?t-21461.html
which shows how installers detect ie4.01 sp2.
This app is ranked 68th in software sales at Amazon today,
and was in the top 50 last week (the rankings must vary quickly).
--
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.