http://bugs.winehq.org/show_bug.cgi?id=5734
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |wine.dev(a)web.de
Status|ASSIGNED |NEW
--
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=5734
wine.dev(a)web.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|wine.dev(a)web.de |wine-bugs(a)winehq.org
Status|NEW |ASSIGNED
------- Additional Comments From wine.dev(a)web.de 2007-10-07 22:15 -------
The installer call user32/LoadStringA and get "PSCRIPT5.DLL" from the resource.
I expect, that the Drive use some sort of self-made basename() and crash,
because no backslash was found:
EnumPrinterDrivers on windows return the Full Path for the Files and
in wine, we return only the Filename.
I'm working on a fix.
The second crash, that Louis mentioned was fixed yesterday:
SetupCloseInfFile(INVALID_HANDLE_VALUE);
--
By by .. Detlef
--
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.
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=8914
------- Additional Comments From juan_lang(a)yahoo.com 2007-10-07 22:05 -------
A test case (in the form of a regression test, marked todo_wine for now) would
be great!
--
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=8917
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-10-07 21:42 -------
closing invalid
--
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=8917
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From vitaliy(a)kievinfo.com 2007-10-07 21:42 -------
Additional Comments: Please do not PASTE logs and back traces, (attach them
instead).
Invalid. Read before submitting loads of crap.
--
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=8916
Summary: COMBOBOX editor stops working
Product: Wine
Version: 0.9.40.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dmda(a)yandex.ru
with the code below combobox stops working and whatever I set to it using
SetWindowTextW, it displays only the 1st character.
ComboHandle = CreateWindowExW(0, L"COMBOBOX", 0, 0x44210242, 55, 30, 190,
21, ParentWnd, 0, HInstance, 0);
ShowWindow(ComboHandle, SW_NORMAL);
// 3rd party library begins:
EditHandle = GetWindow(ComboHandle, GW_CHILD);
DefEditProc = GetWindowLongA(EditHandle, GWL_WNDPROC);
SetWindowLongA(EditHandle, GWL_WNDPROC, DefEditProc);
// 3rd party library end.
SetWindowLongW(EditHandle, GWL_WNDPROC, GetWindowLong(EditHandle,
GWL_WNDPROC)); // this call is a fixup to trigger EditHandle into unicode and
it works for me under Windows.
...
SetWindowTextW(ComboHandle, L"Any Text"); // will display only "A"
I know that it's not that correct code but works FINE under Windows.
Looks like DefEditProc = GetWindowLongA(EditHandle, GWL_WNDPROC); is
problematic because if I change GetWindowLongA to GetWindowLongW it gets to
work under Wine too but unfortunately, I can't change this pience of code
because it is from 3rd party and comes pre-compiled.
--
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=3462
------- Additional Comments From dank(a)kegel.com 2007-10-07 18:25 -------
Please don't mention 'winetricks' and 'fix' in the
same breath, somebody might come after me with a
pitchfork :-)
--
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=8915
Summary: No place to set default code page for non-unicode APP
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wy6688(a)hotmail.com
For non-unicode windows App, microsoft have set a default language in control
panel, In wine configure I can't find such setting. so my old application can't
display correctly chinese char. (in windows, when I setting default non-unicode
language to chinese, it can display correct chinese char (multi-byte char but
not unicdoe code page maybe CP-936)
--
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=8843
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From truiken(a)gmail.com 2007-10-07 16:00 -------
Closing 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.