http://bugs.winehq.com/show_bug.cgi?id=1458
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2003-05-14 05:32 -------
This is from the configure script in Wine.
I can't figure out why this test returns 0
while it should return 1 here.
All I do is make it return 1 anyway, but this, of course
,is not a valid patch for other kernels :-)
10629 #define _FILE_OFFSET_BITS 64
10630 #include <stdio.h>
10631 #include <unistd.h>
10632 #include <fcntl.h>
10633 #include <sys/mman.h>
10634 #include <errno.h>
10635
10636 int main(int argc,char **argv) {
10637 int fd = open("conftest.map",O_CREAT|O_RDWR,0600);
10638 if (fd == -1) exit(1);
10639
10640 unlink("conftest.map");
10641
10642 write(fd,"test",4);
10643
10644 if ((-1 ==
mmap(0,4,PROT_READ|PROT_WRITE,MAP_SHARED,fd,0)) &&
10645 (errno == EINVAL)
10646 ) {
10647 exit(1);
10648 }
10649 close(fd);
10650 fprintf(stderr,"success!\n");
10651 exit(0);
10652 }
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1383
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From mike(a)theoretic.com 2003-05-14 04:35 -------
Try removing Wine completely from your system, then installing using
./tools/wineinstall from current CVS. That should fix it.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1456
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |mike(a)theoretic.com
Status|NEW |ASSIGNED
------- Additional Comments From mike(a)theoretic.com 2003-05-14 04:33 -------
I'll take this bug if nobody else wants it. Being able to install IE easily is
important to me (don't ask)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1456>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1458
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|winserver -k & |winserver -k &
|_FILE_OFFSET_BITS 64 |_FILE_OFFSET_BITS 64
------- Additional Comments From mike(a)theoretic.com 2003-05-14 04:30 -------
Could you write a patch for this (that doesn't break kernels without that option)?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1460
andi(a)rhlx01.fht-esslingen.de changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |andi(a)rhlx01.fht-esslingen.de
Status|UNCONFIRMED |ASSIGNED
everconfirmed|0 |1
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-05-14 02:14 -------
Thank you for the fast submission!
I suspect this is because of some GetLastError() incompatibility between
Win9x and NT-based versions (doh!).
(and ISTR that someone recently changed/"fixed" something there, and maybe
he "over-fixed" it ;)
I'll try to come up with a small test program and run it on various versions to
see what the various results should be.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1460>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1460
Summary: CreateDirectory fails if the target directory already
exists
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jwilliams(a)itee.uq.edu.au
Running a DOS command line utility that creates a directory heirarchy and
populatews it. In a WinXP DOS box, if a directory already exists, this fact is
silently ignored and the program carries on. However, under Wine, the
application reports an error:
> ERROR:MDT - Failed to create directory
> C:\microblaze\linux_test\microblaze_1\libsrc\.
Here is the relevant trace output
trace:file:CreateDirectoryW (L"C:\\microblaze\\linux_test\\microblaze_1
\\libsrc\\",(nil))
warn:file:CreateDirectoryW Error 'File exists' trying to create
directory '/home/jwilliam/win/c/microblaze/linux_test/microblaze_1/libsrc'
trace:file:WriteFile 0x8 0x40722658 91 0x40722a60 (nil)
ERROR:MDT - Failed to create directory
C:\microblaze\linux_test\microblaze_1\libsrc\.
It seems that Wine is reporting this as a "fatal" error, whereas Windows does
not.
I reported this at comp.emulators.microsoft-windows.wine, and was advised to
lodge a bug report. I searched the bugzilla DB and didn't find anything like
this.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1460>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1459
Summary: Developer Documentation - 5.1. Adding New Languages
stage 2
Product: Wine
Version: CVS
Platform: All
URL: http://www.winehq.org/Docs/wine-devel/i18n.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hatky(a)users.sf.net
Developer Documentation - 5.1. Adding New Languages stage 2 :
Look in ole/ole2nls.c if your language is already incorporated in the static const
struct NLS_langlocale. If not: find the appropriate entries in include/winnls.h and
add them to the list.
ole/ole2nls.c does not include a stract named NLS_langlocale it includes only 3
stracts :
static const unsigned char LCM_Unicode_LUT[]
static const unsigned char LCM_Unicode_LUT_2[]
static const unsigned char LCM_Diacritic_LUT[]
so what sould it be? (I guess it was one of conversions to unicode and did not
update the documentation...)
(checked on the url above)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1459>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1455
csimmons2(a)csc.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From csimmons2(a)csc.com 2003-05-13 13:05 -------
I have found that recompiling with an old user32.spec file resolves the issue.
Also the latest file commit in CVS of user32.spec resolves the issue.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1455
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-05-13 12:28 -------
Recent CVS has the offending entries commented out in the Spec File
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1455
------- Additional Comments From csimmons2(a)csc.com 2003-05-13 12:01 -------
Appears to be an issue with changes made to user32.spec file. I am going to
attempt compiling with an earlier version of the file.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1458
Summary: winserver -k & _FILE_OFFSET_BITS 64
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gabriele.giorgetti(a)teamfab.it
I'm running Linux kernel 2.4.19 and glibc-2.1.3 with no large file support
(FILE_OFFSET_BITS 64) compiled in the kernel.
The wine configure script doesn't detect this and the
test against mmap64 returns success. ( configure, line ~10623).
If wine is compiled like this the wineserver can't kill itself.
Basically wineserver -k can't get the previous wineserver PID .
If I patch the configure script to make the mmap64 test fail and recompile
again, then wineserver -k kills the wineserver correctly.
Sorry If I haven't been clear enought.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1457
Summary: Missing icons in Xnews after recent patches
Product: Wine
Version: CVS
Platform: PC
URL: http://xnews.newsguy.com/
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: prupe(a)myrealbox.com
After applying <http://www.winehq.
com/hypermail/wine-cvs/2003/05/0147.html> and <http://www.
winehq.com/hypermail/wine-cvs/2003/05/0148.html>, the icons in
the newsreader program Xnews no longer display correctly. In
the newsgroups window, there should be a green arrow next to
each subscribed group. Also there should be a row of toolbar
buttons next to the All/Subscribed toggle at the bottom of the
window.
Reverting to the earlier versions of dlls/comctl32/imagelist.c
imagelist.h and toolbar.c fixes the problem. To install Xnews,
first download v5.04.25 and unzip it, then overwrite Xnews.exe
with the test version 6.02.16.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1457>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1456
Summary: File version is too high
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: mike(a)theoretic.com
To succesfully install IE you usually need to install DCOM. Unfortunately as the
versions of our DLLs are all set to 10, it fails with a "this is already
installed" error. I tried altering the version in the dlls/ole32/version.rc
file, but for some reason it was still getting a value of 10 out of wine. I may
look at this later (i'd quite like to get IE installed without using CrossOver
this time)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1456>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1455
Summary: Newest wine build 20030508 breaks Lotus Notes R5 client
previously working on 20030408.
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: csimmons2(a)csc.com
Log from failure. Lotus Notes starts, but crashes when validating notes ID password.
fixme:hook:NotifyWinEvent (32774,0x1002a,-4,1110329556)-stub!
fixme:hook:NotifyWinEvent (32782,0x30021,1077628736,6)-stub!
fixme:seh:EXC_RtlRaiseException call to unimplemented function
user32.dll.SendIMEMessageExA
wine: Unhandled exception, starting debugger...
err:seh:start_debugger Couldn't start debugger ("debugger/winedbg 10 396") (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1455>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1343
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |coolpav(a)parkertech.org
------- Additional Comments From mike(a)theoretic.com 2003-05-12 05:18 -------
*** Bug 1452 has been marked as a duplicate of this bug. ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1343>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1452
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From mike(a)theoretic.com 2003-05-12 05:18 -------
*** This bug has been marked as a duplicate of 1343 ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1383
------- Additional Comments From mike(a)theoretic.com 2003-05-12 03:28 -------
You need to run configure using the --with-nptl option
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
** This e-mail has been automatically generated.
** by: http://bugs.winehq.com/
Weekly report for wine-bugs(a)winehq.com
Bug List
-------------------------------------------------------------------------
Id Status Desc
-------------------------------------------------------------------------
11 NEW StrokePath ignores PS_JOIN_xxx
26 NEW StrokeAndFillPath doesn't fill paths on EMF
50 NEW PrgWin95: Text justification needs beefing up
52 NEW PrgWin95: Problems with access to the root window
54 NEW PrgWin95: Wrong background for checkboxes, radiobuttons
66 NEW PrgWin95: Custom cursor display bug
69 NEW Visual C++'s native COM support
78 NEW Wine 1.0 Documentation Metabug - Winelib Users Guide
79 ASSI Wine 1.0 Documentation Metabug - Developers Guide
80 ASSI Wine 1.0 Documentation Metabug - FAQ
83 ASSI Stabilize Wine Developers Guide Table of Contents
96 NEW DLL Separation (MetaBug)
128 NEW Segfaults on trying to open fontdlg for AIM95
131 NEW TWGS.exe will not spawn children
134 NEW Age Of Empires II - says 'couldn't initialize graphics.
147 NEW Multi-column list widget: Double click on the header sh
151 NEW dialog focus handling is not correct (e.g. in installer
168 NEW Mouse and Keyboard input die upon entering a game
176 NEW Implement an SDL back-end
189 NEW The mouse wheel can scroll textboxes beyond the end
199 NEW Opening dialogues in nord modular editor causes lockup
204 NEW Lotus Notes attach/detach Soap Opera.
215 NEW x11drv errors with United Devices' agent
216 NEW selected text sometimes disappears
219 NEW realMyst and many other programs refuse to run.
223 NEW winemaker: Add support for the msvcrt headers
230 NEW winemaker: Extract more information from the source fil
231 NEW winemaker: Issue the warnings directly in the source
235 NEW IPX no longer works.
251 ASSI codeweavers-wine does not install regapi and uninstalle
252 NEW codeweavers-wine: winedbg is a dead link
259 NEW Garbled screen in Starcraft
268 NEW ddraw interface not recognized, surface flags not imple
271 NEW Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn n
280 NEW Windows Networking (WNet) is not implemented
284 NEW FillRect failing from STATIC_PaintTextfn
292 NEW Keyboard focus not following
306 NEW Activeskin.ocx Unhandled exception: page fault on read
307 NEW Unable to launch GURPS Character GURU
308 NEW Firstclass: Mouse slows program to a crawl, but keyboar
312 NEW Trying to record audio makes Wine crash (msacm:widMappe
314 NEW Console application ("dos") doesn't recognize the retur
321 NEW msvcrt.printf does not support %S & %C
327 NEW CodeWeavers Preview Meta Bug
335 NEW Need Microphone and mic volume Support
341 NEW Running Half Life Game Fails
343 NEW file open / save in MS word fails....
347 NEW err:midi:OSS_MidiInit ioctl on midi info for device 0 f
351 NEW TNM (wrestling simulator) installer crashes with "Progr
373 NEW Unhandled exception in DIALOG_CreateIndirect
387 NEW Firstclass: Mouse behaves erratically
397 NEW System hangs while trying to play a sound
416 NEW Missings exports in winsocks
422 NEW Make the registry loadable on demand
423 NEW Out of process COM
424 NEW DCOM support
425 NEW Network UNC path handling
429 NEW Lotus Notes R. 5.0.8 Modal windows don't close
430 NEW Edit Control doesn't not behave like Windows
443 NEW Cygwin fails to execute
461 NEW Implement processing for SystemParametersInfo actions w
468 NEW Error while accessing parallel port - DIVICE_Open Unkno
472 NEW GetAsyncKeyState problem. IGOR: Mouse Release Events No
517 NEW Could not load wprocs.dll
530 NEW Package the regression tests for Windows
535 NEW DLL Separation: wineps from gdi32
536 NEW DLL Separation: ttydrv from gdi32
537 NEW DLL Separation: ttydrv from user32
538 NEW DLL Separation: x11drv from gdi32
540 NEW DLL Separation: x11drv from user32 (clipboard)
542 NEW DLL Separation: x11drv from user32 (misc)
545 NEW DLL Separation: x11drv from ntdll (VIRTUAL_SetFaultHand
546 NEW DLL Separation: winedos from ntdll
547 NEW DLL Separation: user32 from gdi32
549 NEW DLL Separation: user32 from ntdll (misc)
556 NEW Reconcile the Windows and Wine spec files
563 NEW Right click does not call local menu
564 NEW Implement function GetGUIThreadInfo
567 NEW snmpapi.dll is not implemented
569 NEW widgets not being redrawn
572 NEW starcraft crashes in recent wine builds
587 NEW Create replacement of browser component (Internet Explo
588 NEW Word2000 - fixme:file:FindFirstChangeNotificationA this
595 NEW Age of Wonders fails with PE_fixup_imports
620 NEW dragging trillian's window causes the X server to crash
623 NEW Regression: IE can't view https links
626 NEW internet explorer crashes upon launch
633 NEW Non-text clipboard data from WINE to X
634 NEW Wine XIM
638 NEW Document Wine debugging channels
640 NEW Major graphic glitch in x11drv
650 NEW error messages when loading debugging information from
654 NEW Can't install ms money web edition from win98se install
663 NEW Publisher stops reading keyboard and mouse input.
691 NEW GDI32.dll.270 (GdiEntry13) unimplemented
692 NEW GDI32.dll.266 (GdiEntry1) unimplemented
704 NEW native w2k ole32.dll needs NTDLL.NtMapViewOfSection
705 NEW Running NVidia's ChameleonMark crashes at 0xdeadbeef
706 NEW Reg* functions are there twice
709 NEW riched32.dll needs to be improved a lot (was: Richedit
711 NEW Image Preview control is shrinking on Xnview
712 NEW Xnview Options window is not refreshed
718 NEW DPMI handler not called in presence of int $0x31 code
719 NEW some controls does't work
729 NEW Shading of the Winamp equaliser and playlist windows do
735 NEW The WM_INPUTLANGCHANGE message is not send when switchi
741 NEW Debbuger window doesn't allow me to cut & paste
743 NEW WM_QUERYNEWPALETTE handling broken ? (was: Problem in w
749 NEW Sune Hotspot Java crashed in win95 mode
750 NEW Radmin doesn't want to start the second time (says it h
756 NEW msvcrt.fwscanf, swscanf, wscanf unimplemented
758 NEW Menu/combo-box-functionality in managed mode.
763 NEW AOL 7.0 crashes after spewing the same error message
768 NEW Wine crashes when starting Micrographic designer
770 NEW Halts during an install shield wizard installation with
778 NEW Compiler warnings for wine-20020605
786 NEW wrc gives parse error if resource nameID has quotes
792 NEW Display bug in WinZip Extract dialog
795 NEW Implement NtQuerySystemInformation
796 NEW rewrite PSAPI to use NtQuerySystemInformation
797 NEW Rewrite DirectX HAL interfaces
799 NEW wine debugger hidden behind wine games.
800 NEW Wine crashes immediately with privileged instruction ex
804 NEW Wine + NTFS = crash :(
807 NEW PowerBuilder 6.0 generated applications crash accessing
813 NEW fixme:clipboard:GetClipboardSequenceNumber
814 NEW Add section on 'Implementing a new DLL' to Wine Develop
819 NEW Lotus Sametime Connect will not connect
824 NEW \0 character is added to REG_MULTI_SZ registry values
825 NEW Window in modal mode does not receive mouse and keyboar
832 NEW Add Direct3D support
834 NEW Add DWARF2 support
835 NEW Add support for the new PDB format
836 NEW Speed up PDB support
838 NEW winedbg: Add C++ support
839 NEW opengl window minimizes when the program makes another
840 NEW Negative values used by Baldur's Gate in DirectDrawSurf
849 NEW Wordpro Millenium 9.5 Crashes on startup
850 NEW Lotus 123 Crashed on Startup
852 NEW winininet test doesn't terminate/fail
858 NEW Segfault in WineEngInit () ( libgdi32.dll.so )
859 NEW Lotus Notes detach all does not work
860 NEW lotus approach terminates when create new database
861 NEW wine Fails to Initialize and start Yahoo! messenger.
862 NEW wine fails to load default skin for IncrediMail!!!!
863 NEW Listview report style shows right end of text not left
867 NEW Lotus Notes 5.0.3: err:clipping:CLIPPING_UpdateGCRegion
868 NEW open 2 session; the 2 is lock
870 NEW Too many files in a directory prevent proper access to
872 NEW Win9xism in dplayx.dll (ConvertToGlobalHandle)
873 ASSI Win9xism in shell32 (MapSL)
876 NEW listview report style column alignment issues
877 NEW DXgrab is "weak" and can be shaken out of
878 NEW Icons arent transparent if Managed='Y'
881 NEW Mouse cursor not blanked in opengl game
888 NEW DXGrab can't be undone.
890 NEW Virtual Pages difference - Spotted with VirtualQuery()
891 NEW winemaker and winebuild compatibility problem in the .s
892 NEW Implement GetSystemInfo using CPUID
894 NEW Terragen running, 2nd level child window malfunction (?
897 NEW Winetest does not compile
898 NEW fixme:dc:GetDCEx not supported yet
899 NEW Bad focus messages on window creation
900 NEW Upgrade from 20020605 to 20020710 broke Orcad Caputre S
901 NEW sound
903 NEW PathIsURL returning true for invalid formats.
905 NEW Last character in network transmission being dropped
906 NEW Quicken Deluxe 99 dosen't work with Red Carpet release
911 NEW Screen Corruption in Nord Modular Editor
919 NEW FlashFXP 1.4.3 crashes while trying to read "MZ" magic
923 NEW We should add default Explorer registry entries to avoi
927 NEW fixme:commctrl:FlatSB_SetScrollProp stub
928 NEW fixme:commctrl:InitializeFlatSB stub
929 NEW fixme:tab:TAB_WindowProc Unimplemented msg TCM_HIGHLIGH
933 NEW ttydrv needs a lot of improvement
934 NEW Cpu usage is always 100%
945 NEW Cannot install ColdFusion MX
952 NEW Wine and The Bat!
958 NEW OSS audio problems (err:wave:OSS_OpenDevice Can't set f
962 NEW Unreal Tournament Editor does not work in wine
965 NEW MaskBlt is not implemented
970 NEW Intermittent regression tests freeze, possibly due to t
972 NEW Implement urlmon.URLDownloadToCacheFileA
974 NEW Put translation infrastructure in place for various Win
983 NEW FIXME:int21:DOS3Call Unimplemented FAT32 int32 function
986 ASSI ODBC.dll unimplemented
995 NEW shlfileop test fails on FreeBSD
996 NEW sock test fails onf FreeBSD
1001 NEW Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECT
1005 NEW Attempts to retrieve live streaming updates with QuoteT
1007 NEW kernel32.dll.Heap32* functions unimplemented
1022 NEW OSS_MidiInit Synthesizer support MIDI in. Not supported
1024 NEW can't install ms sql
1037 NEW Remedy user GUI client generates this memory error
1039 NEW No keyboard in wcmd
1046 NEW FIXME:tab:TAB_WindowProc Unimplemented msg TCM_SETITEME
1061 NEW shdocvw.dll: Unimplemented function (ordinal 101)
1067 NEW install of Lotus Notes R6 gives error
1074 NEW DLoad.exe (Diablo II/LOD no-cd BNet Loader) returns err
1077 NEW Error installing Lotus Notes 6
1078 NEW NOTES 6 Gold Release - Installed crashes when being run
1080 NEW fixme:shell:IShellLinkA_fnSetShowCmd (0x421ffd20)->(sho
1081 NEW fixme:file:SetFileAttributfixme:class:get_class_ptr rea
1087 NEW hotspot in wrong position for hand cursor
1088 NEW Wine crashes for user not in /etc/passwd (LDAP authenti
1091 NEW ScrollWindowEx does not update invalidated are
1095 NEW Game Star wars rebellion-> Drawing error
1128 NEW Curse of Monkey Island cannot find its files on CD (was
1129 NEW bitmaps are not drawn in "Dink Smallwood"
1135 NEW WinISO 5.3: Menus don't work (CreateMenu/DestroyMenu pr
1152 NEW version information functionality (ver.dll, version.dll
1157 NEW Display Hebrew when the locale is set to he_IL
1159 NEW Regression in x11drv due to http://cvs.winehq.com/patch
1161 NEW CryptoAPI crashes in MS Money 2001 (illegal CPDeriveKey
1162 NEW Parents Screen unavailable in Leap Ahead Preschool
1168 NEW Mohaa, Mohas && LOD terrian
1170 NEW DOSFS_FindUnixName misses existing file
1172 NEW Wine does not extract files fast enough for programs to
1182 NEW Using artsdsp wrapping makes Wine crash
1183 NEW Carmen Sandiego Junior will not start
1185 NEW Conformance Tests fail on windows 98
1189 NEW Error in window creation, Wine 20021124
1197 NEW Quicken 2001 Deluxe - Password dialog box not displayed
1198 NEW Problems with King's Quest 2 remake from Tierra
1202 NEW A Direct3D racing game that won't run
1205 NEW DOSFS_OpenDevice does not support parallel printer
1215 NEW wine on FreeBSD: wine in malloc(): error: recursive cal
1225 NEW unable to compile ole
1226 NEW winsock:NtStatusToWSAError Status code c0000024
1227 NEW Treeview dosn't send right messages
1240 NEW Nullsoft Installer has bad child window style on first
1251 NEW Cabinet file expander error
1260 NEW MS Office 2000 installation lock
1264 NEW Shift+Tab keystroke not working (Visual FoxPro)
1266 NEW WAIT WINDOW display problem (Visual FoxPro)
1267 NEW Popup menus (shortcuts) will put the main form behind o
1269 NEW On the search page in WinMX it displays it's own icon,
1280 NEW edit control bug - EM_LIMITTEXT does not work
1288 NEW Popup windows always 'on top' (Visual FoxPro)
1293 NEW Internet Explorer 6.1SP1 cannot download files.
1295 NEW Crash in UOAssist in program code after GetForegroundWi
1304 NEW Add edit control (copy/paste) icons to wineconsole
1305 ASSI HalfLife crashed when starting game
1308 NEW Can not make crosstest in dlls/kernel/
1309 NEW wine keyboard not working in UTF-8 locale
1311 NEW Failed to initialise!
1312 NEW compilation problem on NetBSD (*BSD?)
1313 NEW The Microsoft Powerpoint viewer cannot print
1314 NEW Wine always downloads truetype fonts into its ps files
1319 NEW OpenGL on Radeon 8500 outputs ASCII garbage
1321 NEW Files do not retain their timestamps with CopyFile
1322 NEW IsTextUnicode failure with IS_TEXT_UNICODE_REVERSE_MASK
1329 NEW fixme:ole cotreat asclass olelocal server thread :comar
1330 NEW argv[0] should be translated into DOS syntax
1336 NEW WCMD : Delete a read-only file says not found
1342 NEW Corrupt Icon in Miranda IM
1346 NEW inability to connect to Yahoo in Miranda 2.1
1347 NEW Screen is wiped/blanked on usage of DirectDraw
1348 NEW RegisterHotKey and UnregisterHotKey are not implemented
1353 NEW DirectX 9 is missing
1355 NEW Static text controls wrap too early
1361 NEW Regression - DirectX sound isn't working properly for s
1362 NEW Half-Life DirectX menu rendering problems
1370 NEW executing commands with wcmd fails
1372 NEW Wineinstall and permissions
1379 NEW Remove duplication of code between winesetup and wineco
1384 NEW Error running Out Of This World DOS game
1392 NEW Waits on non-exiting semaphore
1395 NEW Uninstaller failed on Win2K when software is installed
1400 NEW Counter-strike does not always do resolution switching
1403 NEW Pompei CD won't run
1417 NEW Garbage printed to terminal
1429 NEW Getting dxdiag to work perfectly
1434 NEW Get games working perfectly (metabug)
1447 NEW Can not debug application
-------------------------------------------------------------------------
To get a list of all your bugs, you can use this URL (bookmark it if you like!):
http://bugs.winehq.com/buglist.cgi?assigned_to=wine-bugs@winehq.com
Or, you can use the general query page, at
http://bugs.winehq.com/query.cgi.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<%urlbase>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1350
juan(a)virtual-orbis.com changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.jpsoft.com/oldver|ftp://jpsoft.com/oldver/tc32
|/tc32301.exe |301.exe
Component|wine-gui |wine-console
------- Additional Comments From juan(a)virtual-orbis.com 2003-05-11 22:51 -------
fixed URL in bugreport
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1350>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1454
Summary: Compile on RedHat 9 fails with No such file or
directory.
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: modlin(a)mail.com
Attempting to wine-20030508 on RedHat 9. All RedHat updates through Sunday 11
May 2003 are applied to my system. This includes: glibc-2.3.2-27.9 and kernel
2.4.20-9. For what it's worth, flex version is 2.5.4a.
When I do ./wineinstall everything proceeds OK until this error occurs:
-------------
make[2]: Entering directory `/test3/wine-20030508/dlls/glu32'
./../tools/winebuild/winebuild -D_REENTRANT -fPIC -D__WINESRC__ -o
glu32.spec.c --spec ./glu32.spec glu32.dll.tmp.o -L../../dlls
./glu32.spec:1: Cannot open -L../../dlls : No such file or directory
make[2]: *** [glu32.spec.c] Error 1
make[2]: Leaving directory `/test3/wine-20030508/dlls/glu32'
make[1]: *** [glu32] Error 2
make[1]: Leaving directory `/test3/wine-20030508/dlls'
make: *** [dlls] Error 2
Compilation failed, aborting install.
----------
I had the same type of problem with wine-20030408.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1454>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1453
Summary: Tibia Game DirectDraw Problems
Product: Wine
Version: 20030408
Platform: PC
URL: http://www.tibia.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: info(a)moabutah.com
Using wine 20030508, mandrake 9.1
I can install, and generally play the game Tibia,
but when a subtab is opened to view the contents of a bag or backpack,
the screen flashes rapidly, rendering the game unplayable.
When you re-close the tab, the flashing stops.
Console:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x403f63c0)->(00010023,00000008)
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403f4f88)->(0x403f63cc,0x00000000),stub!
Xlib: extension "XFree86-DRI" missing on display ":0.0".
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_ANTIALIAS
(00000002) !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_LINEPATTERN (0000000a) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_MONOENABLE
(0000000b) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_ROP2
(0000000c) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_PLANEMASK
(0000000d) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_LASTPIXEL
(00000010) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_ZVISIBLE
(0000001e) !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_EDGEANTIALIAS (00000028) !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_MIPMAPLODBIAS (0000002e) !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_RANGEFOGENABLE (00000030) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP0
(00000080) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP1
(00000081) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP2
(00000082) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP3
(00000083) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP4
(00000084) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP5
(00000085) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP6
(00000086) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_WRAP7
(00000087) !
err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_EXTENTS
(0000008a) !
err:ddraw:set_render_state Unhandled dwRenderStateType
D3DRENDERSTATE_VERTEXBLEND (00000097) !
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1453>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1452
Summary: Registery Install Error
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: coolpav(a)parkertech.org
Compiling regedit...
make: Nothing to be done for `all'.
Preparing to install default Wine registry entries...
Installing default Wine registry entries...
wine: chdir to /tmp/.wine-wine/server-302-27ede : No such file or directory
Registry install failed.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1452>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
------- Additional Comments From hatky(a)users.sf.net 2003-05-10 06:38 -------
Created an attachment (id=481)
UT2003 log file, mybe it will shade some light...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
------- Additional Comments From hatky(a)users.sf.net 2003-05-10 06:37 -------
Created an attachment (id=480)
run 2 of --debug +file ut2003
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
------- Additional Comments From hatky(a)users.sf.net 2003-05-10 06:28 -------
I am attaching run2 (after installing it again in windows and running again in wine in
case it was an installtion problem) but I am seeing the same errors I do not know if I
miss something so I will attach this but the GLE 2 errors are still there and I think I
was mistaking searching for a directory there are some file named that and they
were there before...
What does
warn:file:CreateFileW Unable to get full filename from L"Engine" (GLE 2)
mean "Engine."?
and what is the "L" curent directory?
I will also attach the UT2003.log, may shade some light on what the program is
trying to do
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1449
------- Additional Comments From hatky(a)users.sf.net 2003-05-10 06:02 -------
Created an attachment (id=479)
Running the game as wine --debugmsg +file Tropico2
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1449
------- Additional Comments From hatky(a)users.sf.net 2003-05-10 05:57 -------
The debugger dosen't hang but I was not sure if that info is usfull and the directX
component I chose becouse most of the errors seem to come from ddraw (I know its
kind of new and still has many fixme's) so:
wine: Unhandled exception, starting debugger...
FIXME:pthread_cond_init
WineDbg starting on pid 8
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000af50 (_end+0x40097e4)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x4001f000)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x4010c000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1'
(0x40123000)
No debug information in ELF '/lib/i686/libc.so.6' (0x40205000)
No debug information in ELF '/lib/i686/libm.so.6' (0x40338000)
No debug information in ELF '/lib/libdl.so.2' (0x4035a000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x4035d000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so'
(0x406e3000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so' (0x4079f000)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x408c6000)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so'
(0x40940000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so' (0x4096c000)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so' (0x409dc000)
Loaded debug information from ELF '/usr/local/lib/wine/winmm.dll.so' (0x40a22000)
Loaded debug information from ELF '/usr/local/lib/wine/ddraw.dll.so' (0x40a89000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x404b3000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40af2000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40b09000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40b17000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40bf6000)
No debug information in ELF '/lib/i686/libpthread.so.0' (0x40c69000)
Loaded debug information from ELF '/usr/local/lib/wine/version.dll.so' (0x40cb9000)
Loaded debug information from ELF '/usr/local/lib/wine/lz32.dll.so' (0x40cd3000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40ce9000)
No debug information in ELF '/lib/libz.so.1' (0x40d37000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x40d45000)
No debug information in ELF '/usr/X11R6/lib/modules/dri/radeon_dri.so'
(0x40daf000)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so.2' (0x40017000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2'
(0x436bf000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x436e8000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x436f1000)
Loaded debug information from ELF '/usr/local/lib/wine/winearts.drv.so'
(0x43985000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm.drv.so' (0x43999000)
Loaded debug information from ELF '/usr/local/lib/wine/msacm32.dll.so'
(0x439b0000)
Loaded debug information from ELF '/usr/local/lib/wine/midimap.drv.so'
(0x43af0000)
No debug information in 32bit DLL 'H:\Program Files\Tropico2\Tropico2.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'
(0x40710000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x40950000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL'
(0x408e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL'
(0x407c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x409f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL'
(0x40990000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL'
(0x40a30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DDRAW.DLL'
(0x40ab0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL'
(0x40ce0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL'
(0x40cc0000)
No debug information in 32bit DLL 'H:\PROGRAM FILES\TROPICO2\BINKW32.DLL'
(0x30000000)
No debug information in 32bit DLL 'H:\PROGRAM FILES\TROPICO2\MSS32.DLL'
(0x21100000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40d60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x439c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x439a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x43b00000)
No debug information in 32bit DLL 'H:\PROGRAM FILES\TROPICO2\MSSMP3.ASI'
(0x26f00000)
Unhandled exception: page fault on read access to 0xfffffffc in 32-bit code
(0x008c393b).
In 32-bit mode.
0x008c393b (Tropico2.exe.EntryPoint+0x33c9c in H:\Program
Files\Tropico2\Tropico2.exe): movl 0x0(%ecx,%eax,4),%eax
Wine-dbg>
Will a --debugmsg help you more?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1447
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
URL|http://download.microsoft.co|http://download.microsoft.co
|m/download/DungeonSiege/Tria|m/download/DungeonSiege/Tria
|l/1.0/W982KMeXP/EN- |l/1.0/W982KMeXP/EN-
|US/DSdemo.exe |US/DSdemo.exeSdemo.exe
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-09 22:33 -------
seems to be fixed in CVS after 03/05/07.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1447>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1449
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-09 21:01 -------
could you please put the output from the debugger ?
if the debugger hangs, then run it the application with winedbg instead.
without this information, we dont know what is the problem.
you have chosen wine-directx component but the output of the debugger
could show a call to an unimplemented function in shell32.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1383
------- Additional Comments From ronald(a)gtinet.sk 2003-05-09 20:48 -------
this bug remains also in the very latest (cvs) version...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-09 10:54 -------
Here is the backtrace from gdb, any use?
Starting program: /usr/bin/wine ./Game/SC3.EXE
[New Thread 16384 (LWP 18064)]
[New Thread 32769 (LWP 18067)]
[New Thread 16386 (LWP 18068)]
[New Thread 32771 (LWP 18077)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 18064)]
RtlImageNtHeader (hModule=0x0) at loader.c:1273
1273 if (dos->e_magic == IMAGE_DOS_SIGNATURE)
(gdb) bt
#0 RtlImageNtHeader (hModule=0x0) at loader.c:1273
#1 0x400d231a in RtlImageDirectoryEntryToData (module=0x0, image=1, dir=0,
size=0x40702d84) at loader.c:1301
#2 0x400d12f4 in LdrGetProcedureAddress (module=0x0, name=0x40702db0, ord=0,
address=0x40702dac) at loader.c:787
#3 0x40087454 in GetProcAddress (hModule=0x0,
function=0x4fc298 "TryEnterCriticalSection") at ../../loader/module.c:1053
#4 0x004b9082 in ?? ()
#5 0x400bd984 in start_process () at ../../scheduler/process.c:570
#6 0x400bf4d7 in call_on_thread_stack (func=0x400bd6b0)
at ../../scheduler/sysdeps.c:110
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-09 10:15 -------
If you give me an idea how, with winedbg it gives the exception attached, could
I use gdb or something?
Thanks
Tony
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1451
Summary: Checkpoint Policy Editor v4.1 SP2 - SP6 Crashes when
connecting.
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jeroen(a)vanrenen.com
- Basic install of the Checkpoint policy Editor does work when connecting to a host.
- Checkpoint has the capability to also run in local mode without connecting to
a host, this mode works for all SP's.
- However when using Checkpont policy Editor v4.1 ServicePack2 - SP6 it crashes
when connecting to a host.
When SP2 - SP6 are used under windows during the connection process it receives
a 'host' key, this might have something to do with the problem.
The following output is produced by wine upon failure:
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41560000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41540000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x416a0000)
Unhandled exception: unimplemented function kernel32.dll.Heap32ListFirst called
in 32-bit code (0x40915058).
In 32-bit mode.
0x40915058 (KERNEL32.DLL..data+0x3058 in kernel32.dll.so): subl $4,%esp
Wine-dbg>bt
Backtrace:
=>0 0x40915058 (KERNEL32.DLL..data+0x3058 in kernel32.dll.so) (ebp=4089273c)
1 0x409162b2 (KERNEL32.DLL.Heap32ListFirst+0x22 in kernel32.dll.so) (ebp=4089274c)
2 0x00530a62 (FwPolicy.exe..text+0x12fa62 in C:\Program
Files\CheckPoint\Policy Editor\PROGRAM\FwPolicy.exe) (ebp=ffffffff)
*** Invalid address 0xffffffff (MSVCRT.DLL..reloc+0x87fc5fff)
Cheers,
Jeroen
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1451>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From mike(a)theoretic.com 2003-05-09 09:35 -------
Can you get a backtrace from the critical section functions in the loop?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-09 07:07 -------
OK, just looking at the snoop relay and could it be something to do with the
setthreadpriority, i.e. it is set to be at the bottom of the queue or something?
Any ideas?
Tony
0033:Call kernel32.GetThreadPriority(fffffffe) ret=004c03cd
0033:Ret kernel32.GetThreadPriority() retval=00000000 ret=004c03cd
0033:Call kernel32.SetThreadPriority(fffffffe,00000001) ret=004c03e4
0033:Ret kernel32.SetThreadPriority() retval=00000001 ret=004c03e4
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
------- Additional Comments From hatky(a)users.sf.net 2003-05-09 05:55 -------
.....
trace:file:FILE_DoOpenFile reg.dat OF_READ OF_SHARE_COMPAT
trace:file:FILE_DoOpenFile reg.dat 0000
warn:file:FILE_DoOpenFile 'reg.dat' not found or sharing violation
warn:file:FILE_DoOpenFile (reg.dat): return = HFILE_ERROR error= 2
warn:file:FILE_CreateFile Unable to create file '/usr/local/etc/wine.userreg' (GLE 2)
warn:file:FILE_CreateFile Unable to create file '/usr/local/etc/wine.systemreg' (GLE
2)
these refer to something with the registry...
but for the rest I guess you are right I just checked and the engine directory for
example does not exsist, I installed it with wine and it looked like completing
succsesfully... I will install it in windows and run it again soon and report back
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From hatky(a)users.sf.net 2003-05-09 05:35 -------
If the problem was just the wineoutput I would have a party now :).
Getting it to work is the issue
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-09 04:45 -------
Created an attachment (id=478)
winedbg ./Game/SC3.EXE
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-09 04:45 -------
Created an attachment (id=477)
wine --debugmsg +loaddll ./Game/SC3.EXE
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-09 04:44 -------
Created an attachment (id=476)
wine --debugmsg +snoop +relay ./Game/SC3.EXE
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1450
Summary: Simcity 3000 (UK), loops
Product: Wine
Version: CVS
Platform: PC
URL: http://www.ea.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tjawatts(a)totalise.co.uk
I have CVS as of yesterday (08/05/03, in the afternoon), I have (customised)
linux with glibc 2.3.2, so I added --with-nptl to the config args bit in
wineinstall. X 4.3.0. Other programs run fine (acrobat,kazaa lite). Fake windows
on ext3.
Simcity installs fine (cd /mnt/cdrom, wine ./INSTALL/ENGLISH/SETUP.EXE). When I
run it (cd <wine>/Program\ Files/Maxis/SimCity\ 3000/, wine ./Game/SC3.EXE) I
get a loop with a load of enter/leave critical section plus a few get tick
counts ad infinitum. So I will attach the last few hundred +relay +snoop before
the loop, a +loaddll and some output from winedbg which seems to show a crash
(why when it doesnt if I it run normally?)
Hope you can help
Thanks
Tony
p.s. posted under misc as I have no idea what it is related too!
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1450>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=982
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-08 20:56 -------
closing.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=982>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=982
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From spetreolle(a)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.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=982>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=935
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
OtherBugsDependingO| |1434
nThis| |
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From spetreolle(a)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 ?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=935>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-08 16:51 -------
the end of your log shows a lot of missing files... (GLE 2)
verify the game has been installed correctly.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1449
hatky(a)users.sf.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Summary|Getting Tropico 2 (game) to |Getting Tropico 2 (game) to
|work |work
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 16:09 -------
btw wine cvs version of today (9.5.2003)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1449
Summary: Getting Tropico 2 (game) to work
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hatky(a)users.sf.net
Well the installtion is not working (yet) but that is on another bug, if you install it with
windows you can try to run it....
It displays the intro movie it even draws the main menu but clicking on any of the
options will crash with some direct draw errors:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403e94d8)->(00010021,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x403e94d8)->(00010021,00000011)
fixme:ddraw:Main_DirectDraw_CreateSurface App didn't request a valid surface
type - assuming offscreenplain
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403e81f8)->(0x403e94e4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x403e8218)->(0x403e94e4,0x00000000),stub!
fixme:ddraw:Main_DirectDrawClipper_SetClipList (0x403e8218,0x406d27a0,0),stub!
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
err:ole:CoGetClassObject couldn't load InprocServer32 dll dplayx.dll
fixme:ole:CoCreateInstance no classfactory created for CLSID
{2fe8f810-b2a5-11d0-a787-0000f803abfc}, hres is 0x80070005
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or
DDBLT_ASYNC: can't handle right now.
wine: Unhandled exception, starting debugger...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1449>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-08 16:08 -------
note you can disable them :)
--debugmsg err-channel,fixme-channel...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
hatky(a)users.sf.net changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Summary|Getting Unreal Turnement |Getting Unreal Turnement
|2003 (game) working - video |2003 (game) working - video
|detection probelm |detection probelm - registry
| |accsess
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 15:03 -------
The --debug log shows (I think) some basic registry accsess that is getting denyed...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 15:01 -------
Created an attachment (id=475)
shell,shell32,advapi32,shlwapi=n log (edited)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 15:01 -------
Created an attachment (id=474)
--debugmsg
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 14:59 -------
Even worse, it repeats some unimplemented functions repetivly from the ntdll.dll and
KERNEL32.dll mostly about rtl... and nt...
do you want the 1MB log?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 14:49 -------
Created an attachment (id=473)
Normal output
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1448
Summary: Getting Unreal Turnement 2003 (game) working - video
detection probelm
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P5
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hatky(a)users.sf.net
It seems there is missing some really basic thing that lets this game identify the
video card/driver as it says:
UT2003 Build UT2003_Build_[2002-09-19_17.26]
OS: Windows 98 4.10 (Build: 67766446)
CPU: GenuineIntel Unknown processor @ 1597 MHz with 376MB RAM
Video: No Video
unrecoverable error - bombing out
History: UWindowsClient::UWindowsClient <- UGameEngine::Init <- InitEngine
wine version is today's cvs (9.5.2003)
I will atach the logs in a secound both the normal win output and a --debugmsg
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1448>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-08 14:10 -------
access to 0xdeadbeef was done, wich means unimpelementeed function has been called.
retry with --dll shell,shell32,advapi32,shlwapi=n
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1026
pouech(a)winehq.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From pouech(a)winehq.com 2003-05-08 14:09 -------
made winedbg not to crash on this (nor raise assertions)
but extra long C++ symbols are not supported anyway
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1026>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 13:59 -------
Created an attachment (id=472)
tropico-install-shell,shell32=n crash
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From hatky(a)users.sf.net 2003-05-08 13:56 -------
Well it still dosen't woek I will attach the output
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1447
------- Additional Comments From lionel.ulmer(a)free.fr 2003-05-08 09:39 -------
Well, just tried on another application (notepad) and it's the same.
So either it's a regression in the current CVS tree or something is b0rked in my
Wine registry.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1447>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1447
Summary: Can not debug application
Product: Wine
Version: CVS
Platform: PC
URL: http://http://download.microsoft.com/download/DungeonSie
ge/Trial/1.0/W982KMeXP/EN-US/D
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: lionel.ulmer(a)free.fr
When trying to start the debugger on DungeonSiege, I get the following :
nexus6:/wine_dos4/DungeonSiege$ winedbg ./DungeonSiegeDemo.exe
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
Could not stat /mnt/fd0 (No such file or directory), ignoring drive A:
fixme:console:SetConsoleCtrlHandler (0x404a0990,1) - no error checking or
testing yet
WineDbg starting on pid a
Invalid address, can't set breakpoint
Invalid address, can't set breakpoint
You can turn on deferring breakpoints by address by setting $CanDeferOnBPByAddr to 1
Loaded debug information from ELF 'wine' ((nil))
*** Invalid address 0x3c0016f0 (_DYNAMIC in wine)
And the problem is that DS runs as if no debugger was attached at all (it
basically does NOT stop before starting the application).
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1447>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1376
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-07 19:23 -------
80004002L is E_NOINTERFACE, which says you could have a problem
with the matching InstallShield dll, Ilog.dll.
A quick look in regedit shows :
C:\Program Files\Common Files\InstallShield\engine\6\Intel 32\ILog.dll
C:\Program Files\Common Files\InstallShield\engine\6\Intel 32\iKernel.exe
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1376
------- Additional Comments From klevin(a)eskimo.com 2003-05-07 17:48 -------
I've been testing with updated builds from my cvs checkout every 2-5 days
(thought today was the first time in a week or so). Just tried with a current
checkout. I now get the following output on console:
fixme:seh:check_resource_write Broken app is writing to the resource data,
enabling work-around
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
FIXME:pthread_cond_init
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
Instead of just hanging, I now get an error message after the "Wizard setup"
window closes. The window states: "An error occurred while launching the seupt.
(0x80004002)" After clicking "Ok" on the error message, the installation hangs.
Not very informative to me, but . . .
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1429
------- Additional Comments From tjawatts(a)totalise.co.uk 2003-05-07 17:06 -------
Running on 20030408, I got the same error about the SetupIterateCabinetA. So I
ran it with native setupapi.dll (plus cfgmgr32.dll). The output is below, it
seems that something related to CAB is not implemented. Hope it helps ;-)
wine out put is thus:
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not found
- 16-bit dll or version conflict.
err:module:import_dll No implementation for
NTDLL.dll.IoUnregisterDeviceInterface imported from
C:\windows\system\cfgmgr32.dll, setting to 0xdeadbeef
trace:loaddll:load_dll Loaded module 'C:\windows\system\cfgmgr32.dll' : native
trace:loaddll:load_dll Loaded module 'C:\WINDOWS\SYSTEM\MPR.dll' : builtin
trace:loaddll:load_dll Loaded module 'C:\windows\system\setupapi.dll' : native
trace:loaddll:MODULE_FlushModrefs Unloaded module
And DirectX.log output is like so:
05/08/03 01:50:50: dsetup32: IterateDownloadedCabs(): Iterating through
C:\WINDOWS\SYSTEM\DirectX\WebSetup\setup_w9x_eng.cab
05/08/03 01:50:50: dsetup32: LoadListFromInfSection(): Unable to load
C:\WINDOWS\SYSTEM\DirectX\WebSetup\filelist.dat - [(].
05/08/03 01:50:50: dsetup32: IterateDownloadedCabs(): Unable to get cab list in
section.
05/08/03 01:50:50: dsetup32: Installation ended with value -9 = Internal or
unsupported error
05/08/03 01:51:11: DXWSetup: WM_APP_ENDINSTALL
05/08/03 01:51:11: DXWSetup: ~CDXWSetup()
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1376
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-05-07 15:55 -------
Marcus did some work on
_copy_arg argument was coerced in-place
Did you try a recent version?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1376>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1219
------- Additional Comments From dardo(a)dada.it 2003-05-07 12:34 -------
fixme:winsock:WS_bind Setting WS_SO_REUSEADDR on socket before we binding it
I have the same problem with WinMX 3.3.1. and Wine 20030115 on Mandrake 9.1
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1219>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2003-05-07 03:12 -------
Sorry my fault, I meant c:\\Windows\\Fonts and not c:\\Windows\\System
I'm *sure* I'm using ttf fonts :-)
[g@svil g]$ ls /work/c/windows/Fonts
Vera.ttf VeraBd.ttf VeraMoBI.ttf VeraMoIt.ttf VeraSe.ttf
VeraBI.ttf VeraIt.ttf VeraMoBd.ttf VeraMono.ttf VeraSeBd.ttf
I've test this carefully, so I'm pretty sure about that...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-07 02:16 -------
Fonts must go into C:\\windows\\Fonts, not in C:\\windows\\system.
Check the presence C:\\windows\\Fonts\\*.ttf, otherwise it means you're using X
fonts.
To ensure youre using ttf fonts, remove $HOME/.wine/cached*
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From gabriele.giorgetti(a)teamfab.it 2003-05-07 01:50 -------
I've compiled wine with freetype2 support (2.1.4) and the only
fonts I've used are the Vera Bitstream fonts (ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera) that I put in c:\Windows\System .
I'm not using any X font.
Thanks.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1439
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-06 23:31 -------
Does it happens with all fonts you specify ?
Whats your font config :
- you use X fonts /
- you installed some fonts into C:\\windows\\Fonts
and have wine compiled with Freetype support ?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1439>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-06 22:20 -------
did you try it with --dll shell,shell32=n ?
ps. next time create attachments if you think the logs are too long.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1033
dardo(a)dada.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|CLOSED |REOPENED
Resolution|FIXED |
------- Additional Comments From dardo(a)dada.it 2003-05-06 22:03 -------
I have the same problem
I use wine-20030115 and WinMX 3.3.1 on Mandrake 9.1
I can hear the sound like when windows opens in KDE 3.1
but i can not see the window of WinMX
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1033>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1444
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-06 21:22 -------
closing.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1444>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1444
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-06 21:22 -------
resolved, the fix is now in CVS.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1444>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1383
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |diaz8(a)hotmail.com
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-06 21:17 -------
*** Bug 1443 has been marked as a duplicate of this bug. ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1383>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1443
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-06 21:17 -------
*** This bug has been marked as a duplicate of 1383 ***
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1443>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1301
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |mike(a)theoretic.com
Status|NEW |ASSIGNED
------- Additional Comments From mike(a)theoretic.com 2003-05-06 08:01 -------
Taking this bug, I have a prototype that partly works.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1301>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1429
------- Additional Comments From hatky(a)users.sf.net 2003-05-06 06:56 -------
The tests before were just taking the dxdiag exec from my windowsXP with directX
9.0a
Trying to install directX from microsoft's site:
It downloaded everyting and crashed on installing with the message:
An internal error occured.
Please refer to directx.log in you Windows folder to determine
problem.
it said it was installing v9.0 for 98/me (wine was set to emulate win98)
yes, this was a web setup
there are many wine messages but the last few are
Check permissions or set VFAT "quiet" mount flag
fixme:win:SetWindowTextW cannot set text L"Close" of other process window (nil
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not foun
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not foun
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not foun
- 16-bit dll or version conflict.
err:module:BUILTIN32_LoadLibraryExA loaded .so but dll user.exe still not foun
- 16-bit dll or version conflict.
fixme:setupapi:SetupIterateCabinetA not implemented (setupapi.dll)
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=748
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2003-05-06 06:48 -------
Wine bug:
Wine honours the TZ variable for the Kernel time functions. That is wrong!.
Windows only uses time related registry entries in kernel32 and ignores the TZ
variable.
Workaround:
Set the TZ value to some value before starting the programm
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=748>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1366
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From mike(a)theoretic.com 2003-05-06 03:34 -------
closing
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1366>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1366
mike(a)theoretic.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From mike(a)theoretic.com 2003-05-06 03:33 -------
Resolving fixed
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1366>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1445
Summary: dlls/oleaut32/Makefile not getting extra LIBS
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pwl(a)yseda.com
dlls/oleaut32/Makefile includes -ljpeg but doesn't include
LIBS value passed to configure (so link failed - couldn't find libjpeg.so)
added libs given in configure to EXTRA_LIBS & jpeg library
was found & linked in
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1445>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1444
Summary: dlls/winmm/wineoss/midi.c missing <errno.h>
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Solaris
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: wine-winelib
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pwl(a)yseda.com
midi.c wouldn't compile (varibale rrno not declared)
added #incldue <errno.h> & it compiled OK
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1444>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=386
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-05 23:34 -------
changing to fixed since it has been implemented.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=386>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=318
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-05 23:30 -------
..and closing.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=318>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=318
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-05 23:29 -------
setting it to fixed since no response from the reporter.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=318>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1429
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
everconfirmed|0 |1
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-05 23:04 -------
Could you try to install directx completely, using the installer ?
Dxdiag almost run correctly today, if you omit ddraw (missing classes for now).
If this is already done, give the version youre trying to install.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1429>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1443
Summary: wine: chdir to /tmp/.wine-cip/server-343-50b4f : No such
file or directory
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-tools
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: diaz8(a)hotmail.com
Hi,
When i try to execute ./tools/wineinstall the following error appears:
Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /home/cip/c)
Configuring Wine for a no-windows install in /home/cip/c...
Created /home/cip/.wine/config using default Wine configuration.
You probably want to review the file, though.
Compiling regedit...
make: No se hace nada para `all'.
Preparing to install default Wine registry entries...
Installing default Wine registry entries...
wine: chdir to /tmp/.wine-cip/server-343-50b4f : No such file or directory
Registry install failed.
It also occurs if execute ./programs/regedit
Thanks in advance.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1443>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=362
------- Additional Comments From hatky(a)users.sf.net 2003-05-05 16:00 -------
if you mean the
FIXME:pthread_cond_init
I do not think it is it becouse I get this in a lot of programs that do work and if you
mean the:
FIXME:pthread_rwlock_rdlock
FIXME:pthread_unlock_rdlock
then I think you sould have read further
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=362>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From hatky(a)users.sf.net 2003-05-05 13:13 -------
Well it still crashed as before the lain where the prog says it failed (error coping) is
when wine writes:
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
p.s. sorry for the multimessage report
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
------- Additional Comments From hatky(a)users.sf.net 2003-05-05 13:09 -------
I tryed running it again with 640x480 but it is crashing now on something else(I think
it noticed partial installtion):
fixme:seh:check_resource_write Broken app is writing to the resource data, enabling
work-around
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
))))cannot set text "InstallShield Wizard" of other process window (nil)
wine: Unhandled exception, starting debugger...
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1442
Summary: Installation: "Tropico 2: Pirate Cove Setup" crashes
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: hatky(a)users.sf.net
*Well trying to install this game as is from the cdrom gives me the fallowing errors
without diaplaying anything:
fixme:seh:check_resource_write Broken app is writing to the resource data, enabl
ing work-around
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-
4432-b3ed-a9dca3604594})
FIXME:pthread_cond_init
**************************************************************************
You must copy a 'stdole32.tlb' file to your Windows\System directory!
You can get one from a Windows installation, or look for the DCOM95 package
on the Microsoft Download Pages.
**************************************************************************
fixme:ole:LoadTypeLibEx Wanted to load L"stdole32.tlb" as typelib, but file was
not found.
fixme:ole:_get_funcdesc Did not find a typeinfo for reftype 0?
fixme:ole:PSFacBuf_CreateProxy GetFuncDesc 80004005 should not fail here.
fixme:ole:StdMarshalImpl_UnmarshalInterface Failed to create a proxy for {91814e
c1-b5f0-11d2-80b9-00104b1f6cea}
fixme:ole:CoUnmarshalInterface Failed to Unmarshal the interface, 80004005?
fixme:ole:_unmarshal_interface Marshaling interface
{91814ec1-b5f0-11d2-80b9-001
04b1f6cea} failed with 80004005
fixme:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
fixme:ole:xCall Failed to unmarshall param, hres 80004005
wine: Unhandled exception, starting debugger...
FIXME:pthread_cond_init
WineDbg starting on pid 8
Loaded debug information from ELF 'wine' ((nil))
Breakpoint 1 at 0x4000af50 (_end+0x40097e4)
Loaded debug information from ELF '/usr/local/lib/libntdll.dll.so' (0x4001f000)
Loaded debug information from ELF '/usr/local/lib/libwine.so.1' (0x4010b000)
Loaded debug information from ELF '/usr/local/lib/libwine_unicode.so.1' (0x40122
000)
No debug information in ELF '/lib/i686/libc.so.6' (0x40204000)
No debug information in ELF '/lib/i686/libm.so.6' (0x40337000)
No debug information in ELF '/lib/libdl.so.2' (0x40359000)
Loaded debug information from ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_files.so.2' (0x4035c000)
Loaded debug information from ELF '/usr/local/lib/wine/comctl32.dll.so' (0x406e3
000)
Loaded debug information from ELF '/usr/local/lib/wine/user32.dll.so' (0x4077c00
0)
Loaded debug information from ELF '/usr/local/lib/wine/gdi32.dll.so' (0x408a1000
)
Loaded debug information from ELF '/usr/local/lib/wine/advapi32.dll.so' (0x4091b
000)
Loaded debug information from ELF '/usr/local/lib/wine/kernel32.dll.so' (0x40947
000)
Loaded debug information from ELF '/usr/local/lib/wine/version.dll.so' (0x40a020
00)
Loaded debug information from ELF '/usr/local/lib/wine/lz32.dll.so' (0x40a1c000)
Loaded debug information from ELF '/usr/local/lib/wine/ole32.dll.so' (0x40a32000
)
Loaded debug information from ELF '/usr/local/lib/wine/rpcrt4.dll.so' (0x40aa200
0)
Loaded debug information from ELF '/usr/local/lib/wine/oleaut32.dll.so' (0x40ae8
000)
No debug information in ELF '/usr/lib/libjpeg.so.62' (0x40b58000)
No debug information in ELF '/usr/lib/libfreetype.so.6' (0x40b79000)
No debug information in ELF '/lib/libz.so.1' (0x40bc7000)
Loaded debug information from ELF '/usr/local/lib/wine/x11drv.dll.so' (0x40bd500
0)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x404b3000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40c3f000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40c56000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40c64000)
No debug information in ELF '/usr/X11R6/lib/libGL.so.1' (0x40d43000)
No debug information in ELF '/lib/i686/libpthread.so.0' (0x40db6000)
No debug information in ELF '/usr/X11R6/lib/modules/dri/radeon_dri.so' (0x40e060
00)
No debug information in ELF
'/usr/X11R6/lib/X11/locale/lib/common/xlcUTF8Load.so
.2' (0x40017000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/lib/common/ximcp.so.2' (0
x43716000)
No debug information in ELF '/usr/X11R6/lib/libXcursor.so.1' (0x4373f000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x40368000)
No debug information in 32bit DLL 'D:\Setup.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'
(0x40970000)
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'
(0x407a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x406f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL'
(0x40a20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL'
(0x40a10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL'
(0x40ac0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL'
(0x40a50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL'
(0x40b00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40bf0000)
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code (0x0
0405564).
In 32-bit mode.
0x00405564 (Setup.exe.EntryPoint+0x30af in D:\Setup.exe): movl 0x0(%eax),%ecx
Wine-dbg>
wine_dbg_cmd: Ctrl-C
Ctrl-C: stopping debuggee
err:seh:EXC_DefaultHandling Unhandled exception code c000013a flags 0 addr
0x4022c445
*Taking the advice and installing DCOM (98) is starts installing but gives an error
while copying one of the files and the wine output is:
fixme:seh:check_resource_write Broken app is writing to the resource data, enabling
work-around
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
FIXME:pthread_cond_init
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
))))cannot set text "InstallShield Wizard" of other process window (nil)
fixme:ole:_copy_arg argument was coerced in-place (0x3 -> 0xb); source data has
been modified!!!
fixme:win:SetWindowTextA cannot set text "Tropico 2: Pirate Cove Setup" of other
process window (nil)
fixme:shell:BrsFolderDlgProc flags 1 not implemented
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-2)
fixme:shell:MsgNotify TVN_ITEMEXPANDINGA/W
fixme:shell:MsgNotify unhandled (-455)
fixme:shell:MsgNotify unhandled (-450)
fixme:shell:MsgNotify unhandled (-7)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-2)
fixme:shell:MsgNotify TVN_ITEMEXPANDINGA/W
fixme:shell:MsgNotify unhandled (-455)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-2)
fixme:shell:MsgNotify unhandled (-450)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify unhandled (-8)
fixme:shell:MsgNotify unhandled (-12)
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:shell:MsgNotify TVN_DELETEITEMA/W
fixme:ole:_copy_arg argument was coerced in-place (0x4003 -> 0x2); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:ole:_copy_arg argument was coerced in-place (0x200c -> 0x1b); source data
has been modified!!!
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
FIXME:pthread_cond_init
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{00000000-0000-0000-0000-000000000000})
[hatky@n cdrom]$ fixme:ole:_xread Read only 0 of 4 bytes from 0x54.
fixme:ole:_StubReaderThread Failed with hres 80004005
By the last line I wander if it is really my resulotion (1400x1050)....
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1442>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=702
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-05 11:58 -------
Shouldnt we close this bug, as it is unchanged after one year ?
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=702>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1441
------- Additional Comments From robikar(a)yahoo.com 2003-05-05 10:11 -------
Created an attachment (id=471)
PS output from a Word Document
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1441>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1441
Summary: Word under Wine does not display and print correctly
lines with formulas
Product: Wine
Version: 20030408
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: robikar(a)yahoo.com
Word2000 installed under Wine 20030408 does not display correctly lines
containing both text and formulas (from Equation Editor).
The same problem when such lines are printed to a PS file or printer.
Lines are displayed correctly only when "Whole Page" is chosen for Zoom, but PS
output is still wrong.
This was tested on RedHat 7.1 and 8.0.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1441>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=265
fgouget(a)codeweavers.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-05 04:52 -------
Ok, marking as resolved then.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=265>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=1440
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From marcus(a)jet.franken.de 2003-05-05 04:24 -------
confirming your own bugs is unfair ;)
anyway, you need gas the GNU assembler to build WINE
currently.
quote from README:
Solaris info:
You will most likely need to build Wine with the GNU toolchain
(gcc, gas, etc.). Warning : installing gas does *not* ensure that it
will be used by gcc. Recompiling gcc after installing gas or
symlinking cc, as and ld to the gnu tools is said to be necessary.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=1440>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://bugs.winehq.com/show_bug.cgi?id=265
------- Additional Comments From wine(a)alk.org.lu 2003-05-05 04:15 -------
Thanks François, this (ClearAllSelections) fixes the problem for me.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=265>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
** This e-mail has been automatically generated.
** by: http://bugs.winehq.com/
Weekly report for wine-bugs(a)winehq.com
Bug List
-------------------------------------------------------------------------
Id Status Desc
-------------------------------------------------------------------------
26 NEW StrokeAndFillPath doesn't fill paths on EMF
52 NEW PrgWin95: Problems with access to the root window
69 NEW Visual C++'s native COM support
78 NEW Wine 1.0 Documentation Metabug - Winelib Users Guide
79 ASSI Wine 1.0 Documentation Metabug - Developers Guide
80 ASSI Wine 1.0 Documentation Metabug - FAQ
83 ASSI Stabilize Wine Developers Guide Table of Contents
96 NEW DLL Separation (MetaBug)
128 NEW Segfaults on trying to open fontdlg for AIM95
131 NEW TWGS.exe will not spawn children
134 NEW Age Of Empires II - says 'couldn't initialize graphics.
147 NEW Multi-column list widget: Double click on the header sh
151 NEW dialog focus handling is not correct (e.g. in installer
168 NEW Mouse and Keyboard input die upon entering a game
176 NEW Implement an SDL back-end
189 NEW The mouse wheel can scroll textboxes beyond the end
199 NEW Opening dialogues in nord modular editor causes lockup
204 NEW Lotus Notes attach/detach Soap Opera.
215 NEW x11drv errors with United Devices' agent
216 NEW selected text sometimes disappears
219 NEW realMyst and many other programs refuse to run.
223 NEW winemaker: Add support for the msvcrt headers
230 NEW winemaker: Extract more information from the source fil
231 NEW winemaker: Issue the warnings directly in the source
235 NEW IPX no longer works.
251 ASSI codeweavers-wine does not install regapi and uninstalle
252 NEW codeweavers-wine: winedbg is a dead link
259 NEW Garbled screen in Starcraft
268 NEW ddraw interface not recognized, surface flags not imple
271 NEW Westwood Monopoly: fixme:gdi:GetObjectType Magic nnnn n
280 NEW Windows Networking (WNet) is not implemented
284 NEW FillRect failing from STATIC_PaintTextfn
292 NEW Keyboard focus not following
306 NEW Activeskin.ocx Unhandled exception: page fault on read
307 NEW Unable to launch GURPS Character GURU
308 NEW Firstclass: Mouse slows program to a crawl, but keyboar
312 NEW Trying to record audio makes Wine crash (msacm:widMappe
314 NEW Console application ("dos") doesn't recognize the retur
321 NEW msvcrt.printf does not support %S & %C
327 NEW CodeWeavers Preview Meta Bug
335 NEW Need Microphone and mic volume Support
341 NEW Running Half Life Game Fails
343 NEW file open / save in MS word fails....
347 NEW err:midi:OSS_MidiInit ioctl on midi info for device 0 f
351 NEW TNM (wrestling simulator) installer crashes with "Progr
373 NEW Unhandled exception in DIALOG_CreateIndirect
387 NEW Firstclass: Mouse behaves erratically
397 NEW System hangs while trying to play a sound
416 NEW Missings exports in winsocks
422 NEW Make the registry loadable on demand
423 NEW Out of process COM
424 NEW DCOM support
425 NEW Network UNC path handling
429 NEW Lotus Notes R. 5.0.8 Modal windows don't close
430 NEW Edit Control doesn't not behave like Windows
443 NEW Cygwin fails to execute
461 NEW Implement processing for SystemParametersInfo actions w
468 NEW Error while accessing parallel port - DIVICE_Open Unkno
472 NEW GetAsyncKeyState problem. IGOR: Mouse Release Events No
517 NEW Could not load wprocs.dll
530 NEW Package the regression tests for Windows
535 NEW DLL Separation: wineps from gdi32
536 NEW DLL Separation: ttydrv from gdi32
537 NEW DLL Separation: ttydrv from user32
538 NEW DLL Separation: x11drv from gdi32
540 NEW DLL Separation: x11drv from user32 (clipboard)
542 NEW DLL Separation: x11drv from user32 (misc)
545 NEW DLL Separation: x11drv from ntdll (VIRTUAL_SetFaultHand
546 NEW DLL Separation: winedos from ntdll
547 NEW DLL Separation: user32 from gdi32
549 NEW DLL Separation: user32 from ntdll (misc)
556 NEW Reconcile the Windows and Wine spec files
563 NEW Right click does not call local menu
564 NEW Implement function GetGUIThreadInfo
567 NEW snmpapi.dll is not implemented
569 NEW widgets not being redrawn
572 NEW starcraft crashes in recent wine builds
587 NEW Create replacement of browser component (Internet Explo
588 NEW Word2000 - fixme:file:FindFirstChangeNotificationA this
595 NEW Age of Wonders fails with PE_fixup_imports
620 NEW dragging trillian's window causes the X server to crash
623 NEW Regression: IE can't view https links
626 NEW internet explorer crashes upon launch
633 NEW Non-text clipboard data from WINE to X
634 NEW Wine XIM
638 NEW Document Wine debugging channels
640 NEW Major graphic glitch in x11drv
650 NEW error messages when loading debugging information from
654 NEW Can't install ms money web edition from win98se install
663 NEW Publisher stops reading keyboard and mouse input.
691 NEW GDI32.dll.270 (GdiEntry13) unimplemented
692 NEW GDI32.dll.266 (GdiEntry1) unimplemented
704 NEW native w2k ole32.dll needs NTDLL.NtMapViewOfSection
705 NEW Running NVidia's ChameleonMark crashes at 0xdeadbeef
706 NEW Reg* functions are there twice
709 NEW riched32.dll needs to be improved a lot (was: Richedit
711 NEW Image Preview control is shrinking on Xnview
712 NEW Xnview Options window is not refreshed
718 NEW DPMI handler not called in presence of int $0x31 code
719 NEW some controls does't work
729 NEW Shading of the Winamp equaliser and playlist windows do
735 NEW The WM_INPUTLANGCHANGE message is not send when switchi
741 NEW Debbuger window doesn't allow me to cut & paste
743 NEW WM_QUERYNEWPALETTE handling broken ? (was: Problem in w
749 NEW Sune Hotspot Java crashed in win95 mode
750 NEW Radmin doesn't want to start the second time (says it h
756 NEW msvcrt.fwscanf, swscanf, wscanf unimplemented
758 NEW Menu/combo-box-functionality in managed mode.
763 NEW AOL 7.0 crashes after spewing the same error message
768 NEW Wine crashes when starting Micrographic designer
770 NEW Halts during an install shield wizard installation with
778 NEW Compiler warnings for wine-20020605
786 NEW wrc gives parse error if resource nameID has quotes
792 NEW Display bug in WinZip Extract dialog
795 NEW Implement NtQuerySystemInformation
796 NEW rewrite PSAPI to use NtQuerySystemInformation
797 NEW Rewrite DirectX HAL interfaces
799 NEW wine debugger hidden behind wine games.
800 NEW Wine crashes immediately with privileged instruction ex
804 NEW Wine + NTFS = crash :(
807 NEW PowerBuilder 6.0 generated applications crash accessing
813 NEW fixme:clipboard:GetClipboardSequenceNumber
814 NEW Add section on 'Implementing a new DLL' to Wine Develop
819 NEW Lotus Sametime Connect will not connect
824 NEW \0 character is added to REG_MULTI_SZ registry values
825 NEW Window in modal mode does not receive mouse and keyboar
832 NEW Add Direct3D support
834 NEW Add DWARF2 support
835 NEW Add support for the new PDB format
836 NEW Speed up PDB support
838 NEW winedbg: Add C++ support
839 NEW opengl window minimizes when the program makes another
840 NEW Negative values used by Baldur's Gate in DirectDrawSurf
849 NEW Wordpro Millenium 9.5 Crashes on startup
850 NEW Lotus 123 Crashed on Startup
852 NEW winininet test doesn't terminate/fail
858 NEW Segfault in WineEngInit () ( libgdi32.dll.so )
859 NEW Lotus Notes detach all does not work
860 NEW lotus approach terminates when create new database
861 NEW wine Fails to Initialize and start Yahoo! messenger.
862 NEW wine fails to load default skin for IncrediMail!!!!
863 NEW Listview report style shows right end of text not left
867 NEW Lotus Notes 5.0.3: err:clipping:CLIPPING_UpdateGCRegion
868 NEW open 2 session; the 2 is lock
870 NEW Too many files in a directory prevent proper access to
872 NEW Win9xism in dplayx.dll (ConvertToGlobalHandle)
873 ASSI Win9xism in shell32 (MapSL)
876 NEW listview report style column alignment issues
877 NEW DXgrab is "weak" and can be shaken out of
878 NEW Icons arent transparent if Managed='Y'
881 NEW Mouse cursor not blanked in opengl game
888 NEW DXGrab can't be undone.
890 NEW Virtual Pages difference - Spotted with VirtualQuery()
891 NEW winemaker and winebuild compatibility problem in the .s
892 NEW Implement GetSystemInfo using CPUID
894 NEW Terragen running, 2nd level child window malfunction (?
897 NEW Winetest does not compile
898 NEW fixme:dc:GetDCEx not supported yet
899 NEW Bad focus messages on window creation
900 NEW Upgrade from 20020605 to 20020710 broke Orcad Caputre S
901 NEW sound
903 NEW PathIsURL returning true for invalid formats.
905 NEW Last character in network transmission being dropped
906 NEW Quicken Deluxe 99 dosen't work with Red Carpet release
911 NEW Screen Corruption in Nord Modular Editor
919 NEW FlashFXP 1.4.3 crashes while trying to read "MZ" magic
923 NEW We should add default Explorer registry entries to avoi
927 NEW fixme:commctrl:FlatSB_SetScrollProp stub
928 NEW fixme:commctrl:InitializeFlatSB stub
929 NEW fixme:tab:TAB_WindowProc Unimplemented msg TCM_HIGHLIGH
933 NEW ttydrv needs a lot of improvement
934 NEW Cpu usage is always 100%
945 NEW Cannot install ColdFusion MX
952 NEW Wine and The Bat!
958 NEW OSS audio problems (err:wave:OSS_OpenDevice Can't set f
962 NEW Unreal Tournament Editor does not work in wine
965 NEW MaskBlt is not implemented
970 NEW Intermittent regression tests freeze, possibly due to t
972 NEW Implement urlmon.URLDownloadToCacheFileA
974 NEW Put translation infrastructure in place for various Win
983 NEW FIXME:int21:DOS3Call Unimplemented FAT32 int32 function
986 ASSI ODBC.dll unimplemented
995 NEW shlfileop test fails on FreeBSD
996 NEW sock test fails onf FreeBSD
1001 NEW Define macros STATUS_ENDPOINT_CLOSED, STATUS_DISCONNECT
1005 NEW Attempts to retrieve live streaming updates with QuoteT
1007 NEW kernel32.dll.Heap32* functions unimplemented
1022 NEW OSS_MidiInit Synthesizer support MIDI in. Not supported
1024 NEW can't install ms sql
1037 NEW Remedy user GUI client generates this memory error
1039 NEW No keyboard in wcmd
1046 NEW FIXME:tab:TAB_WindowProc Unimplemented msg TCM_SETITEME
1061 NEW shdocvw.dll: Unimplemented function (ordinal 101)
1067 NEW install of Lotus Notes R6 gives error
1074 NEW DLoad.exe (Diablo II/LOD no-cd BNet Loader) returns err
1077 NEW Error installing Lotus Notes 6
1078 NEW NOTES 6 Gold Release - Installed crashes when being run
1080 NEW fixme:shell:IShellLinkA_fnSetShowCmd (0x421ffd20)->(sho
1081 NEW fixme:file:SetFileAttributfixme:class:get_class_ptr rea
1087 NEW hotspot in wrong position for hand cursor
1088 NEW Wine crashes for user not in /etc/passwd (LDAP authenti
1091 NEW ScrollWindowEx does not update invalidated are
1095 NEW Game Star wars rebellion-> Drawing error
1128 NEW Curse of Monkey Island cannot find its files on CD (was
1129 NEW bitmaps are not drawn in "Dink Smallwood"
1135 NEW WinISO 5.3: Menus don't work (CreateMenu/DestroyMenu pr
1152 NEW version information functionality (ver.dll, version.dll
1157 NEW Display Hebrew when the locale is set to he_IL
1159 NEW Regression in x11drv due to http://cvs.winehq.com/patch
1161 NEW CryptoAPI crashes in MS Money 2001 (illegal CPDeriveKey
1162 NEW Parents Screen unavailable in Leap Ahead Preschool
1168 NEW Mohaa, Mohas && LOD terrian
1170 NEW DOSFS_FindUnixName misses existing file
1172 NEW Wine does not extract files fast enough for programs to
1182 NEW Using artsdsp wrapping makes Wine crash
1183 NEW Carmen Sandiego Junior will not start
1185 NEW Conformance Tests fail on windows 98
1189 NEW Error in window creation, Wine 20021124
1197 NEW Quicken 2001 Deluxe - Password dialog box not displayed
1198 NEW Problems with King's Quest 2 remake from Tierra
1202 NEW A Direct3D racing game that won't run
1205 NEW DOSFS_OpenDevice does not support parallel printer
1215 NEW wine on FreeBSD: wine in malloc(): error: recursive cal
1225 NEW unable to compile ole
1226 NEW winsock:NtStatusToWSAError Status code c0000024
1227 NEW Treeview dosn't send right messages
1240 NEW Nullsoft Installer has bad child window style on first
1251 NEW Cabinet file expander error
1260 NEW MS Office 2000 installation lock
1264 NEW Shift+Tab keystroke not working (Visual FoxPro)
1266 NEW WAIT WINDOW display problem (Visual FoxPro)
1267 NEW Popup menus (shortcuts) will put the main form behind o
1269 NEW On the search page in WinMX it displays it's own icon,
1280 NEW edit control bug - EM_LIMITTEXT does not work
1288 NEW Popup windows always 'on top' (Visual FoxPro)
1293 NEW Internet Explorer 6.1SP1 cannot download files.
1295 NEW Crash in UOAssist in program code after GetForegroundWi
1301 NEW Wine systray should be impemented via standard XEMBED p
1304 NEW Add edit control (copy/paste) icons to wineconsole
1305 ASSI HalfLife crashed when starting game
1308 NEW Can not make crosstest in dlls/kernel/
1309 NEW wine keyboard not working in UTF-8 locale
1311 NEW Failed to initialise!
1312 NEW compilation problem on NetBSD (*BSD?)
1313 NEW The Microsoft Powerpoint viewer cannot print
1314 NEW Wine always downloads truetype fonts into its ps files
1319 NEW OpenGL on Radeon 8500 outputs ASCII garbage
1321 NEW Files do not retain their timestamps with CopyFile
1322 NEW IsTextUnicode failure with IS_TEXT_UNICODE_REVERSE_MASK
1329 NEW fixme:ole cotreat asclass olelocal server thread :comar
1330 NEW argv[0] should be translated into DOS syntax
1336 NEW WCMD : Delete a read-only file says not found
1342 NEW Corrupt Icon in Miranda IM
1346 NEW inability to connect to Yahoo in Miranda 2.1
1347 NEW Screen is wiped/blanked on usage of DirectDraw
1348 NEW RegisterHotKey and UnregisterHotKey are not implemented
1353 NEW DirectX 9 is missing
1355 NEW Static text controls wrap too early
1361 NEW Regression - DirectX sound isn't working properly for s
1362 NEW Half-Life DirectX menu rendering problems
1366 NEW "not enough space for thread data error" message
1372 NEW Wineinstall and permissions
1379 NEW Remove duplication of code between winesetup and wineco
1384 NEW Error running Out Of This World DOS game
1392 NEW Waits on non-exiting semaphore
1395 NEW Uninstaller failed on Win2K when software is installed
1400 NEW Counter-strike does not always do resolution switching
1403 NEW Pompei CD won't run
1417 NEW Garbage printed to terminal
-------------------------------------------------------------------------
To get a list of all your bugs, you can use this URL (bookmark it if you like!):
http://bugs.winehq.com/buglist.cgi?assigned_to=wine-bugs@winehq.com
Or, you can use the general query page, at
http://bugs.winehq.com/query.cgi.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<%urlbase>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.