http://bugs.winehq.com/show_bug.cgi?id=1274
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 12:14 -------
Bug comments restored from Gmane.org:
Using MSWord from Office 2000, the window size and position is not remembered if
managed == Y.
Workaround: turn managed off and set the window size and position, and then
turn managed back on.
OS: RedHat 8.0 with 2.4.20 kernel
Wine config:
[DllOverrides]
"kernel" = "builtin"
"kernel32" = "builtin"
"gdi" = "builtin"
"gdi32" = "builtin"
"user" = "builtin"
"user32" = "builtin"
"ntdll" = "builtin"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"comctrl" = "builtin, native"
"comctl32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"setupx" = "native, builtin"
"setupapi" = "native"
"cabinet" = "native"
"oleaut32" = "native"
"ole32" = "native" ;; still see fixmes though so this isn't being honored
"*" = "native, builtin"
[Version]
"Windows" = "win98"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1276
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 12:13 -------
Bug comments restored from Gmane.org:
[root@localhost Notes]# uname -a
Linux localhost.localdomain 2.4.18-19.8.0custom #2 Wed Feb 12 10:48:39 PST 2003
i686 i686 i386 GNU/Linux
[root@localhost Notes]# pwd
/mnt/win/Program Files/Notes
[root@localhost Notes]# mount
/dev/hda5 on / type ext3 (rw)
none on /proc type proc (rw)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda3 on /boot type ext3 (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
none on /dev/shm type tmpfs (rw)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/dev/hda2 on /mnt/win type ntfs (rw)
[root@localhost Notes]# wine notes
fixme:win32:SetCriticalSectionSpinCount critsection=0x77a3f7a0: spincount=1000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x77a3f810: spincount=1000
not supported
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x115f1e0,1) - no error checking or testing yet
fixme:file:LockFile not implemented in server
fixme:file:UnlockFile not implemented in server
[root@localhost Notes]#
[root@localhost .wine]# cd
[root@localhost root]# cd .wine
[root@localhost .wine]# pwd
/root/.wine
[root@localhost .wine]# cat config
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
;; If you think it is necessary to show others your complete config for a
;; bug report, filter out empty lines and comments with
;; grep -v "^;" ~/.wine/config | grep '.'
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat',
'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive C]
"Path" = "/mnt/win"
"Type" = "hd"
"Label" = "Win2000"
"Filesystem" = "win95"
[Drive D]
"Path" = "/mnt/cdrom"
"Type" = "cdrom"
"Label" = "CD-Rom"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
"Device" = "/dev/cdrom"
[Drive E]
;"Path" = "${HOME}/.wine/c"
"Path" = "/root/.wine/c"
"Type" = "hd"
"Label" = "Win2k"
"Filesystem" = "unix"
[Drive F]
;"Path" = "${HOME}"
;"Type" = "network"
;"Label" = "Home"
;"Filesystem" = "win95"
[wine]
"Windows" = "c:\\WINNT"
"System" = "c:\\WINNT\\system32"
"Temp" = "e:\\tmp"
"Path" = "c:\\WINNT;c:\\WINNT\\system32;c:\\WINNT\system;e:\\"
"Profile" = "e:\\windows\\Profiles\\Administrator"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"
# <wineconf>
[Version]
; Windows version to imitate
(win95,win98,winme,nt351,nt40,win2k,winxp,win20,win30,win31)" },
"Windows" = "win2k"
; DOS version to imitate
;"DOS" = "6.22"
; Be careful here, wrong DllOverrides settings have the potential
; to pretty much kill your setup.
[DllOverrides]
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"ver" = "builtin, native"
"version" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"lzexpand" = "builtin, native"
"lz32" = "builtin, native"
"comctl32" = "builtin, native"
"commctrl" = "builtin, native"
"advapi32" = "builtin, native"
"crtdll" = "builtin, native"
"mpr" = "builtin, native"
"winspool.drv" = "builtin, native"
"ddraw" = "builtin, native"
"dinput" = "builtin, native"
"dsound" = "builtin, native"
"opengl32" = "builtin, native"
"msvcrt" = "native, builtin"
"msvideo" = "builtin, native"
"msvfw32" = "builtin, native"
"mcicda.drv" = "builtin, native"
"mciseq.drv" = "builtin, native"
"mciwave.drv" = "builtin, native"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msacm.drv" = "builtin, native"
"msacm" = "builtin, native"
"msacm32" = "builtin, native"
"midimap.drv" = "builtin, native"
; you can specify applications too
"notepad.exe" = "native, builtin"
; default for all other dlls
"*" = "native, builtin"
[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "Y"
; Use a desktop window of 640x480 for Wine
;"Desktop" = "640x480"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "N"
; Use XShm extension if present
"UseXShm" = "Y"
; Use XVidMode extension if present
"UseXVidMode" = "Y"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"
[fonts]
;Read the Fonts topic in the Wine User Guide before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"
; the TrueType font dirs you want to make accessible to wine
[FontDirs]
;"dir1" = "/usr/X11R6/lib/X11/fonts/TrueType"
;"dir2" = "/usr/share/fonts/truetype"
;"dir3" = "/usr/X11R6/lib/X11/fonts/TT"
;"dir4" = "/usr/share/fonts/TT"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
"Com3" = "/dev/ttyS2"
"Com4" = "/dev/modem"
[parallelports]
"Lpt1" = "/dev/lp0"
[ppdev]
;; key: io-base of the emulated port
;; value : parport-device{,timeout}
;; timeout for auto closing an open device ( not yet implemented)
;"378" = "/dev/parport0"
;"278" = "/dev/parport1"
;"3bc" = "/dev/parport2"
[spooler]
"FILE:" = "tmp.ps"
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"
[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
;"write" = "0x779,0x379,0x280-0x2a0"
[Debug]
;"RelayExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"RelayInclude" = "user32.CreateWindowA"
;"SnoopExclude" = "RtlEnterCriticalSection;RtlLeaveCriticalSection"
;"SpyExclude" = "WM_SIZE;WM_TIMER;"
[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"
[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
;; this has *nothing* to do with the windows version Wine returns:
;; set the "Windows" value in the [Version] section if you want that.
"WineLook" = "Win98"
[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
; List of all directories directly contain .AFM files
[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"
[WinMM]
"Drivers" = "wineoss.drv"
#"Drivers" = "winearts.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
[dsound]
;; HEL only: Number of waveOut fragments ahead to mix in new buffers.
;"HELmargin" = "5"
;; HEL only: Number of waveOut fragments ahead to queue to driver.
;"HELqueue" = "5"
;; Max number of fragments to prebuffer
;"SndQueueMax" = "28"
;; Min number of fragments to prebuffer
;"SndQueueMin" = "12"
;; sample AppDefaults entries
;[AppDefaults\\iexplore.exe\\DllOverrides]
"shlwapi" = "native"
"rpcrt4" = "native"
"ole32" = "native"
"shdocvw" = "native"
"wininet" = "native"
"shfolder" = "native"
"shell32" = "native"
"shell" = "native"
"comctl32" = "native"
;[AppDefaults\\sol.exe\\Version]
;"Windows" = "nt40"
;
;; Some games (Quake 2, UT) refuse to accept emulated dsound devices.
;; You can add an AppDefault entry like this for such cases.
;[AppDefaults\\pickygame.exe\\dsound]
;"EmulDriver" = "N"
[AppDefaults\\setup.exe\\x11drv]
"Desktop" = "800x600"
[AppDefaults\\kazaa.exe\\DllOverrides]
"commctrl" = "native"
"comctl32" = "native"
"shdoclc" = "native"
"shdocvw" = "native"
"shlwapi" = "native"
[AppDefaults\\winmx.exe\\DllOverrides]
"commctrl" = "native"
"comctl32" = "native"
"shdocvw" = "native"
"shlwapi" = "native"
# </winecon
[root@localhost .wine]#
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-12
18:50 -------
First: why are you running wine as root. (Bad Idea).
Second: why did you post your wine config. (Attaching it would be the way to go
if it was required)
Third:Have you looked at the AppDB
http://appdb.winehq.com/appview.php?appId=27&versionId=156
Fourth: Please read "How to report a bug" for instructions on how to report a
bug. http://www.winehq.org/Docs/wine-user/bug-reporting.shtml
(I know you can do better)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1277
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 12:06 -------
Bug comments restored from Gmane.org:
When we input Chinese charactors,we cannot use the key BackSpace and wine works
very slow.Some Chinese charactors display as some black blocks.A Chinese guy
has solved the problem.He wrote a patch for Wine-20030115.You can download
here: http://xbkconfp.cosoft.org.cn/archive/XIM.patch.diff.tar.gz
I hope the next version will not have the bug again.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1278
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 12:03 -------
Bug comments restored from Gmane.org:
------- Additional Comments From mgf <at> taktile.com 2003-02-13 06:07 -------
Created an attachment (id=399)
--> (http://bugs.winehq.com/attachment.cgi?id=399&action=view)
wine --debugmsg +relay,+reg Program\ Files/3dsmax3_1/3dsmax.exe 2>
/tmp/3dsmax.log - only the
30000 last line
------- Additional Comments From mgf <at> taktile.com 2003-02-13 06:13 -------
Wine-dbg>bt
Backtrace:
=>0 0x402b939a (NTDLL.DLL.sscanf+0x13f0e in libc.so.6) (ebp=407627cc)
1 0x40a2d860 (RegSetValueExA+0x200 [registry.c:137] in advapi32.dll.so)
(ebp=00000000)
------- Additional Comments From mgf <at> taktile.com 2003-02-13 06:22 -------
Created an attachment (id=400)
--> (http://bugs.winehq.com/attachment.cgi?id=400&action=view)
please ignore the previous log file. it is irrelevant
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-13
11:39 -------
Thankyou for the bug report. Just a comment on the attached log(s) usually only
the last 3000 lines before "starting debugger..." are required (unless we are
debugging the debugger<g>) the lines after that are calls made by the debugger
to set up and run.
trace:reg:NtCreateKey (0x114,L"ShellNew",L"",0,f003f,0x40762900)
trace:reg:NtCreateKey <- 0x118
00000034:Ret ntdll.NtCreateKey() retval=00000000 ret=40a2bb76
00000034:Call ntdll.RtlFreeUnicodeString(407627ac) ret=40a2bb83
00000034:Ret ntdll.RtlFreeUnicodeString() retval=00000001 ret=40a2bb83
00000034:Call ntdll.RtlNtStatusToDosError(00000000) ret=40a2bb0f
00000034:Ret ntdll.RtlNtStatusToDosError() retval=00000000 ret=40a2bb0f
00000034:Ret advapi32.RegCreateKeyExA() retval=00000000 ret=300b123a
00000034:Call advapi32.RegSetValueExA(00000118,300b40d8
"NullFile",00000000,00000001,00000000,00000000) ret=300b108b
00000034:Call kernel32.GetVersion() ret=40a2d683
00000034:Ret kernel32.GetVersion() retval=c0000004 ret=40a2d683
wine: Unhandled exception, starting debugger...
Trim after this.
What is program is this? Is there a demo/download available?
Thanks.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1280
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:56 -------
Bug comments restored from Gmane.org:
When you try to limit the maximum chars accepted in an edit control by doing
something like this:
SendMessage(hwndEdit, EM_LIMITTEXT, 10, 0);
Wine simply ignores it, and let the user type more than 10 (in this example)
characters.
This looks bad, because the user could eventually overflow the allocated memory
for the dialog, making the program crash.
------- Additional Comments From felipewd <at> elipse.com.br 2003-02-14 09:44
-------
Created an attachment (id=401)
--> (http://bugs.winehq.com/attachment.cgi?id=401&action=view)
.tar.gz source program which sets (in the "about" dialog) the maximum input to 10
characters
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-17
10:48 -------
I downloaded the tarball and need some instructions on how to build this (on
Wine) either that or you could upload the compiled exe.
------- Additional Comments From felipewd <at> elipse.com.br 2003-02-17 11:42
-------
You can compile the source code with something like this:
$ winemaker --nomfc . ; ./configure --with-wine=<your wine path> ; make
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-17
13:10 -------
I compiled it but when I tried to run it
./about1
I got
/usr/local/bin/wine: cannot find 'about1.exe'
I copied about1 to about1.exe and got this
/usr/local/bin/wine: cannot determine executable type for 'F:\about1-src\about1.exe'
Any suggestions
------- Additional Comments From felipewd <at> elipse.com.br 2003-02-17 13:50
-------
try 'wine about1.so'
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-17
18:00 -------
OK confirming...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1281
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:53 -------
Bug comments restored from Gmane.org:
I already described the problems I have with Wine on FreeBSD in Bug #803. Here
is a quick overview:
wine + VirtualDub + Win98SE:
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:reg:GetSystemInfo not yet supported on this system
fixme:mmsys:WMMMidiRunOnce16 (), stub!
err:winmm:MMDRV_InitPerType Strange: mapper with 8 > 1 devices
err:thunk:_loadthunk (USER.EXE, UsrMpr_ThunkData16, MPR.DLL): Bad magic fUh
(should be SL01)
err:thunk:_loadthunk (USER.EXE, UsrMpr_ThunkData16, MPR.DLL): Bad magic fUh
(should be SL01)
(Exit Code 133)
With builtin MPR.DLL (whatever that is):
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:reg:GetSystemInfo not yet supported on this system
fixme:mmsys:WMMMidiRunOnce16 (), stub!
err:winmm:MMDRV_InitPerType Strange: mapper with 8 > 1 devices
fixme:file:DeviceIo_MMDEVLDR (5,0x0,0,0x283b2bdc,4,0x28622e18,0x0): stub
fixme:gdi:Escape16 unknown/unsupported 16-bit escape c03 (56,0x28632f3e,0x28632f86
fixme:gdi:Escape16 unknown/unsupported 16-bit escape c03 (56,0x28632f3e,0x28632f86
fixme:x11drv:X11DRV_GetDeviceCaps (0xafc): CAPS1 is unimplemented, will return 0
fixme:hook:NotifyWinEvent (32780,0x30029,-4,1)-stub!
fixme:process:CreateProcessA (C:\windows\SYSTEM\DDHELP.EXE,...):
NORMAL_PRIORITY_CLASS ignored
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:cdrom:CDROM_GetIdeInterface not implemented for BSD
fixme:reg:GetSystemInfo not yet supported on this system
fixme:x11drv:X11DRV_GetDeviceCaps (0xafc): CAPS1 is unimplemented, will return 0
fixme:mmsys:WMMMidiRunOnce16 (), stub!
err:winmm:MMDRV_InitPerType Strange: mapper with 8 > 1 devices
fixme:x11drv:X11DRV_GetDeviceCaps (0x74): CAPS1 is unimplemented, will return 0
GetModuleHandleA succeed
LoadLibrary returns baaa0000
fixme:system:EnumDisplayDevicesA (0x0,0,0x286226e8,0x00000000), stub!
wine: Unhandled exception, starting debugger...
Warning: L"/usr/bin/winedbg.exe" not accessible from a configured DOS drive
Warning: L"/usr/bin/winedbg" not accessible from a configured DOS drive
Warning: L"/usr/bin/winedbg 134705408.exe" not accessible from a configured DOS
drive
Warning: L"/usr/bin/winedbg 134705408" not accessible from a configured DOS drive
Warning: L"/usr/bin/winedbg 134705408 152.exe" not accessible from a configured
DOS drive
Warning: L"/usr/bin/winedbg 134705408 152" not accessible from a configured DOS
drive
err:seh:start_debugger Couldn't start debugger ("/usr/bin/winedbg 134705408
152") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x28e9990e
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x28e9990e
[1000 more lines of the same error]
zsh: 30788 illegal hardware instruction (core dumped) wine --dll mpr=b virtualdub
(Why is Wine looking for winedbg in /usr/bin? Wine got installed to /usr/local/bin!)
Here is one backtrace I did with gdb:
err:module:BUILTIN32_dlopen failed to load .so lib for builtin vdoenc32.dll:
Cannot open "/usr/local/lib/wine/vdoenc32.dll.so"
Program received signal SIGBUS, Bus error.
0x280ebd80 in IsBadWritePtr (ptr=0x29a50000, size=40) at ../../memory/virtual.c:568
568 p[0] |= 0;
(gdb) bt
#0 0x280ebd80 in IsBadWritePtr (ptr=0x29a50000, size=40) at
../../memory/virtual.c:568
#1 0x29a542af in ?? ()
#2 0x29a53359 in ?? ()
#3 0x79a9199a in ?? ()
#4 0x41b57e in ?? ()
#5 0x2d0 in ?? ()
Error accessing memory address 0x28: Bad address.
(gdb)
"Error accessing memory: Bad address"??? This sounds like serious breakage to me.
I got enough core dumps when trying to get Starcraft/Diablo to work and I guess
it's because there are tons of functions not (yet) implemented for non-linux
system. I myself am right now trying to implement CDROM_GetIdeInterface for BSD
systems, but my C skills are ... lacking :(
------- Additional Comments From q <at> galgenberg.net 2003-02-19 09:56 -------
I tried WINE from CVS and managed to get a better backtrace when trying to run
starcraft. Looks like DirectSound is the culprit:
fixme:console:SetConsoleCtrlHandler (0x4cf850,1) - no error checking or testing yet
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x2833ebc0)->(00010021,00000013)
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
Program received signal SIGBUS, Bus error.
0x2a7d5290 in DSDB_MapPrimary (dsdb=0x283421d8) at audio.c:1816
1816 while (b--) *p4++ = 0;
(gdb) bt
#0 0x2a7d5290 in DSDB_MapPrimary (dsdb=0x283421d8) at audio.c:1816
#1 0x2a7d5d9d in IDsDriverImpl_CreateSoundBuffer (iface=0x28342190,
pwfx=0x28344768, dwFlags=1,
dwCardAddress=0, pdwcbBufferSize=0x28344868, ppbBuffer=0x28344860,
ppvObj=0x2834485c)
at audio.c:2133
#2 0x2a75194e in DSOUND_PrimaryCreate (This=0x283444e0) at primary.c:174
#3 0x2a74ed43 in DirectSoundCreate8 (lpGUID=0x0, ppDS=0x696234, pUnkOuter=0x0)
at dsound_main.c:696
#4 0x4a6bbe in ?? ()
#5 0x28100b68 in start_process () at ../../scheduler/process.c:564
#6 0x28104a75 in call_on_thread_stack (func=0x2810094c) at
../../scheduler/sysdeps.c:112
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1282
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:46 -------
Bug comments restored from Gmane.org:
Using the latest version of IDA Pro (Interactive Disassembler,
http://www.datarescue.com/idabase/), version 4.30,
the now MDI based GUI turns
out to be unusable.
While the GUI is displayed correctly, all GUI actions are very slow and every
simple action, such as a click on an MDI document window is taking > 20 seconds
to process. The program behaves correctly though after the "blocking" has
passed, which happens on every GUI action. Sorry for the vague bug description,
you may want to reproduce the bug yourself using an evaluation version available
from http://www.datarescue.com/idabase/ida4down.htm
by email request. Versions <
4.30 are non-MDI based and behave almost right under wine, 4.30 is unusable due
to the slowdowns.
I use the Debian/sid wine packages, version 20030115.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1285
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:38 -------
Bug comments restored from Gmane.org:
I tryed to run old Windows games
(Another World, Battle Of Britain, Xenon 2, ...)
but I got the following message
for ~10 of them:
---
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
Warning: unprotecting the first 64KB of memory to allow real-mode calls.
NULL pointer accesses will no longer be caught.
---
Most of them ended
but one displayed
a 640x480 black box on top left of the screen
and bring me to killall -TERM wine.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1165
7ownq0k402(a)sneakemail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2003-22-06 11:35 -------
In the CVS from 2003-06-16, I no longer see this bug.
As the reason for the fix is unknown, I'm setting this
to WORKSFORSOME.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1288
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:33 -------
Bug comments restored from Gmane.org:
PopUp windows in Visual FoxPro (such as 'Wait' windows, and 'percent complete'
notifications during a select) are shown on top of ALL other windows, even in
other virtual desktops.
------- Additional Comments From rick <at> valeoinc.com 2003-02-18 14:13 -------
Created an attachment (id=407)
--> (http://bugs.winehq.com/attachment.cgi?id=407&action=view)
WaitWindow example program - requires VFP5 Runtime
------- Additional Comments From pmcnett <at> pm-sc.com 2003-02-18 14:36 -------
Please see my bug 1267, I think we are talking about very similar symptoms.
------- Additional Comments From rick <at> valeoinc.com 2003-02-18 14:47 -------
I think I know what you're talking about in 1267. Correct me if I'm wrong, but
an example of 1267
would be:
1. Have FoxPro and a shell open on the same virtual desktop.
2. Right click on Foxpro - a copy/cut/paste/
THAT window will be ontop, and Foxpro will be pushed behind the shell window.
I've seen that before, is that what you were reporting?
That seems to be a different issue to me, but I could be wrong..
------- Additional Comments From pmcnett <at> pm-sc.com 2003-02-18 16:25 -------
Yes you are correct, a different issue entirely. Sorry for the confusion!
------- Additional Comments From mikecopeland <at> genesis-group.net 2003-03-19
17:17 -------
*** This bug has been confirmed by popular vote. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1165
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2003-22-06 11:31 -------
Recovered from news.gmane.org:
http://bugs.winehq.com/show_bug.cgi?id=1165
Summary: Photoshop6 hangs, can potentially lock X server, and
machine.
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: 7ownq0k402(a)sneakemail.com
Wine build: Build 20021031 (Not in version list)
Steps to reproduce:
1. Run Photoshop6
2. Photoshop starts running.
3. Photoshop main window comes up (sometimes badly drawn)
4. The splash screen comes up.
5. Towards the end of the load ("Initialising..." is in splash screen) the main
window disappears, as does the splash screen.
6. The whole screen is now locked apart from the KDE panel, with the cursor
showing the hourglass.
7. When menus are lauched from the panel. the mouse works properly in menu.
Menu is draw correctly, but when leave menu, nothing is re-drawn.
8. Sometimes (especially if left in locked state) Photoshop 6 will use all
available memory (real & swap), and linux will hang.
Repeatability:
Always.
Workarounds attempted (None succeded):
1. Attempted using the following DLLs native:
shell,shell32,commtrl,comctl32,commdlg,comdlg32,shlwapi,
ole32,rpcrt4,shlwapi,oleaut32,msvcrt20,msvcrt,msvcp60,shfolder
2. Removed the native wintab32.dll
3. Tried with "Synchronous" = "Y"
This improved the drawing, but didn't fix the bug.
4. Tried with OS set to Win 98.
Wine config:
Is based upon a win98 install.
Photoshop6 was installed in Win98.
Options for exiting lock:
1. Go to a console (CTRL-ALT-FNKEY), and kill wineserver, and any wine apps.
2. Shutdown computer (sometimes possible from KDE panel menu.
3. Reset computer.
Looks almost as if a X grab has occured, on the whole screen apart
from the KDE panel.
I am happy to provide debug reports, but I'll need guidance as to how to
proceed, because all debug logs I've created are large, and Photoshop must run
at a reasonable rate so I can kill it before
Something to do with shfolder.dll?????
Seems to occur near wher dll is loaded.
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2002-11-27 06:40 -------
In the bug report, I didn't complete this paragraph:
I am happy to provide debug reports, but I'll need guidance as to how to
proceed, because all debug logs I've created are large, and Photoshop must run
at a reasonable rate so I can kill it before it consumes all memory.
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2002-11-27 10:57 -------
Looking closely, the Window Manager controlled parts of the window disappear too.
This suggests some foulup relating to X11 communication, as the area is
obviously grabbed, but there's not title bar to minimise the grabbed window with.
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2002-11-27 14:10 -------
It turns out that Photoshop removes all top level windows from
the KDE panel.
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2002-11-28 10:23 -------
Did some serious gdb debugging on the problem.
Conclusion: This is an X11driver problem, moving to x11driver component
Motes on the debug session follows:
The problem occurs as 1st wine processs exits with error code 1.
After this the wineserver process (and possibly another wine process seem to go
mad).
They cause 100% kernel load, and 100% use of swap.
did breakpoint on exit()
in gdb wine, on the 1st process (desktop???)
got following stack trace
#0 0x402761dd in exit () from /lib/libc.so.6
#1 0x4106913a in _XDefaultError () from /usr/X11R6/lib/libX11.so.6
#2 0x40ff66bd in error_handler (display=0x80a0e08, error_evt=0x406d18a4)
at x11drv_main.c:136
#3 0x4106924d in _XError () from /usr/X11R6/lib/libX11.so.6
#4 0x4106787b in _XReply () from /usr/X11R6/lib/libX11.so.6
#5 0x4106319a in XSync () from /usr/X11R6/lib/libX11.so.6
#6 0x40fef7c4 in TSXSync (a0=0x80a0e08, a1=0) at ts_xlib.c:614
#7 0x40ff148f in X11DRV_CreateWindow (hwnd=0x10051, cs=0x406d1c00, unicode=0)
at window.c:893
#8 0x4086c1d0 in WIN_CreateWindowEx (cs=0x406d1c00, classAtom=49155,
type=WIN_PROC_32A) at ../../windows/win.c:1166
#9 0x4086c63b in CreateWindowExA (exStyle=0, className=0x10156c0 "edit",
windowName=0x10974a4 "", style=1073807488, x=5, y=6, width=101, height=16,
parent=0x10026, menu=0x177b, instance=0x400000, data=0x0)
at ../../windows/win.c:1320
The contents of error_evt was:
(gdb) print error_evt
$1 = (XErrorEvent *) 0x406d18a4
(gdb) print error_evt->type
$2 = 0
(gdb) print error_evt->display
$3 = (Display *) 0x80a0e08
(gdb) print error_evt->resourceid
$4 = 77594636
(gdb) print error_evt->serial
$5 = 911
(gdb) print error_evt->error_code
$6 = 8 '\b'
(gdb) print error_evt->request_code
$7 = 7 '\a'
(gdb) print error_evt->minor_code
$8 = 0 '\000'
And what's the error:
(gdb) call XGetErrorText(display,error_evt->error_code,1076119904,1000)
$15 = 0
(gdb) print (char*)(1076119904)
$16 = 0x40244960 "BadMatch (invalid parameter attributes)"
------- Additional Comments From marcus(a)jet.franken.de 2002-11-28 15:01 -------
set the "Synchronous" flag to "Yes" and run again. this will pop up the
debugger on fault and will show the real x instruction which did hang.
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2002-11-28 19:00 -------
Here's the stack backtrace from the synchronous mode.
Oh, all my traces are done with "Desktop" = "800x600".
Synchronous backtrace:
(gdb) bt
#0 0x40770f34 in DebugBreak () at ../../include/winternl.h:808
#1 0x40ff66b3 in error_handler (display=0x80a0e08, error_evt=0x406d16c8)
at x11drv_main.c:135
#2 0x4106924d in _XError () from /usr/X11R6/lib/libX11.so.6
#3 0x4106787b in _XReply () from /usr/X11R6/lib/libX11.so.6
#4 0x4106319a in XSync () from /usr/X11R6/lib/libX11.so.6
#5 0x41063234 in _XSyncFunction () from /usr/X11R6/lib/libX11.so.6
#6 0x41060dd9 in XReparentWindow () from /usr/X11R6/lib/libX11.so.6
#7 0x40ff1bea in X11DRV_SetParent (hwnd=0x10021, parent=0x10026)
at window.c:1118
#8 0x4086e5cb in SetParent (hwnd=0x10021, parent=0x10026)
at ../../windows/win.c:2557
#9 0x40888cf7 in handle_internal_message (hwnd=0x10021, msg=2147483651,
wparam=65574, lparam=0) at message.c:1057
#10 0x40889531 in call_window_proc (hwnd=0x10021, msg=2147483651,
wparam=65574, lparam=0, unicode=1, same_thread=1) at message.c:1355
#11 0x4088a12f in SendMessageTimeoutW (hwnd=0x10021, msg=2147483651,
wparam=65574, lparam=0, flags=0, timeout=4294967295, res_ptr=0x0)
at message.c:1737
#12 0x40886ef4 in broadcast_message_callback (hwnd=0x10021, lparam=1080891832)
at message.c:298
#13 0x4086ee72 in EnumWindows (
lpEnumFunc=0x40886e70 <broadcast_message_callback>, lParam=1080891832)
---Type <return> to continue, or q <return> to quit---
at ../../windows/win.c:2957
#14 0x4088a0b8 in SendMessageTimeoutW (hwnd=0xffffffff, msg=2147483651,
wparam=65574, lparam=0, flags=0, timeout=4294967295, res_ptr=0x406d1a0c)
at message.c:1724
#15 0x4088a3b9 in SendMessageW (hwnd=0xffffffff, msg=2147483651, wparam=65574,
lparam=0) at message.c:1818
#16 0x4086e5b0 in SetParent (hwnd=0xffffffff, parent=0x10026)
at ../../windows/win.c:2552
Also from a trace of the server log when running asynchonous gives:
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 7 (X_ReparentWindow)
Serial number of failed request: 911
Current serial number in output stream: 918
So it's the ReparentWindow that fails, and from documentation,
will fail with BadMatch if:
*The new parent window is not on the same screen as the old parent window.
*The new parent window is the specified window or an inferior of the specified
window.
*The new parent is InputOnly, and the window is not.
*The specified window has a ParentRelative background, and the new parent window
is not the same depth as the specified window.
------- Additional Comments From 7ownq0k402(a)sneakemail.com 2002-12-06 11:16 -------
More info:
**** On the SetParentCall failure ****
The call to SetParent is SetParent(HWND_BROADCAST,A_Window)
So, it looks as if it attempts to broadcast this to all top level windows.
Don't know what Windows does, but I'm certain it shouldn't fail as badly as it does.
My suggestion:
Handle the "Bad Match" error, and return an error result to the calling app (If
possible).
To fix this properly, need a test for the behaviour on Windows.
*** On the hang ****
I suspect that Wine shouldn't (in theory) hang on an error like this.
I suspect it does hang because because it's attempting to open the debugger,
while some of it's windows are mangled.
Will test disabling the bebugger in wine config.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1289
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:29 -------
Bug comments restored from Gmane.org:
this is an editor written in powerbasic
exe:
http://gemia.de/test/editor.exe
source: (i am ashamed. this was a really early program , dont hit me)
http://gemia.de/test/editor.bas
(see bug 1286 for link to compiler)
an old dos program i wrote once when the
dos editor wasnt able to handle files bigger than 64K
i think nobody needs it anymore and the programs text is german, so its difficult
to use for all others
but it causes wine to create LOADS of different errors and bugs
and should be excellent for testing purposes. :-)
Bugs in this file include:
--not running every now and then (wineconsole bug) instead writing strange
chars into the wineconsole window and freezing wine
--so much err and fixme messages on the screen that you cant see the program
anymore if -debugmsg -all isnt given
(most of them about unhandled mouse interrupt calls)
(if i remember right i did hide the mouse during refreshing the screen)
(under X this is unnecessary since there is no text-mode mouse cursor)
(but wine doesnt know about that interrupt call)
--you cannot go into the menu via ALT-D or similar since the ALT key isnt
recogniced
--some sub menues cause wine to end the program
--wine ends the program randomly every now and then
...
excellent for testing purposes isnt it?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1291
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:26 -------
Bug comments restored from Gmane.org:
The TrueType music font NWCV15 installed by Noteworthy Software's
Composer/Player programs (downloadable from URL given) doesn't work under Wine -
with the latest Wine CVS code the program just complains that the font can't be
found. The font is evidently SYMBOL_CHARSET, but on Windows the program doesn't
have to specify this for it to be correctly found. I can get it to be found in
Wine by duplicating the two lines of code in the dlls/gdi/freetype.c routine
WineEngCreateFontInstance() that compare each font face name with "Symbol" and
set up the search lfCharSet appropriately. The comment immediately preceeding
these lines hints that this isn't necessarily done right in Wine, and the NWCV15
font is evidently in the same class as Symbol in that respect.
Once the program can find the font though, it still doesn't work - the symbols
from the font are not displayed, just square boxes where they should appear.
It's not obvious to me whether these two problems might be related or not.
------- Additional Comments From anjohnson <at> iee.org 2003-02-21 01:25 -------
I have a partial solution to my second problem - it seems that Matt Johnson
<matt <at> guysfield.demon.co.uk> managed to get Noteworthy running on an old
version
of Wine, and by looking at and applying one of the source changes he made I now
have the NWCV15 font displaying properly. Unfortunately it seems this broke the
display of the wingdings font though...
Here's my complete patch to dlls/gdi/freetype.c which allows me to use
Noteworthy. I'm not suggesting that these changes should go into the official
Wine tree though, these are really just workarounds.
Index: freetype.c
===================================================================
RCS file: /home/wine/wine/dlls/gdi/freetype.c,v
retrieving revision 1.30
diff -u -r1.30 freetype.c
--- freetype.c 23 Jan 2003 21:32:36 -0000 1.30
+++ freetype.c 21 Feb 2003 07:20:05 -0000
@@ -165,6 +165,7 @@
static WCHAR MSSansSerifW[] = {'M','S',' ','S','a','n','s',' ',
'S','e','r','i','f','\0'};
static WCHAR HelvW[] = {'H','e','l','v','\0'};
+static WCHAR NWCV15W[] = {'N','W','C','V','1','5','\0'};
static WCHAR ArabicW[] = {'A','r','a','b','i','c','\0'};
static WCHAR BalticW[] = {'B','a','l','t','i','c','\0'};
@@ -970,6 +971,8 @@
if(!strcmpiW(lf.lfFaceName, SymbolW))
lf.lfCharSet = SYMBOL_CHARSET;
+ if(!strcmpiW(lf.lfFaceName, NWCV15W))
+ lf.lfCharSet = SYMBOL_CHARSET;
if(!TranslateCharsetInfo((DWORD*)(INT)lf.lfCharSet, &csi, TCI_SRCCHARSET)) {
switch(lf.lfCharSet) {
@@ -1338,8 +1341,8 @@
static FT_UInt get_glyph_index(GdiFont font, UINT glyph)
{
- if(font->charset == SYMBOL_CHARSET && glyph < 0x100)
- glyph = glyph + 0xf000;
+ if (font->charset == SYMBOL_CHARSET)
+ pFT_Select_Charmap(font->ft_face, ft_encoding_symbol);
return pFT_Get_Char_Index(font->ft_face, glyph);
}
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1293
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:23 -------
Bug comments restored from Gmane.org:
Explorer 6.1SP1 ran on wine cvs with --winver=winxp cannot download its setup
files (Please make sure you are connected to the Internet..etc). The error
messages follow. Please not networking seems to work since the kazaa installer
downloaded its components fine. Winehack preloads a library prior to running
wine to solve the threading issue with glibc 2.3.1.
[phantom@cobra phantom]$ winehack ie6*
Got eroloc 0x4011a614 & 0x40248b10
Got eroloc 0x804981c & 0x4015eb10
fixme:win32:PE_CreateModule Security directory ignored
fixme:advapi:CheckTokenMembership ((nil) 0x4039c778 0x408d2cfc) stub!
fixme:process:CreateProcessA (E:\IXP000.TMP\ie6wzd.exe,...): NORMAL_PRIORITY_CLA
SS ignored
Got eroloc 0x4011a614 & 0x40248b10
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW Animated icons not correctl
y implemented!
0x41790000
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon entry found! 0x4179000
0
fixme:cursor:CURSORICON_SimulateLoadingFromResourceW icon size ok. offset=0x4179
0074
fixme:ntdll:NtQueryInformationProcess (0xffffffff,0x0000001a,0x408d2cb0,0x000000
04,(nil)),stub!
fixme:advapi:CheckTokenMembership ((nil) 0x403ae5d8 0x408d25cc) stub!
fixme:dosfs:QueryDosDeviceA (A:) not detected as DOS device!
fixme:dosfs:QueryDosDeviceA (B:) not detected as DOS device!
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
fixme:urlmon:URLMON_DllRegisterServer (void): stub
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
fixme:ole:CoCreateInstance no classfactory created for CLSID {6e449686-c509-11cf
-aafa-00aa00b6015c}, hres is 0x80040150
fixme:setupapi:SetupInstallFromInfSectionW unsupported flags 106
[phantom@cobra phantom]$
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:16 -------
Are you behind a proxy?
By explorer, I assume you mean Internet Explorer?
------- Additional Comments From ivg2 <at> cornell.edu 2003-03-30 22:06 -------
Yes I mean internet explorer.
No I am not behind a proxy.
------- Additional Comments From mike <at> theoretic.com 2003-03-31 03:57 -------
Confirming as I've seen this issue before, I normally just copy the files it
downloads into the same directory. I thought it'd be fixed by a patch that went
in a few weeks ago, but that was for proxies.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1294
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:19 -------
Bug comments restored from Gmane.org:
Windows Media Player 9.0 for Windows XP cannot detect the windows version
correctly. I have:
[Version]
"Windows" = "winxp"
in my configuration file.
(/etc/wine/wine.conf)
(Winehack preloads a library to solve threading issue with glibc 2.3.1 and then
runs wine)
[phantom@cobra phantom]$ winehack MP*
Got eroloc 0x4011a614 & 0x40248b10
Got eroloc 0x804981c & 0x4015eb10
fixme:win32:PE_CreateModule Security directory ignored
[phantom@cobra phantom]$
Installer says:
This version of Windows Media Player can only be installed on Windows XP and
Windows .NET server.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1295
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:17 -------
Bug comments restored from Gmane.org:
I am attempting to run a program called UOAssist(www.tugsoft.com). This is a
very popular addon for the game Ultima Online(www.uo.com). This program will
interact with the game to do tasks for you in game. UOAssist has to start the
game itself and this seems to be where the problems occur. Ultima Online itself
runs great if run alone. I run all of this with no DLLOverrides for either
program. Also, I run Debian Unstable with the WINE package avaliable through
Debian apt-get sources(http://packages.debian.org/unstable/otherosfs/wine.html).
When I try to run UOAssist, it will crash when it starts the game executable.
The initial errors printed out are:
fixme:ole:CoCreateInstance no instance created for interface
{00000000-0000-0000-c000-000000000046} of class
{8856f961-340a-11d0-a96b-00c04fd705a2}, hres is 0x80040111
fixme:shdocvw:SHDOCVW_DllCanUnloadNow (void): stub
fixme:process:CreateProcessA (C:\Program Files\Ultima Online 2D\client.exe,...):
CREATE_NEW_PROCESS_GROUP ignored
fixme:process:CreateProcessA (C:\Program Files\Ultima Online 2D\client.exe,...):
CREATE_DEFAULT_ERROR_MODE ignored
fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or testing yet
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4037fa90,00030021,3):stub
wine: Unhandled exception, starting debugger...
Wine exited with a successful status
I'm not sure what other logs that would be needed for this. I found an old
closed bug report at http://bugs.winehq.com/show_bug.cgi?id=16 that
seemed to be
slightly similar. Thanks for your time
------- Additional Comments From mike <at> theoretic.com 2003-03-27 04:53 -------
Can you get a backtrace from the crash?
Also if you could put up the last 100 lines before the debugger starts in a
relay trace, that would be good also:
wine --debugmsg +relay uoassist.exe 2>relay.log
------- Additional Comments From ruffk <at> purdue.edu 2003-03-27 09:19 -------
Created an attachment (id=432)
--> (http://bugs.winehq.com/attachment.cgi?id=432&action=view)
The part of the log that shows when Winedbg starts
------- Additional Comments From ruffk <at> purdue.edu 2003-03-27 09:20 -------
Created an attachment (id=433)
--> (http://bugs.winehq.com/attachment.cgi?id=433&action=view)
The 100 lines before Winedbg starts
------- Additional Comments From ruffk <at> purdue.edu 2003-03-27 09:22 -------
I hope this works, I've never responded to a bug
A backtrace from this is:
0 0x2aa71000 (IGRPING.DLL..reloc+0x1aa6d000) (ebp=406729b8)
1 0x407be2e5 (USER32.DLL.GetForegroundWindow+0x4d5 in user32.dll.so)
(ebp=406729e0)
2 0x407be54b (USER32.DLL.HOOK_CallHooks+0x14f in user32.dll.so)
(ebp=40672d34)
3 0x407c3896 (USER32.DLL.PeekMessageW+0xe6 in user32.dll.so)
(ebp=40672d84)
4 0x407c391f (USER32.DLL.PeekMessageA+0x27 in user32.dll.so)
(ebp=40672dac)
5 0x0050627e (client.exe..text+0x10527e in C:\Program Files\Ultima Online
2D\client.exe) (ebp=40796628)
6 0xec815356 (MSVCRT.DLL..reloc+0x747d0356) (ebp=57e58955)
7 0x530cea0e (MIDIMAP.DRV.DriverProc+0x120cbc6e) (ebp=b00b2d04)
I added 2 attachments. Let me know if these aren't correct/want more info.
Thanks
------- Additional Comments From mike <at> theoretic.com 2003-03-28 09:18 -------
Hmm, nothing springs out at me from these files. The backtrace is a bit wierd.
The relay isn't much use, it seems the program traps the error, you'd need to
look further back at any rate to find the call that failed.
Without access to the app, I can't go much further with this. Maybe somebody
else knows. Updating the summary to be more accurate (this doesn't have anything
to do with createprocess i don't think)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1297
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:11 -------
Bug comments restored from Gmane.org:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403a9490)->(00010021,00000013)
I am trying to play StarCraft with the latest release of wine. I get ok
performance because it has apparent lags in character moves (not smooth motions).
I am not sure what other information you required.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1299
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 11:07 -------
Bug comments restored from Gmane.org:
There is no shell output, you just get a box saying "Age of Empires II requires
DirectX 6.1a or higher", I click on OK and the program exits. It worked prefecty
up to not long ago.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-25
22:07 -------
This is an excelent time for you to switch to CVS since the best way to get this
fixed is to do some regression testing via CVS. As a bonus you can be bleading
edge up to date as you want.
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml
This has a download page at
http://www.gamesdomain.com/demos/demo/1221.html
Perhaps someone would like to do the regression testing for you for you. What
was the last version of wine that ran this?
------- Additional Comments From puoti <at> inwind.it 2003-02-27 09:46 -------
The last time I run it I had a december cvs wine; if you want to do the tests
for me it would be great, I go to high shool and I don't have much free time to
do testing.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-02-27 15:59 -------
Well, tried to install the demo version and it does not install for me at all.
------- Additional Comments From puoti <at> inwind.it 2003-02-28 09:12 -------
On a clean 20030219 wine installation no windows and fake windows directory
generated by winesetuptk the installation works for me, I'll submit a screenshot.
But I have noticed that the icrosoft cart installer gives the same directx
problem; it did work up to some time ago. It seems that wine doesn't simulate
directx 6 correctly, at least not any more.
------- Additional Comments From puoti <at> inwind.it 2003-02-28 09:33 -------
Created an attachment (id=408)
--> (http://bugs.winehq.com/attachment.cgi?id=408&action=view)
3 screenshots of installation.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-02-28 13:53 -------
Well, while I try to install the game with my Wine install, could you attach a
'+ddraw,+relay' log of the failed start of the game ?
------- Additional Comments From puoti <at> inwind.it 2003-03-04 11:33 -------
Created an attachment (id=414)
--> (http://bugs.winehq.com/attachment.cgi?id=414&action=view)
The output you asked for generated by cvs wine from today
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1302
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:56 -------
Bug comments restored from Gmane.org:
I had gotten an earlier version of this program to work, but the current 1.91
doesn't work. I can't get it to load at all.
Before it crashes/doesn't load, a dialog box pops up with:
"Invalid picture"
with just an OK button.
Attached is a 200-line relay output.
------- Additional Comments From roz <at> one.net 2003-03-01 13:12 -------
Created an attachment (id=410)
--> (http://bugs.winehq.com/attachment.cgi?id=410&action=view)
200-line relay trace
------- Additional Comments From marcus <at> jet.franken.de 2003-03-03 02:45
-------
too short relay output. are there any error message on normal output? also
attach longer log if
possible (1000 lines or so).
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-03
08:01 -------
1000 lines is still WAY too short with the new much more verbose relay output.
I'd suggest something like at least 10000 or 20000 lines or so.
("tail -10000 logfile >logfile.new")
------- Additional Comments From roz <at> one.net 2003-03-03 18:49 -------
Created an attachment (id=413)
--> (http://bugs.winehq.com/attachment.cgi?id=413&action=view)
20000 line relay trace
------- Additional Comments From roz <at> one.net 2003-03-03 19:09 -------
OK, I updated my config file with the template from the CVS install, and now I'm
getting a different error message. A popup saying access is denied to a file.
Here is the console output:
fixme:debug:FlushInstructionCache (0xffffffff,0x41440000,0x00006000): stub
fixme:ole:CoRegisterMessageFilter stub
fixme:debug:FlushInstructionCache (0xffffffff,0x41440000,0x00006000): stub
fixme:debug:FlushInstructionCache (0xffffffff,0x41440000,0x0000a000): stub
fixme:ole:OleLoadPictureEx
(0x41231d44,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x406d2a48),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x403d6460)->(0x403d84e0, 0, (nil)), hacked
stub.
fixme:ole:OleLoadPictureEx
(0x41233854,766,1,{00020400-0000-0000-c000-000000000046},x=0,y=0,f=0,0x406d2838),
partially implemented.
fixme:ole:OLEPictureImpl_SaveAsFile (0x403d8610)->(0x403d8ef8, 0, (nil)), hacked
stub.
fixme:ole:OleLoadPictureEx
(0x41234594,774,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x406d26bc),
partially implemented.
err:ole:CoGetClassObject couldn't load InprocServer32 dll
C:\WINDOWS\SYSTEM\MSCOMM32.OCX
fixme:ole:CoRegisterMessageFilter stub
Obviously it is looking for a file that doesn't exist. My system directory is
E:\Winnt\system32 and is correctly set in the config file. So I don't know why
it's lookin in C:\...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1304
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:51 -------
Bug comments restored from Gmane.org:
Microsofts cmd.exe has those quick edit controls. Adding them to Wines wcmd.exe
would be a very nice project for someone who knows a bit about windows programming.
------- Additional Comments From dank <at> kegel.com 2003-03-02 18:56 -------
wouldn't this be a feature of wineconsole, not wcmd?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-02
19:09 -------
Quick... Well I just don't know. Since Eric is the real expert in this area I
suppose he could tell us. I would add him to the CC list, but he does not have a
Bugzilla account. <frown>Why is that?</frown>
------- Additional Comments From spetreolle <at> yahoo.fr 2003-03-02 20:56 -------
Eric, no problem if I add you on CC list of this bug ?
------- Additional Comments From pouech <at> winehq.com 2003-03-03 11:46 -------
yes, this should be a wineconsole featured (I changed the component to reflect this)
(no pb to be on the CC list)
A+
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-03
12:14 -------
Why not change the Summary, too? ;-)
Also, wineconsole should also get a button for Configuration.
I'm unable to recall how many zillions of people were unaware
of the context menu...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1305
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:47 -------
Bug comments restored from Gmane.org:
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
11:49 -------
Not a bugzilla bug, changing Product to Wine
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
11:54 -------
Please provide more information agout this bug
in the attached log you have
wine: Unhandled exception, starting debugger...
What is the backtrace from the debugger?
------- Additional Comments From peter <at> lego-hc11.de 2003-03-30 16:46 -------
Created an attachment (id=439)
--> (http://bugs.winehq.com/attachment.cgi?id=439&action=view)
Okay! Here Iam again! My C: HDD is now win98 .... see what happen when starting
HalfLife
------- Additional Comments From peter <at> lego-hc11.de 2003-03-30 16:50 -------
Sorry can't understand why all this lib's could not be opend!!
------- Additional Comments From peter <at> lego-hc11.de 2003-03-30 17:23 -------
Back again!
I think I found an importent information!
I installed HalfLife again! Perheaps you know: HalfLife Setup plays a Sound File
at the beginning of installation.
When HalfLife Setup tries to play this soundfile this high amount of error
Messages starts appears ... (the same happens when starting the game HalfLife).
After this Soundtest a new Window become opened:
"Setup has determinated that some system components may be less than requirements:
Digital Sound: WAVE Support Requirred"
Whats's this ? Who i can install this "WAVE Support"?
Peter
------ Additional Comments From peter <at> lego-hc11.de 2003-03-31 16:22 -------
Created an attachment (id=443)
--> (http://bugs.winehq.com/attachment.cgi?id=443&action=view)
I installed OSS (OpenSoundSystem for FressBSD) now the sound in HalfLife menu is
working fine. But
when I start a "New Game" Half Life freeze. See LOGFILE for more informatiions.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1306
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:43 -------
Bug comments restored from Gmane.org:
I'm running Unreal in OpenGL with wine since months without trouble. Now after
updating my System (glibc2.3.1, gcc 3.2.2, XFree4.3.0) it isn't grabbing the
keyboard anymore. The keyboard input still goes to the console window (if i
start it
from there), everything else seems to be like before. It doesnt appear if i use
Desktop or managed windows, but thats really bad to play. Any other setting seems
to have no effect.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-03-03 15:35 -------
Questions :
- do you still have mouse working ?
- do you have DXGrab set to "Y" ?
- did you try to change window manager (or even better, without a window
manager) ?
- (seems dumb) you sure that you give focus to the Wine window ?
------- Additional Comments From lfs <at> isl-gbr.de 2003-03-04 01:59 -------
Questions :
- do you still have mouse working ?
yes, the mouse is working
- do you have DXGrab set to "Y" ?
yes i have
- did you try to change window manager (or even better, without a window
manager) ?
no, i didnt - will have to find out how it can be started without a manager
- (seems dumb) you sure that you give focus to the Wine window ?
it isnt opening a window (only if i use allow windomanager to manage = Y) but then
its not fullscreen and the window isnt having the correct size, so unplayable.
Enabling or disabling focus in the options has no effect.
------- Additional Comments From lfs <at> isl-gbr.de 2003-03-04 11:33 -------
if i open it in a 2nd x server without windowmanager it works fine. So it could be
caused by kde3.1 as well...
------- Additional Comments From lfs <at> isl-gbr.de 2003-03-04 15:38 -------
installed half life, the same problem appears directly when it asks for the cd
key, so
its no unreal alone problem...next thing i'll try will be another windowmanager
------- Additional Comments From lfs <at> isl-gbr.de 2003-03-09 12:48 -------
doesnt seem to work with other windowmanagers, tried now with icewm, same
problem.
------- Additional Comments From lfs <at> isl-gbr.de 2003-04-03 05:42 -------
nobody else seems to have this bug, and i guess there are some xfree4.3.0
users now out there. If it is an error of my system, what can i do to find out
what its caused by ?
------- Additional Comments From mike <at> theoretic.com 2003-04-03 08:41 -------
This sounds like a bad WM interaction. There are some other possibilities as well.
I don't understand why it's bad to play with wine managing windows though.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1308
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:38 -------
Bug comments restored from Gmane.org:
snipped the error messages I get when I try to build crosstest in dlls/kernel/
on Debian 3.0.
cc1: warning: -fPIC ignored for target (all code is position independent)
i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2
-Wall -Wpointer-arith -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D_REENTRANT
-o locale.cross.o locale.c
cc1: warning: -fPIC ignored for target (all code is position independent)
i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2
-Wall -Wpointer-arith -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D_REENTRANT
-o path.cross.o path.c
cc1: warning: -fPIC ignored for target (all code is position independent)
i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2
-Wall -Wpointer-arith -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D_REENTRANT
-o pipe.cross.o pipe.c
cc1: warning: -fPIC ignored for target (all code is position independent)
In file included from ../../../include/winsock2.h:47,
from ../../../include/windows.h:62,
from ../../../include/rpc.h:22,
from ../../../include/wtypes.h:2,
from pipe.c:36:
../../../include/winsock.h:237: parse error before `u_long'
../../../include/winsock.h:237: warning: no semicolon at end of struct or union
../../../include/winsock.h:338: parse error before `u_short'
../../../include/winsock.h:338: warning: no semicolon at end of struct or union
../../../include/winsock.h:340: parse error before `}'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `SOCKADDR'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `PSOCKADDR'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `LPSOCKADDR'
../../../include/winsock.h:340: warning: data definition has no type or storage
class
../../../include/winsock.h:344: parse error before `u_short'
../../../include/winsock.h:344: warning: no semicolon at end of struct or union
../../../include/winsock.h:345: warning: type defaults to `int' in declaration
of `l_linger'
../../../include/winsock.h:345: warning: data definition has no type or storage
class
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `LINGER'
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `PLINGER'
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `LPLINGER'
../../../include/winsock.h:346: warning: data definition has no type or storage
class
../../../include/winsock.h:416: parse error before `u_int'
../../../include/winsock.h:416: warning: no semicolon at end of struct or union
../../../include/winsock.h:422: parse error before `}'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `fd_set'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `FD_SET'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `PFD_SET'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `LPFD_SET'
../../../include/winsock.h:422: warning: data definition has no type or storage
class
../../../include/winsock.h:540: parse error before `u_char'
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:541: warning: type defaults to `int' in declaration
of `S_un_b'
../../../include/winsock.h:541: warning: data definition has no type or storage
class
../../../include/winsock.h:543: parse error before `u_short'
../../../include/winsock.h:543: warning: no semicolon at end of struct or union
../../../include/winsock.h:544: warning: type defaults to `int' in declaration
of `S_un_w'
../../../include/winsock.h:544: warning: data definition has no type or storage
class
../../../include/winsock.h:545: parse error before `S_addr'
../../../include/winsock.h:545: warning: type defaults to `int' in declaration
of `S_addr'
../../../include/winsock.h:545: warning: data definition has no type or storage
class
../../../include/winsock.h:546: warning: type defaults to `int' in declaration
of `S_un'
../../../include/winsock.h:546: warning: data definition has no type or storage
class
../../../include/winsock.h:562: parse error before `}'
../../../include/winsock.h:562: warning: type defaults to `int' in declaration
of `IN_ADDR'
../../../include/winsock.h:562: warning: type defaults to `int' in declaration
of `PIN_ADDR'
../../../include/winsock.h:562: warning: type defaults to `int' in declaration
of `LPIN_ADDR'
../../../include/winsock.h:562: warning: data definition has no type or storage
class
../../../include/winsock.h:567: parse error before `u_short'
../../../include/winsock.h:567: warning: no semicolon at end of struct or union
../../../include/winsock.h:570: parse error before `}'
../../../include/winsock.h:570: warning: type defaults to `int' in declaration
of `SOCKADDR_IN'
../../../include/winsock.h:570: warning: type defaults to `int' in declaration
of `PSOCKADDR_IN'
../../../include/winsock.h:570: warning: type defaults to `int' in declaration
of `LPSOCKADDR_IN'
../../../include/winsock.h:570: warning: data definition has no type or storage
class
../../../include/winsock.h:886: parse error before `u_int'
../../../include/winsock.h:887: parse error before `u_int'
../../../include/winsock.h:888: parse error before `u_int'
../../../include/winsock.h:889: parse error before `u_int'
../../../include/winsock.h:890: parse error before `u_int'
../../../include/winsock.h:891: parse error before `u_int'
../../../include/winsock.h:892: parse error before `u_int'
../../../include/winsock.h:914: parse error before `fd_set'
../../../include/winsock.h:921: warning: parameter has incomplete type
i586-mingw32msvc-gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [pipe.cross.o] Error 1
make[1]: Leaving directory `/home/jakov/src/Wine/wine-20030219/dlls/kernel/tests'
make: *** [tests/__crosstest__] Error 2
t kov@vmlinux:~/src/Wine/wine-20030219/dlls/kernel> make crosstest 2>&1 >
/tmp/make_crosstest.tx
cc1: warning: -fPIC ignored for target (all code is position independent)
In file included from ../../../include/winsock2.h:47,
from ../../../include/windows.h:62,
from ../../../include/rpc.h:22,
from ../../../include/wtypes.h:2,
from pipe.c:36:
../../../include/winsock.h:237: parse error before `u_long'
../../../include/winsock.h:237: warning: no semicolon at end of struct or union
../../../include/winsock.h:338: parse error before `u_short'
../../../include/winsock.h:338: warning: no semicolon at end of struct or union
../../../include/winsock.h:340: parse error before `}'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `SOCKADDR'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `PSOCKADDR'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `LPSOCKADDR'
../../../include/winsock.h:340: warning: data definition has no type or storage
class
../../../include/winsock.h:344: parse error before `u_short'
../../../include/winsock.h:344: warning: no semicolon at end of struct or union
../../../include/winsock.h:345: warning: type defaults to `int' in declaration
of `l_linger'
../../../include/winsock.h:345: warning: data definition has no type or storage
class
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `LINGER'
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `PLINGER'
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `LPLINGER'
../../../include/winsock.h:346: warning: data definition has no type or storage
class
../../../include/winsock.h:416: parse error before `u_int'
../../../include/winsock.h:416: warning: no semicolon at end of struct or union
../../../include/winsock.h:422: parse error before `}'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `fd_set'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `FD_SET'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `PFD_SET'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `LPFD_SET'
../../../include/winsock.h:422: warning: data definition has no type or storage
class
../../../include/winsock.h:540: parse error before `u_char'
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:541: warning: type defaults to `int' in declaration
of `S_un_b'
../../../include/winsock.h:541: warning: data definition has no type or storage
class
jakov@vmlinux:~/src/Wine/wine-20030219/dlls/kernel> make crosstest l
jakov@vmlinux:~/src/Wine/wine-20030219/dlls/kernel> make crosstest
make[1]: Entering directory `/home/jakov/src/Wine/wine-20030219/dlls/kernel/tests'
i586-mingw32msvc-gcc -c -I. -I. -I../../../include -I../../../include -g -O2
-Wall -Wpointer-arith -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D_REENTRANT
-o pipe.cross.o pipe.c
cc1: warning: -fPIC ignored for target (all code is position independent)
In file included from ../../../include/winsock2.h:47,
from ../../../include/windows.h:62,
from ../../../include/rpc.h:22,
from ../../../include/wtypes.h:2,
from pipe.c:36:
../../../include/winsock.h:237: parse error before `u_long'
../../../include/winsock.h:237: warning: no semicolon at end of struct or union
../../../include/winsock.h:338: parse error before `u_short'
../../../include/winsock.h:338: warning: no semicolon at end of struct or union
../../../include/winsock.h:340: parse error before `}'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `SOCKADDR'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `PSOCKADDR'
../../../include/winsock.h:340: warning: type defaults to `int' in declaration
of `LPSOCKADDR'
../../../include/winsock.h:340: warning: data definition has no type or storage
class
../../../include/winsock.h:344: parse error before `u_short'
../../../include/winsock.h:344: warning: no semicolon at end of struct or union
../../../include/winsock.h:345: warning: type defaults to `int' in declaration
of `l_linger'
../../../include/winsock.h:345: warning: data definition has no type or storage
class
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `LINGER'
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `PLINGER'
../../../include/winsock.h:346: warning: type defaults to `int' in declaration
of `LPLINGER'
../../../include/winsock.h:346: warning: data definition has no type or storage
class
../../../include/winsock.h:416: parse error before `u_int'
../../../include/winsock.h:416: warning: no semicolon at end of struct or union
../../../include/winsock.h:422: parse error before `}'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `fd_set'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `FD_SET'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `PFD_SET'
../../../include/winsock.h:422: warning: type defaults to `int' in declaration
of `LPFD_SET'
../../../include/winsock.h:422: warning: data definition has no type or storage
class
../../../include/winsock.h:540: parse error before `u_char'
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:540: warning: no semicolon at end of struct or union
../../../include/winsock.h:541: warning: type defaults to `int' in declaration
of `S_un_b'
../../../include/winsock.h:541: warning: data definition has no type or storage
class
../../../include/winsock.h:543: parse error before `u_short'
../../../include/winsock.h:543: warning: no semicolon at end of struct or union
../../../include/winsock.h:544: warning: type defaults to `int' in declaration
of `S_un_w'
../../../include/winsock.h:544: warning: data definition has no type or storage
class
../../../include/winsock.h:545: parse error before `S_addr'
../../../include/winsock.h:545: warning: type defaults to `int' in declaration
of `S_addr'
../../../include/winsock.h:545: warning: data definition has no type or storage
class
../../../include/winsock.h:546: warning: type defaults to `int' in declaration
of `S_un'
../../../include/winsock.h:546: warning: data definition has no type or storage
class
../../../include/winsock.h:562: parse error before `}'
../../../include/winsock.h:562: warning: type defaults to `int' in declaration
of `IN_ADDR'
../../../include/winsock.h:562: warning: type defaults to `int' in declaration
of `PIN_ADDR'
../../../include/winsock.h:562: warning: type defaults to `int' in declaration
of `LPIN_ADDR'
../../../include/winsock.h:562: warning: data definition has no type or storage
class
../../../include/winsock.h:567: parse error before `u_short'
../../../include/winsock.h:567: warning: no semicolon at end of struct or union
../../../include/winsock.h:570: parse error before `}'
../../../include/winsock.h:570: warning: type defaults to `int' in declaration
of `SOCKADDR_IN'
../../../include/winsock.h:570: warning: type defaults to `int' in declaration
of `PSOCKADDR_IN'
../../../include/winsock.h:570: warning: type defaults to `int' in declaration
of `LPSOCKADDR_IN'
../../../include/winsock.h:570: warning: data definition has no type or storage
class
../../../include/winsock.h:886: parse error before `u_int'
../../../include/winsock.h:887: parse error before `u_int'
../../../include/winsock.h:888: parse error before `u_int'
../../../include/winsock.h:889: parse error before `u_int'
../../../include/winsock.h:890: parse error before `u_int'
../../../include/winsock.h:891: parse error before `u_int'
../../../include/winsock.h:892: parse error before `u_int'
../../../include/winsock.h:914: parse error before `fd_set'
../../../include/winsock.h:921: warning: parameter has incomplete type
i586-mingw32msvc-gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [pipe.cross.o] Error 1
make[1]: Leaving directory `/home/jakov/src/Wine/wine-20030219/dlls/kernel/tests'
make: *** [tests/__crosstest__] Error 2
jakov@vmlinux:~/src/Wine/wine-20030219/dlls/kernel>
------- Additional Comments From jakob <at> vmlinux.org 2003-03-03 18:17 ------
oops. can _not_ make crosstests...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1309
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:35 -------
Bug comments restored from Gmane.org:
if you have LANG set to de_DE you can input german umlauts.
If you have set it to de_DE.utf8, you no longer can.
instead wine reports for ä (a diaresis even):
fixme:keyboard:EVENT_event_to_vkey keysym is E4
fixme:keyboard:EVENT_event_to_vkey e->keycode is 2F
fixme:keyboard:EVENT_event_to_vkey just before vkey generation, pressed KeyPress?
fixme:keyboard:EVENT_event_to_vkey keysym is E4
fixme:keyboard:EVENT_event_to_vkey e->keycode is 2F
fixme:keyboard:EVENT_event_to_vkey just before vkey generation, pressed KeyPress?
err:keyboard:X11DRV_ToUnicode Please report: no char for keysym 00E4 (adiaeresis) :
err:keyboard:X11DRV_ToUnicode (virtKey=DE,scanCode=28,keycode=2F,state=0)
fixme:keyboard:EVENT_event_to_vkey keysym is E4
fixme:keyboard:EVENT_event_to_vkey e->keycode is 2F
fixme:keyboard:EVENT_event_to_vkey just before vkey generation, pressed KeyRelease?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1310
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:34 -------
Bug comments restored from Gmane.org:
[root@cobra wine]# make
make[1]: Entering directory `/usr/src/wine-cvs/wine/library'
gcc -c -I. -I. -I../include -I../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -fPIC -D__WINESRC__
-DDLLDIR="\"/usr/local/lib/wine\"" -D_REENTRANT -o ldt.o ldt.c
ldt.c: In function `set_thread_area':
ldt.c:97: `__NR_set_thread_area' undeclared (first use in this function)
ldt.c:97: (Each undeclared identifier is reported only once
ldt.c:97: for each function it appears in.)
make[1]: *** [ldt.o] Error 1
make[1]: Leaving directory `/usr/src/wine-cvs/wine/library'
make: *** [library] Error 2
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-05
07:38 -------
I really don't see why you should get such an error.
In line 97 in CVS, there's SYS_set_thread_area, NOT __NR_set_thread_area.
Or try:
cd /usr/include
find|xargs grep __NR_set_thread_area
to hopefully get some more clue on why exactly this error happens :-\
(perhaps SYS_set_thread_area is defined as __NR_set_thread_area somewhere in
/usr/include)
------- Additional Comments From ivg2 <at> cornell.edu 2003-03-05 07:50 -------
I was slightly puzzled myself, but here it is:
[phantom@cobra include]$ find|xargs grep __NR_set_thread_area
./bits/syscall.h:#define SYS_set_thread_area __NR_set_thread_area
[phantom@cobra include]$ cd /usr/src/wine-cvs/wine/library
[phantom@cobra library]$ grep syscall.h ldt.c
# include <sys/syscall.h>
[phantom@cobra library]$ grep syscall.h /usr/include/sys/syscall.h
we scan the kernel's list and produce <bits/syscall.h> with macros for
# include <bits/syscall.h>
[phantom@cobra library]$
------- Additional Comments From julliard <at> winehq.com 2003-03-05 12:00 -------
The __NR_ one should be defined in asm/unistd.h. Is your asm directory a link
to some old kernel source by any chance? And what's your glibc version?
------- Additional Comments From ivg2 <at> cornell.edu 2003-03-05 12:31 -------
Very strange..
My glibc-kernheaders RPM somehow ended up being newer than Rawhide,
even though I upgrade from Rawhide. I downgraded to current Rawhide,
and the problem is fixed (__NR_set_thread_area is in asm/unistd.h for that
version of the glibc headers, wine compiles..)
Thanks for your help.
Sorry for invalid report.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:38 -------
Looks like it's ready to be CLOSED.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1312
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:30 -------
Bug comments restored from Gmane.org:
dlls/ntdll/cdrom.c does not compile on NetBSD, because it expects CD_FRAMES,
CD_SECS, and CDROM_MSF to be defined in some system header.
On Linux, they seem to be in <linux/cdrom.h>, but they are not defined on
NetBSD at all.
I'll attach a patch that makes it compile again.
This patch also ifdef's out a debugging message that uses some fields of a
structure which also don't exist on NetBSD.
------- Additional Comments From wiz <at> danbala.ifoer.tuwien.ac.at 2003-03-08
02:16 -------
Created an attachment (id=418)
--> (http://bugs.winehq.com/attachment.cgi?id=418&action=view)
compilation fix as mentioned in the bug report
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-08
03:05 -------
'scuse me, I don't see that
TRACE("caching toc from=%d to=%d\n", hdr.cdth_trk0, hdr.cdth_trk1);
line in newest CVS.
Are you running CVS?
If not, does CVS fix anything?
Err no, you're not.
Current CVS has some half-fix. Could you update and patch the remaining missing
parts (CDROM_MSF etc.) instead?
Thanks for the report!
------- Additional Comments From wiz <at> danbala.ifoer.tuwien.ac.at 2003-03-08
07:41 -------
ok, the CD_SECS and CD_FRAMES as well as the debug line are fixed in CVS.
The CDROM_MSF is only used once outside of the #ifdef linux part -- I guess
that's an error and just shouldn't be there.
Additionally, I stumbled over a duplicate assignment around line 920:
data->MediaCatalog.FormatCode = IOCTL_CDROM_MEDIA_CATALOG;
data->MediaCatalog.FormatCode = sc.what.media_catalog.data_format;
One of them should probably go...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1313
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:26 -------
Bug comments restored from Gmane.org:
The Microsoft Powerpoint viewer
http://download.microsoft.com/download/powerpoint2000/ppview97/2000/WIN98/E…
cannot print in wine. If you do "wine ppview32", click on a .pps file, and then
click
print,
the cursor turns busy until you move it, but nothing happens.
If you do "wine ppview32 somefile.pps" (to launch the slideshow directly,
without going
through the main dialog) and then print from the right-click menu, the app just
hangs,
and nothing else happens either...
When this happens, the following is printed to the log:
0009:fixme:commdlg:PRINTDLG_SetUpPrinterListComboA Can't find '(null)' in printer
list so trying to find default
N.B. There are printers defined in /etc/printcap, and other apps, such as the Word
viewer, the Excel viewer, and the builtin notepad print just fine.
------- Additional Comments From wine <at> alk.org.lu 2003-03-25 14:42 -------
*** This bug has been confirmed by popular vote. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1314
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 10:10 -------
Bug comments restored from Gmane.org:
In wine-20030302 shipped by SuSE, if you have a truetype font directory defined
such
as the following:
[FontDirs]
"dir1" = "/home/aknaff/winefonts/core/ttf"
then all fonts defined there in will be downloaded into the generated postscript
file,
even if the printer natively understands them (as defined in the ppd file).
I.e. if I have an arial truetype font, this font is downloaded to the printer,
even though I
have the following in my .ppd file:
*Font ArialMT:
*Font Arial-BoldMT:
*Font Arial-BoldItalicMT:
*Font Arial-ItalicMT:
and even though I have the relevant .afm files in my [afmdirs].
The only way how I could force wine to use the printer's builtin Arial font was
to define
a substitution table where I substituted it with itself:
[System\\CurrentControlSet\\Control\\Print\\Printers\\file\\PrinterDriverData\\FontSubTable]
1047119381
"Courier New"="Courier New"
"Arial"="Arial"
"Times New Roman"="Times New Roman"
"Webdings"="Webdings"
"Tahoma"="Tahoma"
...
[Btw, the above FontSubTable worked for Courier New, Arial, Times New Roman, and
Tahoma, but still not for Webdings. But that's probably a different problem].
After perusing the source code, I found the following in
wine-20030219/dlls/wineps/font.c near the end of function PSDRV_SelectFont :
if(physDev->dc->gdiFont && !subst) {
if(PSDRV_SelectDownloadFont(physDev))
return 0; /* use gdi font */
}
PSDRV_SelectBuiltinFont(physDev, hfont, &lf, FaceName);
return (HFONT)1; /* use device font */
I.e. if there is a gdiFont defined for current font (I assume, this means if a
display font
has been loaded), and if the font is not the result of a substitution, then we
download it
into the printer. Otherwise we try to use a builtin font.
Shouldn't that be the other way round: first try to use a builtin font, and only
if that is not
possible (because no such font defined in generic.ppd or missing .afm file)
download it.
------- Additional Comments From wine <at> alk.org.lu 2003-03-25 14:42 -------
*** This bug has been confirmed by popular vote. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1315
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:54 -------
Bug comments restored from Gmane.org:
Hello wine developers,
I have problems with directories on VFAT partitions. wine can't find most of
directories, it see only them with name with all capital ASCII letters. With
this problem I can run no program! I can run windows programs only from linux
partition.
I assigned this bug to wine-loader but I don't know if problem is there...
Problems occur for longer time (I tried last three releases).
Here is the listing directories and files which have such problems:
!Audio
&Audio
!Compress
CygWin
!Editory
!Education
Fifne
Filmy
!Grafika
!Hardware
&Hardware
Hry
&Hry
Install
!Internet
&Internet
Linux
&Listy
Mp3
MSOffice
My Music
Obrázky
Petr
!Prog
&Prog
!Program Files
temp
&Upload
Video
&Video
!Viewers
Zálohy
3nityShop_soubory
Frankie[1].asx
Zarodek.bmp
PøÃslovÃ.doc
snail.gif
3nityShop.htm
48h_ccds.it
Entropie.jpg
pp3-36-12.jpg
ww1-36-12.jpg
1a1a.jpg
6a6a.jpg
dirs.lst
1judas_o.mp3
print.mxp
mat_sym_v5.ps
zcu-ca.p7b
ildasm.reg
all.tgz
eee.txt
frankieKnuckles[1].wax
Here is list which was OK:
FANDA
STULDA
AVG6DB_F.DAT
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-09
05:06 -------
Are you sure you're using proper "win95" or "vfat" entries in the Filesystem
type of a drive entry within the wine config file ~/.wine/config instead of
using the strongly discouraged "dos" type?
------- Additional Comments From valtri <at> atlas.cz 2003-03-09 05:12 -------
Thanks for quick response.
Yes I am. Here is my drive settings:
[Drive A]
"Path" = "/A:"
"Type" = "floppy"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/C:"
"Type" = "hd"
"Serial" = "16500FEC"
"Label" = "Fat16"
"Filesystem" = "win95"
[Drive D]
"Path" = "/D:"
"Type" = "hd"
"Serial" = "38D2DA25"
"Label" = "Fat32"
"Filesystem" = "win95"
; make sure that device is correct and has proper permissions !
[Drive E]
"Path" = "/E:"
"Type" = "hd"
"Serial" = "3ACE2659"
"Label" = "Mp3"
"Filesystem" = "win95"
[Drive H]
"Path" = "${HOME}"
"Type" = "network"
"Label" = "Home"
"Filesystem" = "win95"
[Drive L]
"Path" = "/"
"Type" = "network"
"Label" = "Linux"
"Filesystem" = "win95"
[Drive Q]
"Path" = "/Q:"
"Type" = "cdrom"
"Device" = "/dev/cdrom"
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-09
05:17 -------
Hmm, indeed.
Could you mention the mount options you use for /C: from /etc/fstab?
Maybe some unusual codepage or so?
Also, please add some --debugmsg +file,+dosfs logfile.
------- Additional Comments From valtri <at> atlas.cz 2003-03-09 06:16 -------
Part of etc/fstab:
/dev/hda1 /C: vfat
defaults,utf8,umask=007,quiet,nocase=1,uid=root,gid=local 0 0
End of logfile:
trace:dosfs:DOSFS_ReadDir Read: long_name:
L"Ir50_qc.dllrIR50_QC.DLLHOWUS~1.MSFSFPL~1.MSFF#2.logNCONEXA~2.LOG", short_name:
L"JAVAPERMGID"
trace:dosfs:DOSFS_ReadDir Read: long_name:
L"Ir50_32.dllrIR50_32.DLLHOWUS~1.MSFSFPL~1.MSFF#2.logNCONEXA~2.LOG", short_name:
L"JAVAPERMGID"
trace:dosfs:DOSFS_ReadDir Read: long_name:
L"Ivfsrc.axlIVFSRC.AX.DLLHOWUS~1.MSFSFPL~1.MSFF#2.logNCONEXA~2.LOG", short_name:
L"JAVAPERMGID"
trace:dosfs:DOSFS_ReadDir Read: long_name:
L"Ir32_32.dllVIR32_32.DLLHOWUS~1.MSFSFPL~1.MSFF#2.logNCONEXA~2.LOG", short_name:
L"JAVAPERMGID"
trace:dosfs:DOSFS_ReadDir Read: long_name:
L"Iac25_32.axVIAC25_32.AXHOWUS~1.MSFSFPL~1.MSFF#2.logNCONEXA~2.LOG", short_name:
L"JAVAPERMGID"
trace:dosfs:DOSFS_ReadDir Read: long_name:
L"vredir.vxdxVREDIR.VXDAXHOWUS~1.MSFSFPL~1.MSFF#2.logNCONEXA~2.LOG", short_name:
L"JAVAPERMGID"
warn:dosfs:DOSFS_FindUnixName L"WinRAR.exe" not found in '/C:/WINDOWS/SYSTEM'
warn:file:CreateFileW Unable to get full filename from
L"C:\\WINDOWS\\SYSTEM\\WinRAR.exe" (GLE 2)
wine: cannot find 'WinRAR.exe'
I can send compressed whole logfile directly to you (I don't know how attached
it here). It take 140 kB.
------- Additional Comments From valtri <at> atlas.cz 2003-03-09 06:42 -------
Created an attachment (id=419)
--> (http://bugs.winehq.com/attachment.cgi?id=419&action=view)
Console log with debugmsg +file +dosfs
------- Additional Comments From valtri <at> atlas.cz 2003-03-09 06:43 -------
Already I know how attach file. :-)
------- Additional Comments From spetreolle <at> yahoo.fr 2003-03-10 07:35 -------
Run Scandisk on your disk, as you have several files with the same shortname.
Looks like a corrupted filesystem.
trace:dosfs:DOSFS_ReadDir Read: long_name: L"snail.gifISNAIL.GIFY~1.PS\0010", sh
ort_name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"1a1a.jpgf1A1A.JPGIFY~1.PS\0010", sh
ort_name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"6a6a.jpgf6A6A.JPGIFY~1.PS\0010", sh
ort_name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"pp3-36-12.jpg.PP3-36~1.JPG", short_
name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"ww1-36-12.jpg.WW1-36~1.JPG", short_
name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"My Music2MYMUSI~1-36~1.JPG", short_
name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"&Audioi&AUDIOSI~1-36~1.JPG", short_
name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"&InternetU&INTER~136~1.JPG", short_
name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"&Progr&PROGINTER~136~1.JPG", short_
name: L"STULDA "
trace:dosfs:DOSFS_ReadDir Read: long_name: L"Zarodek.bmpIZARODEK.BMPJPG", short_
name: L"STULDA "
------- Additional Comments From valtri <at> atlas.cz 2003-03-10 07:59 -------
I ran the scandisk (under Windows) and all is OK.
Note files in this directory was repaired in the past and they already are with
short names (with "~").
I will delete this directory and send new wine logfile.
------- Additional Comments From valtri <at> atlas.cz 2003-03-10 08:07 -------
Created an attachment (id=421)
--> (http://bugs.winehq.com/attachment.cgi?id=421&action=view)
gzipped log output again, executed program is "/D:/!Education/CyberSky/Cybersky.exe"
------- Additional Comments From valtri <at> atlas.cz 2003-03-10 08:14 -------
Many short names are the same. It seems there is a bug with finding out short
names (or only in debug printfs :-)).
------- Additional Comments From valtri <at> atlas.cz 2003-03-25 08:49 -------
Interesting. I removed mount option "utf8" and it starts work:
mount /dev/hda5 /D: -t vfat -o utf8
... doesn't work (option "utf8" is required for reproducing this bug)
mount /dev/hda5 /D: -t vfat -o iocharset=utf8
... works, but there are doubled some characters
mount /dev/hda5 /D: -t vfat -o iocharset=cp852
... works, but some characters have bad encoding (cp852 isn't
Windows standard, it contains iso8859-2 characters)
mount /dev/hda5 /D: -t vfat -o iocharset=cp1250
... works OK (cp1250 is standard encoding in Windows
for iso8859-2 characters)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1316
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:42 -------
Bug comments restored from Gmane.org:
When I open a figure in MATLAB the text and general scale of the objects in teh
figure are inordinately large. Some figures I have created on win show up only
partially, because of the size.
the url points to an example image.
note how large the buttons etc are.
Interestingly the tool tip string is the right size.
thanks, and congratulations on a very well made program
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1317
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:40 -------
Bug comments restored from Gmane.org:
I've running MS Access 97 Runtime. When I open a database with an embedded
OLE-Image in a form, wine crashes with following error:
fixme:storage:StorageImpl_Commit (2): stub!
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134688536
228") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
fixme:ole:CoSetState ((nil)),stub!
Wine exited with a successful status
Regards,
Daniel.
------- Additional Comments From marcus <at> jet.franken.de 2003-03-11 13:00
-------
please configure your debugger better to give a backtrace. (basically just do
"regedit
winedefault.reg" to get the registry to have the correct paths). also run with
-debugmsg +ole
and attach tyhe output.
------- Additional Comments From dschlager <at> kaindl.com 2003-03-12 00:34 -------
Created an attachment (id=422)
--> (http://bugs.winehq.com/attachment.cgi?id=422&action=view)
OLE Trace with -debugmsg +ole
------- Additional Comments From mike <at> theoretic.com 2003-03-12 10:28 -------
That trace seems to indicate the program ran successfully, or at least there's
no mention of the crash in it.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1319
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:34 -------
Bug comments restored from Gmane.org:
When running the latest CVS of wine manually compiled with ./configure
--enable-opengl, OpenGL
programs output unreadable ASCII garbage to the terminal window, and make
beeping noises.
System info:
Kernel: linux 2.4.20-ck3
Xfree86: 4.2.1-6pre7 (Debian)
Graphics card: ATi Radeon 8500 64mb w/ ATi Binary drivers v2.5.1
Wine version: Cvs version as of 2003/3/12
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-12
08:43 -------
Ah, here it is :)
Please attach a --debugmsg +relay,+opengl log file to find out where this
garbage happens.
Thanks!
------- Additional Comments From pwdre_ser <at> hotmail.com 2003-03-12 16:01
-------
Created an attachment (id=423)
--> (http://bugs.winehq.com/attachment.cgi?id=423&action=view)
Logfile of running Neverwinter Nights version 1.29
------- Additional Comments From pwdre_ser <at> hotmail.com 2003-03-12 16:05
-------
Here is a gzipped logfile of running Neverwinter Nights v1.29 with the requested
parameters.
Apologies for the large filesize.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-03-15 16:08 -------
Well, this log is not really helpfull... As the garbage is on stdin and the
trace on stderr (so I cannot see where the garbage starts).
Moreover, except for the GL init in the X11 driver, there is NO GL call at all
in this log.
------- Additional Comments From pwdre_ser <at> hotmail.com 2003-03-20 13:38
-------
I apologize. I invoked wine as specified with &> ~/winelog.txt... was this not
correct? I could also attempt running a different openGL program (Such as quake2
or quake3 which I believe are available online.)
------- Additional Comments From lionel.ulmer <at> free.fr 2003-03-20 13:55 -------
Well, yeah, try to run with 'normal' Linux GL applications to see if it puts
garbage too.
Otherwise, as told, I do not see any GL call in your trace so I do not see why
this garbage only happens in GL applications.
------- Additional Comments From pwdre_ser <at> hotmail.com 2003-03-20 20:37
-------
Well, native linux openGL programs all run fine. (glxgears, tuxracer, quake2
linux and quake3 linux)
Additionally, I tried running the windows versions of quake2 and quake3,
redirecting the same way I'd
done before, with identical results. No opengl calls except the init.
Is there anything else I can do to help?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1320
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:29 -------
Bug comments restored from Gmane.org:
The internal GUI engine of Jade does complete top down drawing of a window and
all its children in the same pass. To draw a textbox, the following logic is called:
::SetViewportOrgEx(hdc, rect.left, rect.top, NULL);
::SendMessage(hwnd, WM_PRINTCLIENT, (WPARAM)hdc, PRF_CLIENT | PRF_ERASEBKGND);
Under Wine, this does not produce any visible output.
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:32 -------
Can you please produce a test case for this behaviour, or make available your
application for testing?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1321
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:24 -------
Bug comments restored from Gmane.org:
When using the CopyFile api, the copied file does not retain its timestamps as
they do under Windows.
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:40 -------
Confirming, we should do this. Patches are welcome, I don't think it'd be hard.
MSDN doesn't seem to mention behaviour here, but I expect the reporter is right :)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1322
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:21 -------
Bug comments restored from Gmane.org:
Calling IsTextUnicode with the IS_TEXT_UNICODE_UNICODE_MASK option correctly
determines that ansi text is not unicode. However calling IsTextUnicode with the
IS_TEXT_UNICODE_REVERSE_MASK option for that same ansi text incorrectly reports
that the text is Unicode.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-14
20:34 -------
AFAICT IsTextUnicode is very rudimentary in wine. If you want to improve it
please look in dlls/ntdll/rtlstr.c
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1323
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 09:00 -------
Bug comments restored from Gmane.org:
To determine whether text is ansii, unicode (big or little endian) a series of
test are performed including calling wctomb. This routine should return -1 if
the conversion cannot be performed in the current locale. As a result, under
Wine, an ansii string appears to be unicode (both big or little endian).
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1325
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 08:52 -------
Bug comments restored from Gmane.org:
solved with a patch
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:28 -------
So, is this bug fixed then?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1326
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 08:51 -------
Bug comments restored from Gmane.org:
Close Combat installs fine from CD_ROM (it even does a direct link on desktop),
but when I try to run CC.exe, I get a following note in a single popup-window:
---
Close Combat Error
Close Combat requires indeo 4.1 to display the videos. Please run the Close
Combat setup again.
---
I have indeo 4.1 codec in /usr/lib/win32/w32codec-0.90/ir41_32.dll
When I run the setup.exe from CD-ROM, it installs the Close Combat all over
again and when I run setup.exe from the installed directory I get following popup:
---
Setup Error 544
Setup in unable to open the data file 'C:\Program Files\Microsoft Games\Close
Combat\Setup\SETUP.stf'; run Setup again from where you originally ran it.
---
------- Additional Comments From lionel.ulmer <at> free.fr 2003-03-15 15:38 -------
Well, the problem is that the installer should also (if it installs the Intel
Indeo codecs) put a lot of stuff in the registry...
So one solution would be to do a '--debugmsg +relay', look at a RegOpenKey or
something like that that fails. If you find it, people will be very happy to
provide you with the key to put in your registry.
Better would be to have the installer actually working though :-)
------- Additional Comments From mike <at> theoretic.com 2003-03-19 09:01 -------
The codec in /usr/lib/win32 is unlikely to be used by wine, I think that's
mplayer, which uses wine internally but the two don't interact.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1327
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 08:48 -------
Bug comments restored from Gmane.org:
This is my first time submitting a bug to the wine bugtracker, and I'm not
versed in the wine
internals; I hope I've fingered the correct module. Apologies if not!
Download 6000.exe from http://www.visioneer.com/support/flatbed/6000downloads.asp
Attempt to install it with "wine 6000.exe"
InstallShield extracts its files, then displays an error dialog, "Missing or
Invalid Parameter:
UpdateNumber", and stops installing.
I did some tracing: InstallShield calls GetPrivateProfileStringA() to retrieve
the UpdateNumber entry
from X:\update.exe\UPDATE.INI. Yes, the .ini exists and contains that entry. Its
real filename is
/tmp/update.ini. /tmp/update.exe is a file, put there by InstallShield.
If I'm reading the trace correctly, it looks like wine's dosfs subsystem is
returning
/tmp/update.exe/update.ini as the real path, which is obviously wrong. Why a
file is being used as a
mount point in the first place is a mystery to me...
Hopefully the above procedure should let you reproduce my trace easily, but I
can send it if that's
required.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-14
20:06 -------
Perhaps the bug is valid. However I have my doubts about getting your scanner to
work using this method. Hmm... A bug is a bug though...
------- Additional Comments From dankna <at> childe.crusoe.net 2003-03-15 18:20
-------
Well, other people have reported success with this method (not with my model
scanner), so it
certainly seemed worth a try.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-16
12:55 -------
A relavant trace would help (what channels did you use?)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1330
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 08:35 -------
Bug comments restored from Gmane.org:
Running a DOS program from the command line, i.e.:
wine -- ../prog.exe arg1 arg2
it would be helpful if the path to the executable
(../prog.exe) was converted to DOS form (..\prog.exe)
when it was passed in to the program as argv[0].
Having this path in UNIX form confused a program
that was trying to find the path to its home dir.
The work-around was easy, (specify a DOS path) but
other WINE users may get bit by this as well.
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:15 -------
Confirming bug, changing summary
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1334
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 07:55 -------
Bug comments restored from Gmane.org:
Running wine built on redhat (beta 5 - 8.0.94) 8.1.
Notes starts, runs but will not do name resolution.
Log shows the following.
fixme:file:LockFile not implemented in server
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
fixme:winsock:WSACancelAsyncRequest (0xdeae),stub
fixme:file:LockFile not implemented in server
fixme:file:UnlockFile not implemented in server
Name resolution is accessible to user from console, correct permissions set.
On same build on other distribution i.e. mandrake8 it works fine.I can turn on
debugging if someone wants me to?
------- Additional Comments From traxtopel <at> hotpop.com 2003-03-20 04:06 -------
Running a debug on winsock, I get the following, still will not resolve. Edited
/etc/hosts added it manually. Under user ID notes is started I can ping this
address.
fixme:ole:CoRegisterMessageFilter stub
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
trace:winsock:DllMain 0x41dc0000 0x1 (nil)
trace:winsock:WSAStartup verReq=101
trace:winsock:WSAStartup succeeded
trace:winsock:WSASetBlockingHook hook 0x41cb2510
trace:winsock:WSAAsyncGetHostByName hwnd 0x2002c, msg 00000401, host D15ML003,
buffer 1024
fixme:thread:SYSDEPS_SpawnThread CreateThread: stub
fixme:winsock:WSACancelAsyncRequest (0xdeae),stub
------- Additional Comments From traxtopel <at> hotpop.com 2003-03-21 02:12 -------
Not sure what has changed but somewhere between cvs 20030320 1pm CET & 20030321
8am CET dns resolving is working again?
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:04 -------
OK, I'll close this bug. Probably there was a slight regression that's been
fixed. Thanks for reporting the issue! :)
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:06 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1335
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 07:51 -------
Bug comments restored from Gmane.org:
When I try to install Drakan under Linux and without Windows it wants to update
to winsock2. Because this does not function the setup hangs. Could there be a
way of making Drakan believe that the update worked?
------- Additional Comments From mike <at> theoretic.com 2003-03-30 15:07 ------
Wine supports winsock2 mostly anyway, so it shouldn't need to update. The real
question is, why does it think it needs to update?
Do you have a ws2_32.dll file in your fake windows/system directory?
------- Additional Comments From dh <at> onclick.org 2003-03-30 16:29 -------
No, there is no such file.
Maybe the game Drakan just wants wine to update, if necessary or not, and
expects some ok-message back?
------- Additional Comments From mike <at> theoretic.com 2003-03-31 03:40 -------
Change to your fake windows/system directory, then run "touch ws2_32.dll". See
if that makes any difference.
------- Additional Comments From dh <at> onclick.org 2003-03-31 10:18 -------
I got a new error. There was a serious error popup followed by a popup that said
that the setup directory could not be found. Is that the path to the game cd?
This I found in ws2setup.log:
WS2SETUP begin: 02/25/2003 07:44:14
RegQueryValueEx(VendorInstallDll) failed
VendorWantsMSTCP=1, WantsMSIPX=2, WantsSetupUI=1
WantsMSDNS=1, WantsMSSAP=0
New wsock32.dll file version: 0004000a.00000678
Created WS2BAKUP.BAT backup batch file
No version info for C:\WINDOWS\SYSTEM\wsock32.dll
WS2SETUP end: failure
windows/ws2setup.log (END)
This is all I found on screen:
Font metrics: 100.0% done
fixme:int21:DOS3Call get interrupt vector - move to winedos...
fixme:int21:DOS3Call get interrupt vector - move to winedos...
fixme:process:CreateProcessA (E:\_ISTMP0.DIR\W95ws2setup.exe,...):
CREATE_SEPARATE_WOW_VDM ignored
fixme:win32:PE_CreateModule Security directory ignored
fixme:process:CreateProcessA (E:\MSE000\setup.exe,...): NORMAL_PRIORITY_CLASS
ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x40712c9c ignored
fixme:msvcrt:MSVCRT__sopen : pmode 0x40068618 ignored
fixme:dialog:MSGBOX_OnInit system modal msgbox ! Not modal yet.
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1337
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 07:47 -------
Bug comments restored from Gmane.org:
I previously used "Les Secrets de l'intelligence, Ubisoft"
and it worked well.
This application was designed for Windows 95.
Now, I can't make it run
with the last release.
What changed in my config:
automount use for /mnt/cdrom.
Trace:
---------------
[j@laptop Les Secrets]$ wine SECRETS.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll wing.dll still not found
- 16-bit dll or version conflict.
file_set_error: Permission denied
fixme:ntdll:RtlNtStatusToDosError no mapping for 0001869f
wine: Unhandled exception, starting debugger...
[1]+ Stopped wine SECRETS.exe
[j@laptop Les Secrets]$ bg
[1]+ wine SECRETS.exe &
[j@laptop Les Secrets]$ killall wine
[1]+ Terminated wine SECRETS.exe
[j@laptop Les Secrets]$
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-21
04:37 -------
Hmm, strange errors.
Please attach a --debugmsg +relay,+files,+dosfs,+server logfile.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-21
04:38 -------
Ugh, that should have been +file, of course...
------- Additional Comments From titan.costa <at> wanadoo.fr 2003-03-21 17:10
-------
16-bit dll or version conflict ?
That reminds me a problem I've had once.
Do you have a wing.dll in you app directory ?
------- Additional Comments From jerome.bouat <at> wanadoo.fr 2003-03-22 06:00
-------
[j@laptop j]$ find ~/.wine/c -name 'wing\.dll'
[j@laptop j]$
Created an attachment (id=426)
--> (http://bugs.winehq.com/attachment.cgi?id=426&action=view)
wine --debugmsg +relay,+files,+dosfs,+server SECRETS.exe 2>log.err
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1000
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:28 -------
Bug comments restored from Gmane.org:
This bug is a part of Efforts to port Microsoft Flight Simulator to Linux via Wine
---------------------------------------------------------------------------
Assumes:
Read Bug 997 and all of its dependencies
Shell Command
$ wine fs2002.exe
X11 output attached.
Other Comments:
Microsoft seems to have placed a function call in software since 1995 to make
sure it is running on the Correct Windows version. This call seems to be
misinterpreted with wine
System:
NVIDIA RIVA TNT
RedHat Linux 7.0
Glibc 2.2-12
20GB HD:
2 GB /usr/local (formerly Windows C:) ext2 raid
10 GB /mnt/win_d (formerly Windows D:, use to be 16GB, rest split up as /,
location of fs2002) vfat
1 GB /mnt/win_e (formerly Windows E:). vfat. Configured as Wine TEMPDIR
2 GB /usr ext2
2 GB / ext2
32MB swap swap
32MB
------- Additional Comments From mcbridematt <at> hotmail.com 2002-08-29 03:50
-------
Created an attachment (id=280)
--> (http://bugs.winehq.com/attachment.cgi?id=280&action=view)
Screenshot
------- Additional Comments From mcbridematt <at> hotmail.com 2002-08-29 03:58
-------
More debugging shows that:
RtlAllocateHeap
is known. But needs somemore programming.
Debug output:
084c1018:trace:heap:RtlAllocateHeap (40350000,00000002,00000018): returning
403505f0
I have reason to belive this is used by Windows programs, particularly ones by
Microsoft to check if there is enough diskspace.
Microsoft must be the only one using it, as I have searched through Unoffical
and Office implementations of the Platform SDK to no avail.
------- Additional Comments From mcbridematt <at> hotmail.com 2002-08-29 04:48
-------
Others:
64MB Ram
800MHz Duron
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-03 02:42
-------
A related function:
<code>RtlFreeHeap</code>
Returns TRUE when asked for.
But RtlAllocateHeap doesn't.
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-03 02:44
-------
I've noticed that Wine does not pass on swap, but only the memory free. Perhaps
we should create a "ForceRAM" option in the wine config file in the future to
force programs to belive that there is a certain amount of ram
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-09-03 04:12
-------
Well, of course RtlAllocateHeap doesn't return TRUE.
It's supposed to return an LPVOID, the address of the buffer allocated
(like all heap alloc function do !).
Having said that, I really don't think the error is due to RtlAllocateHeap.
An "out of disk space" error might be caused by all sorts of other errors,
too.
RtlAllocateHeap is probably rather perfect. (it doesn't even have a single FIXME
either)
Attaching a --debugmsg +relay,+file,+dosfs log file of the error might be a good
idea...
A RAM size fake option would be a good idea, yes.
(some games have a swap partition check, for example, and they fail to run
if you don't have enough free swap space, so such an option would be good)
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-04 01:58
-------
Created an attachment (id=284)
--> (http://bugs.winehq.com/attachment.cgi?id=284&action=view)
bzip'ed Debug output
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-04 01:59
-------
I've also noticed this in other M$ apps:
Microsoft Works 4.0, Microsoft Money for Win95
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-05 20:38
-------
I can confirm this bug exists - and what's this about efforts to port fs to
linux?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=999
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:25 -------
Bug comments restored from Gmane.org:
This bug is a part of efforts to port FS2002 to Linux via Wine.
See Metabug 997
Additional Info in 998
Shell Command
$ wine fs2002.exe
Output:
fixme:win32:PE_CreateModule Security directory ignored
<!-- All other output is contained in 998 -->
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-06 02:15
-------
does anybody know what PE_CreateModuleSecurity does?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=998
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:25 -------
Bug comments restored from Gmane.org:
This bug is a part of efforts to help port FlightSimulator 2002 to wine.
Command run:
$ wine fs2002.exe
fixme:win32:PE_CreateModule Security directory ignored
err:win:WIN_FindWndPtr window 10024 belongs to other process
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
fixme:font:WineEngRemoveFontResourceEx :stub
Debugmsg FIXME:
084b8030:trace:heap:RtlAllocateHeap (40350000,00000002,00000018): returning
403505f0
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1341
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 07:24 -------
Bug comments restored from Gmane.org:
http://article.gmane.org/gmane.comp.emulators.wine.bugs/4211
For certain Excel files, the Microsoft Excel viewer
(http://download.microsoft.com/download/excel2000/Xlviewer/2000/WIN98/EN-US/…)
crashes when attempting to print. For other Excel files, it works just fine.
At the following URL is one example that crashes:
http://www.agecon.ksu.edu/kdhuyvetter/Spreadsheets/cowlease.xls
Here is how to reproduce:
1. Start the xlviewer with the given file:
wine -debugmsg +psdrv xlview l:cowlease.xls
2. Go into print preview (File Menu, print preview)
3. Select setup
4. Click OK in the page setup dialog (no need to change any of the settings.
5. As soon as you click ok, you get a dialog box saying:
> Your file could not be printed due to an error on a on LPR:lp. There are several
possible reasons:
> There may not be enough memory available. Try closing files and programs you
aren't using.
> If you use a network for printing, there may be a problem with the network
connection or the printer driver.
> There may be loose cables or a bad connection between your computer and
printer.
6. Soon after, wine crashes, here is the end of the log (sometimes clicking OK
on the
dialog is necessary to produce the crash)
trace:psdrv:PSDRV_SelectBrush hbrush = 0x72
trace:psdrv:PSDRV_SelectFont FaceName = L"" Height = 100 Italic = 0 Weight = 400
trace:psdrv:PSDRV_SelectBuiltinFont Trying to find facename 'Courier'
trace:psdrv:PSDRV_SelectBuiltinFont Got family 'Courier'
trace:psdrv:PSDRV_SelectBuiltinFont Got font 'Courier'
trace:psdrv:ScaleFont 'Courier' 100
trace:psdrv:ScaleFont Selected PS font 'Courier' size 88 weight 400.
trace:psdrv:ScaleFont H = 100 As = 74 Des = 26 IL = 12 EL = 0
trace:psdrv:PSDRV_SetDeviceClipping hdc=0xc70
trace:psdrv:PSDRV_FindPrinterInfo 'a'
trace:psdrv:PSDRV_ExtDeviceMode (Driver=WINEPS, hwnd=(nil), devOut=(nil),
Device='a', Port='LPT1:', devIn=(nil), Profile='(null)', Mode=0000)
trace:psdrv:PSDRV_SelectPen hpen = 0x8e colour = 00000000
trace:psdrv:PSDRV_SelectBrush hbrush = 0x72
trace:psdrv:PSDRV_SelectFont FaceName = L"System" Height = 16 Italic = 0 Weight
= 400
trace:psdrv:PSDRV_SelectBuiltinFont Trying to find facename 'System'
trace:psdrv:PSDRV_SelectBuiltinFont Got family 'Helvetica'
trace:psdrv:PSDRV_SelectBuiltinFont Got font 'Helvetica'
trace:psdrv:ScaleFont 'Helvetica' 16
trace:psdrv:ScaleFont Selected PS font 'Helvetica' size 14 weight 400.
trace:psdrv:ScaleFont H = 16 As = 13 Des = 3 IL = 2 EL = 0
trace:psdrv:PSDRV_DeleteDC
trace:psdrv:PSDRV_FindPrinterInfo 'a'
trace:psdrv:PSDRV_CreateDC (WINEPS a LPT1: (nil))
trace:psdrv:PSDRV_UpdateDevCaps ImageableArea = 75,150 - 2475,3150: PageSize
= 2550x3300
trace:psdrv:PSDRV_UpdateDevCaps devcaps: horzSize = 203mm, vertSize = 253mm,
horzRes = 2400, vertRes = 3000
trace:psdrv:PSDRV_SelectPen hpen = 0x8e colour = 00000000
trace:psdrv:PSDRV_SelectBrush hbrush = 0x72
trace:psdrv:PSDRV_SelectFont FaceName = L"" Height = 100 Italic = 0 Weight = 400
trace:psdrv:PSDRV_SelectBuiltinFont Trying to find facename 'Courier'
trace:psdrv:PSDRV_SelectBuiltinFont Got family 'Courier'
trace:psdrv:PSDRV_SelectBuiltinFont Got font 'Courier'
trace:psdrv:ScaleFont 'Courier' 100
trace:psdrv:ScaleFont Selected PS font 'Courier' size 88 weight 400.
trace:psdrv:ScaleFont H = 100 As = 74 Des = 26 IL = 12 EL = 0
trace:psdrv:PSDRV_SetDeviceClipping hdc=0xc74
trace:psdrv:PSDRV_FindPrinterInfo 'a'
trace:psdrv:PSDRV_ExtDeviceMode (Driver=WINEPS, hwnd=(nil),
devOut=0x42436580, Device='a', Port='LPT1:', devIn=0x424364d0, Profile='(null)',
Mode=000a)
trace:psdrv:PSDRV_ExtDeviceMode DM_MODIFY set. devIn->dmFields = 00007b13
trace:psdrv:PSDRV_MergeDevmodes Changing orientation to 1 (Portrait)
trace:psdrv:PSDRV_MergeDevmodes Changing page to Letter 2159 x 2794
trace:psdrv:PSDRV_MergeDevmodes Changing Scale to 100
trace:psdrv:PSDRV_MergeDevmodes Changing Copies to 1
trace:psdrv:PSDRV_MergeDevmodes Trying to change to unsupported bin 7
trace:psdrv:PSDRV_SelectPen hpen = 0x8e colour = 00000000
trace:psdrv:PSDRV_SelectBrush hbrush = 0x72
trace:psdrv:PSDRV_SelectFont FaceName = L"System" Height = 16 Italic = 0 Weight
= 400
trace:psdrv:PSDRV_SelectBuiltinFont Trying to find facename 'System'
trace:psdrv:PSDRV_SelectBuiltinFont Got family 'Helvetica'
trace:psdrv:PSDRV_SelectBuiltinFont Got font 'Helvetica'
trace:psdrv:ScaleFont 'Helvetica' 16
trace:psdrv:ScaleFont Selected PS font 'Helvetica' size 14 weight 400.
trace:psdrv:ScaleFont H = 16 As = 13 Des = 3 IL = 2 EL = 0
trace:psdrv:PSDRV_DeleteDC
trace:psdrv:PSDRV_SelectPen hpen = 0x8e colour = 00000000
trace:psdrv:PSDRV_SelectFont FaceName = L"" Height = 100 Italic = 0 Weight = 400
trace:psdrv:PSDRV_SelectBuiltinFont Trying to find facename 'Courier'
trace:psdrv:PSDRV_SelectBuiltinFont Got family 'Courier'
trace:psdrv:PSDRV_SelectBuiltinFont Got font 'Courier'
trace:psdrv:ScaleFont 'Courier' 100
trace:psdrv:ScaleFont Selected PS font 'Courier' size 88 weight 400.
trace:psdrv:ScaleFont H = 100 As = 74 Des = 26 IL = 12 EL = 0
trace:psdrv:PSDRV_MergeDevmodes Changing PaperLength|Width to 269x0
trace:psdrv:PSDRV_MergeDevmodes Changing Scale to 0
trace:psdrv:PSDRV_UpdateDevCaps ImageableArea = 0,0 - 0,317: PageSize = 0x317
trace:psdrv:PSDRV_UpdateDevCaps devcaps: horzSize = 26mm, vertSize = 0mm,
horzRes = 317, vertRes = 0
trace:psdrv:PSDRV_ExtEscape QUERYESCSUPPORT for 4115
trace:psdrv:PSDRV_SelectPen hpen = 0x8e colour = 00000000
trace:psdrv:PSDRV_SelectBrush hbrush = 0x72
trace:psdrv:PSDRV_SelectFont FaceName = L"System" Height = 16 Italic = 0 Weight
= 400
trace:psdrv:PSDRV_SelectBuiltinFont Trying to find facename 'System'
trace:psdrv:PSDRV_SelectBuiltinFont Got family 'Helvetica'
trace:psdrv:PSDRV_SelectBuiltinFont Got font 'Helvetica'
trace:psdrv:ScaleFont 'Helvetica' 16
trace:psdrv:ScaleFont Selected PS font 'Helvetica' size 14 weight 400.
trace:psdrv:ScaleFont H = 16 As = 13 Des = 3 IL = 2 EL = 0
trace:psdrv:PSDRV_DeleteDC
trace:psdrv:DllMain (0x42510000, 0x00000000, (nil))
wine: Unhandled exception, starting debugger...
Wine already configured, run 'winesetup' to reconfigure.
WineDbg starting on pid 8
No debug information in ELF 'wine' (0x00000000)
Breakpoint 1 at 0x4000adc0
No debug information in ELF '/usr/lib/libntdll.dll.so' (0x40027000)
No debug information in ELF '/usr/lib/libwine.so' (0x40129000)
No debug information in ELF '/usr/lib/libwine_unicode.so' (0x40141000)
No debug information in ELF '/lib/libm.so.6' (0x40222000)
No debug information in ELF '/lib/libc.so.6' (0x40245000)
No debug information in ELF '/lib/libdl.so.2' (0x40363000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x406d3000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x40702000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x407b0000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x40834000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x408b0000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x409f3000)
No debug information in ELF '/usr/lib/wine/comdlg32.dll.so' (0x40a3d000)
No debug information in ELF '/usr/lib/wine/shell32.dll.so' (0x40abc000)
No debug information in ELF '/usr/lib/wine/shlwapi.dll.so' (0x40b44000)
No debug information in ELF '/usr/lib/wine/comctl32.dll.so' (0x40b97000)
No debug information in ELF '/usr/lib/wine/winspool.drv.so' (0x40c4a000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40c81000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40cc3000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x4001a000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40d36000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40d4d000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40d5b000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40e53000)
No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40ea0000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40367000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40023000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x413e0000)
No debug information in ELF '/lib/libnss_files.so.2' (0x41640000)
No debug information in ELF '/usr/lib/wine/mpr.dll.so' (0x42330000)
No debug information in 32bit DLL 'C:\Program Files\XLView\XLVIEW.EXE'
(0x30000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL'
(0x40730000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x406e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x407d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL'
(0x408d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40a10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40850000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSO97V.DLL'
(0x306c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40bb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40ae0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV'
(0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL'
(0x40a50000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\XLVIEW\XLINTL32.DLL'
(0x30c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40ce0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MPR.DLL' (0x42340000)
Unhandled exception: page fault on read access to 0x00000050 in 32-bit code
(0x300502fa).
In 32-bit mode.
0x300502fa (XLVIEW.EXE.EntryPoint+0x37e2a in C:\Program
Files\XLView\XLVIEW.EXE): pushl 0x50(%eax)
Wine-dbg>
Other spreadsheets than the above examples only lead to the dialog box, but not the
crash. Others yet print just fine. Others print fine, as long as no setting is
changed in
page setup, but crash when chosing landscape mode. And I even have seen a case
that crashed when picking landscape mode in the page setup box, but not when
picking landscape in the printer options box.
I use wine-20030302-0.i586.rpm on a SuSE 8.1 box.
http://article.gmane.org/gmane.comp.emulators.wine.bugs/4219
------- Additional Comments From wine <at> alk.org.lu 2003-03-25 14:41 -------
*** This bug has been confirmed by popular vote. ***
http://article.gmane.org/gmane.comp.emulators.wine.bugs/4390
------- Additional Comments From wine <at> alk.org.lu 2003-03-29 01:33 -------
Found out what was going on: I had a bad generic.ppd . By using the default
generic.ppd, it works again. Sorry for the false alert.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=996
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:23 -------
Bug comments restored from Gmane.org:
The sock.c test fails on FreeBSD 4.6:
../../../../src/programs/winetest/runtest -q -P wine -M ws2_32.dll -T ../../..
-p ws2_32_test.exe.so ../../../../src/dlls/winsock/tests/sock.c && touch sock.ok
fixme:reg:GetSystemInfo not yet supported on this system
../../../../src/dlls/winsock/tests/sock.c:607: Test failed: some threads have
not completed
The test then gets stuck.
------- Additional Comments From fgouget <at> codeweavers.com 2002-08-28 22:25
-------
Another run and some more messages:
../../../../src/programs/winetest/runtest -q -P wine -M ws2_32.dll -T ../../..
-p ws2_32_test.exe.so ../../../../src/dlls/winsock/tests/sock.c && touch sock.ok
fixme:reg:GetSystemInfo not yet supported on this system
../../../../src/dlls/winsock/tests/sock.c:607: Test failed: some threads have
not completed
../../../../src/dlls/winsock/tests/sock.c:231: Test failed: failed to bind: 10048
../../../../src/dlls/winsock/tests/sock.c:607: Test failed: some threads have
not completed
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=995
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:22 -------
Bug comments restored from Gmane.org:
The shlfileop test fails on FreeBSD 4.6:
../../../../src/programs/winetest/runtest -q -P wine -M shell32.dll -T ../../..
-p shell32_test.exe.so ../../../../src/dlls/shell32/tests/shlfileop.c && touch
shlfileop.ok
fixme:reg:GetSystemInfo not yet supported on this system
../../../../src/dlls/shell32/tests/shlfileop.c:177: Test failed: Rename dir
../../../../src/dlls/shell32/tests/shlfileop.c:178: Test failed: The dir is renamed
../../../../src/dlls/shell32/tests/shlfileop.c:179: Test failed: The dir is renamed
../../../../src/dlls/shell32/tests/shlfileop.c:182: Test failed: Rename dir back
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=993
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:21 -------
Bug comments restored from Gmane.org:
WINE does not accept a ppd file from CUPS 1.1.x+GIMP-print 4.2.0 that corresponds
to HP
DeskJet 600 Series (/usr/share/cups/model/en_GB/pcl-600.ppd.gz in RedHat 7.3
installation). The error message is:
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *stpBrightness
'?
(The linebreak was present in the output).
I can mail the ppd file on request. The problem is not windows-application-specific. I
have no real Windows installation.
------- Additional Comments From dclark <at> akamail.com 2002-08-28 10:30 -------
Hmm.. my RedHat 7.3 does not seem to have that PPD file. There was awhile back
an error in one of the CUPS PPD files for PCL printers, which I discovered when
trying to use it with Wine on my LaserJet 4V (PCL). I don't remember exactly
where the error was, but I am pretty sure it was on a line that included
"CloseUI". I sent a correction off to the EasySW folks, and they said it would
be included in the next version. If you want to send the PPD file to me, I can
take a look at it.
------- Additional Comments From dclark <at> akamail.com 2002-08-28 12:04 -------
The problem is that the line is missing a colon. I think that this is the same
problem that I had previously. Obviously, the CUPS software does not care ;) The
line should be
*CloseUI: *stpBrightness
instead of
*CloseUI *stpBrightness
I think that should fix that particular problem, in which case this is a CUPS
bug rather than Wine bug.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-30
00:53 -------
Resolving Invalid
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:33 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=992
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:20 -------
Bug comments restored from Gmane.org:
Any wine process freezes (kill -9 required) when running galeon. Without
running galeon, or by just running mozilla instead, wine runs just fine. note
that galeon keeps running fine. It's wine that freezes.
Procedure to make wine freeze:
- Run an application under wine
- Start galeon
- Load http://www.slashdot.org in galeon
- Wine should be frozen by now
My configuration:
- Linux 2.4.19 on a dual Athlon
- galeon 1.2.5
- mozilla 1.0.0
- (codeweavers-)wine 20020411-6
------- Additional Comments From mike <at> theoretic.com 2003-03-27 04:28 -------
Hmm, I run Galeon with Wine all the time. I don't think the two are related.
Can you get a backtrace for this?
Run the program in the wine debugger, winedbg foo.exe then when it freezes hit
ctrl-c and then when "bt", to get a backtrace.
If you're on CodeWeavers wine, you may wish to try it with the latest WineHQ.
------- Additional Comments From mike <at> theoretic.com 2003-03-31 04:58 -------
Closing as WFM
------- Additional Comments From mike <at> theoretic.com 2003-03-31 04:58 -------
Closing
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-03-31 10:30
-------
Maybe that was due to some sound device access issue between Galeon and Wine?
Oh well, probably doesn't matter any more anyway...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1342
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 07:19 -------
Bug comments restored from Gmane.org:
Miranda ICQ version 2.1 with MSN & Yahoo protocol plug-ins installed (ICQ
protocol disabled)
[cad@pc-2 mio]$ wine -v
Wine 20030318
(under Mandrake 8.1)
[cad@pc-2 mio]$ wine miranda32.exe
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
fixme:file:FindFirstChangeNotificationA this is not supported yet
(non-trivial).
fixme:win32:PE_CreateModule Security directory ignored
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
err:module:get_registry_value Invalid load order module-type L"so", ignored
fixme:system:SystemParametersInfoA Unimplemented action: 4102
(SPI_GETLISTBOXSMOOTHSCROLLING)
fixme:system:SystemParametersInfoA Unimplemented action: 4110
(SPI_GETHOTTRACKING)
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
err:module:get_registry_value Invalid load order module-type L"so", ignored
err:module:get_registry_value Invalid load order module-type L"so", ignored
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16
------- Additional Comments From mike <at> theoretic.com 2003-03-26 08:56 -------
The message about "so" is due to a faulty config file, remove the keyword so
from any DLL overrides you might have, ie
"comctl32" = "native, builtin, so" -> "native, builtin"
In general, you need to report WHAT is going wrong, not any error output - that
can be generated by badly written applications, and doesn't tell us much without
a human description of a bug
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-26 14:33
-------
Created an attachment (id=429)
--> (http://bugs.winehq.com/attachment.cgi?id=429&action=view)
screenshot of Miranda ICQ with plug-ins in the bottom of the window
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-26 14:36
-------
ok, the "so" thing disappeared when fixing config file... but, the other
messages remain.
:(The behaviour of wine when invoked as shown (under KDE 2.2.1 -mdk) is that it
loads msn plug-in and
works ok, but yahoo messenger protocol plug-in loads but never make a connection
to yahoo
server.Moreover,Miranda "M" icon is garbled.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
19:30 -------
One problem per bug report please. Changed the Summary of this bug to reflect
the corruption of the miranda "M" icon. Please file another bug report for the
inability to connect to Yahoo.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
19:55 -------
Mike: This bug report shows the same icon corruption as you reported on Wine
devel. I would think that fixing one would solve the other.
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-26 23:33
-------
Name : XFree86 Relocations: (not relocateable)
Version : 4.1.0 Vendor: MandrakeSoft
Release : 17mdk Build Date: sáb 22 sep 2001
15:36:11
(Hope this helps)
------- Additional Comments From mike <at> theoretic.com 2003-03-27 05:25 -------
Agreed. I can't find a bug about the ImageList error, should I file one or turn
this bug into it?
BTW, I can't search on descriptions, so I might have missed one. I think both
Mike McCormack and Vitolay were tracking this, so hopefully it'll be fixed soon.
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-27 12:19
-------
I must add that the icons in pull-down menus and submenus are missing under
Wine. I'll attach a screenshot of miranda window under w98 to show the diff.
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-27 12:28
-------
Created an attachment (id=435)
--> (http://bugs.winehq.com/attachment.cgi?id=435&action=view)
Miranda showing icons in submenus under w98
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-27 12:33
-------
Created an attachment (id=436)
--> (http://bugs.winehq.com/attachment.cgi?id=436&action=view)
same submenus under wine
------- Additional Comments From mike <at> theoretic.com 2003-03-27 12:42 -------
OK, I think that's probably a separate bug. You might want to open a miranda ICQ
tracking bug then make them all depend on that one.
------- Additional Comments From juan <at> virtual-orbis.com 2003-04-18 21:25
-------
under 20030408:
Display of "M" icon is partially fixed when a child window is spawn. This child
window displays perfectly! (perfect colorfull drawn icon buttons in child
window)
But, when this child window is closed, "M" returns to the initial state
(corrupt "M" icon again!). That's weird.
------- Additional Comments From mike <at> theoretic.com 2003-04-19 08:40 -------
Hmmm. We had a patch lately to fix imagelist corruption, I'd forgotten about
this bug, so it should have been fixed. The fact that it isn't concerns me
slightly. I'll try and remember to take a look at Miranda again when I get back
to my flat. Poke me in a week if I've forgotten (ie haven't posted to this bug).
------- Additional Comments From juan <at> virtual-orbis.com 2003-04-26 07:31
-------
under 20030408:
When child window is ACTIVE, miranda main window is redrawn "well" ("M" gets
partially fixed -weird: cannot capture a snapshot of this redrawn main window
with Ksnapshot, captured picture shows no changes at all). When this child
window goes off (it is NOT CURRENT window) , miranda main window gets back
with the corrupt "M" icon (whether it is the ACTIVE window or not).
Moreover, Miranda's normal behaviour under win98 when child window is spawn,
is that Miranda main window grays out the "M" icon (color in "M" icon gets
replaced with shades of gray -see my snapshot).
------- Additional Comments From juan <at> virtual-orbis.com 2003-04-26 07:37
-------
Created an attachment (id=465)
--> (http://bugs.winehq.com/attachment.cgi?id=465&action=view)
when child window is spawn, main window redraws (failed to capture this)
------- Additional Comments From juan <at> virtual-orbis.com 2003-04-26 07:47
-------
Created an attachment (id=466)
--> (http://bugs.winehq.com/attachment.cgi?id=466&action=view)
miranda child window under win98
------- Additional Comments From mike <at> theoretic.com 2003-04-26 11:27 -------
Confirmed, it's still there.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=991
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:18 -------
Bug comments restored from Gmane.org:
I've downloded microsoft close combat trial, the installer loads, but when I
lcick on install it goes in crash, shell output is:
$ einr Mscc3.exe
wine: Unhandled exceptiopn, starting debugger...
err:win:WIN_FindWndPtr windows 10021 belongs to other process
err:win:WIN_FindWndPtr windows 10021 belongs to other process
Terminated
------- Additional Comments From puoti <at> inwind.it 2002-10-02 10:53 -------
With wine 20020904 the output of close combat trial 3 is a bit diffrent:
[ivan@localhost mstrial]$ wine Mscc3.exe
fixme:win32:PE_CreateModule Security directory ignored
fixme:int21:DOS3Call Unimplemented FAT32 int32 function 7303
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134683288 60")
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr 0x411
[ivan@localhost mstrial]$
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=989
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:17 -------
Bug comments restored from Gmane.org:
The programm Pettersson und Findus doesn't work.
How can I attach the bugreport files wine created?
------- Additional Comments From katjaundsiegfried.haas <at> t-online.de 2002-08-26
04:11
-------
Created an attachment (id=275)
--> (http://bugs.winehq.com/attachment.cgi?id=275&action=view)
debugoutput
------- Additional Comments From katjaundsiegfried.haas <at> t-online.de 2002-08-26
04:11
-------
Created an attachment (id=276)
--> (http://bugs.winehq.com/attachment.cgi?id=276&action=view)
depugreport
------- Additional Comments From katjaundsiegfried.haas <at> t-online.de 2002-08-26
04:13
-------
I haven any clue, how this all works? Is anybody out there to give me some addvise?
Thank's
Siegfried
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-26
21:22 -------
It looks like you have not set up your ~/.wine/config file
Warning: could not find wine config [Drive x] entry for current working
directory /windows/C/findus; starting in windows directory.
Warning: /windows/C/findus/findus.exe not accessible from a configured DOS drive
Warning: /windows/C/findus/findus.exe not accessible from a configured DOS drive
/usr/local/bin/wine: cannot find '/windows/C/findus/findus.exe'
It looks like you need something like this.
[Drive C]
"Path" = "/windows/C"
"Type" = "hd"
"Filesystem" = "vfat"
You might find the following link usefull
http://www.winehq.org/Docs/wine-user/
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:33 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=987
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:15 -------
Bug comments restored from Gmane.org:
I donwloded the trial of age of empires 1 and 2, the installer blocks when
installing arial.ttf, wine dosen't run until you don't delete it, the game sruns
fine once instaled with windows or winex, if you are intrested in this bug you
can download it for free, just go to microsoft.com/games/age2 go to the download
section and download the trial file.
I found this bug on a Mandrake 8.2 system, XFree86 4.2, gcc 3.0.4, wine-20020710
from rpm, KDE3, Openglide woking OK, scanner and printer working with sane and
cups, glibc 2.2.4
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-06 05:11
-------
Try running the installer with:
$wine (setup.exe?) --debugmsg +shell32.
And put what it says here
------- Additional Comments From puoti <at> inwind.it 2002-09-06 09:20 -------
It carshed in the same way, like this:
$wine AoE2demo.exe --debugmsg +shell32
wine: Unhandled exception, starting debugger...
wine: Unhandled exception, starting debugger...
wine: Unhandled exception, starting debugger...
wine: Unhandled exception, starting debugger...
wine: Unhandled exception, starting debugger...
wine: Unhandled exception, starting debugger...
wine: Unhandled exception, starting debugger...
wine: Unhandled exception, starting debugger...
And so on until I close the shell.
------- Additional Comments From puoti <at> inwind.it 2002-10-02 10:36 -------
In now works fine, installs and runs with no problem.
------- Additional Comments From puoti <at> inwind.it 2002-10-02 10:38 -------
Closing.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=986
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:14 -------
Bug comments restored from Gmane.org:
While attempting to clean install MS Office 2000 Pro, using Windows Installer 2,
just after the enter license key stage, it caught a Signal 11 with these messenges:
Could not load 'ODBC.DLL' required by '(AME)', error=2
Could not load 'ODBC.DLL' required by '(AME)', error=2
------- Additional Comments From mcbridematt <at> hotmail.com 2002-08-29 04:04
-------
Same for me.
OBDC.dll unimplemented.
Wine segfaults.
------- Additional Comments From mcbridematt <at> hotmail.com 2002-08-29 04:05
-------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-29 05:20
-------
Well, then... what about simply implementing it ? ;-)
------- Additional Comments From mcbridematt <at> hotmail.com 2002-09-10 02:06
-------
A set of OBDC dlls for Windows 95 is included with MS Office Pro, look on the
CD,you'll need Windows Installer to run it.
run it by:
msiexec /i $setupfile
They don't seem to include however OBDC.dll itself.
OBDC.dll from memory first appeared in Internet Explorer 4 and was probly last
included in a IE installer in IE5.5
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-08 10:37
-------
Well, if so many people depend on it, then why not fix this issue ? ;-)
Use exedump.exe or nedump.exe or something similar to dump the function
names of Windows's odbc.dll, create a file odbc.spec in dlls/odbc32/, check out
how other
directories in dlls/ are organized/implemented, search http://msdn.microsoft.com
on how to implement not yet existing 16bit ODBC functions or so, and that's it.
A matter of a couple hours, at most.
(for a basic working example, at least)
------- Additional Comments From medbi01 <at> accpac.com 2002-11-06 18:33 -------
But should it be implemented similarly to odbc32.dll, i.e. as a proxy to a unix
ODBC library or should it try to function as it does on windows?
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-07 09:59
-------
Sorry, could you explain this more ?
I really don't know what this means.
AFAICS of course it should interface to a unix ODBC library.
------- Additional Comments From mcbridematt <at> hotmail.com 2002-11-08 05:23
-------
I've looked through and old set of Offical Platform SDK Headers (October 2000,
find it somewhere on planetmirror.com ) and ODBC has puzzled me a bit.
There is no Odbc.h, there are two files called OdbcInst.h and OdbcSS.h.
OdbcInst.h contains a kinda SQL Abstraction Layer and the other one some simular
methods. touch(ing) the file won't work. Office 2K needs a actual working example.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=985
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:11 -------
Bug comments restored from Gmane.org:
Hi
i'm Alessandro. I try to use wine that i found in RED HAT 7.3.
I installed a program: TinMessanger. All ther installation precceded correctly.
The program need a file: mfc42.dll. I found it on the net and copyed in tinMessanger
directory. But
now i get his
error:
err:win32:PE_fixup_imports No implementation for MFC42.DLL.6880 imported from
F:\tinMessanger\TinMessenger.exe,
setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for MFC42.DLL.6663 imported from
F:\tinMessanger\TinMessenger.exe,
setting to 0xdeadbeef
err:win32:PE_fixup_imports No implementation for MFC42.DLL.6571 imported from
F:\tinMessanger\TinMessenger.exe,
setting to 0xdeadbeef
This is all the info i can supply.
Bye
Alessandro
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-24
21:26 -------
Looks to me as a duplicate of bug 657
*** This bug has been marked as a duplicate of 657 ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:32 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=984
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:11 -------
Bug comments restored from Gmane.org:
------- Additional Comments From duncan <at> emarketeers.com 2002-08-22 09:00
-------
Hi,
I've been trying to run EccoPro 4.0. In both the latset wine build (20020804)
and the CodeWeavers CrossoverOffice build (20020710) I get a crash when I
activate a particular tab.
Raw output from Wine is:
[duncan@duncan Ecco]$ wine ecco32.exe
fixme:keyboard:RegisterHotKey (0x00010039,256,0x00000003,83): stub
fixme:file:LockFile not implemented in server
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
fixme:scroll:ScrollBarWndProc Unimplemented style SBS_SIZEBOX.
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 134681632
160") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
err:win32:_EnterSysLevel (0x407acb24, level 2): Holding 0x4085f604, level 3.
Expect deadlock!
etc.
I have attached a debug listing from the CXOffice debug log.
Duncan
------- Additional Comments From duncan <at> emarketeers.com 2002-08-22 09:01
-------
Created an attachment (id=271)
--> (http://bugs.winehq.com/attachment.cgi?id=271&action=view)
CrossoverOffice debug log for EccoPro4.0 crash
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=983
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:10 -------
Bug comments restored from Gmane.org:
I tried installing FS2002, which I had already installed on Windows
running setup.exe on the cdrom, I incurred the message shown above and the
program said that I needed Win98 or Later,well? My Wine is setup to imitate winme
------- Additional Comments From mcbridematt <at> hotmail.com 2002-08-31 21:47
-------
Added FIXME
------- Additional Comments From mcbridematt <at> hotmail.com 2002-12-02 02:52
-------
I tried installing the Core Contigency expansion for Total Annihilation, and
suprise, I got a DOS:int21 call attached to it. And Strangley enough, it's a
Wise Soloutions based installer.
Font metrics: 95.3% done
Font metrics: 95.7% done
fixme:font:LFD_InitFontInfo font '-misc-kochi
gothic-medium-r-normal--0-0-0-0-c-0-fcd8859-15' has unknown registry 'fcd8859'
and character encoding '15'
Font metrics: 96.1% done
fixme:font:LFD_InitFontInfo font '-misc-kochi
mincho-medium-r-normal--0-0-0-0-c-0-fcd8859-15' has unknown registry 'fcd8859'
and character encoding '15'
Font metrics: 96.5% done
Font metrics: 96.9% done
Font metrics: 97.4% done
Font metrics: 97.8% done
Font metrics: 98.2% done
Font metrics: 98.6% done
Font metrics: 99.0% done
Font metrics: 99.4% done
Font metrics: 99.8% done
Font metrics: 100.0% done
fixme:int21:DOS3Call get interrupt vector - move to winedos...
------- Additional Comments From mcbridematt <at> hotmail.com 2002-12-02 02:52
-------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From mcbridematt <at> hotmail.com 2003-01-09 00:35
-------
Changing component to wine-dos. Core Contingency now installs under CVS. Moving
severity to trivial as their is only one working example.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=982
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:08 -------
Bug comments restored from Gmane.org:
It quits with very little debug information.
Now on to another one.. SImply Accounting Installer... By AccPac..
The installer quits with only minimal debug output..
Looks ot be in the X11DRV.DLL,
Latest Debian unstable..
<snipped>
(0x408d7000) No debug
information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40983000)
Unhandled exception: page fault on write access to 0x0040b7fe in 32-bit code
(0x00404512). In 32-bit mode.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x408b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40858000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL'
(0x408d7000) No debug
information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40983000)
Unhandled exception: page fault on write access to 0x0040b7fe in 32-bit code
(0x00404512). In 32-bit mode.
0x00404512 (Setup.exe.EntryPoint+0x29a8 in D:\Simply\Setup.exe): andw
$0,0x0(%esi)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40858000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL'
(0x408d7000) No debug
information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40983000)
Unhandled exception: page fault on write access to 0x0040b7fe in 32-bit code
(0x00404512). In 32-bit mode.
0x00404512 (Setup.exe.EntryPoint+0x29a8 in D:\Simply\Setup.exe): andw
$0,0x0(%esi) Wine-dbg>
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL'
(0x408d7000) No debug
information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40983000)
Unhandled exception: page fault on write access to 0x0040b7fe in 32-bit code
(0x00404512). In 32-bit mode.
0x00404512 (Setup.exe.EntryPoint+0x29a8 in D:\Simply\Setup.exe): andw
$0,0x0(%esi) Wine-dbg>
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40983000)
Unhandled exception: page fault on write access to 0x0040b7fe in 32-bit code
(0x00404512). In 32-bit mode.
0x00404512 (Setup.exe.EntryPoint+0x29a8 in D:\Simply\Setup.exe): andw
$0,0x0(%esi) Wine-dbg>
Unhandled exception: page fault on write access to 0x0040b7fe in 32-bit code
(0x00404512). In 32-bit mode.
0x00404512 (Setup.exe.EntryPoint+0x29a8 in D:\Simply\Setup.exe): andw
$0,0x0(%esi) Wine-dbg>
In 32-bit mode.
0x00404512 (Setup.exe.EntryPoint+0x29a8 in D:\Simply\Setup.exe): andw
$0,0x0(%esi) Wine-dbg>
0x00404512 (Setup.exe.EntryPoint+0x29a8 in D:\Simply\Setup.exe): andw
$0,0x0(%esi) Wine-dbg>
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-08 20:56 -------
dont cut debug debug output please, create an attachement if you think
its too big. we cant fix anything without this.
feel free to reopen a bug with a newer version wine.
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-08 20:56 -------
closing.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=981
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:07 -------
Bug comments restored from Gmane.org:
+timer,+treeview log attached. This happens when you do a search
and the list of results is displayed.
More detailed logs available on request (except +relay !!)
I am using native win98se DLLs as follows :
[AppDefaults\\kazaa.exe\\DllOverrides]
"shlwapi" = "native"
"shdocvw" = "native"
------- Additional Comments From levon <at> movementarian.org 2002-08-20 17:10
-------
Created an attachment (id=270)
--> (http://bugs.winehq.com/attachment.cgi?id=270&action=view)
+treeview,+timer log
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=980
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:07 -------
Bug comments restored from Gmane.org:
When building on FreeBSD stream.dll.so does not build. When trying to play
Half-Life in OpenGL mode it starts but then says "The selected OpenGL mode is
not supported by your video card." The truth is it is supported. Looking at
the console output it says "err:module:BUILTIN32_dl.open failed to load .so lib
for builtin steam.dll: Cannot open "/usr/local/lib/wine/steam.dll" I looked in
the folder and it is no where to be found while may other of the same time of
files exist there. Wine + OpenGL + FreeBSD are not playing nicely.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 12:18 -------
Merritt, you built Wine from sources, right?
What is the correct name of the dll - you refer one time to it as "steam.dll",
other time as "stream.dll".
I don't see dll with such name in my installation (current CVS Wine on Linux), I
don't think it is references anywhere inside Wine. I also can't find such dll on
my Windows NT machine.
Is this the application dll? Search your fake windows/applications directory for it.
------- Additional Comments From tmdraney <at> yahoo.com 2002-08-20 17:03 -------
Sorry. Just steam.so.dll. Thats what it is telling me at least. Says that and
starts the debugger. Something is not clicking with wine and freebsd's
opengl/x11 in there somewhere and if that if fixed all will be well in the world.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-21 11:57 -------
You mean steam.dll.so, not steam.so.dll, right? :-P
Anyway, try to find out what references this dll and what is supposed to provide
it. As I already mentioned it is not a standard Windows/Wine dll. Check if your
applications have it.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=979
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:05 -------
Bug comments restored from Gmane.org:
There is a problem with the network code that affects HP's jetadmin(.exe) and
Half-Life(? maby others). In the jetadmin case there is no dialog to enter IPs
or MACs so broadcast packets are needed for this program to work at all.
Jetadmin should send ought a broadcast packet asking for all the printers to
respond, this packet is not receved by my other computers. I don't know what
calles jetadmin uses to produce these packets.
I can make logs avalible on request.
------- Additional Comments From cheako911 <at> yahoo.com 2002-08-19 16:11
-------
I'd like to help add support to wine for this feature, thought being unemployed
I don't know how mutch time I can spend.
What I need at this point is some example code(from a windows app like jetadmin)
and a pointer to what files I'd have to add/change functions in.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 12:07 -------
Mike, you are welcome to fix this bug.
I advise you to ask your questions on the wine-devel mailing list.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=978
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:04 -------
Bug comments restored from Gmane.org:
Missing wine related files in Mandrake 8.2 RPM distribution. Would not run "out of the
box". Complained of missing lib.wine.so, lib.nt.so.
Had to search Internet to find missing library files.
After that, it could not successfully run a single Windows app, to conclusion. Kept on
complaining to
add 'WinMM' section to Wine config. file.
I don't have the faintest clue what is needed to do this.
There is no config file in /etc/wine/. Only registry files are there. If the registry files is
the
"config" file, then that should be clarified.
There is a BLANK config file in /home/~user~/.wine. Wine will now not run because it
is complaining
about this blank 'config' file.
Loose related wine lib.xxx files should be part of the package, and not spread out over
the
internet.
Missing WinMM section in Wine config. file should be taken care of by the "experts".
They know what has to be entered there. I surely don't! How well controlled is the
bundling of the
Wine package? Is it a loose arrangement?
Did Mandrake miss the bandwagon?
This is what makes 'newbies' give up, quit, and go back to Win**.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-19 10:09 -------
Hi onederer,
Wine project itself does not provide binary packages and does not control any
Wine distributions, provided by anybody else, as stated on the download page:
http://www.winehq.com/download/
In this particular you can contact Mandrake mailing lists or tech support for
help about their packages. You can also contact wine-users <at> winehq.com mailing
list for help. There are probably other people who run Wine on this particular
distribution.
Are you sure you removed all the old Wine files before installing the package?
Here you can find instructions how to do total cleanup:
http://www.winehq.org/fom-meta/cache/1.html
Try to do this and reinstall the Wine rmp.
If the binary package still does not work for you do again total cleanup and try
to install it from source. Usually it is fairly simple. The README file with the
source provides very good instructions how to do that and you can expect much
more help from us as we are responsible for it.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:31 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1346
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 07:03 -------
Bug comments restored from Gmane.org:
Miranda ICQ version 2.1 with MSN & Yahoo protocol plug-ins installed (ICQ
protocol disabled)Under
Wine, Miranda loads the msn plug-in and works fine, but with yahoo messenger
protocol plug-in, it
loads but never makes a connection to yahoo server.(keeps showing the "Connecting to
yahoo..." string)see: http://bugs.winehq.com/showattachment.cgi?attach_id=429
for a screenshot(screenshot of Miranda ICQ with plug-in status messages in the
bottom of the
window)[cad@pc-2 mio]$ wine -vWine 20030318(under Mandrake 8.1 + KDE 2.2.1 -mdk
+ XFree86 4.1.0
)[cad@pc-2 mio]$ wine miranda32.exeshows:fixme:file:FindFirstChangeNotificationA
this is not
supported yet (non-trivial).fixme:win32:PE_CreateModule Security directory
ignorederr:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string(repeated 7
times)err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string(repeated 7
times)fixme:system:SystemParametersInfoA Unimplemented action: 4102
(SPI_GETLISTBOXSMOOTHSCROLLING)fixme:!
system:SystemParametersInfoA Unimplemented action: 4110
(SPI_GETHOTTRACKING)err:nls:CompareStringA
(s1=(null),s2=(null)): Invalid NULL string(repeated three
times)fixme:file:DeviceIoControl
Unimplemented control 256 for VxD device VNETBIOS(repeated 7
times)fixme:file:DeviceIoControl
Unimplemented control 256 for VxD device NWLINKerr:nls:CompareStringA
(s1=(null),s2=(null)): Invalid
NULL stringerr:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
------- Additional Comments From mike <at> theoretic.com 2003-03-27 05:27 -------
Hmm, can you attach a +winsock,+wnet trace please?
For some reason bugzilla doesn't wrap your first entry, so please either attach
it or upload it (bzip2 compressed).
------- Additional Comments From juan <at> virtual-orbis.com 2003-03-27 12:10
-------
Created an attachment (id=434)
--> (http://bugs.winehq.com/attachment.cgi?id=434&action=view)
trace +winsock, +wnet of miranda32.exe
------ Additional Comments From juan <at> virtual-orbis.com 2003-03-27 18:41
-------
Miranda ICQ version 2.1 with MSN & Yahoo protocol plug-ins installed (ICQ
protocol disabled)
Under Wine, Miranda loads the msn plug-in and works fine, but with yahoo
messenger protocol plug-in, it loads but never makes a connection to yahoo
server.
(keeps showing a "Connecting to yahoo..." string)
see: http://bugs.winehq.com/showattachment.cgi?attach_id=429
for a screenshot
(screenshot of Miranda ICQ with plug-in status messages in the bottom of the
window)
[cad@pc-2 mio]$ wine -v
Wine 20030318(under Mandrake 8.1 + KDE 2.2.1 -mdk + XFree86 4.1.0 )
[cad@pc-2 mio]$ wine miranda32.exe
shows:
fixme:file:FindFirstChangeNotificationA this is not supported yet (non-trivial).
fixme:win32:PE_CreateModule Security directory ignored
err:nls:CompareStringA (s1="MSN",s2=(null)): Invalid NULL string
(repeated 7 times)
err:nls:CompareStringA (s1="yahoo",s2=(null)): Invalid NULL string
(repeated 7 times)
fixme:system:SystemParametersInfoA Unimplemented action: 4102
(SPI_GETLISTBOXSMOOTHSCROLLING)
fixme:system:SystemParametersInfoA Unimplemented action: 4110
(SPI_GETHOTTRACKING)
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
(repeated three times)
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device VNETBIOS
(repeated 7 times)
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
err:nls:CompareStringA (s1=(null),s2=(null)): Invalid NULL string
------- Additional Comments From juan <at> virtual-orbis.com 2003-04-18 21:30
-------
Problem persist as of wine-20030408.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=976
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:02 -------
Bug comments restored from Gmane.org:
When I try and run a program through WINE (I only run 2 - WinRAR and Winamp) I
get the following error:
err:module:PE_fixup_imports Module (file) winspool.drv (which is needed by
C:\WINDOWS\SYSTEM\comdlg32.dll) not found
err:module:load_library can't load comdlg32.dll
wine: Unhandled exception, starting debugger...
fixme:console:SetConsoleCtrlHandler (0x4047fd10,1) - no error checking or
testing yet
It has worked fine in the past but not anymore. I think 2002/07/10 is when it
stopped working. I use a fake windows directory.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 12:01 -------
I have winspool.drv.so in /usr/local/lib/wine. Do you have it there or in any
other Wine library directory?
Boris, do you install Wine from source? Did the compilation finish successfully?
If yes, try to go to directory dlls/winspool in the source tree and run
"make install" from there to see if the library will be installed.
------- Additional Comments From dragon_sdc <at> hotmail.com 2002-08-29 07:25
-------
A quick search shows that I only have the following:
$ locate .drv.so
/usr/lib/wine/joystick.drv.so
/usr/lib/wine/mcianim.drv.so
/usr/lib/wine/mciavi.drv.so
/usr/lib/wine/mcicda.drv.so
/usr/lib/wine/mciseq.drv.so
/usr/lib/wine/mciwave.drv.so
/usr/lib/wine/midimap.drv.so
/usr/lib/wine/msacm.drv.so
/usr/lib/wine/wineaudioio.drv.so
/usr/lib/wine/wineoss.drv.so
It looks like I don't have the winspool.drv.so file.
I am a Debian user, therefore I installed Wine through the Debian package
manager. Yes, it installed without any errors.
Was I supposed to have this file after the initial install?
------- Additional Comments From dbungert <at> excite.com 2002-09-27 22:07 -------
apt-get install libwine-print
------- Additional Comments From asd <at> suespammers.org 2002-10-29 23:06 -------
FYI: I am using Debian as well, and the solution from Daniel Bungert works for me.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-30
13:43 -------
Resolving as invalid (not a bug) thanks guys..
------- Additional Comments From dragon_sdc <at> hotmail.com 2002-11-04 01:01
-------
Sorry for late reply - yes the solution does work - thanks for the help!
------- Additional Comments From dpaun <at> rogers.com 2003-01-07 02:00 -------
Let's close this one too.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=975
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 07:00 -------
Bug comments restored from Gmane.org:
When I try to run the warcraft 3 installer from linux:
wine /cdrom/install.exe
Nothing happens. It doesn't exit, it just sits there. When I press ^C it says
'Terminated' and exits.
I'm running kernel 2.4.19, under slackware linux. I'm using wine CVS as of
08/14/02. I'm using a fake windows install with C: as /winedrv, and I'm using
[Version]"windows"="win98". Wine does work sometimes, as I can play
halflife/counterstrike just fine under it, so I don't think it's a
configuration problem. I don't know what debug options to use for a useful
log, so if a log would be useful, email me and I'll send one.
------- Additional Comments From dclark <at> akamail.com 2002-08-16 19:51 -------
Since you typed "wine /cdrom/install.exe", can I assume that you were not in the
/cdrom directory when you executed that? As a general rule, you should be in the
directory containing the installer when running them. They are sometimes picky
about that.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-18 11:29 -------
Try with the latest CVS, as this could be the same bug as 969.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-19 08:36 -------
Bug 969 turned out to be still present, but to determine if we have the same
problem you could help a lot by enabling debugmsg=+relay, for a start.
------- Additional Comments From rindolf <at> directvinternet.com 2002-08-19 11:18
-------
Created an attachment (id=268)
--> (http://bugs.winehq.com/attachment.cgi?id=268&action=view)
bzipped log of 'wine --debugmsg +relay install.exe'
------- Additional Comments From rindolf <at> directvinternet.com 2002-08-19 11:22
-------
The log I just submitted was with the 20020814 version, I'm about to update
and try again.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-19 14:12 -------
Have you tried enabling the Desktop option to see if there is any difference?
------- Additional Comments From rindolf <at> directvinternet.com 2002-08-19 14:38
-------
Created an attachment (id=269)
--> (http://bugs.winehq.com/attachment.cgi?id=269&action=view)
Same as previous, only with CVS as of 20021819
------- Additional Comments From rindolf <at> directvinternet.com 2002-08-19 14:41
-------
I tried it with desktop enabled, but it didn't act any differently, just made
a black window open.
------- Additional Comments From uh_ja <at> gmx.net 2002-08-24 21:18 -------
I have found that when using a native msvcrt.dll, it fixes the hang with the
install.exe. So the problem lies in wine's msvcrt.
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2003-05-14
12:11 -------
This is the problem documented in
http://www.winehq.com/hypermail/wine-devel/2003/05/0126.html
PS WC3 (nocd) works quite well with recent cvs
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1347
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 06:59 -------
Bug comments restored from Gmane.org:
Some desktop apps that use DirectDraw, such as Java Swing and QuickTime cause
the contents of the screen to be erased. Forcing a repaint, by dragging windows
around, or by switching to a VT and back to X, restores the screen to what it
should be. The only ddraw fixmes I can see are:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4027f258)->(00000000,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x4027cc90)->(0x4027f264,0x00000000),stub!
fixme:ddraw:get_display_window clipper clip lists not supported
So presumably this is a problem with clipping?
------- Additional Comments From lionel.ulmer <at> free.fr 2003-03-28 14:39 -------
Well, to start to look at the problem, attaching a '+ddraw' trace would be best.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=974
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:58 -------
Bug comments restored from Gmane.org:
We get several mails from people willing to translate some parts of Wine
documentation into foreign (and entirely alien ;-) languages.
We should have a common framework set up for doing this very regularly,
consistently and well.
I'd suggest that we create a web page for every language with a database backend
which creates a new translation ticket for every documentation patch of Wine for
every language involved (one ticket page per language).
(e.g. by Alexandre CC'ing documentation patches to this system)
Then everyone who is involved with translating documentation could commit the
translation for his language into the *foreign language Wine cvs tree*
and close the corresponding translation ticket on this language webpage.
Once a month an automated build process would take the entire foreign language
CVS tree and build new documentation for the web page to download.
(the idea would be that the main Wine CVS tree would still only contain English
docu, with a short hint at where to get foreign documentation, in the README file)
Someone would have to be willing to develop this for us, though.
Any takers ?
One guy willing to do some translation work is (add others here, too !):
Mon, 12 Aug 2002 05:56:27 comp.emulators.ms-windows.wine Thread 70
of 108
Lines 5 Wine User Guide Translation No responses
Enio Schutt Jr <enio.s.jr <at> operamail.com> at
http://groups.google.com/
Newsgroups: comp.emulators.ms-windows.wine
Hi,
I am interested in translating the Wine User's Guide to
Brazilian Portuguese.
I would like to hear your opinion.
Bye.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=972
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:57 -------
Bug comments restored from Gmane.org:
This function downloads the URL to a cache file, optionally notifying caller
about the progress.
This function is used by installer of HeadHunter 1.1.2. Currently the installer
crashes with message "Unhandled exception: unimplemented function
urlmon.dll.URLDownloadToCacheFileA".
It can be downloaded from http://downloads-zdnet.com.com/3001-2077-10128958.html
------- Additional Comments From apa3a <at> yahoo.com 2002-08-16 12:01 -------
Created an attachment (id=267)
--> (http://bugs.winehq.com/attachment.cgi?id=267&action=view)
The installer
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=971
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:56 -------
Bug comments restored from Gmane.org:
Some time ago (probably with 20020411 wine) I was able to install and use corel
draw 10.
The major problem was font related (I was not using client side fonts support at
the time).
Now I tryed again with 20020804 build.
However it doesn't even start the installer.
I get an dialog saying:
SetupMgr: (the dialog title)
\/ You don't have administrator privileges
/\ in this computer.
Inpossible to continue instalation.
<OK>
The message is actually in pt_BR (as my CD10 version).
here is the output of --debugmes +ntdll,+mpr,+ole,+dll
trace:dll:fill_init_list (krnl386.exe) - START
trace:dll:fill_init_list (krnl386.exe) - END
trace:dll:fill_init_list (system.dll) - START
trace:dll:fill_init_list (system.dll) - END
trace:dll:fill_init_list (wprocs.dll) - START
trace:dll:fill_init_list (wprocs.dll) - END
trace:dll:fill_init_list (gdi.exe) - START
trace:dll:fill_init_list (gdi.exe) - END
trace:dll:fill_init_list (user.exe) - START
trace:dll:fill_init_list (user.exe) - END
trace:dll:fill_init_list (display.dll) - START
trace:dll:fill_init_list (display.dll) - END
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not
found!
Using closest match instead (United States keyboard layout (phantom key
version)) for scancode mapping.
Please define your layout in windows/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
mcop warning: user defined signal handler found for SIG_PIPE, overriding
trace:dll:NE_InitDLL Calling LibMain, cs:ip=02c7:0000 ds=02ff di=02fe cx=0200
trace:dll:fill_init_list (C:\WINDOWS\SYSTEM\COMMCTRL.DLL) - START
trace:dll:fill_init_list (krnl386.exe) - START
trace:dll:fill_init_list (krnl386.exe) - END
trace:dll:fill_init_list (user.exe) - START
trace:dll:fill_init_list (user.exe) - END
trace:dll:fill_init_list (gdi.exe) - START
trace:dll:fill_init_list (gdi.exe) - END
trace:dll:fill_init_list (keyboard.dll) - START
trace:dll:fill_init_list (keyboard.dll) - END
trace:dll:fill_init_list (C:\WINDOWS\SYSTEM\COMMCTRL.DLL) - END
trace:dll:NE_CallDllEntryPoint Calling C:\WINDOWS\SYSTEM\COMMCTRL.DLL
DllEntryPoint, cs:ip=02c7:0176
Log file name:C:\WINDOWS\Corel\Setup.log
fixme:mpr:WNetOpenEnumA (00000001, 00000001, 00000000, (nil), 0x405b5b58):
stub
fixme:mpr:WNetOpenEnumA (00000001, 00000001, 00000000, (nil), 0x405b5b58):
stub
fixme:win32:SetCriticalSectionSpinCount critsection=0x77a36230: spincount=1000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x77a36258: spincount=1000
not supported
It seems to me that the problem is with mpr.
However using a native mpr.dll gives an error about user.exe (as the builtin is
used). Using the native user.exe crashes.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 12:35 -------
Yes, one should never use native user.exe in wine.
Raul, you can do regression testing to find the patch which broke your
application. It is one of the simplest and efficient debugging methods. You can
find instructions how to do the regression testing here:
http://www.winehq.org/docs/wine-devel/cvs-regression.shtml
It will take about 7 iterations to find a day of the patch.
Can you do this?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=970
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:55 -------
Bug comments restored from Gmane.org:
[Comments made about CVS just after Tue, 13 Aug 2002 19:44:01 +01:00 (BST)
updates]
Whilst conducting the regression tests (as part of the rolling CVS regression
testing) I discovered a problem. With the version set to "win20", the process
froze at one of the wininet DLL tests. This has happened before (see [1]), but
it only occurs when emulating one of the 16-bit version of Windows (ie "win20",
"win30" or "win31") and never for other versions.
Sylvain has reported [2] problems with the wininet regression tests. The
symptoms are the same, but for me the problem is only intermittent. Once I found
an example of the problem, I haven't been able to reproduce it - even with
identical CVS trees.
When the problem occurred, I attached gdb to the process and got the following info:
[...]
Loaded symbols for /lib/libresolv.so.2
0x402e7744 in __libc_close () at __libc_close:-1
-1 __libc_close: No such file or directory.
in __libc_close
(gdb) bt
#0 0x402e7744 in __libc_close () at __libc_close:-1
#1 0x400ec9a4 in __DTOR_END__ ()
from /home/paulm/WINE-cvs/wine/dlls/libntdll.dll.so
#2 0x400b3df5 in WaitForMultipleObjectsEx (count=0, handles=0x0,
wait_all=0, timeout=100, alertable=0) at
../../scheduler/synchro.c:257
#3 0x400b3b88 in Sleep (timeout=100) at ../../scheduler/synchro.c:178
#4 0x40358747 in winapi_test (flags=268435456) at tests/http.c:121
#5 0x40358b36 in func_http () at tests/http.c:184
#6 0x40358f9d in run_test (name=0xbffffc63 "http.c") at wtmain.c:244
#7 0x40357037 in __wine_exe_main () at wininet_test.exe.spec.c:133
#8 0x400aff84 in start_process () at ../../scheduler/process.c:528
#9 0x400b3f3f in call_on_thread_stack (func=0x400afd2c)
at ../../scheduler/sysdeps.c:108
So, to summarise (with some extra bits of information):
The problem occurs when wininet/tests/http.c is testing asynchronous
HttpSendRequest() (so flags > 0). The problem is triggered at line 121 of
http.c, i.e.:
120 while ((flags)&&(!goon))
121 Sleep(100);
Sleep(), in turn, just calls WaitForMultipleObjectsEx(). From
scheduler/synchro.c:
176 VOID WINAPI Sleep( DWORD timeout )
177 {
178 WaitForMultipleObjectsEx( 0, NULL, FALSE, timeout, FALSE );
179 }
WaitForMultipleObjectsEx() has problems when it gets to 257:
256 SERVER_END_REQ;
257 if (ret == STATUS_PENDING) ret = wait_reply( &cookie );
258 if (ret != STATUS_USER_APC) break;
In this case, ret is 1079729528, btw.
AFAIK, __DTOR_END__ (see near bottom of stack) is the destructor for a
function call in ntdll. I'm probably missing something obvious, but I
don't see the connection between scheduler/synchro.c:257 and ntdll. The
closest is wait_reply() (in scheduler/client.c) calls wait_reply_data (in
same file), which calls NtCurrentTeb(), which is commented as an NTDLL
function. But there doesn't seem to be an implementation of NtCurrentTeb
in ntdll.
HTH
Paul.
[1] http://www.winehq.com/hypermail/wine-devel/2002/08/0006.html
[2] http://www.winehq.com/hypermail/wine-devel/2002/07/0386.html
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=969
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:54 -------
Bug comments restored from Gmane.org:
Installing Alpha Centauri no longer works in the CVS version. The installshield
progress bar shows up, and fills up, but then the program freezes. A trace reveals
err:ntdll:RtlpWaitForCriticalSection section 0x401147c4 "../../loader/module.c:
loader_section" wait timed out, retrying (60 sec) tid=080905a8
------- Additional Comments From johane <at> lysator.liu.se 2002-08-15 14:47 -------
Created an attachment (id=265)
--> (http://bugs.winehq.com/attachment.cgi?id=265&action=view)
+relay,+module trace. I interrupted the program when it had frozen.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-15 14:49 -------
This is a regression. I cut the attached file so only the last lines are present.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-15 14:51 -------
Note that it is the initialization of winspool.drv that never finishes.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-15
18:13 -------
If this is a regression you should be able to find the patch taht caused it. the
instructions for this are here
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml
------- Additional Comments From johane <at> lysator.liu.se 2002-08-18 11:24 -------
This is fixed in the latest CVS.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-18 11:44 -------
Tested again, and now it doesn't work. Phases of the moon-dependent.
------- Additional Comments From johane <at> lysator.liu.se 2002-09-03 04:12 -------
Unable to reproduce now. Probably works.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-28 05:03 -------
Will change to WORKSFORME
------- Additional Comments From johane <at> lysator.liu.se 2002-10-28 05:05 -------
Done.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-30
13:40 -------
Verifying as per reportes comments
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-19
22:13 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1349
------- Additional Comments From fsteinel(a)flonet.net 2003-22-06 06:52 -------
Bug comments restored from Gmane.org:
Whole bunch of the below on any game (tested Total Annihilation or SimCity 4)
which attempt to use Sound.
err:wave:OSS_RawOpenDevice ioctl(/dev/dsp, SNDCTL_DSP_SETDUPLEX) failed (Invalid
argument)
The wine process sits in a piperd state until I forcibly close it.
FreeBSD home 4.8-RC FreeBSD 4.8-RC #3: Sun Mar 23 11:20:11 EST 2003
root@home:/usr/obj/usr/src/sys/HOME i386
pcm0: <Creative CT5880-A> port 0xc400-0xc43f irq 11 at device 11.0 on pci0
pcm0: <SigmaTel STAC9708/9711 ac97 codec>
------- Additional Comments From rbt <at> rbt.ca 2003-04-16 20:18 -------
It was fixed in hte 200304 release
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=967
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:52 -------
Bug comments restored from Gmane.org:
Hello, I'm running an out of the box install of slackware 8.1. I compiled the
lastest release of wine. 20020804.
I don't currently have any copies of windows, so it may be a dll issue, not
entirley sure.
In any case, when it attempts to connect to the update server without any wait
it tells me it cannot connect to the server. the wine console does not put out
any error messages. I know that winsock works ok on my system, so I am unsure
what the issue could be.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=966
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:51 -------
Bug comments restored from Gmane.org:
After getting the program installed, and successfully going through the presetup
(setting speaker & mic volumes), the main program is loaded. After the window
appears, it crashes and loads the debugger. Following is the backtrace:
Backtrace:
=>0 0x4008b676 (GetThreadQueue16+0x66 in libntdll.dll.so) (ebp=42816870)
1 0x406a7b1b (USER32.DLL.GetFocus+0x1277 in user32.dll.so) (ebp=428168b0)
2 0x406a84c9 (USER32.DLL.SetWindowsHookExA+0x41 in user32.dll.so)
(ebp=428168f0)
3 0x4001891e (DD10HOOK.DLL.HookSetGlobalParam+0xd5e in
D:\NATSPEAK\PROGRAM\DD10HOOK.DLL) (ebp=428169a0)
4 0x40018f9e (DD10HOOK.DLL.HookSetGlobalParam+0x13de in
D:\NATSPEAK\PROGRAM\DD10HOOK.DLL) (ebp=428169f8)
5 0x40019a2c (DD10HOOK.DLL.HookSetGlobalParam+0x1e6c in
D:\NATSPEAK\PROGRAM\DD10HOOK.DLL) (ebp=42816a50)
6 0x40019903 (DD10HOOK.DLL.HookSetGlobalParam+0x1d43 in
D:\NATSPEAK\PROGRAM\DD10HOOK.DLL) (ebp=42816ab0)
7 0x00444374 (natspeak.exe..text+0x43374 in D:\NatSpeak\Program\natspeak.exe)
(ebp=42816b00)
8 0x00443956 (natspeak.exe..text+0x42956 in D:\NatSpeak\Program\natspeak.exe)
(ebp=42816ba0)
9 0x00444791 (natspeak.exe..text+0x43791 in D:\NatSpeak\Program\natspeak.exe)
(ebp=42816c28)
10 0x5f401cea (MFC42.DLL.6374+0x22 in C:\WINDOWS\SYSTEM\MFC42.DLL)
(ebp=42816c48)
11 0x5f401c73 (MFC42.DLL.1109+0x74 in C:\WINDOWS\SYSTEM\MFC42.DLL)
(ebp=42816ca8)
12 0x5f401bfb (MFC42.DLL.1578+0x2a in C:\WINDOWS\SYSTEM\MFC42.DLL)
(ebp=42816cc4)
13 0x5f401bba (MFC42.DLL.1579+0x39 in C:\WINDOWS\SYSTEM\MFC42.DLL)
(ebp=42816cf0)
14 0x406c9d33 (USER32.DLL.GetTaskmanWindow+0xc7 in user32.dll.so)
(ebp=42816d14)
15 0x406c9dd5 (USER32.DLL.GetTaskmanWindow+0x169 in user32.dll.so)
(ebp=42816d64)
16 0x406d04ce (USER32.DLL.CallWindowProcA+0x9a in user32.dll.so)
(ebp=42816da4)
17 0x406b001a (USER32.DLL.DispatchMessageA+0x136 in user32.dll.so)
(ebp=42816df4)
18 0x5f4011ce (MFC42.DLL.5307+0x3a in C:\WINDOWS\SYSTEM\MFC42.DLL)
(ebp=40fb2e24)
19 0x00000113 (ebp=0001002f)
20 0x24232221 (DD10SHRD.DLL..reloc+0x141a1221) (ebp=201f1e1d)
*** Invalid address 0x201f1e1d (DD10SHRD.DLL..reloc+0x10160e1d
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-15
14:24 -------
Could you attach the last 200 lines of a --debugmsg +relay (before the debugger
is invoked) please. That together with the backtrace will give a clearer picture
of what wine was doing just befor the crash.
------- Additional Comments From roz <at> one.net 2002-08-15 16:14 -------
It seems as though the crash happens when the separate program that interprets
the spoken words is started.
------- Additional Comments From roz <at> one.net 2002-08-15 16:14 -------
Created an attachment (id=266)
--> (http://bugs.winehq.com/attachment.cgi?id=266&action=view)
200 line relay trace
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=965
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:50 -------
Bug comments restored from Gmane.org:
This issue in some cases prevents an image to be shown on Delphi 6 form.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-14 14:38 -------
Created an attachment (id=263)
--> (http://bugs.winehq.com/attachment.cgi?id=263&action=view)
A test case
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-15
10:57 -------
The attached testcase contains a a tarball of the program swat.exe and its
source right?
------- Additional Comments From apa3a <at> yahoo.com 2002-08-15 11:08 -------
Yes, I made this test app from one Delphi 6 demo. I *think* the image is not
shown because of the fixme message.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-15
11:25 -------
the only fixme's I see are these two
fixme:win32:SetCriticalSectionSpinCount critsection=0x653c6230: spincount=1000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x653c6278: spincount=1000
not supported
and 16 of these
fixme:commctrl:FlatSB_SetScrollProp stub
Nothing about MaskBlt... or am I missing something?
------- Additional Comments From apa3a <at> yahoo.com 2002-08-15 12:32 -------
I run the yesterday's Wine. The output I see:
fixme:commctrl:FlatSB_SetScrollProp stub
[total - 16 times]
fixme:bitblt:MaskBlt (124,0,0,260,156,400,0,0,376,0,0,-861274071): stub
The fixme message is probably printed from graphics/bitblt.c
I see an empty form on the screen. Under Windows I see form with an image. I use
no-windows Wine installation.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-15
14:20 -------
I have not yet updated to yesterdays CVS but I am running with a windows 98
installation. That is probably the difference. Could you attach a screenshot of
what you see please.
------- Additional Comments From mstefani <at> redhat.com 2002-08-15 16:23 -------
MSDN says for MaskBlt "Windows 95/98/Me: Unsupported."
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-15
19:03 -------
When I set [Version] "Windows" = "nt40" I get the error but not with
"win98".
with wine set to "win98" the screen shows up with what look like 4 blank
counters. I'm not sure what to do about this bug. I suppose that the correct
thing to do is implement the function.<grin>
------- Additional Comments From apa3a <at> yahoo.com 2002-08-15 20:42 -------
Yes, the picture has a few placeholders for counters.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=964
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:48 -------
Bug comments restored from Gmane.org:
Open e.g. the File open dialog and click on 'details'.
Now click on the line between "File" and "Size".
Expected result: The "File" column should have the width of the longest element
in this column (even if it is smaller than the header "File").
De facto: Nothing happens.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=962
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:46 -------
Bug comments restored from Gmane.org:
UnrealEd, The Map Editor for Unreal Tournament does not work in wine,
unfortunately my computer is down as of right now, so I cant provide anymore
specific info, if someone want's to check into this, or just wait a couple
weeks and I can report back... Just figured I would open this up, before I
forget... If this is a duplicate, please mark it as so...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=961
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:45 -------
Bug comments restored from Gmane.org:
DBMGUi.exe, which is a Visual Basic 6 application uses forms to present dialogs
on screen. Under wine these dialogs do not receive any mouse input and only
partial keyboard input. Also if a form activated with ShowModal fuction opens
another dialog box, it will not even display.
After debugging I found out that VB6 (or wine?) reparents (through
X11DRV_SetParent) these dialogs to the
main form. Under wine this means that these windows become subwindows of the
main form which firstly means that these windows will never become managed if
managed mode is set to "yes". Also this means that they will not get mouse
input (because dbmgui (or vb6?)) disables the main window when form is
displayed
and therefore WindowFromPoint-function will never return anything. And finally
this means that all these forms clip incorrectly to their parent window, and
may then be completely invisible because they are created in desktop
coordinates but are actually a child of a form whose coordinates are not
desktop coordinates.
These forms seemed to have only WS_CLIPCHILDREN+WS_MAXIMIZEBOX+0x80
as style
and WS_EX_DLGMODALFRAME as ExStyle.
I was able to continue my quest with dbmgui by forcing WS_EX_DLGMODALFRAME
windows to be child of the root window and then prohibiting X11_SetParent to
set new parent for windows that have WS_EX_DLGMODALFRAME set.
------- Additional Comments From tkujala <at> lut.fi 2002-08-12 01:10 -------
Actually it looks like that it is Wine that makes that reparenting thing,
under windows these dialogboxes have desktop window as parent. Only the owner
window should be set to main window.
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-08-13
07:14 -------
Probably dup of 825
------- Additional Comments From tkujala <at> lut.fi 2002-08-13 07:49 -------
Yep, same bug. Bug search didn't work when I filled this one.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-13
17:38 -------
*** This bug has been marked as a duplicate of 825 ***
------- Additional Comments From Speeddymon <at> yahoo.com 2002-09-19 13:22
-------
verified dupe ;)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=960
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:43 -------
Bug comments restored from Gmane.org:
When running the setup.exe program on the CD, it brings up the installshield
percent bar, which goes to 32% (or 37%) complete and stops. Meanwhile, the
following messages appear in the console:
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
err:win32:_EnterSysLevel (0x4013441c, level 1): Holding 0x40782cc8, level 2.
Expect deadlock!
Unknown option '-fE:\SETUP.INS'
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-10
22:40 -------
Please attach the output of --debugmsg +file
------- Additional Comments From roz <at> one.net 2002-08-11 15:17 -------
Very odd--now installshield is loading all the way and beginning the setup
program, but it is still freezing at a certain point. Probably because I am now
using the 20020811 CVS RPM. Attached is the +file trace.
------- Additional Comments From roz <at> one.net 2002-08-11 15:18 -------
Created an attachment (id=262)
--> (http://bugs.winehq.com/attachment.cgi?id=262&action=view)
Full +file trace
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-12
20:39 -------
The file trace is less usefull since the problem that required it seems to be
fixed. At this point a bt (backtrace) from the debugger would be more helpfull
along with the last 200 lines from a --debugmsg +relay before starting the debugger.
------- Additional Comments From roz <at> one.net 2002-08-12 21:06 -------
Tony, how do I get to the debugger prompt? I have the unstripped CVS RPM of
Wine, but when it says starting debugger, I don't see anything. Do I have to
pass options to wine when starting it?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-12
23:24 -------
The following link tells in a fair amount of detail about configureing the debugger
http://www.winehq.com/Docs/wine-devel/dbg-config.shtml
the short version of this is as follows:
http://bugs.winehq.com/show_bug.cgi?id=958
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:39 -------
Bug comments restored from Gmane.org:
When running certain MPEG videos in Media Player 6.4.07.1112 (using Windows '95
DLLs), I get the following message, along with the sound cutting in and out as
the message repeats:
err:wave:OSS_OpenDevice Can't set format to 8 (16)
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4044d708,00010023,2):stub
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4044d708,00010023,2):stub
It seems Win95 is trying to set the audio format to 8-bit, but Wine's emulation
is force-set at 16-bit. Is that what's happening? I will attach one MPEG that
gives me this error.
Let me know if you need any specific traces.
------- Additional Comments From roz <at> one.net 2002-08-10 11:45 -------
Too big to attach (17MB). You can download it at the URL if you want to see
what I mean. The file plays fine in Xmovie.
------- Additional Comments From roz <at> one.net 2002-08-12 21:10 -------
This isn't peculiar to Media Player afterall. I am seeing the same err:wave:OSS
message at the opening "cash-drawer opening" sound in Quicken 2001.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-13 02:28 -------
What is your soundcard and the driver you are using for it?
------- Additional Comments From roz <at> one.net 2002-08-13 23:10 -------
My soundcard is the ESS ES1978 Maestro 2E (laptop integral sound). I am using
the "maestro" kernel module.
------- Additional Comments From roz <at> one.net 2002-09-09 16:46 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From johane <at> lysator.liu.se 2002-10-01 09:03 -------
This should be somewhat improved for directsound apps now.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=957
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:36 -------
Bug comments restored from Gmane.org:
When trying to run the install program for some MS fonts on a fresh wine from
CVS, I get
err:font:XFONT_BuildMetrics failed to load -macromedia-king
richard-medium-r-normal--100-*-100-100-p-0-ascii-0
err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
That is probably bad.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-09 16:30 -------
This is a regression, I should add.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-09
21:33 -------
How is this a regression. What version did it work with and what exactly
happens. If you could find the patch that breaks this it would be very helpfull.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-10 05:10 -------
The app simply terminates. I don't have time to do any regression testing right
now, but I'll be back.
------- Additional Comments From johane <at> lysator.liu.se 2002-08-14 14:39 -------
What? When I make a new wine tree and update it, it works. With another wine
tree updated to the same date, it doesn't work. Odd.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-28 05:02 -------
Guess it was a build thing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=955
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:34 -------
Bug comments from Gmane.org:
I installed the codeweavers version of WINE from their site, and it didnt work
at all, so i uninstalled it, while uninstalling it did something to my KDE that
now i get this message:
Could not start process Unable to create io-slave:
klauncher said: Unknown protocol 'file'.
and it says it cant find anything whenever i click on any of the buttons, it
does work when i run stuff directly from the command prompt within KDE. also it
says that i have no MIME types defined, and when i try to run Konqueror from the
command prompt i get this message:
kio (KSycoca): WARNING: Found version 40, expecting version 48 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KSycoca): WARNING: Found version 40, expecting version 48 or higher.
kio (KSycoca): WARNING: Outdated database found
kio (KMimeType): WARNING: KServiceType::offers : servicetype Browser/View not
found
kio (KSycoca): WARNING: Found version 40, expecting version 48 or higher.
kio (KSycoca): WARNING: Outdated database found
What should i do?!?!?!?!?! Any help would be great!!!!
Adam
------- Additional Comments From jacobvi123 <at> hotmail.com 2002-08-08 08:45
-------
sorry, the version is actually based on 20020411
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:22 -------
Adam,
so you don't know if this is a Wine issue or you changed something in the
configuration? I don't have KDE3, so I can't reproduce the issue.
I did a short search with google and found a few posts which mention the same
error message - 'Unknown protocol...'. One post advises to remove everything
KDE-related from the /tmp directory:
http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&th=575bba0c0ae0f76f&rnum…
Try to do more research on Internet, ask for help on wine-users mailing list,
kde mailing lists, probably somebody will be able to help you.
Please report your findings here.
------- Additional Comments From jacobvi123 <at> hotmail.com 2002-08-20 23:11
-------
oops, i didnt know i had left this bug open, sorry, i went onto the IRC channel for KDE,
and found
out that the problem was that i needed to clear some temporary files
(ksocket-<username>, and
kde-<username> folders needed to be deleted in the /tmp directory) and that fixed the
problem
------- Additional Comments From apa3a <at> yahoo.com 2002-08-21 12:04 -------
Great! Closing the bug per reporter's comments.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=954
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:33 -------
Bug comments restored from Gmane.org:
please don't flame me if you know about this already! i tried my best to look
for new bugs but didn't see any :)
i downloaded 20020804 source
"configure
make depend
make"
fails at the "make" stage very quickly with
Entering directory `/usr/src/wine-20020804/library'
gcc -c -I. -I. -I../include -I../include -march=i686 -O3 -ffast-math
-fno-exceptions -fomit-frame-pointer -malign-double -Wall
-mpreferred-stack-boundary=2 -fPIC -D__WINE__
-DDLLDIR="\"/usr/lib/wine/lib/wine\"" -D_REENTRANT -I/usr/X11R6/include -o ldt.o
ldt.c
/tmp/ccYuWLtV.s: Assembler messages:
/tmp/ccYuWLtV.s:167: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:167: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:167: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:167: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:167: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:173: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:173: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:173: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:173: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:173: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:179: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:179: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:179: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:179: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:179: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:185: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:185: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:185: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:185: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:185: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:191: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:191: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:191: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:191: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:191: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:197: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:197: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:197: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:197: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:197: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:203: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:203: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:203: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:203: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:203: Error: Unknown pseudo-op: `.endef'
/tmp/ccYuWLtV.s:210: Error: Unknown pseudo-op: `.def'
/tmp/ccYuWLtV.s:210: Error: Unknown pseudo-op: `.scl'
/tmp/ccYuWLtV.s:210: Error: ignoring unrecognized symbol type ""
/tmp/ccYuWLtV.s:210: Error: Rest of line ignored. First ignored character is `3'.
/tmp/ccYuWLtV.s:210: Error: Unknown pseudo-op: `.endef'
make[1]: *** [ldt.o] Error 1
i have also tried 20020710, this file seems to compile OK in that version.
i use gcc-2.95.3 on linux-2.4.19
cheers,
Sam
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
23:13 -------
I think that this patch might help
http://www.winehq.com/hypermail/wine-cvs/2002/08/0028.html
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
23:39 -------
*** This bug has been marked as a duplicate of 950 ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:30 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=953
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:31 -------
Bug comments restored from Gmane.org:
I tried a full build (cvs update -dAP/configure/make depend/make) and got the
following:
gcc -o hlp2sgml hlp2sgml.o hlpfile.o
hlpfile.o: In function `HLPFILE_ReadHlpFile':
hlpfile.o(.text+0x442): undefined reference to `GetProcessHeap'
hlpfile.o(.text+0x56f): undefined reference to `GetProcessHeap'
hlpfile.o(.text+0x58e): undefined reference to `GetProcessHeap'
hlpfile.o(.text+0x5ad): undefined reference to `GetProcessHeap'
hlpfile.o(.text+0x5cc): undefined reference to `GetProcessHeap'
hlpfile.o(.text+0xcfa): more undefined references to `GetProcessHeap' follow
collect2: ld returned 1 exit status
Notice no libraries appear on the gcc line.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
21:44 -------
Maybe sometning wrong with ./configure? last couple of lines in for make yield
hlp2sgml.c: In function `main':
hlp2sgml.c:219: warning: `%x' yields only last 2 digits of year in some locales
gcc -o hlp2sgml hlp2sgml.o hlpfile.o
[tony@tony winhelp]$
no library calls here
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:25 -------
David,
does "configure" give you any error messages?
What version/distribution of Linux do you use?
------- Additional Comments From ronis <at> onsager.chem.mcgill.ca 2002-08-20
13:41 -------
I use slackware (basically 8.0 with lots of upgrades); kernel 2.4.19.
I did a cvs update today and built. The problem seens to be fixed. (No,
configure doesn't complain).
Interestingly the build line is still:
gcc -o hlp2sgml hlp2sgml.o hlpfile.o
i.e., no extra libraries
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:52 -------
Closing per reporter's comments
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:53 -------
Closing.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=952
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:29 -------
Bug comments restored from Gmane.org:
Hi,
I could make The Bat! (ver. 1.53) to work with Wine on Linux Mandrake 8.2.
The only
problem being: It can't send file attach...
Chill
------- Additional Comments From johane <at> lysator.liu.se 2002-08-07 02:18 -------
What happens then?
------- Additional Comments From chill <at> malka.com 2002-08-07 02:30 -------
Hi Johan,
Well, it sends and sends and sends until it is cut off.
It doesn't blok the
messages coming *after* the file atached, those are send normally, as well as the one
with the
other accounts, those are send to... But the file attached stays blocked forever
Chill
------- Additional Comments From rklazes <at> xs4all.nl 2002-08-07 03:57 -------
You are using a wine (20010112) that is far too old.
Upgrade, sending attachments work fine for me (using thebat! 1.60q).
Rein.
------- Additional Comments From chill <at> malka.com 2002-08-07 04:14 -------
Ups... Sorry... I didn't see the version... I am using the 20020411 (it seems!)... But I
seem to
have two installed... Codeweavers and just Wine...
I'll try to reinstall and see
(eventually with The Bat 1.61)
------- Additional Comments From chill <at> malka.com 2002-08-07 06:58 -------
Hi again,
Well... Version 1.60q is even worse. It freezes and can't do anything at
all...
The whole Wine Freezes and I have to reboot...
Chill
------- Additional Comments From rklazes <at> xs4all.nl 2002-08-07 08:13 -------
Can you try this patch:
http://www.integrita.com/cgi-local/lwgate.pl/WINE-PATCHES/archives/2002-07/…
Rein.
------- Additional Comments From chill <at> malka.com 2002-08-07 08:21 -------
Hi Rein,
First, thanks for the time you are using.
Now just a detail: I am REAL new to Linux
and don't know how to use such a patch... If you could also give me a link to a
"do-this-that-way for
dummies", I would be greatfull.
Chill
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
16:33 -------
In order to use a patch you need to build from source (tarball).Some really
helpfull stuff is available in the wine users guide
http://www.winehq.com/Docs/wine-user/
It includes how to set up wine using source and how to apply a patch.
------- Additional Comments From rklazes <at> xs4all.nl 2002-08-08 02:34 -------
First you must compile from source. To apply the patch type:
"patch -p1 < patchfile" in your wine-source directory
and recompile.
This patch has not been accepted for inclusion in the latest wine. I will
try to find out why, but I am not sure it will make it into the official wine.
Rein.
------- Additional Comments From tqgjm001 <at> sneakemail.com 2002-09-27 04:47
-------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From rklazes <at> xs4all.nl 2002-09-29 11:19 -------
The latest wine (20020904) includes the patch that I mentioned before. Can you
report whether the problems ("cannot send attachments" and "does not work at
all") still exist in this version?
------- Additional Comments From chill <at> malka.com 2002-09-30 02:20 -------
All right... I will
Right now, since I have upgrade to Mandrake 9.0, Wine isn't working at all,
so it'll take a bit of time before I find out of what happens. Okay?
Thanks a lot for your
work.
Chill
------- Additional Comments From rklazes <at> xs4all.nl 2002-09-30 03:57 -------
I just checked. Unfortunately wine20020904 doesn't work either because of an
unrelated problem (menu handling). Current cvs works, either use that or wait
for next offical snapshot.
------- Additional Comments From michaell <at> spiritshigh.com 2002-12-25 15:21
-------
I'm using 20021219, and I am unable to install The Bat! v1.62
Do any of the other flavours of wine install it correctly?
It gets part way through the install and then has an address access violation.
rply to: michaell <at> spiritshigh.NOSPAM.com
------- Additional Comments From rklazes <at> xs4all.nl 2002-12-27 11:11 -------
Created an attachment (id=365)
--> (http://bugs.winehq.com/attachment.cgi?id=365&action=view)
Try the attached patch for the install failure
------- Additional Comments From michaell <at> spiritshigh.com 2002-12-27 14:22
-------
That patch worked. The Bat installed correctly and is working near flawlessly.
The most notable defect is only visual, the edge of the toolbars doesn't redraw
correctly.
Thanks!
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=951
------- Additional Comments From z_god(a)wanadoo.nl 2003-22-06 06:26 -------
Bug comments restored from Gmane.org:
I do a default build with default configure flags. The last few weeks' builds
have failed with:
make[2]: Entering directory `/home/ronis/Project/notar/wine/tools/widl'
gcc -c -I. -I. -I../../include -I../../include -Wall
-mpreferred-stack-boundary=2 -D__WINE__ -D_REENTRANT -I/usr/X11R6/include
-o
header.o header.c
header.c:36: y.tab.h: No such file or directory
make[2]: *** [header.o] Error 1
make[2]: Leaving directory `/home/ronis/Project/notar/wine/tools/widl'
make[1]: *** [widl] Error 2
make[1]: Leaving directory `/home/ronis/Project/notar/wine/tools'
make: *** [tools] Error 2
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-06
17:51 -------
WFM -- I see y.tab.h in my /tools/widl directory and wine compiles clean There
is something wrong with the way you update maybe. I use the following:
cvs update -PAd
------- Additional Comments From ronis <at> onsager.chem.mcgill.ca 2002-08-06
18:17 -------
Here's what's in my tools/widl directory (after cvs -z 3 update -PdA)
ls -l tools/widl
total 104
drwxr-xr-x 2 ronis ronis 4096 Aug 6 19:13 CVS/
-rw-r--r-- 1 ronis ronis 10241 Aug 6 17:49 Makefile
-rw-r--r-- 1 ronis ronis 1088 Jul 31 13:14 Makefile.in
-rw-r--r-- 1 ronis ronis 10253 Jul 18 15:02 header.c
-rw-r--r-- 1 ronis ronis 1338 Jul 18 15:02 header.h
-rw-r--r-- 1 ronis ronis 1129 Jul 15 23:20 parser.h
-rw-r--r-- 1 ronis ronis 6686 Jul 31 13:14 parser.l
-rw-r--r-- 1 ronis ronis 15886 Jul 15 23:20 parser.y
-rw-r--r-- 1 ronis ronis 10273 Jul 15 23:20 proxy.c
-rw-r--r-- 1 ronis ronis 922 Jul 15 23:20 proxy.h
-rw-r--r-- 1 ronis ronis 3835 Jul 15 23:20 utils.c
-rw-r--r-- 1 ronis ronis 1555 Jul 15 23:20 utils.h
-rw-r--r-- 1 ronis ronis 4856 Jul 31 13:14 widl.c
-rw-r--r-- 1 ronis ronis 1399 Jul 15 23:20 widl.h
-rw-r--r-- 1 ronis ronis 2237 Jul 15 23:20 widltypes.h
------- Additional Comments From julliard <at> winehq.com 2002-08-06 18:48 -------
You need to do a make depend before building.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-06
19:15 -------
curious my /widl/CVS/Entries looks like this
/.cvsignore/1.1/Tue Jul 16 03:20:46 2002//
/Makefile.in/1.2/Tue Aug 6 00:36:08 2002//
/header.c/1.1/Tue Jul 16 03:20:46 2002//
/header.h/1.1/Tue Jul 16 03:20:46 2002//
/parser.h/1.1/Tue Jul 16 03:20:46 2002//
/parser.l/1.3/Tue Aug 6 00:36:08 2002//
/parser.y/1.1/Tue Jul 16 03:20:46 2002//
/proxy.c/1.1/Tue Jul 16 03:20:46 2002//
/proxy.h/1.1/Tue Jul 16 03:20:46 2002//
/utils.c/1.1/Tue Jul 16 03:20:46 2002//
/utils.h/1.1/Tue Jul 16 03:20:46 2002//
/widl.c/1.2/Tue Aug 6 00:36:08 2002//
/widl.h/1.1/Tue Jul 16 03:20:46 2002//
/widltypes.h/1.1/Tue Jul 16 03:20:46 2002//
D
And this too
[tony@tony widl]$ cvs diff y.tab.h
cvs server: I know nothing about y.tab.h
[tony@tony widl]$
Thats not right.
------- Additional Comments From ronis <at> onsager.chem.mcgill.ca 2002-08-07
11:43 -------
The suggestion to do a make depend worked, or at least the build died somewhere
else (I'm going to file a new bug report on this, now). The direcory now
contains the file y.tab.h. What's interesting, is that I've been using the same
shell script to update/configure/build wine for years and it never did a make
depend (altough I agree that it should have).
Thanks for your help.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
16:27 -------
I should have been paying more attention to a recent discussion on wine devel
about this. This is one of the reasons for make depend.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:40 -------
Looks like it's ready to be CLOSED.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1536
Summary: Not detected keyboard layout
Product: Wine
Version: 20030618
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: chris(a)ngweb.biz
So far (I update my Wine installation for every new *.rpm release) Wine hasn't
detected my keyboard layout.
I use a Danish keyboard on two SuSE 8.2 installations with
Wine-20030618.
---
chris@ngweb:~> wine control
Wine already configured, run 'winesetup' to reconfigure.
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was
not found!
Using closest match instead (Latin American keyboard layout) for
scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
---
I am not a programmer, but I've checked keyboard.c, and there is a
layout for Danish keyboards. Then why doesn't Wine detect it?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1535
Summary: keyboard/mouse grabing in games(heroes 3,fallout)
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: szymon(a)janc.int.pl
CC: szymon(a)janc.int.pl
heroes of might and magic 3 (also armageddons blade and shadow of death)
doesn't grab keyboard.
mouse is grabbed only with "Managed" = "N"
when set "Managed" to "Y" neither mouse nor keyboard is grabbed
but when game starts mouse and keyborad are dead, no response so i can't even
kill XWindow...
i can only do hard reset
it also happens with fallout and fallout 2
i have pure wine instalation without ms windows partition.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-21-06 12:18 -------
does not appear to be related to OLEFont or OLEPicture. Hmm, can one download this program somewhere to reproduce this bug?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=921
dclark(a)akamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From dclark(a)akamail.com 2003-21-06 10:55 -------
Resolve invalid since this was a CUPS bug.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=906
dclark(a)akamail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From dclark(a)akamail.com 2003-21-06 10:26 -------
Quicken Deluxe 2002 works with the current Wine, so I assume this bug to be fixed.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=653
------- Additional Comments From puoti(a)inwind.it 2003-21-06 07:49 -------
Sure, I'll do that as soon as I get to a linux box, by the way I did have the
regestry loaded when I tried this a few weeks ago, and it did't help.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=950
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 07:02 -------
Bug comments restored from Gmane.org:
i recently tried to upgrade from wine-20020710 to wine-20020804, however it
failed to build with these error messsages http://taviso.decsystem.org/wine , i
made some diffs of all the #include's and compared them and noticed that
__ASM_FUNC was defined like this:
#define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
this #define was generated by configure and put in include/config.h, so i
redefined it like this :
#define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
and wine builds correctly. some details of my system:
taviso@darkstar:~$ uname -a
Linux darkstar 2.4.19 #1 Sat Aug 3 10:33:21 BST 2002 i686 unknown
taviso@darkstar:~$ gcc -v
Reading specs from /usr/lib/gcc-lib/i386-slackware-linux/2.95.3/specs
gcc version 2.95.3 20010315 (release)
taviso@darkstar:~$ cat /etc/slackware-version
Slackware 8.1
heres the configure log: http://taviso.decsystem.org/config.log.failed
------- Additional Comments From julliard <at> winehq.com 2002-08-06 19:04 -------
Should be fixed now. Thanks for the good report.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-07
23:39 -------
*** Bug 954 has been marked as a duplicate of this bug. ***
------- Additional Comments From apa3a <at> yahoo.com 2002-08-09 13:06 -------
I assume the bug is fixed. Reporter, reopen the bug if it still exists.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-09
21:02 -------
The patch that should have fixed this is here
http://www.winehq.com/hypermail/wine-cvs/2002/08/0028.html
If this patch does indeed fix this bug for you could you please mark it as Verified
------- Additional Comments From taviso <at> sdf.lonestar.org 2002-08-10 07:11 -------
thanks tony, applying this patch fixes configure, and wine builds correctly :)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-16
11:49 -------
Closing Verified bugs.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=948
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:59 -------
Bug comments restored from Gmane.org:
I can't install any programs in wine. It runs for a short period of time end
then freezes It doesn't matter what program I try to install. Generally I try to
install Microsoft Office 2000. However, most software that I've tried doesn't
install either. These packages include Dreamweaver, Visual Studio, and Acrobat
Distiller.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-05 14:18
-------
Are you sure your file system permissions are ok ??
Installers frequently stall on such issues.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-05
14:36 -------
If I recall correctly Dreamweaver has had some problems that might be fixed by
the following suggestion from bug 629
>>
Marcus Meissner 2002-07-10 08:19 -------
I think you are missing the stdole32.tlb files.
Go to http://www.microsoft.com/com/dcom/dcom95/download.asp,
download
the dcom95 self extractor and install it. It contains a stdole32.tlb file.
>>
As for the others please start an individual bug report for each.
Some installation programs do work some don't. unless each of the programs quit
in the same place (die witn the same error on the console you should start a bug
report for each one.)
------- Additional Comments From apa3a <at> yahoo.com 2002-08-20 13:26 -------
Philip, do you have any progress with your issue?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=947
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:58 -------
Bug comments restored from Gmane.org:
We at lunar-linux pass compiler options to gcc with the contents of CFLAGS, this
worked nicely until the latest release of yesterday (20020804). The new release
will nicely configure with CFLAGS set to a certain architecture for instance (so
you can roll rpm's for -march=586 for instance, but make depend afterwards fails
on some assembly functions in ldt.c or so.
It would be very nice if the configure script re-respects the CFLAGS variable
from the command line or ignores them totally and builds with "./configure &&
make depend && make".
This would make us packagers life a lot easier.
------- Additional Comments From taviso <at> sdf.lonestar.org 2002-08-06 06:00 -------
hi, just browsing the database and noticed your bug, is this a dupe of a bug i
recently entered - #950 ?
http://bugs.codeweavers.com/show_bug.cgi?id=950
------- Additional Comments From apa3a <at> yahoo.com 2002-08-09 12:27 -------
Auke, do you still have the issue?
If yes, you can use regression testing to find the patch which broke the build
process. See the instructions here:
http://www.winehq.org/docs/wine-devel/cvs-regression.shtml
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=945
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:56 -------
Bug comments restored from Gmane.org:
I was unable to to install ColdFusion MX. This is an InstallShield using
Microsoft installer.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-04
23:07 -------
Created an attachment (id=252)
--> (http://bugs.winehq.com/attachment.cgi?id=252&action=view)
Output of fixme's from an attempt to install ColdFussion MX
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-04
23:12 -------
I ran across this program while trying to verify bug 441 So I am puting this in
as a cross reference.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=943
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:55 -------
Bug comments restored from Gmane.org:
A recent change in CVS caused Xnews (<http://xnews.newsguy.com/>) to crash on
startup.
I've traced it to the patch
<http://cvs.winehq.com/patch.py?id=1027987166850574216879071>,
but I know next to
nothing about this how this part of the code works.
The crash happens on the following code in PE_InitTls, loader/pe_image.c:
if ( wm->tlsindex == -1 ) {
LPDWORD xaddr;
wm->tlsindex = TlsAlloc();
xaddr = _fixup_address(&(peh->OptionalHeader),delta,
pdir->AddressOfIndex
);
=> *xaddr=wm->tlsindex;
}
wm is the module Xnews.exe itself. xaddr and wm are both reasonable addresses, but
the
problem is that *xaddr was previously marked read-only using VIRTUAL_SetProt in
map_image, memory/virtual.c. If I change it so that
VPROT_WRITE|VPROT_WRITECOPY
is always included again, it fixes this crash, but then the app dies soon after:
Wine-dbg>bt
Backtrace:
=>0 0x38a2389c (_end+0x309d6174) (ebp=405c6e8c)
1 0x400ac108 (start_process+0x258 [process.c:526] in libntdll.dll.so) (ebp=405c6f38
2 0x400b00d7 (call_on_thread_stack+0x23(func=0x400abeb0) [sysdeps.c:105] in
(libnt.dll.so) (ebp=405c6ff4)
3 0x400b0270 (SYSDEPS_CallOnStack+0x14 in libnt.dll.so) (ebp=00000000)
Wine-dbg>up
526 ExitThread( entry(NULL) );
Wine-dbg>p entry
0x4045918c
According to -debugmsg +module, Xnews.exe was mapped to
0x4036b000-0x404aa000, so I
don't know where the 0x38... address came from. Backing out the above patch fixes
the
problem completely. Other apps don't seem to be affected, and I don't know what's
special
about this one.
------- Additional Comments From julliard <at> winehq.com 2002-08-06 18:55 -------
Should be fixed now. Thanks for the good report.
------- Additional Comments From prupe <at> myrealbox.com 2002-08-06 20:47 -------
Fixed by Alexandre Julliard in memory/virtual.c 1.83
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:26 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=942
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:53 -------
Bug comments restored from Gmane.org:
When I try to start the installer file (SETUP.EXE) by doing: 'wine SETUP.EXE'
this gets into output:
fixme:process:CreateProcessA (E:\vs60wiz.exe,...):
NORMAL_PRIORITY_CLASS ignored
then, the wineconsole is brought up, with lots and lots of output:
Unhandled exception: page fault on read access to 0x0000003c in 32-bit code
(0x00415154).
0x00415154 (vs60wiz.exe..text+0x14154 in E:\vs60wiz.exe): repne scasb es:(%ed1)
/* I should want to add, that I get this installer to run under the previous
version (20020605), but there, the registry validation gets erronous (it doesn't
detect the serial code as correct, even though I am 100% sure it is) */
------- Additional Comments From dclark <at> akamail.com 2002-08-03 14:57 -------
Hmm, I've done some recent work on shlexec, which installers sometimes use to
execute processes. How about running with something like:
wine --debugmsg +exec,+process -- setup.exe
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-05 14:21
-------
Hmm, sounds like some string scanning going on with a NULL pointer as input.
Check a --debugmsg +relay trace log, maybe that shows the problem.
------- Additional Comments From tony.granberg <at> home.se 2002-08-05 14:58
-------
I have actually not access to the CD-drive right now. There's a new harddrive
occuping it at the moment. I have to delay this checkout of the problem for a while.
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-08-06
15:36 -------
Just an FYI - the install creates an exe in the /tmp directory - it is easier
to debug this with eg. 'winedbg E:\\vs60wiz.exe /location:D:' (E: maps to /tmp, d: is
my cdrom).
relay tracing etc show the last thing it does prior to the trap is query a regirsty
key HKLM\Software\Microsoft\Windows\CurrentVersion, value: VersionNumber. It
gets
back a return code of 2, and later dies.
Looking at the disassembly I cant see an immediate tie to the missing key and the
trap, and my w2k system doesnt have this key.
Setting Version in config to win2k avoids this trap - perhaps the detection is invalid?
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-08-06
15:39 -------
Of course, it only goes a little further before dying, but its progress
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=941
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:52 -------
Bug comments restored from Gmane.org:
Wine is still not capturing keyboard correctly with some DirectX games when
using with the "Desktop" option.
Without the "Desktop" option, "DXGrab" = "Y" will help solving such
problems,
but not with "Desktop".
I found this problem with some DirectX games, I've tested so far with Cluedo and
Monkey Island 3.
Reference from an old bug report:
http://bugs.codeweavers.com/show_bug.cgi?id=616
------- Additional Comments From pigeon <at> pigeond.net 2002-08-02 20:07 -------
And yes, I tried both "DXGrab" "Y" and "N".
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-03 03:01 -------
As I have Monkey Island 3, I will try to take a look at it...
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-03 13:48 -------
Well, just tested it here and it works just fine (ie I can enter the save game
menu, I can skip by pressing Escape and pause with Space).
So 'works for me' (tm
------- Additional Comments From pigeon <at> pigeond.net 2002-08-03 19:04 -------
Ok, sorry my fault. It works for monkey island 3 now. It didn't last time when I
was checking with an earlier version of wine.
However, it is still not working with Cluedo. Is there anything debugging
information I can get hold to?
------- Additional Comments From pigeon <at> pigeond.net 2002-08-03 19:42 -------
When I run "wine --debugmsg +dinput Clue.exe", in the game, it repeatedly gives
me this message:
trace:dinput:SysKeyboardAImpl_GetDeviceData
(this=0x429f0790,16,(nil),0x40536a40(-1)),0x00000001)
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-04 03:48 -------
Could you attach a +dinput,+event trace for Cluedo ?
------- Additional Comments From pigeon <at> pigeond.net 2002-08-04 04:27 -------
Created an attachment (id=249)
--> (http://bugs.winehq.com/attachment.cgi?id=249&action=view)
wine --debugmsg +dinput,+event Clue.exe
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-04 13:31 -------
Could you apply the attached patch and then re-attach a +event,+dinput trace ?
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-04 13:32 -------
Created an attachment (id=250)
--> (http://bugs.winehq.com/attachment.cgi?id=250&action=view)
Patch to add more debug output.
------- Additional Comments From pigeon <at> pigeond.net 2002-08-05 04:33 -------
Created an attachment (id=253)
--> (http://bugs.winehq.com/attachment.cgi?id=253&action=view)
Log after patching
------- Additional Comments From pigeon <at> pigeond.net 2002-08-05 06:49 -------
Tested with a patch by Lionel Ulmer, and it worked.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-05
11:55 -------
That is really strange because all that the patch did was add additional TRACE
commands. It should not have fixed the problem It was supposed to help find the
problem.
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-05 12:16 -------
The patch fixing the problem is not the one attached here but the one sent to
wine-patches this afternoon.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-05
12:30 -------
Ok then... Verifying as per reporters comments.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:48 -------
Lionel, if the patch has been commited, you should close this guy.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-25
21:56 -------
Closing...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=939
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:48 -------
Bug comments restored from Gmane.org:
We need a resolution for bugs that are orphaned by their reporter. the current
resolutions are
* Fixed
* Duplicate
* Will not Fix
* Invalid Bug
* Fixed Later
* Remind to fix
* Works for me
There are a number of bugs that are marked as resolved because the reporter has
simply abandoned the effort. In some of the cases I think that "Works for me" or
perhaps "invalid" is appropriate. In other cases I have no way of verifying
whether the problem is fixed because I do not have access to the program that
caused the original bug report.
The biggest reason for this is that for proper QA these bugs should be verified
before they are closed but there is no way to verify them. However if we keep
them around then they are just clogging up the works. Having a resolution of
"Orphaned" or "Abandoned" would be a way of tracking these bugs and would be a
valid way of dealing with them for QA.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-02 12:50 -------
I suggest to "resolve invalid" and close the bugs if there is no help from the
reporter and we can't research the bug ourselves. It is not worth to spend time
on such bugs. Later, if the reporter decides after some time to help us or new
information appears the bug can be reopened.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-03
21:30 -------
I would really prefer to have a resolution that reflects what is going on. I
can't see how it would be that hard to add another resolution.
If that is to much work I would settle for a keyword I suppose.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=936
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:47 -------
Bug comments restored from Gmane.org:
When running Gens v2.00, a Sega Genesis/32X/CD emulator, the graphics that
should be inside the window are offset to the lower right side of the window and
beyond outside the border.
In the console, the following messages appear when I move the window around:
err:ddraw:DIB_DirectDrawSurface_Blt Negative values in LPRECT !!!
err:ddraw:DIB_DirectDrawSurface_Blt Negative values in LPRECT !!!
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or
DDBLT_ASYNC:
can't handle right now.
err:ddraw:DIB_DirectDrawSurface_Blt Negative values in LPRECT !!!
err:ddraw:DIB_DirectDrawSurface_Blt Negative values in LPRECT !!!
err:ddraw:DIB_DirectDrawSurface_Blt Negative values in LPRECT !!!
You can see and download the program at http://gens.consolemul.com/
Let me know if you would like a screenshot of the error.
------- Additional Comments From roz <at> one.net 2002-08-01 23:25 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-01
23:45 -------
A screen shot would be nice. I love programs like this.
------- Additional Comments From roz <at> one.net 2002-08-02 11:24 -------
Created an attachment (id=245)
--> (http://bugs.winehq.com/attachment.cgi?id=245&action=view)
Screenshot #1
------- Additional Comments From roz <at> one.net 2002-08-02 11:25 -------
Created an attachment (id=246)
--> (http://bugs.winehq.com/attachment.cgi?id=246&action=view)
Screenshot #2
------- Additional Comments From roz <at> one.net 2002-08-02 11:26 -------
Created an attachment (id=247)
--> (http://bugs.winehq.com/attachment.cgi?id=247&action=view)
Screenshot #3
------- Additional Comments From roz <at> one.net 2002-08-02 11:27 -------
I've added three screenshots, so you can see how the problem progresses as I
move the window from it's default top-left screen placement toward the middle of
the screen. Let me knnow if you have more questions.
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-02 11:47 -------
It's strange because on my version of Wine it does not even start because of an
abort in the Wine code...
You sure you are using Wine and not WineX :-) ?
Otherwise, please attach a +ddraw trace of your execution of the program for us
to help you (and to see why it does work on your version and not on mine).
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-02 12:10 -------
Just for your information, submitted a patch to wine-patches that makes it now
start on my box.
Now I can look at why the clipper does not work as it should :-)
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-03 07:00 -------
Could you try with the patch I just attached to this patch (and also just sent
to wine-patches) ?
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-03 07:01 -------
Created an attachment (id=248)
--> (http://bugs.winehq.com/attachment.cgi?id=248&action=view)
Patch to fix the problem
------- Additional Comments From roz <at> one.net 2002-08-03 11:15 -------
For some reason, there are no attachments listed on my screen (not even the
screenshots I uploaded earlier).
Also, I am using an RPM, so I cannot apply the patch. Can someone else try it
and confirm that it works?
BTW, yes, I am using Wine (20020710), not WineX.
------- Additional Comments From lionel.ulmer <at> free.fr 2002-08-06 14:28 -------
This works for me using latest CVS.
------- Additional Comments From roz <at> one.net 2002-08-12 21:08 -------
Also works for me using the 8-11 CVS RPM. Thanks a lot, Lionel!!!
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-12
21:39 -------
Verifying as per reporters comments.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:45 -------
Time to close this one.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=935
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:43 -------
Bug comments restored from Gmane.org:
When playing the game, Gabriel Knight 3, I get the following message repeated a
lot in the console:
fixme:dsound:IDirectSound3DListenerImpl_CommitDeferredSettings stub
I can't determine what it's connected to--probably the background sounds
(fountain, birds, etc.).
------- Additional Comments From spetreolle <at> yahoo.fr 2003-05-08 20:32 -------
this has been implemented since Jan 4.
reporter, could you check this message is gone now
with the latest version of Wine ?
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 18:54
-------
Assuming fixed and closing, previous details were deleted by Bugzilla update.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=934
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:42 -------
Bug comments restored from Gmane.org:
with many programs (it make 98 ,95 but not NT,2000 ) please FIX IT if you can
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-01 14:58
-------
Hmm, that's probably because of evil message loop programming mistakes by the
author. We should list some cases of programs here doing this, and we should try
to find a viable countermeasure for it (or fix Wine alternatively if it turns
out that Wine is the problem in one case or another).
------- Additional Comments From uh_ja <at> gmx.net 2002-08-10 11:12 -------
I have two programs that run at 100% percent cpu usage now:
Warcraft 3's install.exe, and blizzard provided patches.
The quick fix for these would be to use a native win95/98/me msvcrt.dll.
My guess from what the traces look like, they get stuck in an infinite loop
because of code in wine's msvcrt somewhere.
P.S. We should have people report the programs based off of the latest CVS.
------- Additional Comments From ddmk <at> r66.ru 2002-08-16 17:00 -------
when i run d2gs (diablo 2 game server) server under wine usage of my cpu
growing to 100%, but where is no users on d2gs. I think it work's becose it is
connected to d2dbs & d2cs server (in logs i can see that thing)
In same situation i have 1% cpu usage undex win XP
Can anybody say where i can find an answer (place in of wine source)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=933
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:40 -------
Bug comments restored from Gmane.org:
I can't start with ttydrv d2gs server (diablo2 close game server) it fail in reading
bitmap (or somewhere nearly)
also i can't start with ttydrv calc.exe although (sorry for my bad english) it is
documented .
eror are same
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-01 14:24
-------
You could try running a dummy X11 server (don't remember its exact name currently).
ttydrv needs a *lot* of improvement for more complicated apps, that's correct.
------- Additional Comments From ddmk <at> r66.ru 2002-08-01 14:30 -------
Created an attachment (id=244)
--> (http://bugs.winehq.com/attachment.cgi?id=244&action=view)
bug reports & other files need to try this
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=932
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:39 -------
Bug comments restored from Gmane.org:
Happens just before I load a half-life: counter strike (connecting to a
non-secure server) with this command: wine hl.exe -- hl.exe -gl -console -game
cstrike
Here is what I get just before the runtime error occurs:
fixme:advapi:RevertToSelf (), stub
fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000008,0x4065f970): stub
fixme:advapi:SetThreadToken ((nil), cafe): stub (NT impl. only)
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:font:WineEngCreateFontInstance just using first face for now
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4039b404,00020049,3):stub
fixme:dc:LockWindowUpdate (10021), stub!
fixme:dc:LockWindowUpdate (0), stub!
fixme:winsock:_get_sock_fd handle 0 is not a socket (GLE 6)
fixme:dc:LockWindowUpdate (10021), stub!
fixme:dc:LockWindowUpdate (0), stub!
fixme:dc:LockWindowUpdate (10021), stub!
fixme:dc:LockWindowUpdate (0), stub!
------- Additional Comments From jfh6 <at> humboldt.edu 2002-08-01 03:48 -------
I removed my previous winex installation and did the following to solve the
issue. Might have been bad Windows 98 installtion I was using... follow
instuctions below if you have a similar error:
1. simply follow their CVS instructions at the bottom of this screen:
http://www.transgaming.com/sources.php
2. remember to go into the "wine" directory it creates and delete the current
winex installation you have on your system by doing (make sure your root):
# make uninstall
3. then I created a "fake" windows by following this page(really easy):
http://www.winehq.com/Docs/wine-user/no-windows.shtml
4. then I did a FRESH install of half-life & counter strike in another
directory. Fixed a runtime error I had with xrender.c
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:25 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=931
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:38 -------
Bug comments restored from Gmane.org:
When drag a floating toolbar the outline of it doesn't get redrawn at all. The
effect can be seen in this screen shot (5.3 kB):
http://www.dusanv.net/files/wine-ss.png
The source of the app in the screen shot can be obtained here (47 bK):
http://www.dusanv.net/files/ToolBarTest.zip
It is a VC++ 6 SP5 project. The buillt debug app with all the 'pdb' files is here:
http://www.dusanv.net/files/Debug.zip
Thanks,
Dusan
------- Additional Comments From dusanv <at> cadlink.com 2002-08-19 13:39 -------
The bug appears to be in BITBLT_InternalStretchBlt. It only happens when
PerfectGraphics is on.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=929
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:37 -------
Bug comments restored from Gmane.org:
Results when running Kenwood executable.
I AM A DEVELOPER. COULD YOU PLEASE GIVE ME POINTERS ON
WHERE TO POKE AROUND TO IMPLEMENT THESE METHODS?
Insight much appreciated.
Thanks
Nick
------- Additional Comments From dclark <at> akamail.com 2002-07-31 10:16 -------
The easy way to find that info is to go to:
http://source.winehq.org/ident
Then enter for example "TAB_WindowProc" and find out that function is in
dlls/comctl32/tab.c.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-31
11:42 -------
TCM_HIGHLIGHTITEM is an unimplemented message in TAB_WindowProc in the
source
code it is in .dlls/comctl32/tab.c
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-01 14:16
-------
Oh, heh. Sounds like someone's crying for help ! ;-)
Also, check out http://search.microsoft.com for any info
you need.
And don't forget about the usefulness of --debugmsg +relay ...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=928
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:36 -------
Bug comments restored from Gmane.org:
Results when running Kenwood executable.
Additionally:
fixme:comm:SetupComm insize 1024 outsize 1024 unimplemented
fixme:commctrl:FlatSB_SetScrollProp stub
I AM A DEVELOPER. COULD YOU PLEASE GIVE ME POINTERS ON
WHERE TO POKE AROUND TO IMPLEMENT THESE METHODS?
Insight much appreciated.
Thanks
Nick
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-31
11:33 -------
./wine/dlls/comctl32/flatsb.c has this (InitializeFlatSB) as a stub.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-01 14:13
-------
AddWeb 5 Professional (free download) even seems to *crash* due to
unimplemented
flat scrollbars...
At least the exception follows almost instantly to the FIXME in the trace...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=927
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:35 -------
Bug comments restored from Gmane.org:
Results when running Kenwood executable.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-31
11:26 -------
This is non critical code, but probably not that bad a place to start developing
wine. The following is extracted frome the current source code
./wine/dlls/comctl32/flatsb.c
/***********************************************************************
*
FlatSB_SetScrollProp (COMCTL32.36)
*/
BOOL WINAPI
FlatSB_SetScrollProp(HWND hwnd, UINT index, INT newValue, BOOL flag)
{
TRACE("[%04x] index=%u newValue=%d flag=%d\n", hwnd, index, newValue, flag);
FIXME("stub\n");
return FALSE;
}
/***********************************************************************
* From the Microsoft docs:
* "If flat scroll bars haven't been initialized for the
* window, the flat scroll bar APIs will defer to the corresponding
* standard APIs. This allows the developer to turn flat scroll
* bars on and off without having to write conditional code."
*
* So, if we just call the standard functions until we implement
* the flat scroll bar functions, flat scroll bars will show up and
* behave properly, as though they had simply not been setup to
* have flat properties.
*
* Susan <sfarley <at> codeweavers.com>
*
*/
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=926
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:33 -------
Bug comments restored from Gmane.org:
Upon last attempt at running Diablo II with regular wine, i.e. not WineX,
Diablo II doesn't even start... More than likely it is due to the lack of some
directx components... unfortunately with work taking most of my time and my
computer being in the shop right now, i am unable to test with the latest cvs
or snapshot releases, but I will post an update asap...
-Dustin
------- Additional Comments From uh_ja <at> gmx.net 2002-08-05 16:13 -------
Actually, Wine missing is not missing Directx components for D2. D2 does work
in wine just fine for me.
What is not supported in wine, which will block D2 from running, would be
SecuRom. So find a nocd patch for D2 to try it under wine.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-08-05 18:28
-------
hmm, i didn't think of that... ;) i will try it asap and append the results...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-08-19 19:28
-------
havent been able to try it just yet, but i will append the results when i get
a chance.. for now resolving as worksforme
------- Additional Comments From gsstark <at> mit.edu 2002-09-25 08:17 -------
I used to play Diablo II regularly under wine, however after a long hiatus I tried again
recently and
it didn't work. It just sat there, no errors, no windows, nothing happened. It seems
either newer
versions of wine have a regression here or there's an incompatibility with X 4.2 or
linux 2.4 or
something else on my system that's been updated. I straced the process and it just
sat calling wait4
but then I guess that's normal, it's hard to trace a program that forks so much.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-05
23:58 -------
Could you do some regression testing on this to find out what patch broke it?
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-14 04:54
-------
hmm, I am able to get windows opened, i just cant get it to start now, if I loadDiablo
II.exe
(uncracked version) it asks me for the original CD, and if I runthe DLoad.exe (cracked
version to not
need the CD) it gives me this error:fixme:ntdll:NtOpenProcessToken
(0xffffffff,0x00000028,0x406f28d4): stubfixme:advapi:LookupPrivilegeValueW
((null),L"SeDebugPrivilege",0x66f01824): stubfixme:ntdll:NtAdjustPrivilegesToken
(0x0000cafe,0x00000000,0x66f01820,0x00000000,(nil),(nil)),stub!err:virtual:NtAllocateVirtualMemory
called with wrong alloc type flags (08001000) !and in the Desktop window (i have
Desktop=800x600 on)
i get a box saying:Error establishing API HooksI have tried winver win2k, nt40, and 98
in the config
file...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-14 13:52
-------
hmm, that didnt get formatted right, lets try with a different browser:hmm, I am able to
get windows
opened, i just cant get it to start now, if I load Diablo II.exe (uncracked version) it asks
me for
the original CD, and if I run the DLoad.exe (cracked version to not need the CD) it
gives me this
error:fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x406f28d4):
stubfixme:advapi:LookupPrivilegeValueW ((null),L"SeDebugPrivilege",0x66f01824):
stubfixme:ntdll:NtAdjustPrivilegesToken
(0x0000cafe,0x00000000,0x66f01820,0x00000000,(nil),(nil)),stub!err:virtual:NtAllocateVirtualMemory
called with wrong alloc type flags (08001000) !and in the Desktop window (i have
Desktop=800x600 on)
i get a box saying:Error establishing API HooksI have tried winver win2k, nt40, and 98
in the config
file...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-14 13:55
-------
hmm, that didnt get formatted right either, lets try with a different
browser:<br><br>hmm, I am able to get windows opened, i just cant get it to start now,
if
I load Diablo II.exe (uncracked version) it asks me for the original CD,<br>and if I run
the
DLoad.exe (cracked version to not need the CD) it gives me this
error:<br><br>fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x406f28d4):
stub<br>fixme:advapi:LookupPrivilegeValueW
((null),L"SeDebugPrivilege",0x66f01824):
stub<br>fixme:ntdll:NtAdjustPrivilegesToken
(0x0000cafe,0x00000000,0x66f01820,0x00000000,(nil),(nil)),stub!<br>err:virtual:NtAllocateVirtualMemory
called with wrong alloc type flags (08001000) !<br><br>and in the Desktop window (i
have
Desktop=800x600 on) i get a box saying:<br><br>Error establishing API
Hooks<br><br>I have tried winver win2k, nt40, and win98 in the config file...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-15 02:04
-------
ok well anyways, I figured out the problem...
Here is the scenario:
Diablo II.exe and Game.exe unpatched, no bnet loader
Game works (from what I can tell, dont have original CD right now, it is at a
friend's)
DLoad.exe and Game_crk.exe bnet loader and patched Game.exe
Game_crk.exe works for single player only, DLoad.exe is the file causing the errors
If you need to run the game on bnet with the loader for whatever reason, email
me by clicking on my name above this post. I will email you a script to get it
working, it does the same thing as DLoad.exe but it is in script form so that
you can do it on linux...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-15 13:36
-------
I guess that this issue is technically resolved, not a bug, but a problem on my
end, I will file a new bug tonight when I get off work for the DLoad.exe
loading problem though.
Greg, please try to run D2 on the latest CVS of wine. If the issue still
exists, please file a new bug, and be sure to include some debug output (+d3d
should work)
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-15 13:36
-------
I guess that this issue is technically resolved, not a bug, but a problem on my
end, I will file a new bug tonight when I get off work for the DLoad.exe
loading problem though.
Greg, please try to run D2 on the latest CVS of wine. If the issue still
exists, please file a new bug, and be sure to include some debug output (+d3d
should work)
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-15 13:37
-------
Guess it would help if I actually resolved it... :/
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-15 13:38
-------
Closing
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-30 16:05
-------
reopening as D2 now crashes immediately after running wine Diablo\ II.exe. I
will submit some traces as soon as i can, but for now at least its here..
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=923
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:29 -------
Bug comments restored from Gmane.org:
I've had wine on my Red Hat 7.2 system for a while. I finally got around to
experimenting with it last weekend (7/21). I used Wine Configuration in KDE to
set up my account and tried to install Cooper Luxicon lighting design software.
I could get it to install in start up, but it locks up at the open file screen.
I haven't been in Windows all week.
This evening (7/28) I booted up in Windows to get some business work done and
discovered that Wine had deleted my entire C:\Program Files directory and
replaced it with what appear to be Wine DLLs. I've never seen these files before
in this directory.
Now my C:\Program Files directory only contains:
!$!$!$!$.cfr
System
ado
msadc
OLE
DB
Common Files
!$!$!$!$.msr
dao2535.tlb
dao350.dll
odbc
Data Sources
System
ado
$!$!data.ie5
msadc
WindowsUpdate
Skins
Visualizations
Where are all of my programs files? Everything's gone!
What kind of demented programmer would do this without warning the user and
giving him a chance to back up the files somewhere else?
I'm really f****d. I have no way of restoring half of those programs and I can't
get my work done. I was depending on being able to finish a project that's due
tomorrow. I can lose my job over this!
Needless to say, I'm not going to trust Codeweavers software again.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-28
23:05 -------
I'll bet you ran explorer.exe, and since you think your system is ruined I can
understand that you are ticked. I just want to ask you this. Do you always run
alpha software your system without backup?
Take a look at the README file that should have come with wine. In it you will
find this.
>>>>>>>>
Wine is not yet complete, so several programs may crash. Provided you set up
winedbg correctly according to documentation/debugger.sgml, you will be dropped
into a debugger so that you can investigate and fix the problem.
For more information on how to do this, please read the file
documentation/debugging.sgml.
You should backup all your important files that you give Wine access
to, or use a special Wine copy of them, as there have been some cases
of users reporting file corruption. Do NOT run Explorer, for instance,
if you don't have a proper backup, as it renames/cripples several
directories sometimes. Not even other MS apps such as e.g. Messenger are safe,
as they launch Explorer somehow. This particular corruption (!$!$!$!$.pfr)
can at least partially be fixed by using
http://home.nexgo.de/andi.mohr/download/decorrupt_explorer
>>>>>>
Now hopfully this little program can fix this up for you.
The Moral of this story: There is no such thing as too much backup.
------- Additional Comments From jfh6 <at> humboldt.edu 2002-08-01 03:54 -------
Maybe your work has some sort of backup of your files already. Don't bash
Codeweavers because they aren't as perfect as Microsoft :-/
Next time you want to use Wine, just make a fake windows directory that Wine
uses and it will be all gravy.
Just follow these easy to understand instructions:
http://www.winehq.com/Docs/wine-user/no-windows.shtml
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-01 13:12
-------
Well, yet another luser who seems to be unable to do the first thing people are
expected to do (especially with alpha software):
reading the most important file, the README file.
(due to that amount of damage, I can understand such a reaction a bit, though)
To my parent:
"Don't bash Codeweavers because they aren't as perfect as Microsoft :-/"
Oh dear, I just hope you don't believe that.;-)
If anything, it is *Microsoft* who is not as perfect as CodeWeavers here,
since that filesystem corruption is being caused by *Explorer* renaming
directories to zilch due to relevant registry entries not being available (most
likely because people told Wine to use the Windows partition, but at the same
time they
forgot to tell it to also make use of the Windows registry entries !)
Wine has zero, zilch, nada responsibility here...
To the bug submitter: did my little script help ? Anything it didn't manage to fix ?
------- Additional Comments From pharouff <at> comcast.net 2002-08-01 21:34 -------
Thank you for the responses. The fix appears to have worked. I still need to reboot
into Windows to
try it out, but it looks like everything is there. There are still two files that did not get
fixed
by decorrupt_explorer, maybe someone knows where they belong. C:\Program
Files\!$!$!$!$.mm2
C:\Program Files\!$!$!$!$.msn As for the other comments, I did see the warning about
Explorer, and I
never attempted to manually run Explorer. But what happens when you try to install a
program that
automatically attempts to register the software via the internet? MOST programs do
this now. The
program I was trying to install is free vendor supplied software from a lighting
manufacturer who
registers the users. This might explain why the program locked up at the time that it
did. Everything
seemed to be working great, then BAM! It was probably trying to start the registration
process. As
for backing up, all the new files were stored in my $HOME directory on the Linux partit!
ion. I wasn't expecting it to screw with the Windows partition. While I understand this
is ALPHA
software, I was expecting this release to be more stable than the last, not less
(especially after
the glowing reviews I had read). Anyway, if your response is correct, the cause was
Windows and not
WINE. While I no longer believe it was your fault, I still feel that this is still a CRITICAL
BUG
that requires as a minimum some work around for protection. I tried the installation
twice. The first
time I used the temporary Windows directory approach. I know that after this attempt,
my C:\Program
Files directory was still intact, because I went looking for the Office files it was
requesting. When
that attempt didn't work, I followed the suggestion that pops up in the debug box and
tried a second
time with native Windows. I haven't done any programming since about 1988, so
needless to say I don't
understand the intricacies of c, perl, java, etc. But if you don't have e!
nough information to fix this problem yet, there should be a way to add a temporary
check to block
any system calls to start Explorer and return an error like "Program Not Found" to the
calling routine (or better yet redirect it to Netscape, Mozilla or Konqeror). So maybe
some programs
crash at this point, but at least it doesn't screw up the partition. If nothing else, get rid
of the
suggestion to try native Windows installation! This was my biggest mistake. After this
experience,
it's my opinion that any program that appears to run then locks up under fake
Windows probably needs
Explorer. While I'm impressed with the progress you've made since I first tried WINE
last Christmas,
I feel that, basically, WINE is completely unusable until this is fixed. Ever since
Windows 98 came
out virtually all Windows software uses Explorer. You can't avoid it. Bill Gates would
have us
believe it can't run without it. ;-)
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-05 14:30
-------
C:\Program Files\!$!$!$!$.msn probably is C:\Program Files\Microsoft Network
(Some) Explorer (component) gets run in the background by a lot of programs.
Oh, and again, this is ALPHA software. This is synonymous with "don't expect
ANYTHING, except for the sky to fall" ;-)
The real "fix" (or rather: workaround) would be:
Someone would have to figure out which registry keys are being read here,
then they should be added to the default wine registry.
And if then people won't even add the default wine registry, then we'll
*really* know whom to blame ! :-)
------- Additional Comments From dclark <at> akamail.com 2002-08-05 17:57 -------
I would note one other apparent behavior. From my very unscientific vague
recollections of postings about this, including personal experience, the
corruption only seems to occur on shared Windows partitions.
For example, back when I was using a shared partition, installing the program
Viewmate invariably corrupted the filesystem (I tried it several times). When I
recently switched to a "fake" EXT3 Windows partition, I reinstalled Viewmate
from scratch, and no corruption occurred.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=922
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:27 -------
Bug comments restored from Gmane.org:
When running Setup.exe from Baldurs Gate II CD1, the progress bar box for
Install Shield is displayed but not properly painted. Shortly thereafter the
wineconsole is launched (The fonts are 'squished' so I can't actually read what
is displayed)
------- Additional Comments From idstewart <at> compuvative.com 2002-07-28 19:05
-------
Created an attachment (id=242)
--> (http://bugs.winehq.com/attachment.cgi?id=242&action=view)
Last 200 lines from wine --debugmsg +relay Setup.exe
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-28
20:36 -------
Your problem with winedbg/wineconsole sounds like my experience with bug 745 .
Could you have a look at it.
A back trace (bt) in winedbg would be more usefull than the just the trace that
you attached (a lot of the trace looks like the setup for winedbg.) Your problem
with winedbg/wineconsole sounds like my experience with bug 745. If you look at
bug 745 you can see how I got around it. Its not really a fix and up untill now
I thought it was just me. So if you have any insights please add them to the bug
report or at least confirm that this is the same problem.
------- Additional Comments From idstewart <at> compuvative.com 2002-08-05 18:15
-------
Created an attachment (id=254)
--> (http://bugs.winehq.com/attachment.cgi?id=254&action=view)
Capture of winedbg triggered by uncaught exception in Setup.exe
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-05
18:35 -------
We need the backtrace (bt)
------- Additional Comments From idstewart <at> compuvative.com 2002-08-05 23:42
-------
http://bugs.winehq.com/show_bug.cgi?id=921
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:25 -------
Bug comments restored from Gmane.org:
The documentation on Wine printing suggests that the best solution to printing
under Wine is to use CUPS - that if you have CUPS set up, printing "just works"
Wrong - Wine cannot correctly identify what printers I have under CUPS, nor can
it configure them - in fact most attempts to manipulate print setup cause Wine
to fault.
Until Wine and CUPS actually get along, I would suggest the documentation be
changed to reflect this.
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 16:26 -------
what is wrong?
what symptoms show that CUPS might not work correctly?
can you send a trace with -debugmsg +winspool ?
------- Additional Comments From bunk <at> fs.tum.de 2002-11-17 18:59 -------
Perhaps the submitter sees something similar to the error messages I see:
<-- snip -->
err:psdrv:PSDRV_PPDGetNextTuple Error in line '*CloseUI *stpBrightness'?
To use WINEPS you need to install some AFM files.
fixme:winspool:AddPrinterW DocumentPropertiesW on printer 'L"hpdj400"' fails
<-- snip -->
This is with the 20021031 Wine package in Debian unstable. I'll attach the
output of "debugmsg +winspool".
------- Additional Comments From bunk <at> fs.tum.de 2002-11-17 19:00 -------
Created an attachment (id=336)
--> (http://bugs.winehq.com/attachment.cgi?id=336&action=view)
output of "debugmsg +winspool"
------- Additional Comments From dclark <at> akamail.com 2002-11-17 19:37 -------
Unfortunately, a typo has crept into a number of CUPS ppd files. The line:
*CloseUI *stpBrightness
is incorrect, and should read:
*CloseUI: *stpBrightness
________^
Apparently the CUPS software does not care about the typo, but Wine does. Since
this typo is so prevalent, it might be worth it for Wine to implement a
workaround, but that bug is the fault of CUPS, not Wine. To get rid of that
problem, just edit the PPD file and add the colon.
------- Additional Comments From wowbagger <at> sktc.net 2002-11-17 21:29 -------
The last time I tried to install CUPS and then use printing under Wine (which
was about the time I filed this bug, so things may have changed), any attempt to
access the printing function of a Windows app running under Wine would cause
Wine to segfault.
I was told (in the Winedev mailing list) that the problem was that the PPD files
that CUPS returned to Wine were not in a format that Wine could understand, and
that was causing the fault.
I then pointed out (in Winedev) that the documentation said that printing under
Wine with CUPS "just worked" and that in fact it did not "just work".
I was told to file a bug, and I did.
Now, since I got fed up with several of the things that CUPS did to my printing
services just under normal Linux, I removed it and went back to LPDng. Since I
have no intention of trying CUPS again (since what I have works) I cannot check
if the problems have been fixed or not.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=920
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:23 -------
Bug comments restored from Gmane.org:
When running quakeforge (http://quakeforge.net/) in wine, it is
unable to read
files from paks due to the use of _fdopen and _fdopen rewinding the file causing
qf to always read the first N bytes of the pak file. I commented out the call to
MSVCRT_rewind and everything worked beautifully.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=919
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:23 -------
Bug comments restored from Gmane.org:
This FlashFXP version has a rather interesting crash:
It tries to read the "MZ" (DOS binary) flag from (varying !) base addresses
like e.g. 0x08040000 or 0x40470000.
This could probably be some sort of encryption or so.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=918
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:22 -------
Bug comments restored from Gmane.org:
Hello!
I tried to run Microcal Origin 6.0 under Wine. It displays the labels
on the graph strangely. I also tried to change
the font setings in Wine - it does not help.
My configuration is:
RedHat 7.3, Wine got from Dataparty
all fonts are loaded via XFS
Wine uses Cronyx (cyrillic) fonts by default
tried to load native Windows TTFs via XFS - doesn't help
the same via Wine TTF support - doesn't help
native TTFs via XFS + change defaults from Cronyx to koi-8 TTF -
doesn't help, problems with cyrillic (?!)
------- Additional Comments From agalakhov <at> ifmlrs.uran.ru 2002-07-25 01:40
-------
Created an attachment (id=241)
--> (http://bugs.winehq.com/attachment.cgi?id=241&action=view)
Letters (or sometimes squares) are shown instead of numbers
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=917
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:22 -------
Bug comments restored from Gmane.org:
The mouse cursor jumps strangely in Wine when some programs (for
example, KDE AMOR) are running together with some program under Wine.
I see this cleanly when Origin 6.0 is running together with Amor.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=916
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:21 -------
Bug comments restored from Gmane.org:
The URL is the msdn info for the function.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-24
20:10 -------
This is correct DrawDibProfileDisplay is mapped as a stub in
/dlls/msvidio/msvfw32.spec.c The relevant info is as follows
The DrawDibProfileDisplay function determines settings for the display system
when using DrawDib functions.
BOOL DrawDibProfileDisplay(
LPBITMAPINFOHEADER lpbi
);
Parameters
lpbi
Pointer to a BITMAPINFOHEADER structure that contains bitmap information. You
can also specify NULL to verify that the profile information is current. If the
profile information is not current, DrawDib will rerun the profile tests to
obtain a current set of information. When you call DrawDibProfileDisplay with
this parameter set to NULL, the return value is meaningless.
Return Values
Returns a value that indicates the fastest drawing and stretching capabilities
of the display system. This value can be zero if the bitmap format is not
supported or one or more of the following values.
Value Description
PD_CAN_DRAW_DIB DrawDib can draw images using this format. Stretching might or
might not also be supported.
PD_CAN_STRETCHDIB DrawDib can stretch and draw images using this format.
PD_STRETCHDIB_1_1_OK StretchDIBits draws unstretched images using this format
faster than an alternative method.
PD_STRETCHDIB_1_2_OK StretchDIBits draws stretched images (in a 1:2 ratio)
using
this format faster than an alternative method.
PD_STRETCHDIB_1_N_OK StretchDIBits draws stretched images (in a 1:N ratio)
using
this format faster than an alternative method.
Requirements
Windows NT/2000/XP: Included in Windows NT 3.1 and later.
Windows 95/98/Me: Included in Windows 95 and later.
Header: Declared in Vfw.h.
Library: Use Vfw32.lib.
Is there a program that requires this that we can test against?
------- Additional Comments From samuel <at> sieb.net 2002-08-06 15:32 -------
Here is a program that uses it.
http://www.msen.com/~crandall/PFKS083B.ZIP
Install it, run it, and try to open the calc.lzh file.
You have to be in desktop mode or you'll find another bug. :-)
As soon as the loading is finished, you'll hit this bug.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=913
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:17 -------
Bug comments restored from Gmane.org:
When using the direct connect client DC++
(www.sourceforge.net/projects/dcplusplus)
the textfields (with dropdowns) doesn't work as they should. Sometimes you
can't type text into it, sometimes a string like "hello" become one big single
character. It also seems like the program can't use the contents of the fields
alright.
The searchfield for example dosn't work. But if you use the search function
within the "search spy" it works fine.
I'm using wine from "testing/debian, linux"
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=911
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:17 -------
Bug comments restored from Gmane.org:
This program has screen corruption the same as riven (I think)
------- Additional Comments From dclark <at> akamail.com 2003-01-09 20:14 -------
How about listing simple steps to take that will demonstrate the corruption (so
I don't actually have to learn how to use it ;).
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-09
22:55 -------
Created an attachment (id=366)
--> (http://bugs.winehq.com/attachment.cgi?id=366&action=view)
CommonFBlues.pch file I used for testing
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-09
23:13 -------
Created an attachment (id=367)
--> (http://bugs.winehq.com/attachment.cgi?id=367&action=view)
annotated screenshot showing srceen corruption
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-09
23:43 -------
Hell I have no real idea on how it "really" works but if you look at the
screenshot I will try to explain it.
The red elipse has an artifact (corruption) from the "PolyAreaIn1" panel. This
was acheived by passing the mouse over the grey area between the two panels and
placing it over one of the round control knobs (hidden by artifact) .
The Blue Circle shows where a round control knob went missing after the mouse
went over it.
The problem seems to always involve a round control knob. and the trace has
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
whenever the corruption occurs.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=910
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:15 -------
Bug comments restored from Gmane.org:
when doing some searches using winmx
the foreground color of the results (filenames i suppose) is the same as the
background., you can change de bg color, but still the same bug.
steps to reproduce
install, launch winmx,
go to search pane
type something to search for
you cant see the filenames, but the others info (in others color are shown)
to change the bg color :
click on settings
colors/search window
and modify the background color
------- Additional Comments From flucchini <at> iol.it 2002-08-13 13:28 -------
It doesn't seem to be a color problem but a column index problem in all WinMX
application.
In fact in place of the filename it shows the size field right-aligned and all
othe fields shifted left consequently.
Same problem can be noted also in the download tab.
------- Additional Comments From tazdev <at> altern.org 2003-01-02 15:45 -------
no more display problem of the results with last cvs (20030102)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:22 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=906
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:14 -------
Bug comments restored from Gmane.org:
Wine version: 20020411-6 (obtained a couple of nights ago from Ximian)
I had to rebuild my system from a HD failure last week. Latest Wine
version doesn't seem to work with Quicken Deluxe 99:
Program installs ok. I can open up my restored data files. I open the register,
and begin to enter a new entry. I enter the date, press TAB, enter the check
number and press TAB. Quicken freezes up. I can quit the program by going back
to the shell I launched Wine from and pressing control-c. I also note that CPU
utilization JUMPS when this happens, from 8% to more than 50% (using top to
monitor).
Also, I notice that if I use the mouse and not the TAB key, I can get by that
point and continue entering data. When I get to entering the check amount,
Quicken tells me to enter a number in "nnn.nn" format. Well I did! Furthermore,
even opening the little Quicken calculator doesn't work. No numeric entry in a
currency field is understood.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-07-22 12:22
-------
Please try with a current Wine version.
The number field sounds like it may be oleaut32 related.
We've had quite a few oleaut32 fixes in between.
Thanks !
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-22
12:34 -------
Jeff; Part of the problem that the developers with of wine face is that we need
bug reports for programs that we do not have access to. So bug reports for any
program are nesessary and appreciated. However at this point the ximian release
of wine is 3 releases behind. Winehq releases a new version of wine usually
about once a month.
Development in wine is very active and this bug might be fixed in a more current
release. For that reason it is recomended that you install from tarball or
better yet CVS.
Building Wine from source is harder to do than installing from Ximian. I know
that for sure since I use ximian. Its one sweet package manager. That being said
though the amount of extra effort is not IMO that much.
If ugrading your wine does not fix the problem a trace (wine --debugmsg +dialog
...) would be usefull.
------- Additional Comments From JeffMay <at> earthlink.net 2002-07-22 14:00 -------
Thanks for the additional comments. Tonight when I get home I shall give a later
version a try. I
wonder if
it's related to recent kernels; I found these in the wine-users lists:
http://www.winehq.com/hypermail/wine-users/2002/07/0118.html
He's got one of the same symptoms I've seen, "I am using Quicken more than five
years with most
of the
features working, at least usable. Now since I upgrade SuSE 8.0 can not use
quickenw because not let
me type
in numbers:(( Always get error please type in number in nnnn.nn format. Certainly I did,
but error
message
come back again again..."
Another one: http://www.winehq.com/hypermail/wine-users/2002/07/0124.html
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-22
15:27 -------
Thankyou for the additional information. If you still see this with the latest
release of wine at least we have a couple of places to look at. I think that
this one is the most interesting, This is from Steve Varadi first post
> fixme:shdocvw:WBOC_GetControlInfo stub: LPCONTROLINFO = 0x4209df18
If I recall correctly shdocvw defaulted to "native, builtin" and only recently
(within the last couple of months) changed to the following.
"shdocvw" = "builtin, native"
This looks like a regression as well. In his next postSteve Varadi wrote the
following
> This way Quickenw is unusable. I never experiented this kind of problem with
> Quicken. It was working more than five years for me under wine.
> Could anyone give some hints what went wrong??
So I think that using a native shdocvw.dll might "solve" your problem but it
won't fix wine.
------- Additional Comments From JeffMay <at> earthlink.net 2002-07-23 19:35 -------
Additional information: I was asked to replace the builtin shdocvw.dll with a
native version, which I did. No change in behavior. I then ran "wine -debugmsg
+dialog QW.EXE" from the Quicken program directory. Here is a copy of the
generated log:
---------------------------------SNIP------------------------------------------
Wine cannot find certain functions that it needs inside the FreeType
font library. To enable Wine to use TrueType fonts please upgrade
FreeType to at least version 2.0.5.
http://www.freetype.org
trace:dialog:DIALOG_GetCharSizeFromDC dlg base units: 8 x 16
trace:dialog:DIALOG_Init base units = 8,16
err:wave:wodOpen fragment size set failed, size is now 4096
Your Open Sound System driver did not let us configure small enough sound
fragments.
This may cause delays and other problems in audio playback with certain
applications.
trace:dialog:DIALOG_ParseTemplate32 DIALOG 10, 10, 232, 132, 0
trace:dialog:DIALOG_ParseTemplate32 STYLE 0x80c800c0
trace:dialog:DIALOG_ParseTemplate32 EXSTYLE 0x00000000
trace:dialog:DIALOG_ParseTemplate32 CAPTION L"Product Registration"
trace:dialog:DIALOG_ParseTemplate32 FONT 8, L"MS Sans Serif", 0, FALSE
trace:dialog:DIALOG_GetCharSizeFromDC dlg base units: 7 x 14
trace:dialog:DIALOG_CreateIndirect units = 7,14
trace:dialog:DIALOG_CreateControls BEGIN
trace:dialog:DIALOG_GetControl32 L"QWIconDisplay" L"" 1038, 8, 8, 20, 20,
50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L"" 1042, 36, 8, 188, 16,
50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L"- Technical support" 65535, 36,
30, 188, 8, 50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L"- Free online software updates,
including changes " 65535, 36, 40, 188, 8, 50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L" required by the new 1998 tax
laws" 65535, 36, 48, 188, 8, 50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L"- Online stock quotes and other
services" 65535, 36, 58, 188, 8, 50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L"- and special offers made only
to registered users" 65535, 36, 68, 188, 8, 50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L"" 1041, 36, 86, 188, 16,
50020000, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"QC_BUTTON" L"&Register" 32767, 32, 108,
68, 15, 50030049, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"QC_BUTTON" L"Cancel" 32766, 132, 108, 68,
15, 50010048, 00000000, 00000000
trace:dialog:DIALOG_CreateControls END
trace:dialog:EndDialog 1004e 0
trace:dialog:DIALOG_ParseTemplate32 DIALOG 0, 0, 172, 73, 0
trace:dialog:DIALOG_ParseTemplate32 STYLE 0x90c000c0
trace:dialog:DIALOG_ParseTemplate32 EXSTYLE 0x00000000
trace:dialog:DIALOG_ParseTemplate32 CAPTION L"Quicken 99 for Windows"
trace:dialog:DIALOG_ParseTemplate32 FONT 8, L"MS Sans Serif", 0, FALSE
trace:dialog:DIALOG_GetCharSizeFromDC dlg base units: 7 x 14
trace:dialog:DIALOG_CreateIndirect units = 7,14
trace:dialog:DIALOG_CreateControls BEGIN
trace:dialog:DIALOG_GetControl32 L"Static" L"" 1001, 14, 40, 144, 15,
50020008, 00000000, 00000000
trace:dialog:DIALOG_GetControl32 L"Static" L"" 1000, 14, 17, 143, 13,
50020000, 00000000, 00000000
trace:dialog:DIALOG_CreateControls END
err:wave:wodOpen fragment size set failed, size is now 4096
Your Open Sound System driver did not let us configure small enough sound
fragments.
This may cause delays and other problems in audio playback with certain
applications.
Wine failed with return code
---------------------------------SNIP------------------------------------------
I had to do a CTRL-C to get the program to stop. It entered the
processor-cycle-eating loop just after I pressed TAB to exit from the Num column.
As for the Freetype warning, I indeed have Ximian freetype-2.0.1-4.1 package
installed. I downloaded the 2.1.2 sources directly from the Freetype group and
installed them (./configure ; make ; su -c "make install") but Wine doesn't seem
to be able to find the newer stuff.
If it makes any diference, here's my .wine/config file:
---------------------------------SNIP------------------------------------------
WINE REGISTRY Version 2
;; All keys relative to \\Machine\\Software\\Wine\\Wine\\Config
;;
;; MS-DOS drives configuration
;;
;; Each section has the following format:
;; [Drive X]
;; "Path"="xxx" (Unix path for drive root)
;; "Type"="xxx" (supported types are 'floppy', 'hd', 'cdrom' and 'network')
;; "Label"="xxx" (drive label, at most 11 characters)
;; "Serial"="xxx" (serial number, 8 characters hexadecimal number)
;; "Filesystem"="xxx" (supported types are 'msdos'/'dos'/'fat', 'win95'/'vfat',
'unix')
;; This is the FS Wine is supposed to emulate on a certain
;; directory structure.
;; Recommended:
;; - "win95" for ext2fs, VFAT and FAT32
;; - "msdos" for FAT16 (ugly, upgrading to VFAT driver strongly recommended)
;; DON'T use "unix" unless you intend to port programs using Winelib !
;; "Device"="/dev/xx" (only if you want to allow raw device access)
;;
[Drive A]
"Type" = "floppy"
"Path" = "/mnt/floppy"
"Label" = "/mnt/floppy"
"Device" = "/dev/fd0"
[Drive C]
"Path" = "/home/jcmay/.wine/fake_windows"
"Type" = "hd"
"Label" = "/home/jcmay/.wine/fake_windows"
"Filesystem" = "win95"
[Drive D]
"Type" = "cdrom"
"Path" = "/mnt/cdrom"
"Label" = "/mnt/cdrom"
"FileSystem" = "win95"
"Device" = "/dev/hdd"
[Drive E]
"Type" = "cdrom"
"Path" = "/mnt/cdrom1"
"Label" = "/mnt/cdrom1"
"FileSystem" = "win95"
"Device" = "/dev/scd0"
[Drive X]
"Type" = "hd"
"Path" = "/tmp"
"Label" = "Tmp Drive"
"FileSystem" = "win95"
[Drive Y]
"Type" = "network"
"Path" = "${HOME}"
"Label" = "Home"
"FileSystem" = "win95"
[Drive Z]
"Type" = "network"
"Path" = "/"
"Label" = "Root"
"FileSystem" = "win95"
[wine]
"Windows" = "C:\\Windows"
"System" = "C:\\Windows\\System"
"Temp" = "X:\\"
"Path" = "C:\\Windows;C:\\Windows\\System;X:\\;Y:\\"
"GraphicsDriver" = "x11drv"
; Wine doesn't pass directory symlinks to Windows programs by default.
; Enabling this may crash some programs that do recursive lookups of a whole
; subdir tree in case of a symlink pointing back to itself.
;"ShowDirSymlinks" = "1"
"ShellLinker" = "wineshelllink"
# <wineconf>
[DllOverrides]
"*" = "builtin, native, so"
"shdocvw" = "native"
[x11drv]
; Number of colors to allocate from the system palette
"AllocSystemColors" = "100"
; Use a private color map
"PrivateColorMap" = "N"
; Favor correctness over speed in some graphics operations
"PerfectGraphics" = "N"
; Color depth to use on multi-depth screens
;;"ScreenDepth" = "16"
; Name of X11 display to use
;;"Display" = ":0.0"
; Allow the window manager to manage created windows
"Managed" = "N"
; Use a desktop window of 640x480 for Wine
"Desktop" = "800x600"
; Use XFree86 DGA extension if present
; (make sure /dev/mem is accessible by you !)
"UseDGA" = "N"
; Use XShm extension if present
"UseXShm" = "N"
; Enable DirectX mouse grab
"DXGrab" = "N"
; Create the desktop window with a double-buffered visual
; (useful to play OpenGL games)
"DesktopDoubleBuffered" = "N"
; Code page used for captions in managed mode
; 0 means default ANSI code page (CP_ACP == 0)
"TextCP" = "0"
; Use this if you have more than one port for video on your setup
; (Wine uses for now the first 'input image' it finds).
;; "XVideoPort" = "43"
; Run in synchronous mode (useful for debugging X11 problems)
;;"Synchronous" = "Y"
[fonts]
;Read documentation/fonts before adding aliases
;See a couple of examples for russian users below
"Resolution" = "96"
"Default" = "-adobe-helvetica-"
"DefaultFixed" = "fixed"
"DefaultSerif" = "-adobe-times-"
"DefaultSansSerif" = "-adobe-helvetica-"
;; default TrueType fonts with russian koi8-r encoding
;"Default" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultFixed" = "-monotype-courier new-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSerif" = "-monotype-times new roman-*-*-*--*-*-*-*-*-*-koi8-r"
;"DefaultSansSerif" = "-monotype-arial-*-*-*--*-*-*-*-*-*-koi8-r"
;; default cyrillic bitmap X fonts
;"Default" = "-cronyx-helvetica-"
;"DefaultFixed" = "fixed"
;"DefaultSerif" = "-cronyx-times-"
;"DefaultSansSerif" = "-cronyx-helvetica-"
[serialports]
"Com1" = "/dev/ttyS0"
"Com2" = "/dev/ttyS1"
[parallelports]
"Lpt1" = "/dev/lp0"
[spooler]
"LPT1:" = "|lpr"
"LPT2:" = "|gs -sDEVICE=bj200 -sOutputFile=/tmp/fred -q -"
"LPT3:" = "/dev/lp3"
[ports]
;"read" = "0x779,0x379,0x280-0x2a0"
; "write" = "0x779,0x379,0x280-0x2a0"
[spy]
"Exclude" = "WM_SIZE;WM_TIMER;"
[registry]
;These are all booleans. Y/y/T/t/1 are true, N/n/F/f/0 are false.
;Defaults are read all, write to Home
; Global registries (stored in /etc)
"LoadGlobalRegistryFiles" = "Y"
; Home registries (stored in ~user/.wine/)
"LoadHomeRegistryFiles" = "Y"
; Load Windows registries from the Windows directory
"LoadWindowsRegistryFiles" = "Y"
; TRY to write all changes to home registries
"WritetoHomeRegistryFiles" = "Y"
; Registry periodic save timeout in seconds
; "PeriodicSave" = "600"
; Save only modified keys
"SaveOnlyUpdatedKeys" = "Y"
[Tweak.Layout]
;; supported styles are 'Win31'(default), 'Win95', 'Win98'
"WineLook" = "Win98"
[Console]
;"Drivers" = "tty"
;"XtermProg" = "nxterm"
;"InitialRows" = "25"
;"InitialColumns" = "80"
;"TerminalType" = "nxterm"
[Clipboard]
"ClearAllSelections" = "0"
"PersistentSelection" = "1"
; List of all directories directly contain .AFM files
[afmdirs]
"1" = "/usr/share/ghostscript/fonts"
"2" = "/usr/share/a2ps/afm"
"3" = "/usr/share/enscript"
"4" = "/usr/X11R6/lib/X11/fonts/Type1"
[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
# </wineconf>
#########################################
# Application dependent sections follow #
#########################################
[AppDefaults\\_INS5576._MP\\x11drv]
; Lotus Notes R5 installer
; I'm quite not sure this will run on some other machine than mine, but it
; can't hurt
"Managed" = "N"
"Desktop" = "N"
[AppDefaults\\nlnotes.exe\\x11drv]
"Desktop" = "800x600"
[AppDefaults\\notes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"
[AppDefaults\\nlnotes.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"
[AppDefaults\\nhldaemn.exe\\DllOverrides]
"msvcrt" = "native"
"msvcrt40" = "native"
"crtdll" = "native"
"imagehlp" = "native"
"rnaph" = "native"
---------------------------------SNIP------------------------------------------
Thanks to everyone for their consideration and help.
Jeff
------- Additional Comments From JeffMay <at> earthlink.net 2002-07-24 19:59 -------
Additional clue: I just noticed that when Wine "locks up" after pressing TAB to
leave the NUM column, and after I press CTRL-C to exit, Wine reports:
/usr/bin/wine: [: too many arguments
Wine failed with return code
/usr/bin/wine: [: too many arguments
/usr/bin/wine: [: -ge: unary operator expected
------- Additional Comments From JeffMay <at> earthlink.net 2002-07-31 07:34 -------
Latest update... (sorry it's been so long; family emergency came up over the weekend)
The bug still exists, but has a work-around. I updated my Wine configuration to use
only native DLLs.
I then
ran Quicken, noting on the "can't find xxxxx.DLL" messages. My wife's machine runs
Windows
98, so I was able
to experimentally move the missing DLLs to the .wine/fake_windows/Windows/System
directory.
Everything now
seems to work. When I get back home tonight I'll make a list of the required DLLs;
there was about
six that
needed to be brought in.
Jeff (*whew*)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-31
11:10 -------
So we need to know which dll's these were. That should help a little
------- Additional Comments From JeffMay <at> earthlink.net 2002-07-31 19:51 -------
Here are the native DLLs I had to employ to make Quicken work right:
ADVAPI32.DLL
COMCTL32.DLL
COMDLG32.DLL
GDI32.DLL
MSVCRT.DLL
SHLWAPI.DLL
USER32.DLL
Jeff
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=905
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:11 -------
Bug comments restored from Gmane.org:
Not quite sure how to explain this. Basically, when sending a string across a
socket connection the last character is getting knocked off. I've had
problems with a few network programs, but this one in particular I can check
the logs on and every message has the last character chopped off. PCAnywhere
may also be having a similar issue.
Need to revisit the winsock emulator?
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-07-22 12:26
-------
Wow, excellent submission !
Could you check whether you find anything suspicious in a log file done via
--debugmsg +relay,+winsock,+wininet,+file ?
Thanks !
------- Additional Comments From gnutt <at> belzberg.com 2002-07-25 15:09 -------
There's nothing in particular in debugmsg's that stand out. Connection
established, messages communicated.
As we discussed in email, it seems to require debug TRACEs in the
dlls/wsock32/*.c or dlls/winsock/*.c or dlls/wininet/*.c files.
You also suggested it could be in the winserver (server/*.c), although this
isn't as likely.
I may have been incorrect in my previous report saying that it was knocking
off the last character only. It seems I could be losing 2 characters, which
would likely cause more of a problem than just losing one.
I don't have the time to do the further debugging on this, unless I'm given
something else specific to look for and report, but I'm sure that this bug is
a showstopper for anyone who uses pcAnywhere and some other network
applications and have been having problems.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=903
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:08 -------
Bug comments restored from Gmane.org:
According to the above URL, a "microsoft.com" should not be considered a valid
URL. It needs to be preceded with "http://";. The wine
implementation of
PathIsURLA returns true for those kinds of entries.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=902
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:07 -------
Bug comments restored from Gmane.org:
the I am using version 20011226 on a SuSE 8.0 machine. The error i get is
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not
supported yet (please report)
err:wave:wodPlayer_Reset grin
I am trying to run a cbt specifically netg that has sound on it. The sound does
not work correctly.
Can anyone help me fix this.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-20
22:57 -------
*** This bug has been marked as a duplicate of 901 ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:21 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=901
------- Additional Comments From z_god(a)wanadoo.nl 2003-21-06 06:06 -------
Bug comments restored from Gmane.org:
the I am using version 20011226 on a SuSE 8.0 machine. The error i get is
fixme:midi:OSS_MidiInit Synthesizer support MIDI in. Not
supported yet (please report)
err:wave:wodPlayer_Reset grin
I am trying to run a cbt specifically netg that has sound on it. The sound does
not work correctly.
Can anyone help me fix this.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-20
22:57 -------
*** Bug 902 has been marked as a duplicate of this bug. ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-20
23:08 -------
Well the first thing you should do is get a newer version of wine
http://www.winehq.com/download/
I recommend installing from tarball. This isn't to hard to do if you follow the
instructions in the README file. Also have a look at the wine users guide.
http://www.winehq.com/Docs/wine-user/
------- Additional Comments From hoingram <at> bellsouth.net 2002-07-21 14:13
-------
i upgraded to version 20020710 but had the same error. Is there anything else I
can try?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-21
20:08 -------
What is the program that gives this error. Is there a downloadable version that
someone could test with? If not a trace (--debugmsg +wave) that shows the
problem would be a step in the right direction.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-21
20:47 -------
Sorry that sould probably have been --debugmsg +midi or +midi,+wave
------- Additional Comments From ppickfor <at> hotmail.com 2002-12-08 15:03 -------
netg is trying to paly real audio 14_4 files via ra16.dll
wav output works fine
trace from dbugmesg +wave looks fine
I tried with various buffer sizes with no joy
Is there anyway to trace what ra16.dll does and how it interfaces with the sound
system
------- Additional Comments From ppickfor <at> hotmail.com 2002-12-08 15:15 -------
Created an attachment (id=348)
--> (http://bugs.winehq.com/attachment.cgi?id=348&action=view)
+wave log first sound is wav second sound is real audio 14_4
------- Additional Comments From ppickfor <at> hotmail.com 2002-12-08 15:16 -------
Im using wine-20021125 on mandrake 9.0
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1534
Summary: CreateBitmap is supposed to return the stock object
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pete_a90(a)hotmail.com
Note, I don't have wine but I use the source code as a reference because msdn
is terrible at times. I noticed that the author of CreateCompatibleBitmap and
CreateBitmap (and CreateBitmapIndirect too but that calls CreateBitmap
directly) misinterpreted the gdi documentation. It returns *the* (as in
GetStockObject(DEFALT_BITMAP) in wine) handle to a 1x1
monochrome bitmap if the width or height is 0. Here is some test code that I
wrote in windows that verifies this is true:
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
int main()
{
HDC screenDC = GetDC(0);
HDC hdc = CreateCompatibleDC(screenDC);
// all of these are the stock (in wine) monochrome bitmap
HBITMAP bm = CreateCompatibleBitmap(hdc, 0, 0);
HBITMAP bm1 = CreateCompatibleBitmap(hdc, 0, 0);
HBITMAP bm4 = CreateBitmap(0, 1, 0, 0, 0);
HBITMAP bm5 = CreateDiscardableBitmap(hdc, 0, 0);
HBITMAP curObj = (HBITMAP)GetCurrentObject(hdc, OBJ_BITMAP);
HBITMAP bm2 = CreateCompatibleBitmap(hdc, 1, 1);
HBITMAP bm3 = CreateBitmap(1, 1, 1, 1, 0);
HBITMAP old = (HBITMAP)SelectObject(hdc, (HGDIOBJ)bm2);
SelectObject(hdc, (HGDIOBJ)old);
// old == the stock monochrome bitmaps above
{
HBITMAP screenBM = (HBITMAP)GetCurrentObject(screenDC,
OBJ_BITMAP);
// weird: screenBM != bm
BITMAP bitmap1;
int ret = GetObject(screenBM, 0, 0); // returns sizeof(BITMAP)
BITMAP bitmap2;
memset(&bitmap1, 0xDA, sizeof(bitmap1));
ret = GetObject(screenBM, ret, &bitmap1);
// ret = 0, doesn't touch bitmap1 at all.
ret = GetObject(bm, sizeof(bitmap2), &bitmap2);
// ret = 18, bitmap2 is filled in with the monochrome bitmap info
}
DeleteObject(bm);
DeleteObject(bm1);
DeleteObject(bm2);
DeleteObject(bm3);
DeleteObject(bm4);
DeleteObject(bm5);
DeleteDC(hdc);
ReleaseDC(0, screenDC);
return 0;
}
Looks like an easy fix though (don't quote me on that since I don't use linux
and I don't have a local copy of the code [sorry for no path either]):
In CreateCompatibleBitmap replace the following:
/* MS doc says if width or height is 0, return 1-by-1 pixel, monochrome bitmap
*/
if (!width || !height)
hbmpRet = CreateBitmap( 1, 1, 1, 1, NULL );
else
hbmpRet = CreateBitmap( width, height, 1, dc->bitsPerPixel, NULL );
with just:
hbmpRet = CreateBitmap( width, height, 1, dc->bitsPerPixel, NULL );
and in CreateBitmap replace:
if (!height || !width)
{
height = 1;
width = 1;
planes = 1;
bpp = 1;
}
with:
if (!height || !width)
return GetStockObject(DEFAULT_BITMAP);
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=268
------- Additional Comments From spetreolle(a)yahoo.fr 2003-20-06 14:49 -------
Wojciech,
now you could try with 20030618...
many improvements have been made into the directx library these times...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=268
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From lionel.ulmer(a)free.fr 2003-20-06 13:47 -------
Could you attach a +ddraw trace (--debugmsg +ddraw) to the bug ?
I'm curious to see what kind of surface the game requests...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=900
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:19 -------
Bug comments restored from Gmane.org:
Upon upgrading from 20020605 to 20020710, whenever I try to use ORcad Capture (a
part of the PSpice Lite software), I get window popup with a tilebar of DSM0006
and an error message unable to save <the file I was trying to create> and on the
next line, "system error". What's interesting is the file does get created, but
the program refuses to register that it exists (still prompts me to save unsaved
stuff. If you need more detailed information, please e-mail back. Thankyou
--Greg
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-20
15:46 -------
This is a regression bug from your description. As bugs go this is easy to find
and fix using regression testing as outlined in the following link:
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml
If there is a downloadable version of this program then it is possible for
someone else to do the regression testing. If there isn't then it is up to you.
------- Additional Comments From hogger2 <at> mushworld.dnsart.com 2002-07-21
11:28 -------
There is no download for this program, however there is a for to fill out to get
the lite version on cd mailed to you for free. This is the version I used. I
have a relatively old computer, so regression testing would be very very time
consuming. However below is the url to the form to get a copy of the cd for
anyone willing to help.
http://www.cadencepcb.com/products/downloads/orcaddemo/frmorcaddemocd.asp
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-21
12:23 -------
Out of curiosity how old is your computer? I do regression testing all the time
on mine.
P233 with 96 mb RAM and 40GB hardDrive. I did regression testing with a 3GB
harddrive and 32 mb ram using the same computer.
Yes it is time consuming but you can use your computer while it is doing a
compile. With the timeframe you are talking about it should take at most 6
itinerations to narrow it down to the day the patch was applied.
------- Additional Comments From hogger2 <at> mushworld.dnsart.com 2002-07-22
15:34 -------
I've got a 233 with 64 megs of ram. THe CPU is ok for compiling in the
background. THe memory is a big problem, as is my only 16 GB of storage space
(of which, 800 MB is currently free. I do video recording with real time
compression on my computer, so I need all the CPU power I can get. Also, with
mozilla taking up 30 MB of memory, openoffice another 20MB, memory gets a bit
tight on this college workhorse. I've got summer school finals coming up right
now so I can't do much of my own testing. Upgrading from Debian potato to Debian
Woody is my next project. My main constraint though is the disk space.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-22
16:48 -------
OK, I sent away for the cd and will do the testing when it gets here. They say
about 2 weeks or less.
Ok Thanks alot. I've just upgraded to woody, and I've run into some
pressing problems that require immediate attention. But I'll be glad to
tell you the steps I use to determine if the software works if you like.
--Greg
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-31
14:36 -------
I was able to install Capture, Layout and PSpice with the following setup
wine snapshot 20020605
[Version] "windows" = "win98" (in .wine/config)
actual windows installed win98
I could not install this program using the current CVS so I should start another
bug for that. Also I had trouble installing it useing other windows versions
"NT40" and "win2k" sort of worked but gave me too many problems probably due to
not actualy having nt40 or win2k dlls
If you could give a step by step procedure to reproduce the bug I would
appreciate it.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-08-01
10:20 -------
I have no idea on how to reproduce the error you described, Wine snapshot
20020710
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-10
09:07 -------
I recieved these instructions about a month ago but things got in the way.
Once installed, however, you should create a new project by
going file-new. type in a project name, and select "Analog or Mixed A/D".
The location needs to be specified, but can be anywhere you want the
program to create it's data files for this project. After hitting ok,
select "Create a blank Project". At this point, it should take you to a
work space with a big white screen. But on the newer versions of wine, it
will bring up the error message before reaching this screen.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=899
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:16 -------
Bug comments restored from Gmane.org:
Well. I've runned myself some starcraft 1.00. But there is a problem. When the
window get's created I have no graphics. The game itself "thinks" everything is
ok though. Now if I have Desktop commented out and "Managed" = "Y" it's kind of
easy to get the graphics working. Simply switching focus to another window, and
then clicking back on starcrafts window get's the graphics back. IMHO this has
something to do with some messages (wm_paint?) not being sent to the starcraft
window upon creation.
Note1: twm has the same behaviour :)
Note2: same thing with a snapshot from 200204 and current cvs winex. So this has
to be old.
Note3: guess what happens when I turn "DXGrab" = "Y". Alt+Tab doesn't work, and
I'm blind enough not to be able to get out of starcraft :) Thank Linus for SysRq :)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=898
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:15 -------
Bug comments restored from Gmane.org:
fixme:dc:GetDCEx not supported yet on other process window 10021
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=897
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:15 -------
Bug comments restored from Gmane.org:
The make target [winetest.exe.spec.c] does not compile. Winebuild has an
unrecognized option "-s" error.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=896
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:14 -------
Bug comments restored from Gmane.org:
I've got Wine 20020605 and Terragen 0.8.44. Almost everything is working - including
rendering -
except the following operations "lock up" WineTerragen execution. Landscape ->
Surface
Map -> Edit Color, Landscape -> Surface Map -> Tex, Cloudscape -> Edit Cloud Color,
Water
-> Edit Diffuse/Transparent Color. Process kill is the only recovery, back to the
console
terminal.Another clue - Builtin COMCTL32.DLL gives landscape sculpture buttons but
no main window
left column child-window buttons. Native COMCTL32.DLL gives no landscape
sculpture buttons, but does
give main window left column child-window buttons properly.Already installed
DCOM95.exe and ran
regsvr32 OLEAUT32.DLL in the application directory. Thanks!
------- Additional Comments From fgouget <at> codeweavers.com 2002-07-19 19:40
-------
*** This bug has been marked as a duplicate of 894 ***
------- Additional Comments From apa3a <at> yahoo.com 2002-07-22 10:19 -------
Close
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=895
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:13 -------
Bug comments restored from Gmane.org:
I've got Wine 20020605 and Terragen 0.8.44. Almost everything is working - including
rendering -
except the following operations "lock up" WineTerragen execution. Landscape ->
Surface
Map -> Edit Color, Landscape -> Surface Map -> Tex, Cloudscape -> Edit Cloud Color,
Water
-> Edit Diffuse/Transparent Color,Process kill is the only recovery, back to the console
terminal.Another clue - Builtin COMCTL32.DLL gives landscape sculpture buttons but
no main window
left column child-window buttons. Native COMCTL32.DLL gives no landscape
sculpture buttons, but does
give main window left column child-window buttons properly.Already installed
DCOM95.exe and ran
regsvr32 OLEAUT32.DLL in the application directory. Thanks!
------- Additional Comments From fgouget <at> codeweavers.com 2002-07-19 19:40
-------
*** This bug has been marked as a duplicate of 894 ***
------- Additional Comments From apa3a <at> yahoo.com 2002-07-22 10:19 -------
Close
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=894
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:12 -------
Bug comments restored from Gmane.org:
I've got Wine 20020605 and Terragen 0.8.44. Almost everything is working - including
rendering -
except the following operations "lock up" WineTerragen execution. Landscape ->
Surface
Map -> Edit Color Landscape -> Surface Map -> Tex Cloudscape -> Edit Cloud Color
Water
-> Edit Diffuse/Transparent ColorProcess kill is the only recovery, back to the console
terminal.Another clue - Builtin COMCTL32.DLL gives landscape sculpture buttons but
no main window
left column child-window buttons. Native COMCTL32.DLL gives no landscape
sculpture buttons, but does
give main window left column child-window buttons properly.Already installed
DCOM95.exe and ran
regsvr32 OLEAUT32.DLL in the application directory. Thanks!
------- Additional Comments From fgouget <at> codeweavers.com 2002-07-19 19:33
-------
The original URL was: http://www.bowlvisions.com/
???
I replaced it with the URL of the Terragen download page.
------- Additional Comments From fgouget <at> codeweavers.com 2002-07-19 19:40
-------
*** Bug 895 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=893
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:11 -------
Bug comments restored from Gmane.org:
During make install for the whole package, make enters into the directory and
throws an error because there is no "install" directive within the Makefile.
Fix: echo "install:" >> debugger/Makefile
------- Additional Comments From marcus <at> jet.franken.de 2002-07-20 02:45 -------
the debugger makefile clearly has an install target here, so
something else is broken on your side.
try make clean ; ./configure ; make ; make install
Ciao, Marcus
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:21 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=892
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:10 -------
Bug comments restored from Gmane.org:
Currently GetSystemInfo reads the CPU information from /proc/cpuinfo. The
problem is that this only works on Linux and other x86-based platform only get
the defaults which are certainly not optimal for current CPUs.
One potential issue is that pre-586 (or is it pre-486) processors don't support
the CPUID instruction. But this it not a big issue and can probably be handled
in some way.
I have set this bug's platform to FreeBSD but this is just as valid for Solaris x86.
------- Additional Comments From marcus <at> jet.franken.de 2002-07-19 03:47 -------
If you want to use CPUID, use an exception handler around the
instruction which will trigger if it is not there.
Otherwise I do not see a problem to implement it for !Linux x86 systems.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=891
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:09 -------
Bug comments restored from Gmane.org:
tried to compile 'hello world' using winelib. empty dir w/ hello.c. winemaker. ok.
configure. ok.
make : winebuild complained about unknown tokens in the spec file. it turned out that
its parser
doesn't support (any more?) the 'type' and 'import' keywords. after removing these
lines from the
.spec file, it compiled fine.
updating the winemaker script should solve the problem. (+plus updating the docs)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=890
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:08 -------
Bug comments from Gmane.org:
As usual, AutoCAD seems to be a good test-bench for wine :-)
I spotted the problem that seemed coming from VirtualQuety function, but
that is (I guess... hmmmm) more a problem of memory handling in wine.
I made a little test app; here the results in wine and win2k, later on
the app itself :
WINE RESULTS :
Memory info about '004012F0' :
Base Address : 00401000
Allocation Base : 00400000
Allocation Protect : PAGE_READONLY | PAGE_WRITECOPY |
PAGE_EXECUTE_READWRITE | PAGE_NOACCESS
Region Size : 00017000
State : MEM_COMMIT
Protect : PAGE_WRITECOPY <----- HERE
Type : MEM_PRIVATE
WIN2k RESULTS :
Memory info about '004012F0' :
Base Address : 00401000
Allocation Base : 00400000
Allocation Protect : PAGE_EXECUTE_WRITECOPY
Region Size : 00001000
State : MEM_COMMIT
Protect : PAGE_EXECUTE_READ <---- AND HERE
Type : MEM_IMAGE
Well, dunno too much about Type field, I didn't find an app that check it yet;
I did find the app that uses Protect flag; I think it's poor coded, but as
usual we should make bad apps work too :-)
The app put some data in code page, not yet spotted if hard or soft-coded,
then before reading it checks Protect field to see if it has not set the
PAGE_GUARD, NO_ACCESS and WRITECOPY flags; if t has, it hangs some 10.000
lines later (sigh....)
I think wine should set Protect flag quite as like as possible as windoze
For AutoCAD2000 I put a dirty hack in process.c, but is really ugly; i'd
prefer not to put my hands (bytes ?) too deeply inside some code that I don't
understand completely...
Attached is the test source (compiled in Borland CBuilder, but should work
with any compiler, apart some unuseful pragma's).
If needed I can post the compiled too :-)
------- Additional Comments From maxx2 <at> veneto.com 2002-07-18 03:09 -------
Created an attachment (id=232)
--> (http://bugs.winehq.com/attachment.cgi?id=232&action=view)
C++ Test app for bug 890
------- Additional Comments From maxx2 <at> veneto.com 2002-07-19 14:42 -------
Just submitted a Patch on wine-patches that seems to solve the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=889
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:06 -------
Bug comments restored from Gmane.org:
Using the game Dynomite from PopCap Games works very well except that the offset
for the graphics is the same as the offset of the window (on the desktop) in
which the graphics are being displayed; I essentially eliminated the code in
WINPOS_GetWinOffset() by adding a return immediately following the code that
sets of the X and Y component of the offset to 0 -- this solves the problem but
I suspect that it will cause problems elsewhere; the file of interest is
windows/winpos.c; feel free to contact me for any additional information
------- Additional Comments From tuiningas_ml <at> shaw.ca 2002-07-21 00:26 -------
I followed the trail a little bit
further as I noticed that "hot spots" on an image (like buttons) would
fade in and out when the window wasn't at the top left of the screen.
The trail led to the file dlls/x11drv/winpos.c. It is making a call to
MapWindowPoints() which in turn calls WINPOS_GetWinOffset(). If I
eliminate the call to MapWindowPoints() in the function expose_window()
at line 290, (and restore the original version of windows/winpos.c)
everything works beautifully. The window draws itself properly and the
buttons work as expected. I am not all that familiar with Wine code,
though, so can anyone think of a good reason why this code ought to be
there? Should I submit a patch? And if so, can anyone point me to the
method required for doing so? Thanks.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-21
09:59 -------
I am not that familiar with wine internals either, but if you submit a patch to
wine_patches <at> winehq.com, I'm sure that if there is something wrong with it
someone will point it out.
The following links are from the Wine Developers Guide on how to submit patches
http://www.winehq.com/Docs/wine-devel/patches.shtmlhttp://www.winehq.com/Docs/wine-devel/patch-quality.shtml
------- Additional Comments From tuiningas_ml <at> shaw.ca 2002-07-23 21:42 -------
Created an attachment (id=239)
--> (http://bugs.winehq.com/attachment.cgi?id=239&action=view)
Proposed patch for this ug
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-24
10:26 -------
I applied your patch to my system and tested it with several programs and the
results are not very good. the startup screen of winzip is totally corrupted by
this patch.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-24
10:30 -------
Created an attachment (id=240)
--> (http://bugs.winehq.com/attachment.cgi?id=240&action=view)
Screen shot showing corruption of Winzip startup screen.
------- Additional Comments From tuiningas_ml <at> shaw.ca 2002-07-24 22:42 -------
The proposed patch that I made was wrong but it seems that someone else made the
right patch elsewhere so it is now fixed. I guess the moral of the story is: if
you wait long enough, someone else will do it for you.... :-)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:20 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=888
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:04 -------
Bug comments restored from Gmane.org:
It would be nice to be able to have a key-combo (one that you wouldn't likely
use in Windows -- eg CTRL-ALT-SHIFT-R or something silly.) that would RELEASE a
mouse that is DXGrabbed, so that a user may go back to his desktop, deal with
other programs, and then lock it back... normally, you would just turn DX grab
off, but that makes games nearly impossible to play. Being able to release, do
whatever else you wanna do, and the click back in the window to re-lock would be
sweet.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=885
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 08:03 -------
Bug comments restored from Gmane.org:
When playing Riven I can move ahead and the screens are fine, but when I want to
rotate the view the screen gets corrupted. I think I have tracked the problem
down to StretchBlt and BitBlt in X11, but I have run into problems debugging it.
It turns out that winedbg uses BITBLT_InternalStretchBlt extensivly so I cannot
use winedbg to track down.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-16
23:19 -------
Created an attachment (id=228)
--> (http://bugs.winehq.com/attachment.cgi?id=228&action=view)
Screen shot before rotate.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-16
23:21 -------
Created an attachment (id=229)
--> (http://bugs.winehq.com/attachment.cgi?id=229&action=view)
Screen shot after rotate
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-16
23:22 -------
Created an attachment (id=230)
--> (http://bugs.winehq.com/attachment.cgi?id=230&action=view)
Screenshot of what it should look liek after rotate.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-16
23:26 -------
Created an attachment (id=231)
--> (http://bugs.winehq.com/attachment.cgi?id=231&action=view)
Short log file that goes with screen shots
------- Additional Comments From dclark <at> akamail.com 2002-07-17 11:32 -------
Yep, I agree. I noticed that by setting transitions to "best", it becomes really
obvious what is happening. It is supposed to scroll the window left or right,
and then paints in the new portion of the display. It does it with calls like this:
trace:scroll:X11DRV_ScrollDC 08dc -181,0 hrgnUpdate=0000 rcUpdate = (nil)
which as you suggest causes a BitBlt:
trace:bitblt:BitBlt hdcSrc=08dc 181,0 24 bpp->hdcDest=08dc 0,0 427x392x24
rop=cc0020
For some reason, that does not seem to be working. Only the new part is being
painted in. The scroll never happens. I never got much beyond that point.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-18
12:25 -------
:BitBlt hdcSrc=08dc 181,0 24 bpp->hdcDest=08dc 0,0 427x392x24 rop=cc0020
OK. This looks (to me) like the source and destination are the same. hdcSrc and
hdcDest both = 08dc. Based on my experience with SimCity's screen corruption I
am inclined to be suspicious of this. The other thing about it is that it is
24bpp and as Lionel says its evil <g>
source x = 181
source y = 0
destination x = 0
destination y = 0
width = 427
hieght = 392
So my assumption is that you clicked on the right side of the screen and the
left hand side of the screen is not getting updated, right?
------- Additional Comments From dclark <at> akamail.com 2002-07-18 17:48 -------
Yep, that was a click on the right. And of course there is a series of quick
scrolls of various sizes, corresponding to the various sized pieces left on the
right side causing the screen corruption.
trace:scroll:X11DRV_ScrollDC 08dc -181,0 hrgnUpdate=0000 rcUpdate = (nil)
trace:scroll:X11DRV_ScrollDC 08dc -81,0 hrgnUpdate=0000 rcUpdate = (nil)
trace:scroll:X11DRV_ScrollDC 08dc -81,0 hrgnUpdate=0000 rcUpdate = (nil)
trace:scroll:X11DRV_ScrollDC 08dc -82,0 hrgnUpdate=0000 rcUpdate = (nil)
trace:scroll:X11DRV_ScrollDC 08dc -60,0 hrgnUpdate=0000 rcUpdate = (nil)
I think 24 bits is only because that is what my video card is set for, so that
is what wine is using. Riven itself is only 8 bit color, as I recall.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-18
19:47 -------
Well I've tracked it down to this code snippet
case SRCCOPY: /* 0xcc */
if (dcSrc->bitsPerPixel == dcDst->bitsPerPixel)
{
wine_tsx11_lock();
XSetFunction( gdi_display, physDevDst->gc, GXcopy );
XCopyArea( gdi_display, physDevSrc->drawable,
physDevDst->drawable, physDevDst->gc,
physDevSrc->org.x + visRectSrc.left,
physDevSrc->org.y + visRectSrc.top,
width, height,
physDevDst->org.x + visRectDst.left,
physDevDst->org.y + visRectDst.top );
physDevDst->exposures++;
wine_tsx11_unlock();
return TRUE;
}
In each case it goes into this code. (XCopyArea is not a wine function)
can you confirm?
------- Additional Comments From dclark <at> akamail.com 2002-07-18 22:56 -------
Yep, it looks like that for me. I added a trace to check the parameters to
XCopyArea, and they look ok.
case SRCCOPY: /* 0xcc */
if (dcSrc->bitsPerPixel == dcDst->bitsPerPixel)
{
TRACE(" src_xy=%d,%d size=%d,%d dst_xy=%d,%d\n",
physDevSrc->org.x + visRectSrc.left,
physDevSrc->org.y + visRectSrc.top,
width, height,
physDevDst->org.x + visRectDst.left,
physDevDst->org.y + visRectDst.top );
I think what is happening is that the first bitblt is doing the scroll on an
internal image.
trace:bitblt:BitBlt hdcSrc=08dc 38,0 24 bpp->hdcDest=08dc 0,0 570x392x24
rop=cc0020
...
trace:bitblt:BITBLT_InternalStretchBlt src_xy=38,0 size=570,392 dst_xy=0,0
And then the second copies the entire image to the screen
trace:bitblt:StretchBlt 08dc 0,0 608x392x24 -> 0894 0,0 608x392x24 rop=cc0020
...
trace:bitmap:X11DRV_DIB_SetImageBits
XPutImage(44041069,0x8079818,0x80b3ec0,0,0,0,0,608,436)
...
trace:bitblt:BITBLT_InternalStretchBlt src_xy=0,0 size=608,392 dst_xy=16,22
The dst_xy on this second one is offset to accomodate the frame (I think).
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-18
23:30 -------
It's a timing problem, it seems that when the source and destination are the
same the screen is not updated properly before the next bitblt. I found this out
by putting a FIXME in a for loop. I wanted to slow this down so I could see the
problem as it progressed. What it did is clear the problem up.
....
physDevDst->exposures++;
wine_tsx11_unlock();
if (physDevDst == physDevSrc){
INT q;
for(q=1;q<1000 q++){
FIXME("Same Source;
}
}
return TRUE;
....
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-19
02:50 -------
Created an attachment (id=235)
--> (http://bugs.winehq.com/attachment.cgi?id=235&action=view)
Horribly hacked solution that masks the problem (patch)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-19
21:13 -------
Duane, have you tried Riven with either of my hacks and if so what do you think
the problem is? Do you have any idea how to really fix this or should we leave
it to one of the real wine guru's?
------- Additional Comments From dclark <at> akamail.com 2002-07-20 11:38 -------
I tried both. They partially fix it for me, but not completely. I still get a
single piece of the old view, though it is a much smaller piece than before. It
always happens if I first move forward and then turn sideways. And of course the
other noticable thing is that the window does not slide (scroll) but instead
just jumps from one view to the other.
I notice that if I obscure part of the window with another window and then
uncover it, that it is repainted with the corruption still there. By the way, I
can always get the window to repaint correctly by sliding my mouse down into the
area at the bottom where the books are kept. This might require the window focus
to be set to focus follows mouse.
I don't really have much of a feel for where the problem is. It appears to me
that the bitblt commands have the correct parameters, so like you I think this
is some sort of timing problem. I have the Xlib reference book that explains the
XCopyArea command, but it does not mention any gotchas if the two Drawables are
the same. At the point I don't think I now enough to know how to attack it.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-24
18:42 -------
I've had several days to think about this one and I have come up with the
following conclusions
1. The problem is not with the source and destination drawables being the same.
This is pretty rock stable stuff that has been tested in X11 for years. Also
while Debuging Bug 792 I noticed that when scrolling in the file dialog that
the source and destination were the same with no screen corruption. (I had put a
fixme in the code to detect this.) So it isn't this.
2. Timing is a factor because slowing down the execution of same drawables
clears up the problem somewhat.
3. If I move forward and then turn. at the begining of the trace there is this
fixme.
> fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
This does not occure if I am turning around in circles. What brought my
attention to this is that another program that has screen corruption (Bug 911)
displays this fixme a lot.
All that means is that I understand the problem a little better and have a hint
of where to look next I suppose. My burning question at this point is what does
the somewhat cryptic fixme really mean?
------- Additional Comments From dclark <at> akamail.com 2002-07-25 13:00 -------
I think that slowing down redrawing is actually masking the problem, rather than
fixing it somewhat. I noticed that what Riven appears to do is measure how long
it takes to perform a scroll, and if it is too long, Riven does fewer scrolls
with larger chunks. I think this is what it is doing what it initially does
several zero length scrolls. And specifically, what makes it appear to work is
that if scrolling takes really long, it does the scroll in a single step. Since
the painting of the fill image has always worked, if the fill image is the
entire thing, it appears to work.
So in short, I am less confident now that it really is a timing issue.
------- Additional Comments From dclark <at> akamail.com 2003-01-09 14:18 -------
Fixed by:
http://www.winehq.com/hypermail/wine-cvs/2003/01/0159.html
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-09
19:16 -------
Closing... Thanks Duane.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=881
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:56 -------
Bug comments restored from Gmane.org:
This just started in 20020710, it works properly in 20020605.
When running Icewind Dale (an opengl game), the default X mouse cursor does not
disappear, and is rendered on top of the in-game mouse cursor. The previous
release of wine worked properly, so I assume it was broken in one of the cursor
changes I see in the changelog for this release.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1345
jkreps(a)rev.state.ne.us changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
OS/Version|NetBSD |FreeBSD
Resolution| |FIXED
------- Additional Comments From jkreps(a)rev.state.ne.us 2003-20-06 07:32 -------
Upgraded from MDK 8.2 to MDK 9.1 "fresh install" and reinstalled latest stable
WINE. VFP 6 now compiles fine.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=878
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:30 -------
Bug comments restored from Gmane.org:
In Managed='N', icons are correctly transparent, but in Managed='Y' mode their
transparent parts come up as black. This can be seen by using the test program
against bug #856 and a windows oleaut32.dll.
I know its picky but it annoys me!
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-14
14:38 -------
Using the test program in bug 856 the background for the icon is black even if I
have "managed" = "N". RedHat 7.2 latest CVS "oleaut32" = "native,
builtin". Is
there anything else that I should have checked or set?
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-07-14
14:52 -------
Er - You do have an oleaut32.dll locally? Aside from that, I dont think so - I
can swap Managed in my ini file and change behaviour! I am running cvs on no-
windows except in my system dir:
ASYNCFILT.DLL, COMCAT.DLL MSVBVM60.DLL OLEPRO32.DLL STDOLE2.TLB
VB6STKIT.DLL
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-14
18:29 -------
Well I run wine with a windows 98 c:directory and oleaut32 is located in the
windows/system directory. I usually run with "*" = "builtin, native, so" though.
------- Additional Comments From us <at> the-edmeades.demon.co.uk 2002-07-18
13:38 -------
Hmmm - Sounds like I am one step ahead of you!! No idea really - The
background of the icon should be the same colour as the active window title
bar (in my case blue). The only reason I tried playing with managed is that
the X11drv part of icons has special code in one of the cases.
I am running Mandrake 8.2 if it helps, cant remember what window manager though
(I dual boot, am in windows right now...)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-18
14:28 -------
I must check if the background of my window manager is black. (SawFish)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=877
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:28 -------
Bug comments restored from Gmane.org:
When the DXgrab is enabled, and an application uses it (Half-Life), the grab can
be shaken out of. That is, if I move the mouse quickly in a direction, the
cursor will leave the window.
This is particularly visible when running a game in simulated "fullscreen".
(changing resolution)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=876
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:27 -------
Bug comments restored from Gmane.org:
I first note this in ACCPAC 5.0A screens but it can be demonstrated using for
example the LISTHDR example from MSDN (with a little coding to force the issue).
1. (Fixed) There were too many columns. This was caused by
LISTVIEW_DeleteColumn returning FALSE even though it had succeeded.
2. The columns are one column too far right. MSDN documents the process of
adding a temporary first column before adding the real columns and then
deleting the first column, in order to allow non-left-justification on the real
first column. The current code does not correctly maintain the column order
list (including such issues as handling partial order arrays etc.)
Basically the dlls/comctl32/header.c code needs to be beefed up for the
following messages:
HDM_GETORDERARRAY
HDM_SETORDERARRAY
HDM_INSERTITEM(A/W)
HDM_DELETEITEM
HDM_SETITEM(A/W)
HDM_GETITEM(A/W)
HDM_ORDERTOINDEX
This will require clarification of the definitions of the "order" aspect of
these functions; MSDN is less than clear, especially about degenerate cases.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=873
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:24 -------
Bug comments restored from Gmane.org:
Shell32 imports the function MapSL from kernel32. The function is not exported
under windows NT/2K or ReactOS.
shell32_main.o(.text+0x3e21):shell32_main.c: undefined reference to `MapSL@4'
shell32_main.o(.text+0x3ed6):shell32_main.c: undefined reference to `MapSL@4'
------- Additional Comments From apa3a <at> yahoo.com 2002-08-07 12:25 -------
Forwarding to the developer responsible for shell.
------- Additional Comments From juergen.schmied <at> debitel.net 2002-08-10 06:30
-------
Im not familiar with 16 bit programming. Please don't apply this bug to me.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-08-10 06:54
-------
Well, ReactOS probably shouldn't compile this part anyway
(as it belongs to Win16 SHELL.DLL).
Or does NT also have a SHELL.DLL ?
Hmm, it probably does, so you do need to compile it.
In this case it sounds like KERNEL32.K32WOWGetVDMPointer() is what you want
instead...
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=872
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:23 -------
Bug comments restored from Gmane.org:
Wines dplayx imports the function ConvertToGlobalHandle from kernel32. This
function is a 9x export only and as such we cannot use dplayx on WindowsNT/2k or
ReactOS.
dllwrap --add-stdcall-alias --def dplayx.spec.def --implib libdplayx.a -o dplayx
.dll dpclassfactory.o dplay.o dplaysp.o dplayx_global.o dplayx_main.o dplayx_mes
sages.o dplobby.o lobbysp.o name_server.o dplayx.dll.dbg.o -L../../dlls -l
winmm -lole32 -luser32 -ladvapi32 -lkernel32 -L../../library -lwine -L../../ole
-lwine_uuid -lm
dplobby.o(.text+0x2538):dplobby.c: undefined reference to `ConvertToGlobalHandle
@4'
dplobby.o(.text+0x255c):dplobby.c: undefined reference to `ConvertToGlobalHandle
@4'
dplobby.o(.text+0x2580):dplobby.c: undefined reference to `ConvertToGlobalHandle
@4'
c:\mingw\bin\dllwrap.exe: c:\mingw\bin\gcc exited with status 1
make: *** [dplayx.dll] Error 1
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=871
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:22 -------
Bug comments restored from Gmane.org:
I'm trying to run a windows based application that uses oleDB to crate a
connection to an Access database, but I'm recieving error messages from my app.
"Active X Can't create the object" as I said, I'm using oleDB and JET libs to
connect, I used ODBC either but I can't still connect...
------- Additional Comments From marcus <at> jet.franken.de 2003-01-13 04:32 -------
please provide at least some debugging info. Can we download the app somewhere?
Do you have a
debuglog?
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 22:58 -------
Closing.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=870
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:20 -------
Bug comments restored from Gmane.org:
I created a temp directory and began extracting all of my CAB files to it so that I could
sort
them out and use them as native libraries under wine. I was using WinZip 8.1 under
wine to do
this. When the folder reached 1644 files, I began getting errors in both WinZip and
wine.
WinZip gave me CABINET.DLL errors, and wine gave me the following:
----------------------------------------------------------------------------------------------------------------------------
fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG not implemented
fixme:toolbar:TOOLBAR_CheckStyle [10026] TBSTYLE_ALTDRAG not implemented
fixme:shell:SHGetFileInfoA set icon to shell size, stub
fixme:listview:LISTVIEW_SetColumnOrderArray iCount 9 lpiArray 0x405a689c
fixme:listview:LISTVIEW_UnsupportedStyles LVS_EDITLABELS
fixme:listview:LISTVIEW_UnsupportedStyles LVS_SHAREIMAGELISTS
fixme:shell:IPersistFile_fnSaveCompleted
(0x403c0bb4)->(L"C:\\windows\\Recent\\win95_16.cab.lnk")
fixme:file:DEVICE_Open Unknown/unsupported VxD VJOYD.VXD. Try setting
Windows
version to 'nt40' or 'win31'.
Warning: loading builtin winmm.dll, but native version already present. Expect trouble.
err:mmsys:MULTIMEDIA_GetIData IData not found for pid=0806cc58. Suicide !!!
----------------------------------------------------------------------------------------------------------------------------
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=869
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:18 -------
Bug comments restored from Gmane.org:
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x40486bbc,0x40486bc0): stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub -
harmless
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x40486bbc,0x40486bc0): stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub -
harmless
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-10
11:21 -------
*** This bug has been marked as a duplicate of 868 ***
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:39 -------
Looks like it's ready to be CLOSED.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=868
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:17 -------
Bug comments restored from Gmame.org:
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x40486bbc,0x40486bc0): stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub -
harmless
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x40486bbc,0x40486bc0): stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub -
harmless
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-07-10
11:21 -------
*** Bug 869 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=867
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:16 -------
Restored bug comments from Gmane.org:
Received these messages after compiling and runing wine on linux with Lotus
Notes 5.0.3. I get the err:clipping:CLIPPING_UpdateGCRegion message whenever
the mouse focus changes to Lotus Notes or when display information change (i.e
menu display changes from selecting outbox or changing to view the calender).
The fixme:process:GetProcessWorkingSetSize message appears so far at random.
root@enoch:~# uname -a
Linux enoch 2.4.18 #6 SMP Wed Apr 24 08:41:08 EDT 2002 i686 unknown
root@enoch:~# wine -v
Wine 20020605
Thanks for your help, love the software. Here is a total break down of events
when starting wine for Lotus Notes.
8:44enoch~/.wine> wine c:\\Lotus\\notes\\nlnotes.exe
fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x115bfe0,1) - no error checking or testing yet
fixme:ole:CoRegisterMessageFilter stub
ERROR: You need to merge the 'winedefault.reg' file into your
Wine registry by running: `regedit winedefault.reg'
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
#####Now let's login to Lotus Notes
ERROR: You need to merge the 'winedefault.reg' file into your
Wine registry by running: `regedit winedefault.reg'
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
ERROR: You need to merge the 'winedefault.reg' file into your
Wine registry by running: `regedit winedefault.reg'
fixme:ole:_LocalServerThread CoMarshalInterface failed, 80070057!
service "lotusnotes" protocol * not found; You might want to add this to
/etc/services
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report
this.fixme:console:SetConsoleCtrlHandler ((nil),0) - no error checking or
testing yet
fixme:console:SetConsoleCtrlHandler (0x115bfe0,1) - no error checking or testing yet
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x40556bc4,0x40556bc8): stub
fixme:process:SetProcessWorkingSetSize (0xffffffff,33554432,33554432): stub -
harmless
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
######Now lets close Lotus Notes
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
fixme:ole:CoRegisterMessageFilter stub
fixme:console:SetConsoleCtrlHandler (0x115bfe0,0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler (0x115bfe0,0) - no error checking or testing yet
fixme:console:SetConsoleCtrlHandler ((nil),1) - no error checking or testing yet
err:clipping:CLIPPING_UpdateGCRegion DC is dirty. Please report this.
##### Once again thanks for all your help
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-30 15:05
-------
changing title and misc other categorical things, if you are having this
problem in Word: see bug #21
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-30 15:12
-------
removing dependency
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=865
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:12 -------
Bug comments restored from Gmane.org:
Tahoma font is not present
http://bugs.winehq.com/show_bug.cgi?id=865
Summary: The
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs <at> winehq.com
ReportedBy: traxtopel <at> hotpop.com
CVS 20020625 > 20020709+
gcc 2.95 compiled on debian woody against 2.4.19 pre2.
Non windows wine.
Running MS Office Word viewer(excel & pp also), on startup I get the error The
Tahoma font is not present.
I have a windows/fonts directory, containing the following ...
andalemo.ttf* ariblk.ttf* couri.ttf* georgiaz.ttf* times.ttf*
verdanab.ttf*
arialbd.ttf* comicbd.ttf* cour.ttf* impact.ttf* trebucbd.ttf*
verdanai.ttf*
arialbi.ttf* comic.ttf* georgiab.ttf* timesbd.ttf* trebucbi.ttf*
verdana.ttf*
ariali.ttf* courbd.ttf* georgiai.ttf* timesbi.ttf* trebucit.ttf*
verdanaz.ttf*
arial.ttf* courbi.ttf* georgia.ttf* timesi.ttf* trebuc.ttf*
webdings.ttf*
wine is compiled with freetype libs. If I reinstall the build of release
20020605 I compiled (on the same machine, no changes), problem does not occur.
Only with late June and July cvs builds. Has something changed in the last few
weeks?
------- Additional Comments From traxtopel <at> hotpop.com 2002-07-09 14:19 -------
Created an attachment (id=214)
--> (http://bugs.winehq.com/attachment.cgi?id=214&action=view)
mswordview debug
------- Additional Comments From traxtopel <at> hotpop.com 2002-07-14 15:34 -------
Reinstalled viewers, works
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=863
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:10 -------
Bugcomments restored from Gmane.org:
When drawing subItem text in LVS_REPORT style, if the text is longer than the
rectangle, only the right portion of the text displays. Using the native
controls, the left end of the text displays follow by "...".
How to cause:
1. Using notepad or other simple program, get the fileopen dialog.
2. Hit the "Details" icon (rightmost icon). Or right click in the box area and
select the "Details" view.
3. Adjust the header field length till not all the text can fit.
The native control uses lots of GetTextExtentPoint to find the amount of text
to fit with the ellipse. We could use DrawText like the Header control.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=862
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:09 -------
Bug comments restored from Gmane.org:
Hello all,
Problem Description: Wine fails to load the default skin for Incredimail,.
Even if i change the Incredimail's default skintype, the binary fails to
start the mail-client.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=861
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:08 -------
Bug comments restored from Gmane.org:
Hello all,.
Desription of the problem: Wine fails to start Yahoo! messenger when run
from Linux RH(7.2,clean install).
Error Displayed: CoCreateInstance for the MyYahoo DLL.
I guess i've configured the wine properly. I'm able to run
almost all MS-Office application without any hassles.
regards
-Ajey
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=860
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:07 -------
Bug comments restored from Gmane.org:
When starting trying to create a new database in Lotus Approach v9.5 program
terminates(no errors).
wine 20020605
Running on Mandrake 8.2
Wine compiled on debian wood gcc 2.95
No windows installed.
Smartsuite Millenium 9.5
/opt/wine/bin/wine -debugmsg +relay approach.exe
config includes
[AppDefaults\\approach.exe\\Debug]
"RelayExclude" =
"RtlEnterCriticalSection;RtlLeaveCriticalSection;RtlDeleteCriticalSection;RtlF
------- Additional Comments From traxtopel <at> hotpop.com 2002-07-07 09:09 -------
Created an attachment (id=209)
--> (http://bugs.winehq.com/attachment.cgi?id=209&action=view)
Lotus approach debug
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=859
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:06 -------
Bug comments restored from Gmane.org:
Using notes 5.10 running wine 20020605 (same problem in wine cvs 20020706).
Compiled with gcc 2.95 (debian woody)
Non windows wine install.
When trying to use the option DETACH ALL in Lotus notes to detach and save
multiple files, a file manager window appears for you to select a directory,
apoun selecting a dir, then clicking OK the files do not detach.
What information do I need to supply?
------- Additional Comments From apa3a <at> yahoo.com 2002-08-09 13:23 -------
Relay trace with parameters +file,+dosfs,+relay may help, but you may have
problems finding in the trace place where the detaching occurs.
You can get the relay trace with command like this:
wine --debugmsg +file,+dosfs,+relay <your app> &> 1.log
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=858
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:05 -------
Bug comments restored from Gmane.org:
Hello,
Since I updated my system, wine does not starts any more.
I'm using debian binary packages from http://gluck.debian.org/
Here's the latest log messages (this output is not related to the program run,
it's sol.exe here, but could have been anything)
wine -debugmsg +font sol.exe
trace:font:DumpFontList Family: L"Wingdings 3"
trace:font:DumpFontList L"Regular"
trace:font:WineEngCreateFontInstance L"System", h=16, it=0, weight=400,
PandF=22, charset=0 orient 0 escapement 0
trace:font:WineEngCreateFontInstance Choosen L"Arial" L"Regular"
trace:font:WineEngGetFontData font=0x40388c78, table=584d4456, offset=00000000,
buf=0x405c6b08, cbData=6
wine: Unhandled exception, starting debugger...
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x40287057
Running with gdb returns some useful informations:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 27372)]
0x08458b00 in ?? ()
(gdb) bt
#0 0x08458b00 in ?? ()
#1 0x407370b9 in WineEngInit () from /usr/lib/libgdi32.dll.so
#2 0x40736eb0 in WineEngInit () from /usr/lib/libgdi32.dll.so
#3 0x40737b8b in WineEngCreateFontInstance () from /usr/lib/libgdi32.dll.so
#4 0x40724eb8 in CreateFontW () from /usr/lib/libgdi32.dll.so
#5 0x407294f0 in SelectObject () from /usr/lib/libgdi32.dll.so
#6 0x4071d3d9 in DC_InitDC () from /usr/lib/libgdi32.dll.so
#7 0x4071e0ca in CreateDCA () from /usr/lib/libgdi32.dll.so
#8 0x4065160b in SYSMETRICS_Init () from /usr/lib/wine/user32.dll.so
#9 0x4067ac2c in GetTabbedTextExtentW () from /usr/lib/wine/user32.dll.so
#10 0x4067ada5 in UserClientDllInitialize () from /usr/lib/wine/user32.dll.so
#11 0x4007c599 in PE_InitDLL () from /usr/lib/libntdll.dll.so
#12 0x40078d3b in MODULE_AllocModRef () from /usr/lib/libntdll.dll.so
#13 0x40078e59 in MODULE_DllProcessAttach () from /usr/lib/libntdll.dll.so
#14 0x40078e35 in MODULE_DllProcessAttach () from /usr/lib/libntdll.dll.so
#15 0x400b8cb0 in PROCESS_CallUserSignalProc () from /usr/lib/libntdll.dll.so
#16 0x400bccbd in SYSDEPS_SetCurThread () from /usr/lib/libntdll.dll.so
I think the problem could be related to freetype, from what I've seen in
WineEngInit(void)
If would have wanted to compile from sources, to get get a more precise
backtrace, but as the latest tarball is huge for a modem user, I did have not
tryed yet.
Just tell me if you need more info.
------- Additional Comments From apa3a <at> yahoo.com 2002-08-09 13:19 -------
Yes, WineEngInit function works with FreeType fonts.
To get more informative relay trace you can add relay channel, as:
wine -debugmsg +font,+relay sol.exe &> 1.log
Attach to the bug report 200 lines of the log before crash.
It is possible some fonts handling logic changes between the launches. I can
advise you to try to reconfigure Wine (generate new fake Windows directory and
config files in .wine directory). Backup your old configuration first. If that
works you can try to add back the applications and configuration from the backup.
Please report your progress.
------- Additional Comments From sylvain_pasche <at> yahoo.fr 2002-08-09 17:35
-------
Created an attachment (id=258)
--> (http://bugs.winehq.com/attachment.cgi?id=258&action=view)
log file
------- Additional Comments From sylvain_pasche <at> yahoo.fr 2002-08-09 17:37
-------
I tried to compile from source version 20020709, to have a more readable
backtrace, but I did not manage to reproduce the bug.
I would have tried to compile the 20020605, to identify this bug, but source
tarballs are a little big for my modem :-)
I've attached however a log file, but I mostly think this bug may be closed soon.
------- Additional Comments From julliard <at> winehq.com 2002-08-09 18:04 -------
Most likely this is caused by the fact that the recent freetype libraries (2.1.x)
have broken binary compatibility, so if your Wine was compiled against the
freetype 2.0.x headers it doesn't work. That's probably why it works when you
recompile from source.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=854
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 07:00 -------
Bug comments restored from Gmane.org:
Dear colleague,
When I compile wine I got the following message:
Note (probably harmless): No library found for -ldbm
/usr/bin/ld: cannot find -lgdbm
collect2: ld returned 1 exit status
make[2]: *** [winetest.exe.so] Error 1
make[2]: Leaving directory `/home/ignasi/wine-20020509/programs/winetest'
make[1]: *** [winetest] Error 2
make[1]: Leaving directory `/home/ignasi/wine-20020509/programs'
make: *** [programs] Error 2
Compilation failed, aborting install.
I use Debian Potato 2.2, with the following programs:
gcc 2.95.2 2
ld 2.9.5
wine-20020411 has compiled successfully on the same machine.
If you want or I missed some more info, please tell me.
Thanks a lot for all your effort.
All the very best,
Ignasi
------- Additional Comments From puoti <at> inwind.it 2002-07-04 14:10 -------
I had same problem on wine-20020605, version 20020509 works fine. Compiling on
Mandrake Linux 8.2 with all important updates done with MandrakeUpdate, gcc
3.0.4, glibc 2.2.4, Xfree86 4.2, Kde3, Amd3 processor (1007.025 Mhz), 128MB RAM,
all hardware working fine (Including openglide on nvidia card with nvidia
drivers); had same problem with cvs winex.
------- Additional Comments From marcus <at> jet.franken.de 2003-01-18 03:07 -------
you need to install the 'gdbm-devel' package, if it is on Mandrake.
Also please try again with a newer WINE version, it probably is fixed.
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 23:14 -------
Closing.
------- Additional Comments From puoti <at> inwind.it 2003-03-31 06:14 -------
I never tried, on Mandrake 9 it all works perfectly.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1222
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 06:56 -------
Bug comments restored from Gmane.org:
It installed fine, but running it causes a failure. It's on Wine 20021219 on
FreeBSD 4.7 with DX8 libraries installed.
The demo is (will be) available at http://www.rbt.ca/ta/tadinst.exe, but is
approx 21MB.
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /cdrom (No such file or directory), ignoring drive D:
fixme:reg:GetSystemInfo not yet supported on this system
fixme:system:SystemParametersInfoA Unimplemented action: 94
(SPI_GETMOUSETRAILS)fixme:system:SystemParametersInfoA Unimplemented
action: 93
(SPI_SETMOUSETRAILS)fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x28365430)->(00010021,00000053)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x283667f8)->(0x2836543c,0x00000000),stub!
fixme:x11drv:X11DRV_DDHAL_CreatePalette stub
wine: Unhandled exception, starting debugger...
fixme:winmm:MMDRV_Exit Closing while ll-driver open
Backtrace of wine.core:
(gdb) backtrace
#0 RtlEnterCriticalSection (crit=0x2813efc4) at critsection.c:175
#1 0x28119a21 in VIRTUAL_FindView (addr=0x18) at virtual.c:207
#2 0x2811a866 in VIRTUAL_HandleFault (addr=0x18) at virtual.c:803
#3 0x28118a6e in do_segv (context=0x28570540, trap_code=12, cr2=0x18,
err_code=0)
at signal_i386.c:746
#4 0x28118e31 in segv_handler (__signal=10, code=12, __context=0x28570828) at
signal_i386.c:995
#5 0xbfbfffac in ?? ()
#6 0x28100a44 in wine_server_call (req_ptr=0x28570a68) at
../../scheduler/client.c:227
#7 0x28739987 in CONSOLE_GetNumHistoryEntries () at ../../include/wine/server.h:60
#8 0x28738334 in CONSOLE_HandleCtrlC (sig=2) at console.c:1363
#9 0x28118f24 in int_handler (__signal=2, code=0, __context=0x28570e7c) at
signal_i386.c:434
#10 0xbfbfffac in ?? ()
#11 0x281066ce in WaitForMultipleObjectsEx (count=1, handles=0x28682d64,
wait_all=0,
timeout=4294967295, alertable=0) at ../../scheduler/synchro.c:265
#12 0x28106506 in WaitForSingleObject (handle=0x4c, timeout=4294967295)
at ../../scheduler/synchro.c:205
#13 0x28739c00 in WaitForDebugEvent (event=0x28682e68, timeout=4294967295)
at
debugger.c:125
#14 0x2843fb6c in DEBUG_MainLoop () at winedbg.c:887
#15 0x284401be in main (argc=2, argv=0xbfbff734) at winedbg.c:1117
#16 0x28428174 in __wine_exe_main () at winedbg.exe.spec.c:564
#17 0x28102926 in start_process () at ../../scheduler/process.c:564
#18 0x28106829 in call_on_thread_stack (func=0x28102704) at
../../scheduler/sysdeps.c:112
------- Additional Comments From rbt <at> rbt.ca 2003-01-12 16:26 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-14 05:44
-------
Sounds like ddraw/d3d failure. CC'ing Lionel...
------- Additional Comments From lionel.ulmer <at> free.fr 2003-01-14 15:27 -------
Well, it's working fine here with latest Wine CVS...
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-14 15:48
-------
Well, I take that as a request to close this bug ;-)
Feel free to reopen in case of any remaining issues.
------- Additional Comments From rbt <at> rbt.ca 2003-01-19 23:32 -------
Updated to 20030115 and the problem persists -- though I no longer seem to be
getting a core dump.
Here's what I did:
- Installed wine using FreeBSD port (cd /usr/ports/emulators/wine; make install)
- wine wcmd
- DX80eng.exe (Install directX 8)
- tadinst.exe (install TA Demo)
I have a similar (Exactly the same?) problem with SimCity 4.
There are no other installed files. I do not have windows on this computer --
strictly wine, per above.
------- Additional Comments From rbt <at> rbt.ca 2003-01-23 11:51 -------
I managed to get it working under WineX.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-23 12:05
-------
Eh ? Excuse me, but somehow I didn't know that this was some bug tracking for
WineX... ;)
In short: no way, and if necessary I'll drag you kickin' and screamin' :-)
Anyway, there IS a problem, so it shouldn't be closed, and if someone comes
along who wants to pursue it, then we definitely won't hold him back...
------- Additional Comments From rbt <at> rbt.ca 2003-04-17 20:38 -------
200304 seems to have fixed this.
It should be noted that there was an XFree update in there as well, so the
problem may have been video card drivers.
Thanks!
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1233
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 06:49 -------
Bug comments restored from Gmane.org:
Wine 20030115
In X11DRV_CreateWindow, a window with WS_MAXIMIZE or WS_MINIMIZE set
may be
activated to early.
Changeing, at dll/x11drv/window.c line 1014
swFlag = ((wndPtr->dwStyle & WS_CHILD) || GetActiveWindow()
? SWP_NOACTIVATE | SWP_NOZORDER | SWP_FRAMECHANGED
: SWP_NOZORDER | SWP_FRAMECHANGED;
to
swFlag = ((wndPtr->dwStyle & WS_CHILD) || GetActiveWindow() ||
!(wndPtr->dwStyle & WS_VISIBLE))
? SWP_NOACTIVATE | SWP_NOZORDER | SWP_FRAMECHANGED
: SWP_NOZORDER | SWP_FRAMECHANGED;
fixed it.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1232
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 06:48 -------
Bug comments restored from Gmane.org:
using Kazaalite with builtin comctl32, if i try to sort a treeview by clicking
on a column title, wine wont sort it and prints this message
err:treeview:TREEVIEW_Sort invalid item hParent=0
as a temporary workaround, i changed the following in TREEVIEW_Sort() from
treeview.c
/* Check for a valid handle to the parent item */
if (!TREEVIEW_ValidItem(infoPtr, parent))
{
ERR("invalid item hParent=%x\n", (INT)parent);
return FALSE;
}
to
/* Check for a valid handle to the parent item */
if (!TREEVIEW_ValidItem(infoPtr, parent))
{
ERR("invalid item hParent=%x\n", (INT)parent);
/* return FALSE; */ /* i still requested a sort.... */
parent=infoPtr->root;
}
which does the trick for now, and all columns sort as you would expect.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1229
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 06:47 -------
Bug comments restored from Gmane.org:
I'd appreciate hearing from anyone who has gotten Sametime Connect to work on
wine. I'm using version 20021219 and when i execute
wine c:\\sametime\\connect.exe
it starts but seems to be hanging. I can bring up the preferences, but cannot
save anything or connect to the server. Everytime I click on a menu item I get
the following error
fixme:menu:TrackPopupMenuEx not fully implemented
if anyone can point me in the right direction to get this to work
thanks
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1228
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 06:46 -------
Bug comments restored from Gmane.org:
Hi Dear,
I have success with games NFS3 and 4x4 and much more of course. I use Wine
version 20021219.i586.rpm and he works fine. I have problem only with my Wingman
Formula GP Wheel. When I start racing, my Wheel is go to the left and also all
pedals is simulated like it is pushed. Generaly I cannot use my Steering Wheel.
In configuration menu of Need for Speed 3, I see the system is recognized my
Wheel like Wine Joystick, but all x,y,z is going to left side. This i see also
in game 4x4. When I start some Linux games based on joystick, like Tux Racer, my
Steering Wheel is work perfekt. I can drive pinguin with Wheel and pedals, also
I can use buttons on the Wheel. May be I have to add some lines into my wine
configuration file ? My joystick (WingMan Formula GP) is connected to computer
via USB port, and Linux is recognized him. I use Linux Mandrake 9.0 Final.
Please help !
Best Regards,
Valentin Iliev
mail: v_iliev <at> abv.bg
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1224
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 06:45 -------
Bug comments restored from Gmane.org:
With wine release 12192002:
Upon pressing the "install" button in the Total Annihilation installer, the
process hangs with this backtrace:
Wine-dbg>bt
Backtrace:
=>0 0x420d224b (NTDLL.DLL.memcpy+0x55dfb) (ebp=42362eb4)
1 0x41305221 (WINEOSS.DRV..data+0x3221 in wineoss.drv.so) (ebp=42362f08)
2 0x400d280e (THREAD_Start+0x7e [thread.c] in libntdll.dll.so) (ebp=42362f28)
3 0x400d18a9 (SYSDEPS_StartThread+0xa9 [sysdeps.c] in libntdll.dll.so)
(ebp=42362ff4)
4 0x420da1ca (NTDLL.DLL.memcpy+0x5dd7a) (ebp=00000000)
If I remove my sound driver (and prevent kmod from autoloading it by removing
the entry in /etc/modules.conf), the install progresses normally.
I have several other apps that work properly with sound.
I am using the kernel OSS driver under kernel 2.4.20pre5ac4 with the driver
i810_audio.
While playing the game sound is intermittant. The intro seems to play ok with
sound but after that there is no sound at all in the game.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1221
------- Additional Comments From z_god(a)wanadoo.nl 2003-20-06 06:43 -------
Bug comments restored from Gmane.org:
A infogrames (Kelloggs) game based on directx 8 ; it starts but crashes
before loding the game menu.
[ivan@localhost bin]$ wine bblit2.exe
fixme:system:ChangeDisplaySettingsA (0x406af244,0x00000002), stub
flags=TEST,
fixme:system:ChangeDisplaySettingsA bpp=16
fixme:system:ChangeDisplaySettingsA (Putting X in this mode beforehand might he
fixme:system:ChangeDisplaySettingsA (0x406af14c,0x00000004), stub
flags=FULLSCREEN,
fixme:system:ChangeDisplaySettingsA bpp=16
fixme:system:ChangeDisplaySettingsA width=640
fixme:system:ChangeDisplaySettingsA height=480
fixme:system:ChangeDisplaySettingsA (Putting X in this mode beforehand might he
fixme:system:ChangeDisplaySettingsA (0x406af240,0x00000002), stub
flags=TEST,
fixme:system:ChangeDisplaySettingsA bpp=16
fixme:system:ChangeDisplaySettingsA (Putting X in this mode beforehand might he
fixme:system:ChangeDisplaySettingsA (0x406af148,0x00000004), stub
flags=FULLSCREEN,
fixme:system:ChangeDisplaySettingsA bpp=16
fixme:system:ChangeDisplaySettingsA width=640
fixme:system:ChangeDisplaySettingsA height=480
fixme:system:ChangeDisplaySettingsA (Putting X in this mode beforehand might he
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
Terminated
[ivan@localhost bin]$
Debugger output
'C:\WINDOWS\SYSTEM\USER32.DLL' (0x40790000) No debug information in 32bit
DLL
'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40950000) No debug information in 32bit
DLL
'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x40940000) No debug information in 32bit
DLL
'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x409c0000) No debug information in 32bit
DLL
'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x409a0000) No debug information in 32bit
DLL
'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x40a40000) No debug information in
32bit DLL
'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x40a20
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x40950000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL'
(0x40940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL'
(0x409c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x409a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40bd00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL'
(0x40940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL'
(0x409c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x409a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b6000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL'
(0x409c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x409a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x40c10
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x409a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x40c10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x40af0
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x40c10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x4097
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x40c10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL'
(0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x40c500
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x40c10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL'
(0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL'
(0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x40c800
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x40c10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL'
(0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL'
(0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL'
(0x40c80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40cb00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x40c10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL'
(0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL'
(0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL'
(0x40c80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40cb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x415e0
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40af0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL'
(0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL'
(0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL'
(0x40c80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40cb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x415e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x4161000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL'
(0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL'
(0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL'
(0x40c80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40cb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x415e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41620
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL'
(0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL'
(0x40c80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40cb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x415e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x41620000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\INFOGRAMES\BUGS
BUNNY
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL'
(0x40c80000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40cb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x415e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x41620000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\INFOGRAMES\BUGS
BUNNY & TAZ
- IN VIAGGIO NEL TEMPO DEMO\BIN\WKEYKILL.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40cb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x415e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x41620000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\INFOGRAMES\BUGS
BUNNY & TAZ
- IN VIAGGIO NEL TEMPO DEMO\BIN\WKEYKILL.DLL' (0x10000000)
Unhandled exception: stack overflow in 32-bit code (0x402e9099).
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x415e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x41620000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\INFOGRAMES\BUGS
BUNNY & TAZ
- IN VIAGGIO NEL TEMPO DEMO\BIN\WKEYKILL.DLL' (0x10000000)
Unhandled exception: stack overflow in 32-bit code (0x402e9099).
In 32-bit mode.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x41620000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\INFOGRAMES\BUGS
BUNNY & TAZ
- IN VIAGGIO NEL TEMPO DEMO\BIN\WKEYKILL.DLL' (0x10000000)
Unhandled exception: stack overflow in 32-bit code (0x402e9099).
In 32-bit mode.
0x402e9099 (NTDLL.DLL.memcpy+0x4a839 in libc.so.6): call 0x4023fefd
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x41620000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\INFOGRAMES\BUGS
BUNNY & TAZ
- IN VIAGGIO NEL TEMPO DEMO\BIN\WKEYKILL.DLL' (0x10000000)
Unhandled exception: stack overflow in 32-bit code (0x402e9099).
In 32-bit mode.
0x402e9099 (NTDLL.DLL.memcpy+0x4a839 in libc.so.6): call 0x4023fefd
(NTDLL.DLL.sqrt+0x30d5d in libc.so.6)
No debug information in 32bit DLL 'C:\PROGRAM FILES\INFOGRAMES\BUGS
BUNNY & TAZ
- IN VIAGGIO NEL TEMPO DEMO\BIN\WKEYKILL.DLL' (0x10000000)
Unhandled exception: stack overflow in 32-bit code (0x402e9099).
In 32-bit mode.
0x402e9099 (NTDLL.DLL.memcpy+0x4a839 in libc.so.6): call 0x4023fefd
(NTDLL.DLL.sqrt+0x30d5d in libc.so.6)
- IN VIAGGIO NEL TEMPO DEMO\BIN\WKEYKILL.DLL' (0x10000000)
Unhandled exception: stack overflow in 32-bit code (0x402e9099).
In 32-bit mode.
0x402e9099 (NTDLL.DLL.memcpy+0x4a839 in libc.so.6): call 0x4023fefd
(NTDLL.DLL.sqrt+0x30d5d in libc.so.6)
Wine-dbg>
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-16 08:29
-------
Sounds like it *might* be ChangeDislaySettingsA related...
CC'ing Lionel Ulmer, as ChangeDisplaySettingsA urgently needs a working
implementation anyway ;-)))
------- Additional Comments From lionel.ulmer <at> free.fr 2003-01-17 13:08 -------
Well, if it's DX8 related, run a +ddraw,+d3d log and see if any lines appear
here... From what I see in this log, it may well crash before doing any DirectX
stuff.
And I won't do any work on ChangeDisplaySettings :-)
BTW, did you try starting your X server in 16 bpp ?
------- Additional Comments From puoti <at> inwind.it 2003-01-17 16:09 -------
I tried with +ddraw +d3d, and with X in 16 bbp, with cvs wine from today,
nothing changed, same result and same sheel output, I didn't wait for debugger
output, but I can do so if you want.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-21
21:04 -------
Definately not directX if output to console did not change. If you attach the
last 3000 lines of "-debugmsg +relay" and a backtrace "bt" from the debugger it
might give us a better idea of where/why it is crashing.
------- Additional Comments From puoti <at> inwind.it 2003-01-22 09:16 -------
Created an attachment (id=370)
--> (http://bugs.winehq.com/attachment.cgi?id=370&action=view)
Last 3000 lines of +relay
------- Additional Comments From puoti <at> inwind.it 2003-01-22 09:19 -------
The debugger crashes when I try and type bt, and a new debugger opens to debug
the debugger! If you need the normal debug output or if you have some idea to
give the debugger the bt input, let me know.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-22
11:51 -------
Your problem with winedbg sounds familiar. There was a recent thread about this
on wine devel.
http://www.winehq.com/hypermail/wine-devel/2002/12/0777.html
There was a patch for WineX that I suppose should fix the problem.
http://www.winehq.com/hypermail/wine-devel/2002/12/0807.html.
I have not tried the patch and it seems that the problem is still in CVS
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1529
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:51 -------
Dumping FIXMEs into bugzilla isn't very helpful I'm afraid. In this case, the
messages are mostly harmless. Patches to resolve them are welcome.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1450
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:50 -------
The backtrace is unfortunately not useful, that exception is apparently normal
(it's trapped using SEH later in the code). You'd need to use "pass" to continue
to the real source of the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1461
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:48 -------
Reporter, please could you resubmit details of this bug?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1345
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:48 -------
Reporter, can you please resubmit the info? Unfortunately bugzilla ate the
descriptions.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1531
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:47 -------
Unfortunately this is more like a CANTFIX - waiting for vertical blank requires
kernel level support that currently does not exist, as far as I'm aware.
Certainly it'd be good if it did, simply for increased smoothness of XFree, but
this is not really a bug Wine can resolve.
If there is a kernel bugzilla bug about exposing vsync signals to user space
applications, this would depend on it.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1530
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:44 -------
Resolving invalid, this function is only useful for increasing efficiency on SMP
systems by avoiding a call to WaitForSingleObject. It makes no difference on
uniprocessor systems, and is useful only for locks that experience high levels
of contention.
If anything, I'd say this fixme should be turned into a comment. The amount of
spew it generates can be large, and I can't see it being implemented anytime
soon, there are too many more important things.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From mike(a)theoretic.com 2003-20-06 05:35 -------
Hi Ed, could you try this patch please?
--- olefont.c.old 2003-06-20 11:33:06.000000000 +0100
+++ olefont.c 2003-06-20 11:33:11.000000000 +0100
@@ -304,10 +304,11 @@
if (ppvObj==0)
return E_POINTER;
- *ppvObj = 0;
-
if (lpFontDesc == 0)
return NO_ERROR; /* MSDN Oct 2001 */
+
+ *ppvObj = 0;
+
/*
* Try to construct a new instance of the class.
Apply it with `patch -p0 </path/to/patch` in the wine/dlls/oleaut32 directory.
See if that fixes the problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:51 -------
can you run it again with --debugmsg +ole,+relay this time?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=96
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:43 -------
partially true.
you sometimes cannot drop in windows dlls though, for instance
our ddraw.dll could not work with windows gdi.
but review might be possible and needed
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=15
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:37 -------
judging from last comment it is fixed, so why is the bug "reopened"?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1530
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:35 -------
this is not a bugreport?
what is broken?
these messages do not point to brokenness as is.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1532
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|fixme:win32:SetCriticalSecti|fixme:win32:SetCriticalSecti
|onSpinCount |onSpinCount
|critsection=0xa9165c0: |critsection=0xa9165c0:
|spincount=4000 not supported|spincount=4000 not
|fixme:win32:SetCriticalSecti|supportedfixme:win32:SetCrit
|onSpinCount |icalSectionSpinCount
|critsection=0xa9165e0: |critsection=0xa9165e0:
|spincount=100 not supported |spincount=100 not
|fixme:win32:SetCriticalSecti|supportedfixme:win32:SetCrit
|onSpinCount |icalSectionSpinCount
|critsection=0x412f00b0: |critsection=0x412f00b0:
Summary|spincount=4000 not supported|spincount=4000 not supported
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:34 -------
these are harmless and probably not root of the problem.
does xilinx 5.1 have a problem?
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 04:30 -------
please rerun --debugmsg +relay and post the 200 lines before it starts the
debugger (or attach thge last 2000 lines bzipped)
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1533
Summary: THREED20.OCX - Unhandled exception: page fault on read
access
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ed(a)centralmanclc.com
Trying to run a program used in primary schools that was written in Visual
Basic. The errors from the debugger are as follow:
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:OleLoadPictureEx
(0x4168edec,782,0,{7bf80980-bf32-101a-8bbb-00aa00300cab},x=0,y=0,f=0,0x408a2a68),
partially implemented.
fixme:win32:PE_CreateModule Security directory ignored
wine: Unhandled exception, starting debugger...
Wine already configured, run 'winesetup' to reconfigure.
WineDbg starting on pid 14
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000bb50 (_end+0x400a3c4)
No debug information in ELF '/usr/lib/libntdll.dll.so' (0x40023000)
No debug information in ELF '/usr/lib/libwine.so.1' (0x40125000)
No debug information in ELF '/usr/lib/libwine_unicode.so.1' (0x4013d000)
No debug information in ELF '/lib/libc.so.6' (0x4021e000)
No debug information in ELF '/lib/libm.so.6' (0x40354000)
No debug information in ELF '/lib/libdl.so.2' (0x40376000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/usr/lib/wine/kernel32.dll.so' (0x408b3000)
No debug information in ELF '/usr/lib/wine/user32.dll.so' (0x40975000)
No debug information in ELF '/usr/lib/wine/gdi32.dll.so' (0x40abc000)
No debug information in ELF '/usr/lib/wine/advapi32.dll.so' (0x40b40000)
No debug information in ELF '/usr/lib/wine/ole32.dll.so' (0x40b6f000)
No debug information in ELF '/usr/lib/wine/rpcrt4.dll.so' (0x40beb000)
No debug information in ELF '/usr/lib/wine/oleaut32.dll.so' (0x40c34000)
No debug information in ELF '/usr/lib/libungif.so.4' (0x40cb0000)
No debug information in ELF '/usr/lib/libjpeg.so.62' (0x40cb8000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40cd7000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40da5000)
No debug information in ELF '/usr/lib/wine/x11drv.dll.so' (0x40df7000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40e6b000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40e74000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40e8b000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40e9a000)
No debug information in ELF '/usr/X11R6/lib/libXmu.so.6' (0x41072000)
No debug information in ELF '/usr/X11R6/lib/libXi.so.6' (0x41088000)
No debug information in ELF '/usr/X11R6/lib/libXt.so.6' (0x41090000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x410e4000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x410ed000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x40015000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x41150000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x4001f000)
No debug information in ELF '/usr/lib/wine/olepro32.dll.so' (0x418f4000)
No debug information in ELF '/usr/lib/wine/winmm.dll.so' (0x41908000)
No debug information in ELF '/usr/lib/wine/msvcrt.dll.so' (0x41976000)
No debug information in ELF '/usr/lib/wine/wineoss.drv.so' (0x419be000)
No debug information in ELF '/usr/lib/wine/msacm.drv.so' (0x41a01000)
No debug information in ELF '/usr/lib/wine/msacm32.dll.so' (0x41a19000)
No debug information in ELF '/usr/lib/wine/midimap.drv.so' (0x41b50000)
No debug information in 32bit DLL 'Y:\winroot\Program Files\Edutech\Primary
Classroom\Primary Word\Primary Word.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x40050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x408e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x40b50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x40ad0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x409a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x40c00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x40b90000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x40c50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVBVM60.DLL' (0x66000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x40e10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEPRO32.DLL' (0x41900000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x41920000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL' (0x41990000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\THREED20.OCX' (0x24100000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x419d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41a10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41b60000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x241088e9).
In 32-bit mode.
0x241088e9 (THREED20.OCX..text+0x78e9 in C:\WINDOWS\SYSTEM\THREED20.OCX): movl
0x0(%ecx),%eax
Wine-dbg>c
First chance exception: page fault on read access to 0x00000000 in 32-bit code
(0x241088e9).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:008f GS:0000
EIP:241088e9 ESP:408a2838 EBP:408a2868 EFLAGS:00010246( R- 00 I Z- -P1 )
EAX:408a2860 EBX:00000000 ECX:00000000 EDX:408a285c
ESI:403b1b18 EDI:403b1c2b
Stack dump:
0x408a2838 (MSVCRT.DLL.sqrt+0x544d68): 24136370 408a2860 4168edec 403b1b18
0x408a2848 (MSVCRT.DLL.sqrt+0x544d78): 4168f82c 4168edec 408a2890 00000004
0x408a2858 (MSVCRT.DLL.sqrt+0x544d88): 00000000 00000000 403b1b18 00000000
0x408a2868 (MSVCRT.DLL.sqrt+0x544d98): 408a2910 2410178c 403b1b18 4168edec
0x408a2878 (MSVCRT.DLL.sqrt+0x544da8): 408a2910 403b1b18 4168edec 4168f82c
0x408a2888 (MSVCRT.DLL.sqrt+0x544db8): 241155f2 403b1b18 4168edec 403b1b18
0x408a2898 (MSVCRT.DLL.sqrt+0x544dc8):
0011: sel=008f base=4011c4e0 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x241088e9 (THREED20.OCX..text+0x78e9 in C:\WINDOWS\SYSTEM\THREED20.OCX)
(ebp=408a2868)
1 0x2410178c (THREED20.OCX..text+0x78c in C:\WINDOWS\SYSTEM\THREED20.OCX)
(ebp=408a2910)
2 0x660690d2 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x5a86 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a29a0)
3 0x66069c62 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x6616 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a04)
4 0x6605a6a0 (MSVBVM60.DLL.__vbaStrI4+0x3328 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a14)
5 0x660661ad (MSVBVM60.DLL.EVENT_SINK_AddRef+0x2b61 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a4c)
6 0x66065e0a (MSVBVM60.DLL.EVENT_SINK_AddRef+0x27be in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2a78)
7 0x66065d07 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x26bb in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2aa0)
8 0x66065d69 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x271d in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2ad0)
9 0x66065d69 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x271d in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2b00)
10 0x660670db (MSVBVM60.DLL.EVENT_SINK_AddRef+0x3a8f in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2b38)
11 0x66066c2e (MSVBVM60.DLL.EVENT_SINK_AddRef+0x35e2 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2b98)
12 0x66066b45 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x34f9 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2bb8)
13 0x66066ad9 (MSVBVM60.DLL.EVENT_SINK_AddRef+0x348d in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2c10)
14 0x6601997e (MSVBVM60.DLL.TipCreateInstanceEx+0x1ce in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2c4c)
15 0x660182f9 (MSVBVM60.DLL.EbLoadRunTime+0x923 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2d9c)
16 0x6601684a (MSVBVM60.DLL.EbSetContextWorkerThread+0xd39 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2db8)
17 0x66024502 (MSVBVM60.DLL.ThunRTMain+0x3f4 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2dd8)
18 0x66024263 (MSVBVM60.DLL.ThunRTMain+0x155 in
C:\WINDOWS\SYSTEM\MSVBVM60.DLL) (ebp=408a2df8)
19 0x66024169 (MSVBVM60.DLL.ThunRTMain+0x5b in C:\WINDOWS\SYSTEM\MSVBVM60.DLL)
(ebp=408a2e78)
20 0x0040146a (Primary Word.exe.EntryPoint+0xa in Y:\winroot\Program
Files\Edutech\Primary Classroom\Primary Word\Primary Word.exe) (ebp=408a2f28)
21 0x400bc5d8 (KERNEL32.DLL.WaitForMultipleObjectsEx+0x2b8 in libntdll.dll.so)
(ebp=408a2ff4)
22 0x400bc774 (KERNEL32.DLL.WaitForMultipleObjectsEx+0x454 in libntdll.dll.so)
(ebp=00000000)
0x241088e9 (THREED20.OCX..text+0x78e9 in C:\WINDOWS\SYSTEM\THREED20.OCX): movl
0x0(%ecx),%eax
Wine-dbg>
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1522
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2003-20-06 02:45 -------
i submitted a patch to alexandre fixing this problem.
--
Configure bugmail: http://bugs.winehq.com/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.com/show_bug.cgi?id=1532
Summary: fixme:win32:SetCriticalSectionSpinCount
critsection=0xa9165c0: spincount=4000 not supported
fixme:win32:SetCriticalSectionSpinCount
critsection=0xa9165e0: spincount=100 not supported
fixme:win32:SetCriticalSectionSpinCount
critsection=0x412f00b0: spincount=4000 not supported
Product: Wine
Version: 20030618
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: john_vms(a)hotmail.com
The following fixme message is generate by wine20030618 and xilinx 5.1 tools
command : wine pace.exe
fixme:win32:SetCriticalSectionSpinCount critsection=0x416300b0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x416f00b0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x418200b0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0xa9165c0: spincount=4000
not supported
fixme:win32:SetCriticalSectionSpinCount critsection=0xa9165e0: spincount=100 not
supported
fixme:win32:SetCriticalSectionSpinCount critsection=0x412f00b0: spincount=4000
not supported
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.