http://bugs.winehq.com/show_bug.cgi?id=1587
------- Additional Comments From juan_lang(a)yahoo.com 2003-30-11 10:51 -------
Pls make sure you're using builtin network dlls, iphlpapi especially since it's
new as of wine snapshot 20030618. I have in my ~/.wine/config's DllOverrides:
"iphlpapi" = "builtin, native"
Others you might want to check are winsock and wsock32.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=280
------- Additional Comments From wine(a)staerk.de 2003-30-11 06:21 -------
Created an attachment (id=425)
--> (http://bugs.winehq.com/attachment.cgi?id=425&action=view)
No network communication with IOMeter
Download the latest (2003.05.10) IOMeter package for Windows from
www.iometer.org. Extract the debug versions of the frontend (IOMeter.exe) and
the backend (dynamo.exe) to your fake_windows-directory.
Call "wine c:\\iometer.exe" and, in another shell,
call "wine c:\\dynamo.exe /i 127.0.0.1".
You will find that both programs work correctly (congratulations), but do not
see each other accross the network. Each time, dynamo.exe tries to connect, the
msg appears:
event created : name=L"__SystemHeapEvent", initial is 0
event_signaled : name=L"__SystemHeapEvent"signaled is 1
The relevant error msg seems to me:
fixme:mswsock:AcceptEx not implemented
I do the port of IOMeter to Wine for the Maintainer of the project, Daniel
Scheibli. You may ask me anything about iometer.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=343
------- Additional Comments From tmpfreire(a)terra.com.br 2003-28-11 10:37 -------
Let me continue my report:
(wine 20031118)
(NOT using "ole32" = "native")
This is what wine prints when I:
a) Open word;
b) Do nothing;
c) Close word.
notes:
i) word tries to save normal.dot, and says that the disk might be full or
read-only.
ii) It asks for me to save with another name displaying a dialog box.
iii) after I cancel, I tell it to close again and then word only asks me
whether I want to save normal.dot and I say 'no', then it closes.
iv)Displayed in the command line during this simple process:
fixme:x11drv:X11DRV_GetDeviceCaps (0x1c0): CAPS1 is unimplemented, will return
0
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
err:x11drv:X11DRV_CreateWindow invalid window width 1061764
fixme:storage:StorageImpl_Commit (4): stub!
fixme:storage:StorageImpl_Commit (4): stub!
fixme:storage:StorageImpl_Commit (4): stub!
fixme:hook:NotifyWinEvent (32774,0x30032,52,3)-stub!
fixme:hook:NotifyWinEvent (32773,0x30032,-4,33)-stub!
fixme:hook:NotifyWinEvent (32774,0x30032,26,7)-stub!
fixme:hook:NotifyWinEvent (32777,0x30032,52,0)-stub!
fixme:hook:NotifyWinEvent (32774,0x30032,52,3)-stub!
fixme:hook:NotifyWinEvent (32773,0x30032,-4,16)-stub!
fixme:hook:NotifyWinEvent (32773,0x30032,-4,17)-stub!
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1856
Summary: Half-Life mod : Natural Selection sound
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: sirlagz(a)westnet.com.au
On the versions after 20030709, the sound on this mod is slowed down a lot.
only occurs on this mod though
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1855
Summary: TzSpecificLocalTimeToSystemTime
SystemTimeToTzSpecificLocalTime don't use hour for
daylight saving
Product: Wine
Version: unspecified
Platform: All
OS/Version: other
Status: UNCONFIRMED
Severity: major
Priority: P1
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: eric(a)jesover.net
_DayLightCompareDate don't use the hour in TIME_ZONEINFORMATION for the swith
Eric JESOVER
eric(a)jesover.net
--- time.c Wed Nov 26 19:24:13 2003
+++ timenew.c Wed Nov 26 19:21:36 2003
@@ -187,7 +187,8 @@
/***********************************************************************
* _DayLightCompareDate
*
- * Compares two dates without looking at the year
+ * Compares two dates without looking at the year must look at time
+ * for daylight saving not changing at 00:00
*
* RETURNS
*
@@ -294,6 +295,9 @@
if (date->wDay > limit_day)
return 1;
+
+ if( date->wHour < compareDate->wHour )
+ return -1;
return 0; /* date is equal to the date limit. */
}
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1854
Summary: IpHlpDllEntry: This is an CHICAGO product.
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: tuinslak(a)pandora.be
When I try to start Warcraft3, from an other pc (in network), I get this error.
some other programs, I try to open, give the same error. I updated my wine to
wine-20031118, and it gives the same error. (It gives an error about my keyboard
too, but that's not a problem.)
It's this error:
IpHlpDllEntry: This is an CHICAGO product.
err:module:LdrInitializeThunk Main exe initialization failed, status c0000142
I run Gentoo linux, kernel: 2.4.20-gentoo-r8
"yeri@fireball (~/Warcraft III): wine War3.exe
fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found!
Using closest match instead (Belgian keyboard layout) for scancode mapping.
Please define your layout in dlls/x11drv/keyboard.c and submit them
to us for inclusion into future Wine releases.
See the Wine User Guide, chapter "Keyboard" for more information.
fixme:file:DeviceIoControl Unimplemented control 1 for VxD device VDHCP
fixme:file:DeviceIoControl Unimplemented control 116 for VxD device VNB
IpHlpDllEntry: This is an CHICAGO product.
err:module:LdrInitializeThunk Main exe initialization failed, status c0000142"
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1853
Summary: problem with sound (wodUpdate) prevents Space Empires IV
from running
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: jeremy(a)angelar.com
CC: jeremy(a)angelar.com
Starting Space Empires IV Gold with wine-20031108. The good news is that icons
now draw in this game. The bad news is that as soon as it tries to play a
sound, it gets caught in a loop putting out this message repeatedly:
err:wave:wodUpdatePlayedTotal ioctl(/dev/dsp, SNDCTL_DSP_GETOSPACE) failed
(Broken pipe)
Sound worked _before_ in this game. This is on a Mandrake 9.2 box, Athlon
1.4GHz, Sound Blaster Live! card, which is correctly configured to play sounds
under linux. Video is an AGP GeForce2 MX. Let me know if any other information
would be useful.
When I can keep the game up long enough to turn off sound inside it, it runs great!
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1851
AAnarchYY(a)netscape.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |major
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1852
------- Additional Comments From b.rowlingson(a)lancaster.ac.uk 2003-25-11 08:58 -------
Renamed to 8.3 compliant filename (WinBGS14.exe) and it works fine.
However, some problems running the program that doubtless will result in more
bug reports later....
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1851
------- Additional Comments From AAnarchYY(a)netscape.net 2003-25-11 08:04 -------
Got similar results with cvs build. only difference was:
err:region:CombineRgn Invalid rgn=(nil)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1852
Summary: LoadModule16 error running WinBUGS
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: b.rowlingson(a)lancaster.ac.uk
Using wine-20031118-1rh8winehq rpm from sourceforge page on RH8 box.
Trying to run WinBUGS (http://www.mrc-bsu.cam.ac.uk/bugs/winbugs/WinBUGS14.exe)
- error produced is:
$ wine /nobackup/rowlings/CD/WinBUGS14.exe
err:module:MODULE_LoadModule16 Serious trouble. Just loaded module
'Z:\nobackup\rowlings\CD\WinBUGS14.exe' (hinst=0x11af), but can't get module
handle. Filename too long ?
winevdm: can't exec 'Z:\nobackup\rowlings\CD\WinBUGS14.exe': error=6
Occurs when run as root, or as normal user.
I can get wine to run other exe files -even with longer path and filenames, so
I dont think it is a case of 'filename too long'.
Baz
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1851
Summary: err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero
when running radio(a)netscape.exe
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: AAnarchYY(a)netscape.net
Installed radio@netscape plus. That installed fine, First run it installed Real
Player and that also went fine. Then as it tried to connect to the server it
hangs for about 5 seconds, spits out some errors, and terminates.
[kilroy@localhost Program]$ wine radio\(a)netscape.exe
Loading required GL library /usr/X11R6/lib/libGL.so.1.2
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 112 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 24 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 112 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 24 bytes
err:local:LOCAL_GetBlock not enough space in GDI heap 10c7 for 24 bytes
err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.
I am using a fresh compile of build 20031118. Mandrake 9.1 kernel 2.4.21-0.13mdk
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1850
Summary: BDE 5.2.0.2 Install Crashes
Product: Wine
Version: unspecified
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P1
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: cristao(a)estadao.com.br
+ Wine version 20031016 and 20031118
+ Red Hat Linux 9 in PIII 500MHz
+ gcc 3.2.2-5
+ Don't using Windows
+ Problem: BDE 5.2.0.2 Setup Install Utility
(http://www.nlpark.com/downloads/BDESetup.EXE)
+ Command line: wine BDESetup.exe
+ Re-running the program with "--debugmsg +relay" still don't works
When the installation gets 80%-90%, it crashes saying that KERNEL32 is a BAD
format EXE.
In earlier versions of wine (I've tested with 20030115, 20030618 and 20030811),
it works correctly.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1797
dave(a)aagames.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dave(a)aagames.co.uk 2003-23-11 10:08 -------
This now works for me...
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1198
spetreolle(a)yahoo.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |spetreolle(a)yahoo.fr
------- Additional Comments From spetreolle(a)yahoo.fr 2003-22-11 22:39 -------
Is this bug still valid ?
In order to remove the amstream.dll problem (Video playing error box),
you could try to reinstall ActiveMovie.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1849
Summary: heap error while trying to run TrueSync Desktop
Product: Wine
Version: 20030911
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: plison(a)agl.ucl.ac.be
I'm trying to run the "TrueSync Desktop" app (the equivalent of Hotsyncfor
non-Palm handhelds, but without any Linux port, unfortunately), and I get the
following error:
err:heap:HEAP_ValidateInUseArena Heap 40360000: in-use arena 403e7eb8next block
has PREV_FREE
flagwine: Unhandled exception (thread 0009), starting debugger...
The loading screen "TrueSync Desktop" is shown, but it doesn't go anyfurther.
I'm using wine-20031016 (compiled with the -npt1 option), and a debiandistro
with a custom kernel compiled with 2,6,0-test9.
Most windows app. I tested ran without problem. Please note that I tried Wine
for only a few weeks, so I'm quite a newbie on the matter.
Do you have any idea on how to fix this? Thank you for your help,
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1848
andy(a)rosen-berg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |conformance
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1848
Summary: User32 - TrackPopupMenu returns wrong results
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.apis.de
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: andy(a)rosen-berg.de
Within Windows TrackPopupMenu returns true, if the user clicks outside of the
menu (the menu disappears - menu is being canceled). With WINE the
TrackPopupMenu returns false in such a case, which should indicate the API call
has failed (which hasn't). Calling GetLastError gives you a weird error (usually
access denied). The problem lies in controls/menu.c. It should only return
false, if the wine server call failed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1845
andy(a)rosen-berg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |conformance
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1844
andy(a)rosen-berg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |conformance
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1847
andy(a)rosen-berg.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |conformance
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1086
------- Additional Comments From brett.boren(a)rttc.army.mil 2003-21-11 06:55 -------
Can duplicate this bug regularly on a win16 program I use.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1847
Summary: User32 - ReleaseCapture returns wrong results
Product: Wine
Version: 20030813
Platform: All
URL: http://www.apis.de
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-user
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: andy(a)rosen-berg.de
Within Windows, calling ReleaseCapture without having captured the mouse still
returns TRUE. WINE returns FALSE. Currently I hardly can imagine a situation
this API call could fail. The only exception may be calling ReleaseCapture
inside WM_CAPTURECHANGED, which is sent inside ReleaseCapture. (But I never
tried this...)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.