http://bugs.winehq.com/show_bug.cgi?id=1374
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:45 -------
Bug comments restored from Gmane.org:
In Valve worlcraft/hammer v3.4, The 3D camera view is a blank window, the
graphics either isnt renedered or is not visible.
The following messgae appears in the console when a file is opened:
err:msg:DispatchMessageA BeginPaint not called on WM_PAINT for hwnd 0x3008e!
--
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=1366
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:45 -------
Bug comments restored from Gmane.org:
Wine ver.:20030318
Program name:notepad.exe
Bug desc.:
Wine crashes with the following messagebox
-------------------------------------------
|Microsoft Visual C++ Runtime Library Error|
-------------------------------------------
| Runtime Error |
| |
| \/ Program:C:\windows\notepad.exe |
| /\ |
| R6016 |
| -not enough space for thread data |
| |
-------------------------------------------
Wine full output:
>err:win32:PE_fixup_imports No implementation for
>ntdll.dll.164(NtImpersonateAnonymousToken) imported from
>C:\windows\system32\rpcrt4.dll, setting to 0xdeadbeef
>err:win32:PE_fixup_imports No implementation for
>ntdll.dll.506(RtlDllShutdownInProgress) imported from
>C:\windows\system32\rpcrt4.dll, setting to 0xdeadbeef
>err:win32:PE_fixup_imports No implementation for ntdll.dll.17(DbgPrintEx)
>imported from C:\windows\system32\rpcrt4.dll, setting to 0xdeadbeef
>err:win32:PE_fixup_imports No implementation for
>ADVAPI32.dll.617(SystemFunction036) imported from
>C:\windows\system32\rpcrt4.dll, setting to 0xdeadbeef
>err:win32:PE_fixup_imports No implementation for
>ADVAPI32.dll.622(TraceMessage)
>imported from C:\windows\system32\rpcrt4.dll, setting to 0xdeadbeef
>fixme:wave:ALSA_WaveInit -
>err:heap:HEAP_GetPtr Invalid heap (nil)!
>err:heap:HEAP_GetPtr Invalid heap (nil)!
>err:heap:HEAP_GetPtr Invalid heap (nil)!
>fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
Windows version tested:Windows XP Professional
------- Additional Comments From pes01 <at> ocsic.za.com 2003-05-02 05:10 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From bon <at> elektron.ikp.physik.tu-darmstadt.de
2003-05-02 05:20
-------
Do you use native MSVCRT dll? Is wine set to the same version as the version
this MSVCRT cam from? I had similar error when the versions disaggreed.
------- Additional Comments From pes01 <at> ocsic.za.com 2003-05-02 05:51 -------
Comments From Uwe Bonnes 2003-05-02 05:20
Helped me to get further. It solved the problem
In the wine config, a couple of dll's was specified as "native",
I changed it to "builtin, native".
Notes actualy started.
Thanks.
------- Additional Comments From mike <at> theoretic.com 2003-05-06 03:33 -------
Resolving fixed
------- Additional Comments From mike <at> theoretic.com 2003-05-06 03:34 -------
closing
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1373
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:44 -------
Bug comments restored from Gmane.org:
With wine-20030317 (got it as rpm and srpm from SuSE) the calls to MFC
DBase.Open(...) fails while it is working fine with SuSE wine-20020812 (rpm).
I am using unixODBC 2.2.2 with mySQL 3.23.52 drivers.
The application source is under control of my collegue and written with VC++/MFC.
We made lots of tests, but did not get these lines working (with the newer wine
version):
CDatabase DBase;
char buf[128];
try {
// This fails and a DB exception is thrown
sprintf(buf,"ODBC;DSN=%.100s",DefaultConnect);
DBase.Open(NULL,FALSE,FALSE,_T(buf),FALSE);
}
e->m_strError gives something like (from german) 'Failed to connect to host'.
As strace shows, there is a connection, some data exchange and after that a
connection shutdown.
After removing wine-20030317 and re-installion of wine-20020812 everything works
well (again).
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1372
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:43 -------
Bug comments restored from Gmane.org:
Why is it not advisable to run wineinstall as root,
when it asks for the password later anyway?
Why does wineinstall further assume the current user has write access
to the wine source root? I don't see why I must chown my entire source
as a regular user, then su to that user, then install, and be asked for
the root password so that wineinstall can install correctly.
I keep my sources in /usr/src, and they are owned by root.
Perhaps wine should let me install as root if I wish to do so?
Why does wineinstall not allow the installation of a global windows root
Why can't it su to root and create one...or allow users to run it as root..
Why am I told to run wineinstall as root to generate a global wine.conf
(if I refuse to make a local one), when wineinstall refuses to be ran as root?
Finally, why can't wineinstall be incorporated in: make install?
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-06 15:30
-------
a) Because users use root WAY too often. It's a counter-measure.
b) because wineinstall configures the Wine environment for a *specific* user.
(a Wine configuration is not "global")
Thus you need start with this specific user, and when it wants to install the
Wine files on your system, you are supposed to provide the root password.
> Why am I told to run wineinstall as root to generate a global wine.conf
> (if I refuse to make a local one), when wineinstall refuses to be ran as root?
Hmm, if it still says that, then it's a bug. A global wine.conf is deprecated.
Yep, it's a bug.
> Finally, why can't wineinstall be incorporated in: make install?
Because make install shouldn't do what wineinstall does. And the other way around.
make install simply installs the compiled Wine files on the system, whereas
wineinstall is a "one size fits all" for lazy users which configures everything
down to the kitchen sink :-)
Confirming, since wineinstall still talks about wine.conf
--
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=1371
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:42 -------
Bug comments restored from Gmane.org:
I just added a second monitor to my system and wine no longer runs. The multiple
monitor setup is using XFree86 4.1.0 with Xinerama.
Here is the output from wine when I try to run a program:
Invoking /usr/bin/wine.bin /home/tmmacpha/c_drive/Program Files/KaZaA
Lite/Kazaa.exe ...
fixme:win32:PE_CreateModule Unknown directory 15 ignored
wine: Unhandled exception, starting debugger...
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-06 01:50 -------
Could you try to :
1) run in Synchronous mode (change the line 'Synchronous' = 'Y' in your config
file)
2) start with an 'easier' application than Kazaa (something like Notepad) and see
if it crashes too
3) try maybe to run in Desktop mode
If it still crashes, please attach to this bug report a compressed
'--debugmsg +relay,+seh' log plus the output of the debugger window.
By the way, which Wine version ?
------- Additional Comments From trevor.macphail.lists(a)shaw.ca 2003-04-06 17:10
-------
Created an attachment (id=448)
--> (http://bugs.winehq.com/attachment.cgi?id=448&action=view)
Output from: wine --debugmsg +relay,+seh notepad.exe
------- Additional Comments From trevor.macphail.lists(a)shaw.ca 2003-04-06 17:11
-------
And another note: I am using wine version 20030115
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1370
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:41 -------
Bug comments restored from Gmane.org:
This kind of command fails with wcmd:
start /wait somebatfile.bat
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-04 21:24 -------
Confirmed: AFAICT, wcmd does not support 'start'.
Adding the source keyword since we obviously have the wcmd source ;-)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1362
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:38 -------
Bug comments restored from Gmane.org:
Bug report #286 talks about a half-life menu rendering problem in resent
versions of wine. This problem still exists for half-life in wine-20030318 it
probably has to do with DirectX directdraw and could also be the related to the
reason starcraft runs very very slowly in newer versions of wine.
------- Additional Comments From gregsurbey <at> hotmail.com 2003-04-03 07:54
-------
*** This bug has been confirmed by popular vote. ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1361
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:37 -------
Bug comments restored from Gmane.org:
I'm running Red Hat Linux 8.0 2.4.18-14 on an nForce2 mainboard, the A7N8X
Deluxe. When running wine-20030219 half-life and starcraft's sound works fine
(I believe they both use DirectX for sound). When I installed wine-20030318 the
starcraft sound is intermittently on and off and half-life's sound is totally
gone. I'm not sure about the inner workings of Linux's driver architecture but
the proprietary non-opensource nvaudio module driver I'm using might have
something to do with it. I kind of doubt it, but thought I'd say I'm using that.
------- Additional Comments From mike <at> theoretic.com 2003-04-03 08:44 -------
Did any other updates to your system take place between this time, in
particular, did you run up2date?
If not, then this is prolly a directsound regression, there have been quite a
few DSound changes lately. If so then I'll assign this to robert reif, as he's
done much of the work lately. Ideally, you would do a CVS regression trace,
could you do one of them?
------- Additional Comments From reif <at> earthlink.net 2003-04-03 12:17 -------
Could you do a trace for me?
Run your program as:
wine --debugmsg +wave,+dsound program.exe >& trace
where program.exe is either starcraft or half-life
and either post the files here or email them directly to me.
------- Additional Comments From reif <at> earthlink.net 2003-04-06 20:21 -------
Are you using a microphone with half-life? If so (or even if not),
the problem may be related to bug 1363.
In the [dsound] section of the config file, add:
"HardwareAcceleration" = "Emulation"
and see if that helps.
If so, then the real fix will have to wait until I finish the direct sound
capture driver.
------- Additional Comments From gregsurbey <at> hotmail.com 2003-04-08 22:06
-------
I built the wine CVS on 04/07/2003 and did the following:
[gsurbey@02f2847 Half-Life]$ pwd
/usr/share/wine-c/Program Files/Half-Life
[gsurbey@02f2847 Half-Life]$ wine --debugmsg +wave +dsound hl.exe >& trace
[gsurbey@02f2847 Half-Life]$ cat trace
wine: cannot find '+dsound'
I don't know why it can't find dsound... so I tried
wine --debugmsg +wave hl.exe >& trace
and I've included the output in the attached file, but I'm not sure if this
output will help you since there's no dsound loaded...
then I did a "make uninstall" of the cvs tree and did a "./tools/wineinstall"
for wine-20010510 and got the same exact dsound not found message. BUT sound in
wine-20010510 works fine in half-life and starcraft. The "HardwareAcceleration"
= "Emulation" option in my ~/.wine/config changed nothing, probablly since the
dsound isn't being loaded to begin with.
------- Additional Comments From mike <at> theoretic.com 2003-04-09 04:32 -------
Note the "," mark between +wave and +dsound - not very intuitive I know.
------- Additional Comments From gregsurbey <at> hotmail.com 2003-04-10 15:01
-------
Alright, I made a successful trace and sent the file to Robert Reif. Thx for
the tip about the comma, I'll be sure to be less newbish about sending in bug
reports in the future.
------- Additional Comments From reif <at> earthlink.net 2003-04-10 20:53 -------
Created an attachment (id=451)
--> (http://bugs.winehq.com/attachment.cgi?id=451&action=view)
program trace of +wave,+dsound
------- Additional Comments From reif <at> earthlink.net 2003-04-10 20:58 -------
It's not a capture or full duplex or multiple sound card issue so it's not
something I introduced. However, it is having problems mixing the
sound. I'm going to have to defer this to someone that is more familiar
with the mixer buffer problems. I'm attaching the trace you sent.
--
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=1360
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:35 -------
Bug comments restored from Gmane.org:
In mIRC for example DNS-Lookup doesn't work.
When i use IP all work fine.
I'm using FreeBSD 4.7.
------- Additional Comments From peter <at> lego-hc11.de 2003-04-03 14:41 -------
http://www.mail-archive.com/freebsd-questions <at>
freebsd.org/msg24552.html
<-- It seems not to be my problem alone.
------- Additional Comments From mike <at> theoretic.com 2003-04-03 15:19 -------
Gerald, could you take a look at this? It seems quite similar to bug 733, fixed
by a check for a re-entrant libc.
------- Additional Comments From peter <at> lego-hc11.de 2003-04-03 16:40 -------
I tried the FreeBSD package.
But the DNS-lookup does still not work for me.
But "pkg_add" gave some warnings:
pkg_add: warning: package 'wine-2003.03.18' requires 'imake-4.2.0_1', but
'imake-4.3.0' is installed
pkg_add: warning: package 'wine-2003.03.18' requires
'XFree86-libraries-4.2.1_1', but 'XFree86-libraries-4.3.0_1' is installed
Is this a problem? I don't think?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1359
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:34 -------
Bug comments restored from Gmane.org:
It stops giving:
XIO: fatal IO error 0 (Success) on X server ":0.0"
after 177 requests (176 known processed) with 0 events remaining.
------- Additional Comments From mike <at> theoretic.com 2003-04-03 02:59 -------
This is caused by the new glibc, and is a known problem
*** This bug has been marked as a duplicate of 1343 ***
------- Additional Comments From apunga <at> mymail.ro 2003-04-03 08:16 -------
I can't figure out how did RedHat release RH9 with this crappy bug inside. By
the way just installed it on 2nd April (2 days after the release) and I had 10
packages to upgrade already (security updates) :D
Ok, I miss wine, but I cannot fix it. I beg you for this.
------- Additional Comments From mike <at> theoretic.com 2003-04-03 08:46 -------
This isn't a Redhat bug, it's due to the move to NPTL threading. All new distros
are affected (mdk9.1, new suse, gentoo etc).
The Wine team are working hard to resolve this. The tracker bug will be updated
when it's fixed. Hold tight ;)
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 19:06 -------
Closing
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.