http://bugs.winehq.com/show_bug.cgi?id=1391
------- Additional Comments From winebug(a)flonet.net 2003-28-06 11:10 -------
Bug comments restored from Gmane.org:
I'm using Red Hat Linux 9 - kernel 2.4.20-9.
After instalation of wine-20010418 (rpm) when I tried to test with notepad.exe,
wine returns the message:
šwine: chdir to /tmp/.wine-root/server-302-7e59 : no such file or directoryš
I tried unistall the rpm and install by sources (compiling the program), but I
had the same results. I don't know what to do...
Tks.
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-15 10:32
-------
Invalid report. Some research would probably have shown gazillions of hits about
this issue.
*** This bug has been marked as a duplicate of 1343 ***
------- Additional Comments From mike(a)theoretic.com 2003-04-16 04:13 -------
Perhaps we should put something on the front page about this for a while?
--
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=1424
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:10 -------
Bug comments restored from Gmane.org:
I just started messing with a few simple windows progs and tought it would be a
great acomplishment if we can run their programs
Think of it:
dxdiag is a great test case for the directX part (direct draw,direct 3d, sound, music,
direct play...)
ftp,telnet,ping,tracert can show who good the network code is
defrag will mybe show who great low level hardware accses is ? what will it do with
a non fat paritation? do I hear a challange?
I don't know what the rest of you think, but a big bug tree looks cool to me becouse
you know you can fix something little and to how many other things it helps so this
tree may get a bit big.... I don't hear no objections :)
--
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=1423
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:09 -------
Bug comments restored from Gmane.org:
I'm having trouble with this patch and Red Hat 9: <http://www.
winehq.com/hypermail/wine-cvs/2003/04/0224.html>. Multithreaded
apps started crashing deep down in the guts of gethostbyname_r
whenever it's called from multiple threads at once. The crash
typically looks like this:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1118186784 (LWP 27326)]
0x4206c909 in fgets_unlocked () from /lib/tls/libc.so.6
(gdb) bt
#0 0x4206c909 in fgets_unlocked () from /lib/tls/libc.so.6
#1 0x4023e1e4 in _nss_files_gethostbyname_r () from
/lib/libnss_files.so.2
#2 0x420f2b3c in gethostbyname_r@@GLIBC_2.1.2 () from
/lib/tls/libc.so.6
#3 0x40cf77c7 in __ws_gethostbyname (name=0x402900cf "media.
monster.com",
dup_flag=1) at socket.c:3044
#4 0x40cf78f4 in WS_gethostbyname (name=0x402900cf "media.
monster.com")
at socket.c:3085
(gdb) info thr
* 8 Thread 1118186784 (LWP 27326) 0x4206c909 in fgets_unlocked
()
from /lib/tls/libc.so.6
7 Thread 1115761952 (LWP 27325) 0xffffe002 in ?? ()
6 Thread 1113337120 (LWP 27324) 0xffffe002 in ?? ()
5 Thread 1110912288 (LWP 27323) 0x004168ff in ?? ()
2 Thread 1100885280 (LWP 27314) 0xffffe002 in ?? ()
1 Thread 1074023232 (LWP 27305) 0xffffe002 in ?? ()
(gdb) thr 7
[Switching to thread 7 (Thread 1115761952 (LWP 27325))]#0
0xffffe002 in ?? ()
(gdb) bt
#0 0xffffe002 in ?? ()
#1 0x41c5f6d4 in send_dg () from /lib/libresolv.so.2
#2 0x41c5ecb5 in __libc_res_nsend () from /lib/libresolv.so.2
#3 0x41c5dc07 in __libc_res_nquery () from /lib/libresolv.so.2
#4 0x41c5e35b in __libc_res_nquerydomain () from /lib/libresolv.
so.2
#5 0x41c5df22 in __libc_res_nsearch () from /lib/libresolv.so.2
#6 0x40d0805f in _nss_dns_gethostbyname2_r () from
/lib/libnss_dns.so.2
#7 0x40d08293 in _nss_dns_gethostbyname_r () from
/lib/libnss_dns.so.2
#8 0x420f2b3c in gethostbyname_r@@GLIBC_2.1.2 () from
/lib/tls/libc.so.6
#9 0x40cf77c7 in __ws_gethostbyname (name=0x40295b4f "media.
monster.com",
dup_flag=1) at socket.c:3044
#10 0x40cf78f4 in WS_gethostbyname (name=0x40295b4f "media.
monster.com")
at socket.c:3085
Reversing patch #7969 seems to fix the problem. To reproduce the
crash, run the local web proxy Proxomitron <http://www.
proxomitron.org/> and try loading sites with lots of images. I'm
running Red Hat 9 with glibc 2.3.2-27.9 and the --with-nptl
configure option (wine fully rebuilt after installing RH9).
------- Additional Comments From prupe <at> myrealbox.com 2003-05-03 14:36 -------
After rebuilding from the latest CVS, I can't get this crash to happen any more.
Marking as fixed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1390
------- Additional Comments From winebug(a)flonet.net 2003-28-06 11:09 -------
Bug comments restored from Gmane.org:
Happened for me on Mathematica 4.0 Type1 fonts since fonts.scale included
c0632bt_.pfa (as did fonts.dir, and will even after mkfontdir) but such a file was
not in the appropriate fonts directory. During startup:
...
Font metrics: 6.8% done
Font metrics: 6.9% done
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 45 (X_OpenFont)
Value in failed request: 0x2a0010a
Serial number of failed request: 964
Current serial number in output stream: 965
Must `xset fp rehash` after removing some font file to reproduce, and font must
be in fonts.scale.
--
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=1422
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:08 -------
Bug comments restored from Gmane.org:
Wine-20030408 compilation fails in a couple of places (missing
symbols), because of the way I compiled ncurses. Ncurses could be compiled
with --with-termlib option which build terminfo-stuff into separate library,
libtinfo. I've got such a build, but wine would only add "-lncurses" to it's
command line when compiling/linking. So these symbols are not found. Wine
configure should check whether some terminfo-stuff symbol (e.g., acs_map) is
in libtinfo or libncurses, and in the former case, use "-lncurses -ltinfo".
Manual adding of -ltinfo to makefile did the compile for me, but it should
be incorporated to configure.
--
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=1421
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:08 -------
Bug comments restored from Gmane.org:
my system:
was slackware-8.1 at first
almost everything built from sources now:
glibc-2.3.2
gcc-3.2.3
flex-2.5.31
bison-1.875
wine won't compile on my machine
attached are config.log and the results of running make
------- Additional Comments From man <at> oceanography.ru 2003-04-29 02:35 -------
Created an attachment (id=467)
--> (http://bugs.winehq.com/attachment.cgi?id=467&action=view)
configure log file, gzipped
------- Additional Comments From man <at> oceanography.ru 2003-04-29 02:36 -------
Created an attachment (id=468)
--> (http://bugs.winehq.com/attachment.cgi?id=468&action=view)
make log (with errors), gzipped
------- Additional Comments From mike <at> theoretic.com 2003-04-29 08:02 -------
Try downgrading flex.
------- Additional Comments From man <at> oceanography.ru 2003-04-29 10:44 -------
I though about it and, immediately after posting this bugreport, tried flex-2.5.27.
The problem is in flex (I've reported a bug on their page), because flex-2.5.27
worked. Thus, this bugreport was irrelevant to wine.
Sorry.
------- Additional Comments From man <at> oceanography.ru 2003-04-29 10:48 -------
Closing this irrelevant bug.
Gotta go bug(ger) flex.
--
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=1388
------- Additional Comments From winebug(a)flonet.net 2003-28-06 11:08 -------
Bug comments restored from Gmane.org:
QuicktimeInstaller craches with the following error:
fixme:win32:PE_CreateModule Security directory ignored
Warning: Language 'no_NO' was not found, retrying without country name...
Warning: Language 'no' was not recognized, defaulting to English
err:string:lstrcpyA (0x416015e0, (nil)): page fault occurred ! Caused by bug ?
------- Additional Comments From mike(a)theoretic.com 2003-04-15 05:29 -------
Which version of QuickTime is this?
------- Additional Comments From fgouget(a)codeweavers.com 2003-05-04 20:36 -------
lstrcpyA may have nothing to do with it.
Could you provide a +relay log and/or the debugger stack backtrace?
--
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=1420
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:07 -------
Bug comments restored from Gmane.org:
Wine will fail to run with nscd running in memory. 'nscd' is a DNS caching
service and should not effect wine operation.
The following error is produced every time:
wine: lstat /tmp/.wine-user/server-816-31a/socket : No such file or directory
strace pointed to the possible problem:
getuid32() = 1000
socket(PF_UNIX, SOCK_STREAM, 0) = 3
connect(3, {sa_family=AF_UNIX, path="/var/run/.nscd_socket"}, 110) = 0
writev(3, [{"\2\0\0\0\1\0\0\0\5\0\0\0", 12}, {"1000\0", 5}], 2) = 17
read(3, "\0\0\0\0\1\0\0\0\10\0\0\0\2\0\0\0\350\3\0\0\350\3\0\0\1"..., 36) = 36
read(3, "user\0x\0\0/home/user\0/bin/ba"..., 35) = 35
close(3) = 0
stat64("/home/user/.wine", {st_mode=S_IFDIR|0750, st_size=232, ...}) = 0
chdir("/tmp/.wine-user/server-816-31a") = 0
stat64(".", {st_mode=S_IFDIR|0700, st_size=72, ...}) = 0
getuid32() = 1000
lstat64("socket", 0xbfffe430) = -1 ENOENT (No such file or directory)
Stopping the nscd service resolves the problem.
wine 20030318
nscd (GNU libc) 2.3.2
Gentoo Linux (2.4.20-gentoo-r3)
gcc (GCC) 3.2.2 20030322 (Gentoo Linux 1.4 3.2.2-r2)
glibc 2.3.2-r1
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-04-28 17:13
-------
Wow, good spot!
Immediately reassigning to Alexandre for fast bugfixing...
------- Additional Comments From dclark <at> akamail.com 2003-04-28 18:18 -------
Adding wine-bugs to the CC list, else any new postings won't show up on gmane
(nor the wine-bugs archives, I think).
------- Additional Comments From julliard <at> winehq.com 2003-04-28 18:34 -------
Nothing to do with nscd, it's the well known glibc problem.
Get the latest wine and build with the --with-nptl flag.
*** This bug has been marked as a duplicate of 1343 ***
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 19:10
-------
Closing
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.com/show_bug.cgi?id=1387
------- Additional Comments From winebug(a)flonet.net 2003-28-06 11:06 -------
Bug comments restored from Gmane.org:
Hello wine programmers,
I'm trying to install a Dorling Kindersley educational software
package called "Learning Ladder - Ages 5 - 7"
The install fails with the error:
Unhandled exception: page fault on read access
My environment is a fresh wine-20030318 on Redhat 8.0.
The output of the winedbg tool is attached.
Many thanks,
Simon Taylor
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 05:40 -------
Created an attachment (id=453)
--> (http://bugs.winehq.com/attachment.cgi?id=453&action=view)
The output of the winedbg tool
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-14 06:23
-------
Sorry, output is useless, since the program starts the real setup.exe with
CreateProcess() and then immediately quits.
And for some reason Wine doesn't keep logging the new process. :-\
Alexandre, could you tell us whether this behaviour is undesired and
should/could be changed?
BTW, you could run D:\dksetup\setup.exe instead of the setup wrapper.
That way the *real* installation program should get logged properly.
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 07:30 -------
Created an attachment (id=454)
--> (http://bugs.winehq.com/attachment.cgi?id=454&action=view)
The output of bug_report.pl for /mnt/cdrom/dksetup/setup.exe
------- Additional Comments From mike(a)theoretic.com 2003-04-14 09:04 -------
If you've run up2date lately, you'll need the very latest release or CVS to
avoid problems with glibc
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 23:50 -------
Thanks for the attention people have given this bug report so far - it's very
heartening.
Things have moved along a little, I now get a different Unhandled exception
error ;-)
Specifically:
* I run " wine /mnt/cdrom/dksetup/setup.exe"
* I get a small Installshield Wizard window with a
progress bar and then another small window with:
Unhandled exception
Error Number: 0x80040706
Desciption: Object reference not set
Setup will now terminate
* I've run this process through a dozen times, (taking care to
clean up any old wine or wineserver processes still
running), and I've noticed that every so often I don't get the
Unhandled exception window, and I get as far as the full screen
Installshield window. But my wine session and screen are
unresponsive at that point.
I'm going to attach the latest bug_report.pl output. Are there any other
tests I can run to help?
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 23:52 -------
Oops. I forgot to mention in my last comment that I have installed
today's cut of wine from cvs. Otherwise I am running on a
fairly vanilla RedHat 8.0 laptop.
------- Additional Comments From simon(a)unisolve.com.au 2003-04-14 23:53 -------
Created an attachment (id=455)
--> (http://bugs.winehq.com/attachment.cgi?id=455&action=view)
The output of the bug_report.pl program using wine-20030408
------- Additional Comments From mike(a)theoretic.com 2003-04-15 05:28 -------
Try installing dcom98 from microsoft.com
------- Additional Comments From simon(a)unisolve.com.au 2003-04-23 06:32 -------
Thanks for the suggestion Mike.
I've downloaded DCOM98.exe, but when I try to install it, I get an error
window that says:
A newer version of DCOM95 or DCOM98 had been installed.
To override, you must uninstall the current version first.
To ensure that I was not getting this error due to old dcom software
lying around, I then setup my wine config file so that it
pointed to new c: and e: drives (empty except for the minimum Windows
directories you guys recommend. So therefore it's a Unix only empty widows system).
It still generated the same error.
I searched for the error in the winehq bug list, and on google
generally. I saw a few mentions, but no obvious resolution.
If anyone can help me to progress this, I would be most grateful.
I'm very keen to install this app, (and others like it), that I
have purchased for my kids, and dammit (!) I don't want Windoze
in the house ;-)
------- Additional Comments From mike(a)theoretic.com 2003-04-23 10:41 -------
Are you running the DCOM installer with builtin ole32, oleaut32 or rpcrt4 dlls?
I don't really know what's going on here. I assume you've tried a clean install
right? DCOM should install right off with no problems on a clean install of
WineHQ CVS.
------- Additional Comments From simon(a)unisolve.com.au 2003-04-24 00:10 -------
Actually no, dcom98.exe from microsoft.com does not install for me with a
fresh Unix only wine environment and todays CVS cut of wine.
I've attached a script file that shows the process I ran to prove this.
In summary, I:
* Removed my old c directory (/c)
* Got the latest wine from CVS and built it
* Logged in as a user who has never run wine before (eg: no .wine directory)
* Ran tools/wineinstall to rebuild wine and to build a local .wine directory
and a local c directory
* Confirmed what was done by wineinstall
* cd to the new c directory
* cp the DCOM98.exe file into that directory
* wine DCOM98.exe
And unfortunately, I get exactly the same error as before. It insists that
I have to uninstall the earlier DCOM version first ;-(
This is dead easy to reproduce, should I make this into a separate bug report
or leave it here?
Any feedback gratefully received.
------- Additional Comments From simon(a)unisolve.com.au 2003-04-24 00:12 -------
Created an attachment (id=463)
--> (http://bugs.winehq.com/attachment.cgi?id=463&action=view)
A 'script' file of the tools/wineinstall process
------- Additional Comments From mike(a)theoretic.com 2003-04-25 03:16 -------
I'll try this tonight with latest CVS wine (i haven't done an update for a while).
It sounds like something broke DCOM installation recently. Not good. If I get
the same results we should open a new bug.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1419
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:06 -------
Bug comments restored from Gmane.org:
It would be nice to have an option for wine.conf that disallows applications
running under WINE from accessing the network. This would be especially helpful
in the situation where a user would like to run an email attachment without
having to worry about spreading the latest MS virus.
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 20:20
-------
There was a discussion on wine-devel about that subject and the conclusion was
that Wine is the wrong level for implementing this kind of feature.
Instead, this sort of feature should be implemented at the Unix level by
preventing (some/specific) applications from making specific system calls, e.g.
network system calls, which would prevent malicious Linux applications from
doing bad things.
Using such a framework it would be possible to prevent Wine, and thus Windows
applications, from accessing the network, accessing specific directories or
files, etc, etc. And the advantage is that this would even stop cross-platform
viruses, i.e. viruses that know about Wine and make Linux system calls when they
detect they are on Linux.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1418
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:05 -------
Bug comments restored from Gmane.org:
There are various Telnet clients available, but it seems to me that there are
few that have full support for ANSI-BBS graphics. Also, it is important to have
Z-MODEM download capabilities in the client.. and freeware is nice too. All
these things seem to be part of the mTel Telnet Client. This client is
available from http://ozone.eesc.com/
mTel seems to be __the__ premier telnet client for use with telnet BBS (bulletin
board system) systems. Please add support for this program as it would be nice
to have a client compatible with Linux that supports ANSI-BBS and has Z-MODEM.
Thank you for considering my request.
------- Additional Comments From mike <at> theoretic.com 2003-04-28 10:18 -------
This bug is invalid, we don't add support for apps on a case by case basis. Try
it out, if it doesn't work report exactly what goes wrong to bugzilla.
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 19:10
-------
Assuming invalid and closing, previous details were deleted by Bugzilla update.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1417
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:04 -------
Bug comments restored from Gmane.org:
(See complete run log at bottom)
When I run Half-Life with wine, it crashes when I create a new game.
I run RedHat 8.0 (2.4.18-14 kernel) on a P4 2.4 with an Ati Radeon 9700pro and
correct drivers. I have a SB Live sound card.
I have tried multiple versions of wine and always get this error when I create a
new game.
------------------------------
T++B%@`@%@�q@.
@#F�q@+�.
@
�@`@P
------------------------------
I think this has something to do with the ATI drivers because I did run Mandrake
9 a couple of months ago with Half-Life fine (with a Geforce 3 that I don't own
anymore).
Complete run log
------------------------------
[root@localhost half-life]# wine hl -- hl.exe -console
err:wave:OSS_WaveOutInit /dev/mixer1: not found!
err:wave:OSS_WaveOutInit /dev/mixer2: not found!
err:wave:OSS_WaveInInit /dev/mixer1: not found!
err:wave:OSS_WaveInInit /dev/mixer2: not found!
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/ddrive/Games/Half-Life/sierra.inf".
Check permissions or set VFAT "quiet" mount flag
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/ddrive/Games/Half-Life/valve/config.cfg".
Check permissions or set VFAT "quiet" mount flag
fixme:reg:RegFlushKey (0x70): stub
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x4e450028)->(00000000,00000008)
fixme:dc:LockWindowUpdate (0x50068), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x50068), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4ba0f2b8,00050068,1):stub
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4ba0f2b8,00050068,2):stub
fixme:dc:LockWindowUpdate (0x50068), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
err:dsound:DirectSoundCreate8 dsound already opened
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x4ba0f2b8,0006003b,3):stub
fixme:dc:LockWindowUpdate (0x50068), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x50068), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x50068), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:winmm:MMDRV_Exit Closing while ll-driver open
[root@localhost half-life]# wine hl -- hl.exe -console
err:wave:OSS_WaveOutInit /dev/mixer1: not found!
err:wave:OSS_WaveOutInit /dev/mixer2: not found!
err:wave:OSS_WaveInInit /dev/mixer1: not found!
err:wave:OSS_WaveInInit /dev/mixer2: not found!
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/ddrive/Games/Half-Life/sierra.inf".
Check permissions or set VFAT "quiet" mount flag
fixme:file:SetFileAttributesW Couldn't set file attributes for existing file
"/mnt/ddrive/Games/Half-Life/valve/config.cfg".
Check permissions or set VFAT "quiet" mount flag
fixme:reg:RegFlushKey (0x70): stub
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel
(0x4e450028)->(00000000,00000008)
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x402a4ac0,00010024,1):stub
fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x402a4ac0,00010024,2):stub
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
fixme:dc:LockWindowUpdate (0x10024), partial stub!
fixme:dc:LockWindowUpdate ((nil)), partial stub!
T++B%@`@%@�q@.
@#F�q@+�.
@
�@`@P
------------------------------
------- Additional Comments From matthewcosta <at> optushome.com.au 2003-04-27
01:48 -------
Sorry I left this out
I am using Wine 20030318 compiled with OpenGL support (Dataparty)
------- Additional Comments From mike <at> theoretic.com 2003-04-28 05:18 -------
I've been seeing this for a while, not sure what causes it, except it seems to
be related to process creation.
Can you do a +process trace please?
Triage: altering summary
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1415
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:03 -------
Bug comments restored from Gmane.org:
This file is a descripton of Bug when we using CrossOver Office or Wine 20030408
on linux.
The error starts when the O.S. run (*.exe) a DriveListBox VBcomponent at a simple
form on Visual Basic 3;
Or on designer time when i try to access the DriveListBox VBcomponent and put on
the form.
Example of Form code
VERSION 2.00
Begin Form Pesq
BackColor = &H00C0C0C0&
BorderStyle = 3 'Fixed Double
Caption = "Pesquisa"
ClientHeight = 6195
ClientLeft = 1965
ClientTop = 690
ClientWidth = 8085
ClipControls = 0 'False
ControlBox = 0 'False
Height = 6600
Left = 1905
LinkTopic = "Form1"
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 6195
ScaleWidth = 8085
Top = 345
Width = 8205
Begin DriveListBox Drive1
Height = 315
Left = 120
TabIndex = 6
Top = 360
Width = 3135
End
End
*************************** Error
VB********************************************
./wine c:\\vb\\vb.exe
wine: Unhandled exception, starting debugger...
WineDbg starting on pid a
No debug information in ELF '/opt/cxoffice/bin/wineloader' (0x00000000)
Breakpoint 1 at 0x40009c4c
No debug information in ELF '/opt/cxoffice/lib/libntdll.dll.so' (0x40012000)
No debug information in ELF '/opt/cxoffice/lib/libwine.so' (0x40110000)
No debug information in ELF '/opt/cxoffice/lib/libwine_unicode.so' (0x40128000)
No debug information in ELF '/lib/libm.so.6' (0x40212000)
No debug information in ELF '/lib/libc.so.6' (0x40233000)
No debug information in ELF '/lib/libdl.so.2' (0x40343000)
No debug information in ELF '/lib/ld-linux.so.2' (0x40000000)
No debug information in ELF '/lib/libnss_compat.so.2' (0x40347000)
No debug information in ELF '/lib/libnsl.so.1' (0x40351000)
No debug information in ELF '/opt/cxoffice/lib/wine/mmsystem.dll.so' (0x408a3000)
No debug information in ELF '/opt/cxoffice/lib/wine/user32.dll.so' (0x40909000)
No debug information in ELF '/opt/cxoffice/lib/wine/gdi32.dll.so' (0x40a28000)
No debug information in ELF '/opt/cxoffice/lib/wine/advapi32.dll.so' (0x40aa2000)
No debug information in ELF '/opt/cxoffice/lib/wine/kernel32.dll.so' (0x40ace000)
Loaded debug information from ELF '/opt/cxoffice/lib/libcxfreetype.so' (0x40b7e000)
No debug information in ELF '/opt/cxoffice/lib/wine/x11drv.dll.so' (0x40bbd000)
No debug information in ELF '/usr/X11R6/lib/libSM.so.6' (0x40c27000)
No debug information in ELF '/usr/X11R6/lib/libICE.so.6' (0x40c2f000)
No debug information in ELF '/usr/X11R6/lib/libXext.so.6' (0x40c44000)
No debug information in ELF '/usr/X11R6/lib/libX11.so.6' (0x40c51000)
No debug information in ELF '/opt/cxoffice/lib/wine/imm32.dll.so' (0x40d0c000)
No debug information in ELF '/usr/X11R6/lib/libXrender.so.1' (0x4020b000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/xlcDef.so.2'
(0x40364000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/ximcp.so.2'
(0x40d26000)
No debug information in ELF '/usr/lib/gconv/ISO8859-1.so' (0x40367000)
No debug information in ELF '/opt/cxoffice/lib/wine/wineoss.drv.so' (0x40da0000)
No debug information in ELF '/opt/cxoffice/lib/wine/msacm.drv.so' (0x40dd4000)
No debug information in ELF '/opt/cxoffice/lib/wine/msacm32.dll.so' (0x40deb000)
No debug information in ELF '/opt/cxoffice/lib/wine/midimap.drv.so' (0x40f20000)
No debug information in ELF '/opt/cxoffice/lib/wine/commdlg.dll.so' (0x41175000)
No debug information in ELF '/opt/cxoffice/lib/wine/shell32.dll.so' (0x411ed000)
No debug information in ELF '/opt/cxoffice/lib/wine/shlwapi.dll.so' (0x41266000)
No debug information in ELF '/opt/cxoffice/lib/wine/comctl32.dll.so' (0x412b1000)
No debug information in ELF '/opt/cxoffice/lib/wine/winspool.drv.so' (0x41346000)
No debug information in ELF '/opt/cxoffice/lib/wine/wineps.dll.so' (0x41480000)
No debug information in ELF '/usr/lib/libcups.so.2' (0x41610000)
No debug information in ELF '/lib/libnss_files.so.2' (0x40f35000)
No debug information in ELF '/opt/cxoffice/lib/wine/winedos.dll.so' (0x41628000)
No debug information in ELF '/usr/X11R6/lib/X11/locale/common/xomGeneric.so.2'
(0x40d85000)
No debug information in 32bit DLL 'Z:\opt\cxoffice\bin\wineloader' (0x08050000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL'
(0x40040000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL'
(0x40b00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL'
(0x40ab0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL'
(0x40a40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL'
(0x40930000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL'
(0x408b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL'
(0x40d10000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x40bd0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x40db0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL'
(0x40df0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x40de0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV'
(0x40f30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL'
(0x65f00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL'
(0x41280000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL'
(0x412c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL'
(0x41210000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV'
(0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL'
(0x41190000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEPS.DLL'
(0x414a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEDOS.DLL'
(0x41630000)
Unhandled exception: page fault on read access to 0x00000768 in 32-bit code
(0x4007ba50).
In 32-bit mode.
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0257 GS:0000
EIP:4007ba50 ESP:41161db4 EBP:41161dc0 EFLAGS:00010246( R- 00 I Z- -P1
)
EAX:00000000 EBX:400dfb80 ECX:ffffffff EDX:401159a0
ESI:ffffffff EDI:00000768
Stack dump:
0x41161db4: 409e50f4 0000040e 00000768 41161e90
0x41161dc4: 40961d10 00000000 00000000 00000768
0x41161dd4: ffffffff 00000000 00000000 409e50f4
0x41161de4: 00050027 0000040e 409e4dbc 409e50f4
0x41161df4: 00050027 0000040e 411731d8 00000001
0x41161e04: 411731c8 00000002 41161e1c 409948a7
0x41161e14:
004a: sel=0257 base=41173000 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x4007ba50 (KERNEL32.DLL.MultiByteToWideChar+0x48 in libntdll.dll.so)
(ebp=41161dc0)
1 0x40961d10 (USER32.DLL.EditWndProc+0xc104 in user32.dll.so)
(ebp=41161e90)
2 0x4096230f (USER32.DLL.EditWndProc+0xc703 in user32.dll.so)
(ebp=41161eb4)
3 0x409626d5 (USER32.DLL.EditWndProc+0xcac9 in user32.dll.so)
(ebp=41161f10)
4 0x4096273b (USER32.DLL.EditWndProc+0xcb2f in user32.dll.so)
(ebp=41161f34)
5 0x4099d877 (USER32.DLL.GetTaskmanWindow+0xb3 in user32.dll.so)
(ebp=41161f58)
6 0x4099d90a (USER32.DLL.GetTaskmanWindow+0x146 in user32.dll.so)
(ebp=41161f84)
7 0x409a3b34 (USER32.DLL.CallWindowProcA+0x40 in user32.dll.so)
(ebp=41161fac)
8 0x409b4c65 (USER32.DLL.IsCharAlphaW+0x32dd in user32.dll.so)
(ebp=41161ffc)
9 0x409b5978 (USER32.DLL.SendMessageTimeoutA+0xec in user32.dll.so)
(ebp=41162058)
10 0x409b5ad3 (USER32.DLL.SendMessageA+0x33 in user32.dll.so)
(ebp=41162084)
11 0x409535b3 (USER32.DLL.UnregisterDeviceNotification+0x1c053 in
user32.dll.so) (ebp=411620b8)
12 0x4095372b (USER32.DLL.UnregisterDeviceNotification+0x1c1cb in
user32.dll.so) (ebp=411620dc)
13 0x4099d877 (USER32.DLL.GetTaskmanWindow+0xb3 in user32.dll.so)
(ebp=41162100)
14 0x4099d90a (USER32.DLL.GetTaskmanWindow+0x146 in user32.dll.so)
(ebp=4116212c)
15 0x409a37b2 (USER32.DLL.GetTaskmanWindow+0x5fee in user32.dll.so)
(ebp=41162160)
16 0x409a3aa2 (USER32.DLL.CallWindowProc16+0xb6 in user32.dll.so)
(ebp=4116218c)
17 0x40946dd4 (USER32.DLL.UnregisterDeviceNotification+0xf874 in
user32.dll.so) (ebp=411621ac)
18 0x400ba0a5 (KERNEL32.DLL.__wine_call_from_16_long+0x95 in libntdll.dll.so)
(ebp=411621e4)
19 0x0347:0x0a1f (bp=8986)
20 0x02a7:0x0e75 (bp=8a72, far call assumed)
21 0x0347:0x044a (bp=8a9e, far call assumed)
22 0x0347:0x03ef (bp=8ab4)
23 0x02a7:0x18b2 (bp=8aca, far call assumed)
24 0x02a7:0x195a (bp=8ad6)
25 0x02a7:0x1a80 (bp=8ae4)
26 0x02a7:0x0fd9 (bp=8bc4)
27 0x0347:0x044a (bp=8bf0, far call assumed)
28 0x0347:0x03ef (bp=8c06)
29 0x0347:0x1fd9 (bp=8c1a)
30 0x03a7:0x2f49 (bp=8c6e, far call assumed)
31 0x03a7:0x2833 (bp=8d60)
32 0x03a7:0x1b41 (bp=8dde)
33 0x03a7:0x1779 (bp=8dfc)
34 0x03a7:0x17ce (bp=8e1a)
35 0x03a7:0x147e (bp=8e34)
36 0x028f:0x0520 (bp=8e78, far call assumed)
37 0x028f:0x030a (bp=8e8c)
38 0x028f:0x039f (bp=8e98)
39 0x0377:0x2449 (bp=8eac, far call assumed)
40 0x0377:0x341e (bp=8ed8)
41 0x00f7:0x0000 (bp=8f12, far call assumed)
42 0x4099db95 (USER32.DLL.GetTaskmanWindow+0x3d1 in user32.dll.so)
(ebp=411624ec)
43 0x409a39c2 (USER32.DLL.GetTaskmanWindow+0x61fe in user32.dll.so)
(ebp=41162524)
44 0x409a3c5a (USER32.DLL.CallWindowProcW+0x7a in user32.dll.so)
(ebp=4116254c)
45 0x409b4c44 (USER32.DLL.IsCharAlphaW+0x32bc in user32.dll.so)
(ebp=4116259c)
46 0x409b581f (USER32.DLL.SendMessageTimeoutW+0xdf in user32.dll.so)
(ebp=411625f4)
47 0x409b5a93 (USER32.DLL.SendMessageW+0x33 in user32.dll.so)
(ebp=41162620)
48 0x4094ea3b (USER32.DLL.UnregisterDeviceNotification+0x174db in
user32.dll.so) (ebp=41162710)
49 0x4094f20b (USER32.DLL.UnregisterDeviceNotification+0x17cab in
user32.dll.so) (ebp=41162734)
50 0x4099d877 (USER32.DLL.GetTaskmanWindow+0xb3 in user32.dll.so)
(ebp=41162758)
51 0x4099d90a (USER32.DLL.GetTaskmanWindow+0x146 in user32.dll.so)
(ebp=41162784)
52 0x409a37b2 (USER32.DLL.GetTaskmanWindow+0x5fee in user32.dll.so)
(ebp=411627b8)
53 0x409a3aa2 (USER32.DLL.CallWindowProc16+0xb6 in user32.dll.so)
(ebp=411627e4)
54 0x40946dd4 (USER32.DLL.UnregisterDeviceNotification+0xf874 in
user32.dll.so) (ebp=41162804)
55 0x400ba0a5 (KERNEL32.DLL.__wine_call_from_16_long+0x95 in libntdll.dll.so)
(ebp=4116283c)
56 0x0377:0x3fd0 (bp=8f28)
57 0x00f7:0x0000 (bp=8f62, far call assumed)
58 0x4099db95 (USER32.DLL.GetTaskmanWindow+0x3d1 in user32.dll.so)
(ebp=41162b44)
59 0x409a3a82 (USER32.DLL.CallWindowProc16+0x96 in user32.dll.so)
(ebp=41162b70)
60 0x409b75e1 (USER32.DLL.AlignRects+0x945 in user32.dll.so) (ebp=41162bbc)
61 0x40946e0d (USER32.DLL.UnregisterDeviceNotification+0xf8ad in
user32.dll.so) (ebp=41162bd0)
62 0x400ba0a5 (KERNEL32.DLL.__wine_call_from_16_long+0x95 in libntdll.dll.so)
(ebp=41162c08)
63 0x0277:0x03f3 (bp=8f96)
64 0x0277:0x0253 (bp=8fa6)
65 0x0337:0x2569 (bp=8fb8, far call assumed)
66 0x0337:0x1492 (bp=0000)
0x4007ba50: repne scasb %es:(%edi)
Modules:
Address Module Name
0x08050000-08052000 (PE) Z:\opt\cxoffice\bin\wineloader
0x40040000-40042000 (PE) C:\WINDOWS\SYSTEM\NTDLL.DLL
0x408b0000-408b2000 (PE) C:\WINDOWS\SYSTEM\WINMM.DLL
0x40930000-40932000 (PE) C:\WINDOWS\SYSTEM\USER32.DLL
0x40a40000-40a42000 (PE) C:\WINDOWS\SYSTEM\GDI32.DLL
0x40ab0000-40ab2000 (PE) C:\WINDOWS\SYSTEM\ADVAPI32.DLL
0x40b00000-40b02000 (PE) C:\WINDOWS\SYSTEM\KERNEL32.DLL
0x40bd0000-40bd2000 (PE) C:\WINDOWS\SYSTEM\X11DRV.DLL
0x40d10000-40d12000 (PE) C:\WINDOWS\SYSTEM\IMM32.DLL
0x40db0000-40db2000 (PE) C:\WINDOWS\SYSTEM\WINEOSS.DRV
0x40de0000-40de2000 (PE) C:\WINDOWS\SYSTEM\MSACM.DRV
0x40df0000-40df2000 (PE) C:\WINDOWS\SYSTEM\MSACM32.DLL
0x40f30000-40f32000 (PE) C:\WINDOWS\SYSTEM\MIDIMAP.DRV
0x41190000-41192000 (PE) C:\WINDOWS\SYSTEM\COMDLG32.DLL
0x41210000-41212000 (PE) C:\WINDOWS\SYSTEM\SHELL32.DLL
0x41280000-41282000 (PE) C:\WINDOWS\SYSTEM\SHLWAPI.DLL
0x412c0000-412c2000 (PE) C:\WINDOWS\SYSTEM\COMCTL32.DLL
0x41350000-41352000 (PE) C:\WINDOWS\SYSTEM\WINSPOOL.DRV
0x414a0000-414a2000 (PE) C:\WINDOWS\SYSTEM\WINEPS.DLL
0x41630000-41632000 (PE) C:\WINDOWS\SYSTEM\WINEDOS.DLL
0x65f00000-65fc1800 (PE) C:\WINDOWS\SYSTEM\OLE32.DLL
Threads:
process tid prio
0000000a (D) Z:\opt\cxoffice\bin\wineloader
0000000c 0 <==
0000000b 0
00000008
00000009 0
WineDbg terminated on pid a
------- Additional Comments From joaquim <at> libnet.com.br 2003-04-25 18:04 -------
Created an attachment (id=464)
--> (http://bugs.winehq.com/attachment.cgi?id=464&action=view)
Binary teste
------- Additional Comments From joaquim <at> libnet.com.br 2003-04-27 18:28 -------
Using Vb 3
In Vb 6 this is OK
--
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=1414
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:02 -------
Bug comments restored from Gmane.org:
Hi
I tried to compile wine on my debian-system today. However, a compilation error
occured in ppl.l (I think). I did not have this problem on debian 3.0 stable.
First, I tried to fix the problem on my own but I failed due to my inept skills
in C. In the error-output (which I attached below) the compiler talks about a
parse-error at line 97 in ppl.l but I couln't find it. Could this problem be
related to the fact that I run debian unstable and that my compiler-tools aren't
100% solid? If that is the case, can someone provide a work-around for this problem?
MAKE OUTPUT:
------------------------------- CUT ---------------------------------
make[2]: Leaving directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/libs/uuid'
make[2]: Entering directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/libs/wine'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/libs/wine'
make[1]: Leaving directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/libs'
make[1]: Entering directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/tools'
make[2]: Entering directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/tools/wpp'
gcc -c -I. -I. -I../../include -I../../include -g -O2 -Wall
-mpreferred-stack-boundary=2 -gstabs+ -Wpointer-arith -D_REENTRANT -o lex.yy.o
lex.yy.c
./ppl.l:97:1: warning: "/*" within comment
./ppl.l: In function `pplex':
./ppl.l:309: `pp_incl_state' undeclared (first use in this function)
./ppl.l:309: (Each undeclared identifier is reported only once
./ppl.l:309: for each function it appears in.)
./ppl.l:309: `pp_pp' undeclared (first use in this function)
./ppl.l:314: `pp_ignore' undeclared (first use in this function)
./ppl.l:314: warning: implicit declaration of function `yy_pp_state'
./ppl.l:314: `pp_inc' undeclared (first use in this function)
./ppl.l:314: `tINCLUDE' undeclared (first use in this function)
./ppl.l:314: `pp_eol' undeclared (first use in this function)
./ppl.l:315: called object is not a function
./ppl.l:315: `pp_def' undeclared (first use in this function)
./ppl.l:316: `tERROR' undeclared (first use in this function)
./ppl.l:317: `tWARNING' undeclared (first use in this function)
./ppl.l:318: `tPRAGMA' undeclared (first use in this function)
./ppl.l:319: `tPPIDENT' undeclared (first use in this function)
./ppl.l:320: `pp_ifd' undeclared (first use in this function)
./ppl.l:320: `tUNDEF' undeclared (first use in this function)
./ppl.l:321: `tIFDEF' undeclared (first use in this function)
./ppl.l:322: `tIFNDEF' undeclared (first use in this function)
./ppl.l:323: `pp_if' undeclared (first use in this function)
./ppl.l:323: `tIF' undeclared (first use in this function)
./ppl.l:324: `tELIF' undeclared (first use in this function)
./ppl.l:325: `pp_endif' undeclared (first use in this function)
./ppl.l:325: `tELSE' undeclared (first use in this function)
./ppl.l:326: `tENDIF' undeclared (first use in this function)
./ppl.l:327: `pp_line' undeclared (first use in this function)
./ppl.l:327: `tLINE' undeclared (first use in this function)
./ppl.l:328: `tGCCLINE' undeclared (first use in this function)
./ppl.l:329: warning: implicit declaration of function `pperror'
./ppl.l:330: warning: implicit declaration of function `newline'
./ppl.l:330: `tNL' undeclared (first use in this function)
./ppl.l:338: warning: implicit declaration of function `make_number'
./ppl.l:338: `pplval' undeclared (first use in this function)
./ppl.l:339: warning: implicit declaration of function `new_string'
./ppl.l:339: warning: implicit declaration of function `add_string'
./ppl.l:339: `pp_iqs' undeclared (first use in this function)
./ppl.l:340: `pp_dqs' undeclared (first use in this function)
./ppl.l:344: called object is not a function
./ppl.l:366: `pp_defined' undeclared (first use in this function)
./ppl.l:366: `tDEFINED' undeclared (first use in this function)
./ppl.l:367: `tLSHIFT' undeclared (first use in this function)
./ppl.l:368: `tRSHIFT' undeclared (first use in this function)
./ppl.l:369: `tLOGAND' undeclared (first use in this function)
./ppl.l:370: `tLOGOR' undeclared (first use in this function)
./ppl.l:371: `tEQ' undeclared (first use in this function)
./ppl.l:372: `tNE' undeclared (first use in this function)
./ppl.l:373: `tLTE' undeclared (first use in this function)
./ppl.l:374: `tGTE' undeclared (first use in this function)
./ppl.l:379: `pp_sqs' undeclared (first use in this function)
./ppl.l:387: warning: implicit declaration of function `pp_xstrdup'
./ppl.l:387: `tIDENT' undeclared (first use in this function)
./ppl.l:418: `tLITERAL' undeclared (first use in this function)
./ppl.l:421: called object is not a function
./ppl.l:427: `pp_macro' undeclared (first use in this function)
./ppl.l:427: `tMACRO' undeclared (first use in this function)
./ppl.l:428: `pp_define' undeclared (first use in this function)
./ppl.l:428: `tDEFINE' undeclared (first use in this function)
./ppl.l:447: `pp_mbody' undeclared (first use in this function)
./ppl.l:447: `tMACROEND' undeclared (first use in this function)
./ppl.l:451: `tELIPSIS' undeclared (first use in this function)
./ppl.l:460: `tCONCAT' undeclared (first use in this function)
./ppl.l:461: `tSTRINGIZE' undeclared (first use in this function)
./ppl.l:479: `pp_macscan' undeclared (first use in this function)
./ppl.l:486: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:486: `mac' undeclared (first use in this function)
./ppl.l:486: warning: implicit declaration of function `pop_macro'
./ppl.l:488: warning: implicit declaration of function `put_buffer'
./ppl.l:490: warning: implicit declaration of function `free_macro'
./ppl.l:498: warning: implicit declaration of function `MACROPARENTHESES'
./ppl.l:498: invalid lvalue in increment
./ppl.l:499: warning: implicit declaration of function `add_text_to_macro'
./ppl.l:502: invalid lvalue in decrement
./ppl.l:505: warning: implicit declaration of function `macro_add_arg'
./ppl.l:518: `pp_comment' undeclared (first use in this function)
./ppl.l:519: `pp_status' undeclared (first use in this function)
./ppl.l:536: warning: implicit declaration of function `ppwarning'
./ppl.l:548: called object is not a function
./ppl.l:555: `RCINCL' undeclared (first use in this function)
./ppl.l:556: called object is not a function
./ppl.l:557: warning: implicit declaration of function `get_string'
./ppl.l:558: `tDQSTRING' undeclared (first use in this function)
./ppl.l:560: warning: implicit declaration of function `put_string'
./ppl.l:567: called object is not a function
./ppl.l:573: `tSQSTRING' undeclared (first use in this function)
./ppl.l:583: `tIQSTRING' undeclared (first use in this function)
./ppl.l:613: warning: implicit declaration of function `string_start'
./ppl.l:620: `pp_entry_t' undeclared (first use in this function)
./ppl.l:620: `ppp' undeclared (first use in this function)
./ppl.l:622: warning: implicit declaration of function `pplookup'
./ppl.l:624: called object is not a function
./ppl.l:627: called object is not a function
./ppl.l:633: called object is not a function
./ppl.l:633: `INITIAL' undeclared (first use in this function)
./ppl.l:635: `tRCINCLUDE' undeclared (first use in this function)
./ppl.l:644: `def_special' undeclared (first use in this function)
./ppl.l:645: warning: implicit declaration of function `expand_special'
./ppl.l:647: `def_define' undeclared (first use in this function)
./ppl.l:648: warning: implicit declaration of function `expand_define'
./ppl.l:650: `def_macro' undeclared (first use in this function)
./ppl.l:651: `pp_macign' undeclared (first use in this function)
./ppl.l:652: warning: implicit declaration of function `push_macro'
./ppl.l:655: warning: implicit declaration of function `pp_internal_error'
./ppl.l:679: `tRCINCLUDEPATH' undeclared (first use in this function)
./ppl.l:692: warning: implicit declaration of function `isprint'
./ppl.l:708: `pp_macexp' undeclared (first use in this function)
./ppl.l:696: `bufferstackentry_t' undeclared (first use in this function)
./ppl.l:696: `bep' undeclared (first use in this function)
./ppl.l:696: warning: implicit declaration of function `pop_buffer'
./ppl.l:698: warning: implicit declaration of function `pp_get_if_depth'
./ppl.l:711: warning: implicit declaration of function `expand_macro'
./ppl.l: At top level:
./ppl.l:742: warning: `newline' was declared implicitly `extern' and later `static'
./ppl.l:330: warning: previous declaration of `newline'
./ppl.l:742: warning: type mismatch with previous implicit declaration
./ppl.l:330: warning: previous implicit declaration of `newline'
./ppl.l:742: warning: `newline' was previously implicitly declared to return `int'
./ppl.l: In function `newline':
./ppl.l:743: `pp_status' undeclared (first use in this function)
./ppl.l:749: `ncontinuations' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:782: syntax error before "YYSTYPE"
./ppl.l:783: warning: `make_number' was declared implicitly `extern' and later
`static'
./ppl.l:338: warning: previous declaration of `make_number'
./ppl.l: In function `make_number':
./ppl.l:790: warning: implicit declaration of function `toupper'
./ppl.l:790: `str' undeclared (first use in this function)
./ppl.l:790: `len' undeclared (first use in this function)
./ppl.l:824: `val' undeclared (first use in this function)
./ppl.l:824: `radix' undeclared (first use in this function)
./ppl.l:825: `tULONG' undeclared (first use in this function)
./ppl.l:830: `tSLONG' undeclared (first use in this function)
./ppl.l:835: `tUINT' undeclared (first use in this function)
./ppl.l:840: `tSINT' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:851: syntax error before '*' token
./ppl.l:852: warning: `expand_special' was declared implicitly `extern' and
later `static'
./ppl.l:645: warning: previous declaration of `expand_special'
./ppl.l:852: warning: type mismatch with previous implicit declaration
./ppl.l:645: warning: previous implicit declaration of `expand_special'
./ppl.l:852: warning: `expand_special' was previously implicitly declared to
return `int'
./ppl.l: In function `expand_special':
./ppl.l:856: warning: implicit declaration of function `assert'
./ppl.l:856: `ppp' undeclared (first use in this function)
./ppl.l:856: `def_special' undeclared (first use in this function)
./ppl.l:861: warning: implicit declaration of function `pp_xrealloc'
./ppl.l:861: warning: assignment makes pointer from integer without a cast
./ppl.l:862: `pp_status' undeclared (first use in this function)
./ppl.l:867: warning: assignment makes pointer from integer without a cast
./ppl.l:875: `macexpstackidx' undeclared (first use in this function)
./ppl.l:883: warning: implicit declaration of function `push_buffer'
./ppl.l: At top level:
./ppl.l:888: syntax error before '*' token
./ppl.l:889: warning: `expand_define' was declared implicitly `extern' and later
`static'
./ppl.l:648: warning: previous declaration of `expand_define'
./ppl.l:889: warning: type mismatch with previous implicit declaration
./ppl.l:648: warning: previous implicit declaration of `expand_define'
./ppl.l:889: warning: `expand_define' was previously implicitly declared to
return `int'
./ppl.l: In function `expand_define':
./ppl.l:890: `ppp' undeclared (first use in this function)
./ppl.l:890: `def_define' undeclared (first use in this function)
./ppl.l:894: `macexpstackidx' undeclared (first use in this function)
./ppl.l:895: `pp_status' undeclared (first use in this function)
./ppl.l: In function `add_text':
./ppl.l:916: `ALLOCBLOCKSIZE' undeclared (first use in this function)
./ppl.l:917: warning: assignment makes pointer from integer without a cast
./ppl.l: At top level:
./ppl.l:925: syntax error before '*' token
./ppl.l:925: syntax error before '*' token
./ppl.l:926: warning: return type defaults to `int'
./ppl.l: In function `add_expand_text':
./ppl.l:932: `mtp' undeclared (first use in this function)
./ppl.l:937: `exp_text' undeclared (first use in this function)
./ppl.l:943: `exp_stringize' undeclared (first use in this function)
./ppl.l:947: `mep' undeclared (first use in this function)
./ppl.l:960: `exp_concat' undeclared (first use in this function)
./ppl.l:966: warning: implicit declaration of function `isspace'
./ppl.l:973: `nnl' undeclared (first use in this function)
./ppl.l:995: `exp_subst' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1022: syntax error before '*' token
./ppl.l:1023: warning: `expand_macro' was declared implicitly `extern' and later
`static'
./ppl.l:711: warning: previous declaration of `expand_macro'
./ppl.l:1023: warning: type mismatch with previous implicit declaration
./ppl.l:711: warning: previous implicit declaration of `expand_macro'
./ppl.l:1023: warning: `expand_macro' was previously implicitly declared to
return `int'
./ppl.l: In function `expand_macro':
./ppl.l:1024: `mtext_t' undeclared (first use in this function)
./ppl.l:1024: `mtp' undeclared (first use in this function)
./ppl.l:1028: `pp_entry_t' undeclared (first use in this function)
./ppl.l:1028: `ppp' undeclared (first use in this function)
./ppl.l:1028: `mep' undeclared (first use in this function)
./ppl.l:1031: `def_macro' undeclared (first use in this function)
./ppl.l:1042: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1043: `pp_status' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1101: warning: `new_string' was declared implicitly `extern' and later
`static'
./ppl.l:339: warning: previous declaration of `new_string'
./ppl.l:1101: warning: type mismatch with previous implicit declaration
./ppl.l:339: warning: previous implicit declaration of `new_string'
./ppl.l:1101: warning: `new_string' was previously implicitly declared to return
`int'
./ppl.l: In function `new_string':
./ppl.l:1106: `strbuf_idx' undeclared (first use in this function)
./ppl.l:1107: `str_startline' undeclared (first use in this function)
./ppl.l:1107: `pp_status' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1111: warning: `add_string' was declared implicitly `extern' and later
`static'
./ppl.l:339: warning: previous declaration of `add_string'
./ppl.l:1111: warning: type mismatch with previous implicit declaration
./ppl.l:339: warning: previous implicit declaration of `add_string'
./ppl.l:1111: warning: `add_string' was previously implicitly declared to return
`int'
./ppl.l: In function `add_string':
./ppl.l:1114: `strbuf_idx' undeclared (first use in this function)
./ppl.l:1114: `strbuf_alloc' undeclared (first use in this function)
./ppl.l:1116: `ALLOCBLOCKSIZE' undeclared (first use in this function)
./ppl.l:1117: `strbuffer' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1126: warning: `get_string' was declared implicitly `extern' and later
`static'
./ppl.l:582: warning: previous declaration of `get_string'
./ppl.l:1126: warning: type mismatch with previous implicit declaration
./ppl.l:582: warning: previous implicit declaration of `get_string'
./ppl.l:1126: warning: `get_string' was previously implicitly declared to return
`int'
./ppl.l: In function `get_string':
./ppl.l:1127: warning: implicit declaration of function `pp_xmalloc'
./ppl.l:1127: `strbuf_idx' undeclared (first use in this function)
./ppl.l:1127: warning: initialization makes pointer from integer without a cast
./ppl.l:1128: `strbuffer' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1137: warning: `put_string' was declared implicitly `extern' and later
`static'
./ppl.l:575: warning: previous declaration of `put_string'
./ppl.l:1137: warning: type mismatch with previous implicit declaration
./ppl.l:575: warning: previous implicit declaration of `put_string'
./ppl.l:1137: warning: `put_string' was previously implicitly declared to return
`int'
./ppl.l: In function `put_string':
./ppl.l:1138: `strbuffer' undeclared (first use in this function)
./ppl.l:1138: `strbuf_idx' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1145: warning: `string_start' was declared implicitly `extern' and later
`static'
./ppl.l:613: warning: previous declaration of `string_start'
./ppl.l: In function `string_start':
./ppl.l:1146: `str_startline' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1155: syntax error before '*' token
./ppl.l:1156: warning: `push_buffer' was declared implicitly `extern' and later
`static'
./ppl.l:1089: warning: previous declaration of `push_buffer'
./ppl.l:1156: warning: type mismatch with previous implicit declaration
./ppl.l:1089: warning: previous implicit declaration of `push_buffer'
./ppl.l:1156: warning: `push_buffer' was previously implicitly declared to
return `int'
./ppl.l: In function `push_buffer':
./ppl.l:1157: `ppdebug' undeclared (first use in this function)
./ppl.l:1158: `bufferstackidx' undeclared (first use in this function)
./ppl.l:1158: `ppp' undeclared (first use in this function)
./ppl.l:1158: `filename' undeclared (first use in this function)
./ppl.l:1158: `incname' undeclared (first use in this function)
./ppl.l:1158: `pop' undeclared (first use in this function)
./ppl.l:1159: `MAXBUFFERSTACK' undeclared (first use in this function)
./ppl.l:1162: `bufferstack' undeclared (first use in this function)
./ppl.l:1165: `pp_status' undeclared (first use in this function)
./ppl.l:1170: `ncontinuations' undeclared (first use in this function)
./ppl.l:1171: `pp_incl_state' undeclared (first use in this function)
./ppl.l:1173: `pass_data' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1190: syntax error before '*' token
./ppl.l:1191: warning: return type defaults to `int'
./ppl.l:1191: warning: type mismatch with previous implicit declaration
./ppl.l:696: warning: previous implicit declaration of `pop_buffer'
./ppl.l:1191: warning: `pop_buffer' was previously implicitly declared to return
`int'
./ppl.l: In function `pop_buffer':
./ppl.l:1192: `bufferstackidx' undeclared (first use in this function)
./ppl.l:1200: `bufferstack' undeclared (first use in this function)
./ppl.l:1204: `pp_status' undeclared (first use in this function)
./ppl.l:1207: `ncontinuations' undeclared (first use in this function)
./ppl.l:1214: `pp_incl_state' undeclared (first use in this function)
./ppl.l:1216: `pp_entry_t' undeclared (first use in this function)
./ppl.l:1216: `ppp' undeclared (first use in this function)
./ppl.l:1219: `includelogicentry_t' undeclared (first use in this function)
./ppl.l:1219: `iep' undeclared (first use in this function)
./ppl.l:1224: `pp_includelogiclist' undeclared (first use in this function)
./ppl.l:1237: `pass_data' undeclared (first use in this function)
./ppl.l:1242: `ppdebug' undeclared (first use in this function)
./ppl.l:1257: warning: implicit declaration of function `yy_current_state'
./ppl.l:1257: `pp_macexp' undeclared (first use in this function)
./ppl.l:1258: warning: implicit declaration of function `macro_add_expansion'
./ppl.l: At top level:
./ppl.l:1273: syntax error before '*' token
./ppl.l:1274: warning: `push_macro' was declared implicitly `extern' and later
`static'
./ppl.l:652: warning: previous declaration of `push_macro'
./ppl.l:1274: warning: type mismatch with previous implicit declaration
./ppl.l:652: warning: previous implicit declaration of `push_macro'
./ppl.l:1274: warning: `push_macro' was previously implicitly declared to return
`int'
./ppl.l: In function `push_macro':
./ppl.l:1275: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1275: `MAXMACEXPSTACK' undeclared (first use in this function)
./ppl.l:1278: `macexpstack' undeclared (first use in this function)
./ppl.l:1280: `ppp' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1284: syntax error before '*' token
./ppl.l:1285: warning: return type defaults to `int'
./ppl.l: In function `top_macro':
./ppl.l:1286: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1286: `macexpstack' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1289: syntax error before '*' token
./ppl.l:1290: warning: return type defaults to `int'
./ppl.l:1290: warning: type mismatch with previous implicit declaration
./ppl.l:710: warning: previous implicit declaration of `pop_macro'
./ppl.l:1290: warning: `pop_macro' was previously implicitly declared to return
`int'
./ppl.l: In function `pop_macro':
./ppl.l:1291: `macexpstackidx' undeclared (first use in this function)
./ppl.l:1293: `macexpstack' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1296: syntax error before '*' token
./ppl.l:1297: warning: `free_macro' was declared implicitly `extern' and later
`static'
./ppl.l:490: warning: previous declaration of `free_macro'
./ppl.l:1297: warning: type mismatch with previous implicit declaration
./ppl.l:490: warning: previous implicit declaration of `free_macro'
./ppl.l:1297: warning: `free_macro' was previously implicitly declared to return
`int'
./ppl.l: In function `free_macro':
./ppl.l:1300: `mep' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1312: warning: `add_text_to_macro' was declared implicitly `extern' and
later `static'
./ppl.l:518: warning: previous declaration of `add_text_to_macro'
./ppl.l:1312: warning: type mismatch with previous implicit declaration
./ppl.l:518: warning: previous implicit declaration of `add_text_to_macro'
./ppl.l:1312: warning: `add_text_to_macro' was previously implicitly declared to
return `int'
./ppl.l: In function `add_text_to_macro':
./ppl.l:1313: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:1313: `mep' undeclared (first use in this function)
./ppl.l:1319: `ALLOCBLOCKSIZE' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1328: warning: `macro_add_arg' was declared implicitly `extern' and
later `static'
./ppl.l:514: warning: previous declaration of `macro_add_arg'
./ppl.l:1328: warning: type mismatch with previous implicit declaration
./ppl.l:514: warning: previous implicit declaration of `macro_add_arg'
./ppl.l:1328: warning: `macro_add_arg' was previously implicitly declared to
return `int'
./ppl.l: In function `macro_add_arg':
./ppl.l:1331: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:1331: `mep' undeclared (first use in this function)
./ppl.l:1352: `pp_status' undeclared (first use in this function)
./ppl.l:1360: `pp_macexp' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1368: warning: `macro_add_expansion' was declared implicitly `extern'
and later `static'
./ppl.l:1258: warning: previous declaration of `macro_add_expansion'
./ppl.l:1368: warning: type mismatch with previous implicit declaration
./ppl.l:1258: warning: previous implicit declaration of `macro_add_expansion'
./ppl.l:1368: warning: `macro_add_expansion' was previously implicitly declared
to return `int'
./ppl.l: In function `macro_add_expansion':
./ppl.l:1369: `macexpstackentry_t' undeclared (first use in this function)
./ppl.l:1369: `mep' undeclared (first use in this function)
./ppl.l:1380: `pp_status' undeclared (first use in this function)
./ppl.l: At top level:
./ppl.l:1393: warning: `put_buffer' was declared implicitly `extern' and later
`static'
./ppl.l:1138: warning: previous declaration of `put_buffer'
./ppl.l:1393: warning: type mismatch with previous implicit declaration
./ppl.l:1138: warning: previous implicit declaration of `put_buffer'
./ppl.l:1393: warning: `put_buffer' was previously implicitly declared to return
`int'
./ppl.l: In function `put_buffer':
./ppl.l:1397: `pass_data' undeclared (first use in this function)
./ppl.l: In function `pp_do_include':
./ppl.l:1421: `includelogicentry_t' undeclared (first use in this function)
./ppl.l:1421: `iep' undeclared (first use in this function)
./ppl.l:1423: `pp_includelogiclist' undeclared (first use in this function)
./ppl.l:1444: warning: implicit declaration of function `pp_open_include'
./ppl.l:1444: warning: assignment makes pointer from integer without a cast
./ppl.l:1449: `pp_incl_state' undeclared (first use in this function)
./ppl.l:1452: `pass_data' undeclared (first use in this function)
./ppl.l:1455: `pp_status' undeclared (first use in this function)
./ppl.l: In function `pp_push_ignore_state':
./ppl.l:1471: `pp_ignore' undeclared (first use in this function)
/usr/include/stdlib.h: At top level:
lex.yy.c:15493: warning: `yyunput' defined but not used
make[2]: *** [lex.yy.o] Error 1
make[2]: Leaving directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/tools/wpp'
make[1]: *** [wpp] Error 2
make[1]: Leaving directory
`/mnt/hdd1/data/home/willgott/download/program/wine/wine-20030408/tools'
make: *** [tools] Error 2
Compilation failed, aborting install.
willgott@fubar:/mnt/hdd1/data/home/willgott/download/program/wine$
------- Additional Comments From rklazes <at> xs4all.nl 2003-04-25 03:23 -------
It is a bug in flex. See
http://sourceforge.net/tracker/index.php?func=detail&aid=720983&group_id=72…
For the time being, I stick with 2.5.4a-33
------- Additional Comments From ville.jutvik <at> home.se 2003-04-25 03:34 -------
You're right. The problem was fixed when I removed the leading (large) comment
in ppp.l. I guess we have to wait for a new flex-version :)
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 19:09
-------
Assuming fixed and closing, previous details were deleted by Bugzilla update.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1386
------- Additional Comments From winebug(a)flonet.net 2003-28-06 11:02 -------
Bug comments restored from Gmane.org:
I've got the following error :
Erreur : err:wave:IDsDriverBufferImpl_Play ioctl(/dev/dsp,
SNDCTL_DSP_SETTRIGGER) failed (Invalid argument)
I use RH8.0 with OSS modules for my SoundBlaster 16 ISA
Extract of my configuration :
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
------- Additional Comments From reif(a)earthlink.net 2003-04-13 21:43 -------
Could you trace the program for me?
Run the program as:
wine --debugmsg +wave,+dsound program.exe >& trace
where program.exe is the program that fails and e-mail
the trace file to me.
------- Additional Comments From bn304001(a)belgacom.net 2003-04-21 10:23 -------
Patches furnished by Robert Reif resolve the problem.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1385
------- Additional Comments From winebug(a)flonet.net 2003-28-06 11:01 -------
Bug comments restored from Gmane.org:
I installed and attempted to get this game to run yesterday.
The first screen displayed is a language choice screen - and the option has to
be picked with the mouse. Once this has been done, there are two "cut scenes"
which can by bypassed by either clicking the mouse, or pressing a key on the
keyboard - again both of these work. Next is the skill level selection screen,
again a mouse only choice, and the you get to "Position your first based" which
requires a click somewhere with the mouse on the picture of the globe. As soon
as you do this, you are presented with a a text input field asking for the name
of the base.
At this point the keyboard stops working.
If wine has been launched from a terminal window, you can see the input being
echoed in it.
I tried this using various combinations of "Managed" set to "Y" or "N", and with
a discrete "Desktop" as well - none of these settings makes any difference to
the way the input is handled.
Setting DXGrab to "Y" merely mean getting the mouse back again after you give up
with the game is harder :) - it also has no effect on keyboard input.
I will also attempt this with a newer build of wine - and will update this log
with the results :)
------- Additional Comments From godeater(a)cream.org 2003-04-13 04:10 -------
Created an attachment (id=452)
--> (http://bugs.winehq.com/attachment.cgi?id=452&action=view)
results from --debugmsg +dinput,+event
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-13 04:20
-------
Invalid ;)
Wine had dinput problems around that time; should be working now.
Try newest version (or CVS!).
------- Additional Comments From lionel.ulmer(a)free.fr 2003-04-13 04:56 -------
What did you change in your configuration since the log you gave me on IRC ?
When I look at this one, I see Keyboard events in the X11 event loop (contrary
to the logs you gave me on IRC).
So you could always try with latest CVS as Andreas told you (as this time it's
not an event-related bug but a DInput one and I fixed some stuff after the
release you are using).
But still, I would like to understand the difference between the two sets of
logs :-) (to be able to try to debug why it did not work in the other
configurations).
------- Additional Comments From godeater(a)cream.org 2003-04-13 05:15 -------
I didn't change anything in the configs at all.
The differences between the two logs are because I used key presses earlier in
the games execution - I thought I explained this well enough in the first entry
for this bug - but I'll try again :)
On loading the game, you are presented with some buttons which allow you to
choose which language you are playing the game in. These buttons can *only* be
manipulated with the mouse.
As soon as you have selected which language you want, the screen clears, and
goes into a introductory video. In the logs which I sent through IRC, I had once
again clicked with the mouse to get these things off the screen ASAP. In the log
attached to this bug report however, I had tried using the keyboard to bypass
the video - and that worked.
However, after that stage, you are once again presented with a set of mouse only
activated buttons to select skill level, and are then shown the main game
screen, and are asked where on the world map you would like your first base
positioned. You click again with the mouse somewhere in the map, and then you
are presented with a text input box asking for the base's name. *This* is the
point at which keyboard input no longer works. This is the same point at which I
was having trouble while talking to you in IRC - I had just not previously tried
using the keyboard to skip the movies sequence at the beginning.
Hope this helps :)
------- Additional Comments From godeater(a)cream.org 2003-04-13 07:13 -------
Right - I've just updated to the latest wine, straight out of CVS.
It's built, installed and configured.
Problem is still the same as before :(
--
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=1413
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:01 -------
Bug comments restored from Gmane.org:
Wine version: 20030408
attempting to compile on Solaris 2.7, i've ran into the following problems:
a) can not use system-supplied lex (does not understand -C and other options)
- had to install flex package
b) can not use system-supplied yacc (does not understand options)
- had to install bison package
c) warning about using system 'strip' utility (--strip-unneeded option)
- ignored
d) multiple warning about X* functions returning int (i'm guessing no
declarations)
e) multiple warnings about using 'char' type as subscript (i'm guessing
standard does not like it?)
f) in $SRC/dlls/ntdll/signal_sparc.c (in SIGNAL_init() function), there is
a call to 'sigfillset &all_sigs)', where all_sigs is not defined.
- commented out, since it's not being used in this function
--
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=1412
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:01 -------
Bug comments restored from Gmane.org:
wine version: 20030408
- my application attempts to play an .avi file as part of its splashscreen (on startup).
It failed with the message 'Can't get AVI Codec'. After some tracing and looking
around, i made the following changes to get it to run:
a) in my system.ini file, there was only entry for 'VIDC.MRLD=msrle32.dll'
under drivers32 section, so I added another entry 'VIDC.MRLE=msrle32.dll'
(don't ask me why, i just noticed that it was looking for MRLE in the code). This
has changed my error message to 'Can't get output BIH'. So,
b) in $SRC/dlls/comctl32/animate.c, around line 659, you'll note a code
that does SendMessage(ICM_DECOMPRESS_GET_FORMAT); first time
to get the size of the buffer, and second time to actually get the buffer. Well,
the second time call will fail, since it will return the size of the buffer (just as it
did the first time), but the original code is checking the return against ICERR_OK.
I changed the check to the following (which fixed my problem):
if (fnIC.fnICSendMessage(infoPtr->hic, ICM_DECOMPRESS_GET_FORMAT,
(DWORD)infoPtr->inbih, (DWORD)infoPtr->outbih) != outSize) {
WARN("Can't get output BIH\n");
return FALSE;
}
------- Additional Comments From mike <at> theoretic.com 2003-04-25 03:23 -------
Cool, could you submit this as a patch to wine-patches? That'll make it easier
to get into Wine CVS.
------- Additional Comments From stanleyg76 <at> yahoo.com 2003-04-29 20:09 -------
Created an attachment (id=469)
--> (http://bugs.winehq.com/attachment.cgi?id=469&action=view)
diff to fix bug1412
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 21:03
-------
Moved from wine-multimedia to wine-patches (we really need a patch keyword).
--
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=1411
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 11:00 -------
Bug comments restored from Gmane.org:
I'm going to send a bug report generated by bub_report.pl.
------- Additional Comments From puoti <at> inwind.it 2003-04-22 19:03 -------
Created an attachment (id=461)
--> (http://bugs.winehq.com/attachment.cgi?id=461&action=view)
The bug report
------- Additional Comments From mike <at> theoretic.com 2003-04-23 10:43 -------
It seems there's a crash here, the debugger runs but I can't see where the
exception is thrown. Can you give more detail than just "it won't run"?
------- Additional Comments From puoti <at> inwind.it 2003-04-24 11:40 -------
It starts, I get some sheel output (It's in the attachment), I don't see
anything load on the screen, and I get the debugger to open and give a lot of
output messages. My main computer is down, so I can do much about any bugs for
now, if you want to fix it it would be a good idea to download the software and
try it on your pc.
--
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=1384
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:59 -------
Bug comments restored from Gmane.org:
When a run the Out of This World game, I get the game's screen and then wine
show me the following errors:
bash-2.05a$ wine world.exe
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
err:win32:_EnterSysLevel (0x407e0adc, level 2): Holding 0x408889e4, level 3.
Expect deadlock!
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 629
Current serial number in output stream: 629
err:ntdll:RtlpWaitForCriticalSection section 0x400e7b48
"../../scheduler/syslevel.c: Win16Mutex" wait timed out, retrying (60 sec) tid=000d
err:ntdll:RtlpWaitForCriticalSection section 0x40a0a570 "x11drv_main.c:
X11DRV_CritSection" wait timed out, retrying (60 sec) tid=000a
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-12 16:24
-------
Interesting.
Please attach a --debugmsg +relay,+int,+ddraw logfile.
Thanks!
------- Additional Comments From dclark(a)akamail.com 2003-04-13 10:17 -------
In the future, please try to make that an attachment, rather than pasting it
into the comment area.
--
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=1410
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:59 -------
Bug comments restored from Gmane.org:
To do this I copied the installation directory from a windows box.
Starlancer starts, but the mouse won't work, you can' see it at all and nothing
happenseven if you try clicking where you think the mouse is. I'll send a +relay
log.
As usual I'm running MDK 9.1 glibc 2.3
The Requirements for this game are windows 95/98 with directx 7.
------- Additional Comments From puoti <at> inwind.it 2003-04-22 19:23 -------
Created an attachment (id=462)
--> (http://bugs.winehq.com/attachment.cgi?id=462&action=view)
The log
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 20:46
-------
Adding the download keyword (assuming the bug is reproducible with the trial
version)
--
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=1383
------- Additional Comments From winebug(a)flonet.net 2003-28-06 10:58 -------
Bug comments restored from Gmane.org:
I just upgraded to Red Hat 9:
Linux otter 2.4.20-9 #1 Wed Apr 2 13:24:44 EST 2003 i686 athlon i386 GNU/Linux
. . . and now no variety of WINE (Codeweavers, CVS, etc.) will run.
I get the message:
wine: '/tmp/.wine-samlb/server-2107-4356c/socket' is not a socket
Wine failed with return code 1
The WINE log in /tmp says the same thing
------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2003-04-12 15:20
-------
*Any* kind of prior research whatsoever would have indicated that this is a
problem caused by the glibc this version uses (this is a VERY frequent report
recently).
Solution: upgrade to very latest Wine (CVS version!).
------- Additional Comments From spetreolle(a)yahoo.fr 2003-05-06 21:17 -------
*** Bug 1443 has been marked as a duplicate of this bug. ***
------- Additional Comments From ronald(a)gtinet.sk 2003-05-09 20:48 -------
this bug remains also in the very latest (cvs) version...
------- Additional Comments From mike(a)theoretic.com 2003-05-12 03:28 -------
You need to run configure using the --with-nptl option
------- 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.
--
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=1553
Summary: Overlapped I/O fails on sockets
Product: Wine
Version: CVS
Platform: PC
URL: http://www.tglsoft.de/misc/hamster_en.htm
OS/Version: Linux
Status: NEW
Keywords: regression, download
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: prupe(a)myrealbox.com
Patch #8594 <http://www.winehq.
com/hypermail/wine-cvs/2003/06/0232.html> causes problems with
Hamster v2.0.0.1 (downloadable from <http://www.tglsoft.
de/misc/hamster_en.htm>), a local mail and news server.
When Hamster connects to a remote server and tries to read data,
it immediately loses the connection with an error. After some
debugging on my own, it seems that WS_select is noticing data
available for reading on the socket, but then ReadFile returns 0
bytes and STATUS_SUCCESS.
Reversing patch #8594 fixes the problem. Other networking apps
seem to work fine, so I suspect the problem is specific to
overlapped I/O on sockets.
A section of +file,+winsock logging before the patch
trace:winsock:__ws_select read 0x42592318, write (nil), excp
(nil) timeout 0x42592310
trace:winsock:fd_set_export
trace:file:ReadFile 0x70 0x41817388 1024 0x4259240c 0x425923f8
trace:file:FILE_ReadFileEx file 0x70 to buf 0x41817388 num 1024
0x425923f8 func (nil)
trace:file:GetOverlappedResult (0x70 0x425923f8 0x4259240c 0)
trace:file:GetOverlappedResult waiting on 0x425923f8
trace:file:FILE_AsyncReadService 0x425923f8 0x41817388
trace:file:FILE_AsyncReadService read 59 more bytes 59/1024 so
far
trace:file:GetOverlappedResult wait on 0x425923f8 returned 192
trace:file:GetOverlappedResult waiting on 0x425923f8
trace:file:GetOverlappedResult wait on 0x425923f8 returned 0
trace:file:GetOverlappedResult (0x70 0x425923f8 0x4259240c 0)
After the patch, there's just
trace:winsock:__ws_select read 0x42592318, write (nil), excp
(nil) timeout 0x42592310
trace:winsock:fd_set_export
trace:file:ReadFile 0x80 0x41817324 1024 0x4259240c 0x425923f8
trace:file:GetOverlappedResult (0x80 0x425923f8 0x4259240c 0)
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1409
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:57 -------
Bug comments restored from Gmane.org:
The Starlancer trial installer won't work correctly. It starts the set up, but
it stops at 12%. I wanted to send a +relay log, but it got to over a gigabyte in
a few minitues. Anybody wanting to reproduce the problem can download the tral
version from the microsoft download page.
I run this installer on Mandrake 9.1 glibc 2.3 current cvs wine.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1408
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 10:57 -------
Bug comments restored from Gmane.org:
The installer starts, but complains about ADCPM dot being installed. You should
istall this from the install/remove applications cpl in the windows control
panel, that wine doesn't have.
Anybody wanting to reproduce the bug can download the trial version from
http://www.microsoft.com/games/PC/crimsonskies.asp
This happens using Mandrake 9.1 with glibc 2.3 and current cvs wine
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.