http://bugs.winehq.org/show_bug.cgi?id=8930
------- Additional Comments From greg87(a)online.de 2007-12-07 20:49 -------
My drive is set up as E:\
The mount is done via dbus/hal automount. I cd to /mnt/cdrom and run wine
setup.exe from there. This is not an iso, its the original dvd.
I will bisect the problem as soon as I can, don't throw this regression testing
url twice at me, I already know and did many regression tests up to day (which
should be clear, looking at my already posted bugs) ;)
Sorry, there is and there was no field in the wine bugzilla, stating git as
version. Maybe this will be added when the bugzilla update appears? But as long
as the update isn't there; cvs means git. ;)
--
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=2082
------- Additional Comments From winter.blood(a)gmail.com 2007-12-07 19:44 -------
This bug still exists in wine 0.9.40 and the original Diablo, both version 1.0
and a fully patched version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8938
------- Additional Comments From truiken(a)gmail.com 2007-12-07 19:15 -------
It's a pain, but you can write a script to apply the patch that fixed the bug
before each compile/run to complete the regression 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=8938
ncliang(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |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=8938
Summary: Regression in SCIM input
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ncliang(a)gmail.com
When finishing input to the preedit area in SCIM, I press <ctrl>+<space> or
<enter> to send my changes in the preedit area to the edit area that should
receive the input. This used to work in wine-0.9.20, but is broken in current
git. The text in the preedit area is not sent to the target edit area.
Regression testing is hard since this commit:
http://www.winehq.org/pipermail/wine-cvs/2006-October/026680.html
caused wine to hang when run with SCIM. The hang was fixed here:
http://www.winehq.org/pipermail/wine-cvs/2007-April/031832.html
but input was never the same again.....
--
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=8936
------- Additional Comments From fry.kun(a)gmail.com 2007-12-07 18:18 -------
Originally I was doing it without a tabled plugged in, however that doesn't seem
to matter. Just now, I tried running oC with tablet plugged in, and it's having
the exact same issue.
I also tried running the app in win2k under vmware - it doesn't crash even
though the tablet is not plugged in.
--
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=8795
------- Additional Comments From claus.fischer(a)clausfischer.com 2007-12-07 18:08 -------
Summary
*******
I compiled Wine 0.9.40 both on 32 and on 64 bit Debian etch.
The error is still present on Wine 0.9.40,
probably both on 32 bit and 64 bit host systems.
But on 64 bit systems an X protocol error prohibits
full installation, so it does not behave exactly the same.
The details:
************
Note: all files can be found on http://www.clausfischer.com/winebug/
0. Prepare Wine packages for Debian.
I created my own patch from the Debian 0.9.34 packages.
See wine_0.9.40-1.diff
- unpacked wine-0.9.40.tar.bz2
- cd wine-0.9.40
- pach -p1 <../wine_0.9.40-1.diff
- chmod +x debian/rules
- comment out the line with 'arts' in debian/rules
- dpkg-buildpackage -rfakeroot
- install all packages
1. Configure Wine
Pretty regular configuration.
Changed OSS to Alsa sound driver (but don't know if it works).
2. Change system.reg (set default user and company name).
3. Install Excel 2003 and Word 2003:
wine 'd:\setup.exe'
See the screenshots 1-4.
Notably, excel does not show the required storage (see screen3).
4. When clicking 'Finish', wine seems to hang in the 'tee' command.
After clicking Ctrl-C, wine reports: Wine exited with a successful status.
5. wine 'c:\Program Files\Microsoft Office\Office11\EXCEL.EXE'
Excel prompts for my username and initials.
I enter 'cfischer', empty string.
No screenshot, unfortunately.
>From here on, the versions on 32 and on 64 bit behave differently:
6a. On 32-bit, Excel is satisfied.
I can start Excel regularly, and get the error that I originally
reported, i.e. the 'Error Accessing File'.
6b. On 64-bit, Excel asks whether I accept the license.
I accept, but Excel then seems to crash.
Apparently wine produces a bad X lib call.
Wine gives an error log: wine.log.excel_first_start_crash
7b. Same command again.
Wine reports the 'Error Accessing File'.
Afterwards reports "excel was not installed for this user"
then crashes again. Probably a consequence of the first crash.
Error log: wine.log.excel.second-crash
--
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=8937
Summary: PreEditCaretCallback not implemented
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ncliang(a)gmail.com
I use SCIM to input Chinese. It uses on-the-spot input style which requires the
application to register PreeditStart, PreeditDone, PreeditDraw, and PreeditCaret
callback functions. The last one is not implemented yet, so the position of the
insertion point is not changed when I press the left or right arrows to move
back and forth within the preedit area.
--
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=8936
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|major |normal
------- Additional Comments From vitaliy(a)kievinfo.com 2007-12-07 18:00 -------
Are you using tabled for input? Do you even have one?
--
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=8930
------- Additional Comments From truiken(a)gmail.com 2007-12-07 16:52 -------
Also, how are you running the installer executable? How is your dvd drive set
up in winecfg? Are you using a physical DVD or an ISO?
--
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.