http://bugs.winehq.com/show_bug.cgi?id=1789
bon(a)elektron.ikp.physik.tu-darmstadt.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-22-10 14:28 -------
It seems the MS msvcrt gives exponents as Exxx(three digits), while glibc
sprintf (which wine msvcrt uses) gives exponents as Exx (two digits)
If applications rely on this behaviour, we have to implement the xsprintf
function family. Volunteers welcome...
I added the todo_wine test for msvcrt
--
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=1789
Summary: msvcrt type conversion problem
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-resources
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: phph109(a)yahoo.es
An app made with PowerBuilder retrives data from a SQLServer7. All integers
shows up mangled with builtin msvcrt.dll, but ok with native msvcrt.dll
I made a program with PB that only fetches the number 789456123 from the
database and then diplays it in a window. With builtin msvcrt the number is
shown as '+'(without'') and with native msvcrt it is shown as expected
(789456123). Then I run it with --debugmsg +relay,+msvcrt using builtin version,
and then run it again with --debugmsg +relay,+snoop using native version.
This is some extracts from the logs
NATIVE
0009:CALL MSVCRT.sprintf(40831a98,10d31028 "%+#23.15e",7d800000,41c78712)
ret=10ba0fc8
0009:RET MSVCRT.sprintf() retval=00000017 ret=10ba0fc8
0009:CALL MSVCRT.strchr(40831a98 "+7.894561230000000e+008",00000065) ret=10ba0fd8
0009:RET MSVCRT.strchr() retval=40831aaa ret=10ba0fd8
0009:CALL MSVCRT.atol(40831aab) ret=10ba106a
0009:RET MSVCRT.atol() retval=00000008 ret=10ba106a
[...]
0009:CALL MSVCRT.strncmp(10d5f160,418b1d60 "789456123",00000001) ret=10b6b41b
BUILTIN
0009:Call msvcrt.strchr(40831a98 " +7.894561230000000e+08",00000065) ret=10ba0fd8
0009:Ret msvcrt.strchr() retval=40831aab ret=10ba0fd8
0009:Call msvcrt.atol(40831aac "+08") ret=10ba106a
0009:Ret msvcrt.atol() retval=00000008 ret=10ba106a
[...]
0009:Call msvcrt.strncmp(10d5f160 "$",416a1d60 "+.8945612.3",00000001) ret=10b6b41b
Some notes:
The call to sprintf (first line in NATIVE above) doesn't happen with the builtin
one (or it's not shown in the log)
The error seem to be shown for the first time in the last line of BUILTIN above.
I have both logs (1.7MB compressed), but dont know were to submit them. I can
also provide the app I used, but not the SQLServer.
Get back to me if more info is 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=1788
ramiro(a)sisnetti.com.br changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |tasklet
--
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=1788
Summary: the program requires windows version 4.0.1212 or later
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ramiro(a)sisnetti.com.br
When I try run klitekpp243e.exe (kazaalite)
I get a pop up window "the program requires windows version 4.0.1212 or later"
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
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 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.
fixme:win:SetWindowTextA cannot set text "Extracting" of other process window
0x10021
Could not stat /mnt/floppy (No such file or directory), ignoring drive A:
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 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.
--
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=1689
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
BugsThisDependsOn| |1091
--
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=1689
dpaun(a)rogers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dpaun(a)rogers.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=1782
------- Additional Comments From mike(a)theoretic.com 2003-21-10 03:06 -------
winecfg --debugmsg +winecfg 2>log
then attach the new log file just created.
thanks -mike
--
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=1787
Summary: Microsoft Word failed to install
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jerome.bouat(a)wanadoo.fr
[j@laptop tmp]$ wine -version
Wine 20031016
[j@laptop tmp]$
I wanted to install only the basic Word 97 program (smallest piece of word).
All file were sucessfully copied but the system update failed, a window poped up:
Title: "Setup Parse Error in Initialize pass"
Contained:
"Object ID 10905: RegOleAu CAH:
OleDllRegisterServer call failed."
I clicked OK and it canceled the installation.
--
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=1689
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2003-20-10 04:46 -------
Here is the simple, dumb, application I promised which should replicate that
wrong behavior. It is written in ACUCOBOL-GT by Acucorp (www.acucorp.com).
If you run it through wine (simply exec the Test.sh script that comes with the
archive, you may also need to modify the path to the application in the script.)
and then play with tabs a bit, you'll soon notice the problem.
Run the application on Windows for the correct/intended behavior indeed
(Test.bat will do the job here).
Unfortunately the runtime license will expire on Nevember 9, 2003 and the test
program will stop to work.
Regards.
--
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=1785
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-20-10 04:26 -------
Talk about user error ;-)
You're supposed to resolve that DLL version conflict yourself:
Either msvideo.dll/msvfw32.dll are mixed native/builtin (which cannot work due
to these thunking requirements), or you're using incompatible versions not able to
thunk down on each other.
I will probably make the error message more detailed, 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=1609
------- Additional Comments From torbjorn.e.andersson(a)tietoenator.com 2003-20-10 01:48 -------
The sound works for me again with the 20031016 snapshot. It was still broken
with the snapshot before that, so it must have been fixed at some point in the
last month.
Feel free to close 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=1786
Summary: Championship Manager 4 Demo
Product: Wine
Version: CVS
Platform: PC
URL: http://www.sigames.com/dl_new.php?id=303
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: berkz(a)internet.is
Innstallation went fine after installing dcom98 but when trying to load a quickstart
I get this error:
wine: Unhandled exception (thread 0009), starting debugger...
WineDbg starting on pid 8
No debug information in ELF 'wine' ((nil))
Breakpoint 1 at 0x4000b190
No debug information in ELF '/usr/lib/wine/lib/libwine.so.1' (0x40014000)
No debug information in ELF '/lib/libc.so.6' (0x4003a000)
No debug information in ELF '/lib/libdl.so.2' (0x40162000)
No debug information in ELF '/lib/libm.so.6' (0x40165000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/ntdll.dll.so' (0x40187000)
No debug information in ELF '/usr/lib/wine/lib/libwine_unicode.so.1' (0x401f1000)
No debug information in ELF '/lib/libnss_compat.so.2' (0x402e6000)
No debug information in ELF '/lib/libnsl.so.1' (0x402f1000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/kernel32.dll.so'
(0x40420000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/user32.dll.so'
(0x40763000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/gdi32.dll.so'
(0x408a0000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/advapi32.dll.so'
(0x4091c000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/shell32.dll.so'
(0x4094b000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/shlwapi.dll.so'
(0x409bf000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/comctl32.dll.so'
(0x40a0f000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/wsock32.dll.so'
(0x40ab6000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/ws2_32.dll.so'
(0x40acd000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/iphlpapi.dll.so'
(0x40aef000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/dsound.dll.so'
(0x40b0c000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/winmm.dll.so'
(0x40b40000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/msvcrt.dll.so'
(0x40bac000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40bec000)
No debug information in ELF '/usr/lib/libz.so.1' (0x4052b000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/x11drv.dll.so'
(0x40c46000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40305000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40caa000)
No debug information in ELF '/usr/X11R6/lib/libXxf86dga.so.1' (0x40539000)
No debug information in ELF '/usr/X11R6/lib/libXxf86vm.so.1' (0x40542000)
No debug information in ELF '/usr/X11R6/lib/libXrandr.so.2' (0x40548000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40cc1000)
No debug information in ELF '/usr/X11R6/lib/libXv.so.1' (0x40cc9000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40cce000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40cde000)
No debug information in ELF '/usr/lib/libGL.so.1' (0x40dbd000)
No debug information in ELF '/usr/lib/libGLcore.so.1' (0x40e26000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x4139b000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2'
(0x4002c000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x413a5000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/wineoss.drv.so'
(0x414e0000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/msacm.drv.so'
(0x41513000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/msacm32.dll.so'
(0x4152b000)
Loaded debug information from ELF '/usr/lib/wine/lib/wine/midimap.drv.so'
(0x41660000)
No debug information in 32bit DLL 'C:\Program Files\Eidos Interactive\CM4
Demo\cm4.exe' (0x400000)
No debug information in 32bit DLL 'NTDLL.DLL' (0x401a0000)
No debug information in 32bit DLL 'KERNEL32.DLL' (0x40450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x40930000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL'
(0x408c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL'
(0x40780000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL'
(0x65f00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x409e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x40970000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IPHLPAPI.DLL'
(0x40b00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL'
(0x40ae0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL'
(0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL'
(0x40b50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL'
(0x40b20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVCRT.DLL'
(0x40bc0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40c60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x414f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x41530000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41520000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x41670000)
Unhandled exception: page fault on read access to 0x00000004 in 32-bit code
(0x00528413).
In 32-bit mode.
0x00528413 (cm4.exe..text+0x127413 in cm4.exe): movl 0x4(%ecx),%edx
Wine-dbg>Terminated
The Url: show's where to d-l the demo. Also email me if u want me to extract
more info from the Dbg console...
Hope It helps
Börkur Ingi Jónsson
--
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=1785
Summary: thunk error
Product: Wine
Version: 20030911
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: micheleandkarl(a)hotmail.com
attempting to use wine with Sid Myers Gettysburg I get the following error:
err:thunk:_loadthunk Unable to find thunk data 'ls_ThunkData16' in MSVIDEO.DLL,
required by MSVFW32.DLL (conflicting/incorrect DLL versions !?).
Application does not continue running after 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=1784
Summary: Midi problems
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: motorhammer(a)bluewin.ch
Hi,
I'm sorry...I think this bug is not a new bug, I'm a newbie and don't speak
Englsih so It's for me very difficult to find something in the database. I don't
know if my problem is directly in link with the application which I'd like to
run or if it is because Wine don't support MIDI In. Sound applications which
runs under Linux are very poor!!...If you want use professional application, you
have to run it under Mac or Windows only. So, I'd like to run the Kontakt 1.2
sampler from Native Instrument (for Windows) throught Wine. The program start,
but when I set the Midi In settings to use an external midi Keyboard, Wine crash.
Before I post this message, I searched in the database and post on
www.linuxforum.com a new topic which can see at
http://www.linuxforum.com/forums/index.php?showtopic=3902 you will find a
Screenshot.
Thanks a lot
--
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=1781
------- Additional Comments From acli(a)ada.dhs.org 2003-19-10 04:20 -------
I am not sure now whether my bison is too old or too new.
bison version is 1.25
--
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=1781
Summary: bison fails during make if non-recent bison is used
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: acli(a)ada.dhs.org
Wine version is 20031016
It seems that this version of Wine requires recent versions of bison. If an old
bison is in the system, configure would not complain, but make will fail:
make[2]: Entering directory `[...skipped...]/wine-20031016/dlls/msi'
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -O -o
y.tab.o y.tab.c
/usr/share/bison.simple: In function `yyparse':
/usr/share/bison.simple:219: number of arguments doesn't match prototype
/usr/share/bison.simple:153: prototype declaration
./sql.y: In function `MSI_ParseSQL':
./sql.y:507: too many arguments to function `yyparse'
make[2]: *** [y.tab.o] 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=1780
------- Additional Comments From alex(a)taylexson.org 2003-18-10 20:09 -------
I upgraded my system at home here to the latest rpm level
(wine-20031016-1rh9winehq.athlon.rpm), made sure the changes listed above were
in place and now I get:
[root@taylexson cdrom1]# ./"Install Dreamweaver MX.exe"
wine: Unhandled exception (thread 0009), starting debugger...
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x400b11fe
--
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=1780
------- Additional Comments From alex(a)taylexson.org 2003-18-10 19:53 -------
Without sounding like an idiot.. how do I do that? I changes the entries in my
config file so that is now says:
; some dlls you may want to change
"oleaut32" = "native"
"ole32" = "native"
"commdlg" = "builtin, native"
"comdlg32" = "builtin, native"
"shell" = "builtin, native"
"shell32" = "builtin, native"
"shfolder" = "builtin, native"
"shlwapi" = "builtin, native"
"shdocvw" = "builtin, native"
"advapi32" = "builtin, native"
"msvcrt" = "native, builtin"
"mciavi.drv" = "native, builtin"
"mcianim.drv" = "native, builtin"
"msi" = "native, builtin"
"rpcrt4" = "native"
Is this 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.