http://bugs.winehq.org/show_bug.cgi?id=2728
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:16 -------
FWIW It didnt seem to trap here, but on the other hand I gopt corrupted music
and a black screen....
--
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=2728
us(a)the-edmeades.demon.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine-bugs(a)winehq.org
AssignedTo|wine-bugs(a)winehq.org |us(a)the-edmeades.demon.co.uk
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 15:04 -------
Please attach a WINEDEBUG=+d3d_caps program.exe >log.out 2>&1 plus info from
glxinfo. I think your drivers are reporting a funny string which we end up
trapping trying to process.
--
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=2745
Summary: toolbar icons don't get drawn
Product: Wine
Version: 20050211
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brandm(a)xs4all.nl
The toolbar icons in MS Visio do not get drawn using recent versions of Wine.
This makes it difficult to use the Visio.
Observed using MS Visio 2000 SR-1 (6.0.2072).
Distro and relevant RPM versions:
SuSE 9.2
xorg-x11-6.8.2-0.1
wine-20050211-1.1 and wine-20050111
This problem NOT observed with wine-20040813-7.1 that comes with SuSE 9.2. In
fact, downgrading from 20050211 to 20040813 fixes the problem.
The following repeating messages appear when Wine starts:
Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels
to set the screen resolution and remove the "Resolution" entry in the config
file
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to
(nil)
fixme:thread:NtSetInformationThread Set ThreadImpersonationToken handle to
0x84
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateWindow invalid window width -22
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:CoRegisterMessageFilter stub
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x60ed8208, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x60ed8208): stub
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x60ed8208, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x60ed8208): stub
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
fixme:imm:ImmGetContext (0x10026): stub
fixme:imm:ImmNotifyIME (0x60ed8208, 21, 4, 0): stub
fixme:imm:ImmReleaseContext (0x10026, 0x60ed8208): stub
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=4
--
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=2743
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2005-21-02 14:55 -------
c0000135 is an unable to load dll error, and from the errors it looks like you
need to install / copy from a windows machine copies of MSVCIRT.dll and
MSVCP60.dll. I guess the problem is wine doesnt have versions of these (yet) -
Since they dont come with the o/s I think wine would expect them to be
installed with the app, but in your case it looks like this isnt happening?
--
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=2744
Summary: Combobox loops endlessly if displayed by MDI child and
mouse selects dropdown
Product: Wine
Version: 20050211
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
When the following conditions are all true:
* Windows application uses MDI window
* At least one MDI child is displayed
* The MDI child displays a dropdown list (combobox without editing cap.)
* User selects with mouse (not keyboard) the combobox in order to display the
dropdown
... then the combobox starts flashing endlessly. The focus seems to alternate
between the MDI child and the colored rectangle which paints the combobox when
selected.
I searched the bug database, and bug #2147 looks like this exact same bug.
However, I can provide on demand a VisualBasic 6 sample application which
reproduces the bug. This problem occurs only when a MDI child displays the
dropdown list - SDI windows and dialogs are not affected.
--
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=2743
Summary: Can't run MapSend Streets and Destinations USA
Product: Wine
Version: 20050211
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: brianlong(a)cox.net
I was able to successfully install MapSend Streets and Destinations USA.
However, it will not run. When I run it from a command line, I get the following:
mothership MapSend Streets and Destinations USA # wine MapSend.exe
err:module:import_dll Library MSVCIRT.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\vc_vect.dll") not found
err:module:import_dll Library vc_vect.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapExp.dll") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapExp.dll") not found
err:module:import_dll Library MapExp.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe") not found
err:module:import_dll Library MSVCIRT.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe") not found
err:module:import_dll Library MSVCP60.dll (which is needed by
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe") not found
err:module:LdrInitializeThunk Main exe initialization for
L"Z:\\home\\brian\\.cxoffice\\dotwine\\fake_windows\\Program
Files\\Magellan\\MapSend Streets and Destinations USA\\MapSend.exe" failed,
status c0000135
--
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=2742
Summary: Wrong keycodes for directional arrows
Product: Wine
Version: 20050211
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gabriele.giorgetti(a)teamfab.it
Hi do you guys know anything about that already ?
It looks like some keys are not mapped correctly:
grep -r VK_* * | grep include/winuser.h
include/winuser.h:#define VK_LEFT 0x25
include/winuser.h:#define VK_UP 0x26
include/winuser.h:#define VK_RIGHT 0x27
include/winuser.h:#define VK_DOWN 0x28
(These keys are the directional arrows, not the numpad keys...)
Now look at what wine thinks about those keys when block num is not kicked in:
tail -f /projects/tmp/winetrace.log | grep keyboard
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 83 (0x53)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff96
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 80 (0x50)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff97
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 85 (0x55)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff98
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0000
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 88 (0x58)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff99
Kickin'in the block num:
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 100 (0x64)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff51
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 98 (0x62)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff52
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 102 (0x66)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff53
trace:keyboard:X11DRV_ToUnicodeEx NumLockMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx AltGrMask = 0010
trace:keyboard:X11DRV_ToUnicodeEx Found keycode 104 (0x68)
trace:keyboard:KEYBOARD_MapDeadKeysym no character for dead keysym 0x0000ff54
What's wrong ?
Oh, and this output is when using within a edit control.
Last but not least, any test against VK_UP VK_DOWN, VK_LEFT, VK_RIGHT fails ...
Regards.
--
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=2603
------- Additional Comments From james(a)l3r.com 2005-20-02 23:54 -------
Hi it seems that the WOW communtity has come up with a workaround for the
minimap bug. There is a user interface mod which minimises the minimap on start
up which may let wine get a little further. You can grab it at
http://wow.modhaven.net/linux/starnix/StarNix-0.0.3.tar.gz. Hope this helps.
--
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=2741
Summary: HEAP_CreateSystemHeap system heap base address
0x80000000 not available
Product: Wine
Version: 20050211
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: geoffd(a)professionalhosts.com
I have tried 20050111, now on 20050211. This occurs in both. No matter how I
install it, whether I use Crossover, Winetools, or try manually. Whatever
application I use (DCOM95/98 Install, IE6 Install, run preInstalled Dreamweaver.
I always get a 'HEAP_CreateSystemHeap system heap base address 0x80000000 not
available' error.
The only application I have run succesfully is NotePad!
I am running Gentoo Linux 2.4.28-r5 under Gnome, on Intel P6 1.2GHZ with 512MB
RAM and a NVidia Video card.
I have search previous bugs and the web in general and there is only one
occurance of this, but it refers to threading in FreeBSD.
This is the session log from my last attempt installing DCOM98 on a fresh Wine
install (20050211) using Winetools wt211jo.
found gettext in path
/home/geoffd/.wine/winetools.log changed to new version
which: no dillo in
(/bin:/usr/bin:/usr/local/bin:/opt/bin:/usr/i686-pc-linux-gnu/gcc-bin/3.3.5:/opt/Acrobat5:/usr/X11R6/bin:/opt/sun-jdk-1.4.2.07/bin:/opt/sun-jdk-1.4.2.07/jre/bin:/opt/sun-jdk-1.4.2.07/jre/javaws:/usr/qt/3/bin:/usr/kde/3.3/bin:/usr/kde/3.2/bin:/usr/kde/3.1/bin:/usr/games/bin:/opt/vmware/bin:/usr/java/maven-1.0-beta-9/bin:/usr/local/ActiveTcl/bin)
Browser is /usr/bin/firefox.
no suitable Wine directory found...
Wine 0
wine is executed as wine
Parameters are --noexit
Wine is not configured yet!
Calls to wine are executed as wine.
Config is /home/geoffd/.wine/winetools.log.
CDROM is /winedata/.
Choice is Base setup
Choice is Create a fake Windows drive with checked=F
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
head: `-1' option is obsolete; use `-n 1' since this will be removed in the future
Converted temp dir to new entry HKCU\Environment "TEMP" = L"t:\\"
Converted path dir to new entry HKCU\Environment "PATH" =
L"c:\\windows;c:\\windows\\system"
Converted profile dir to new entry HKCU\Environment "USERPROFILE" =
L"c:\\windows\\Profiles\\Administrator"
Converted windows dir to new entry HKCU\Environment "windir" = L"c:\\windows"
Converted system dir to new entry HKCU\Environment "winsysdir" =
L"c:\\windows\\system"
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
available/home/geoffd/.wine created successfully.
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
Drive C: is /home/geoffd/.wine/drive_c, links will be made for c fake_windows
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availabledetecting Wine version... done.
Drive C: is /home/geoffd/.wine/drive_c
Wine 0
wine is executed as wine
Parameters are
Choice is DCOM98 with checked=F
dcom98.exe
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableregedit: Can't export. Registry key
'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall' does
not exist!
Success
grep: /home/geoffd/.wine/installed.reg: No such file or directory
grep: /home/geoffd/.wine/installed.reg: No such file or directory
rm: cannot remove `/home/geoffd/.wine/installed.reg': No such file or directory
software installation verified by /home/geoffd/.wine/winetools.log
ls: dcom98.exe: No such file or directory
downloading
http://download.microsoft.com/download/d/1/3/d13cd456-f0cf-4fb2-a17f-20afc7…
to dcom98.exe with 1229056 bytes...
WINEDLLOVERRIDES="ole32=n" wine ./dcom98.exe
waiting for wineservers to exit...
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableCould not load 'SETUPX.DLL' required by 'W95INF16', error=2
err:thunk:_loadthunk (W95INF16.DLL, w95thk_ThunkData16, W95INF32.DLL): Unable to
load 'W95INF16.DLL', error 2
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableerr:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableCould not load 'SETUPX.DLL' required by 'W95INF16', error=2
err:thunk:_loadthunk (W95INF16.DLL, w95thk_ThunkData16, W95INF32.DLL): Unable to
load 'W95INF16.DLL', error 2
all wineservers endet after 15 seconds...
Failed: 43
check installation by return value...
waiting for wineservers to exit...
all wineservers endet after 0 seconds...
err:heap:HEAP_CreateSystemHeap system heap base address 0x80000000 not
availableFailed: 43
--
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=2740
Summary: Can't match system time zone name "NZDT" to an entry in
TZ_INFO
Product: Wine
Version: 20041201
Platform: All
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin_dejong(a)hotmail.com
Can't match system time zone name "NZDT" to an entry
in TZ_INFO
Suse 9.1
--
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.