http://bugs.winehq.com/show_bug.cgi?id=1123
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:45 -------
Bug comments restored from Gmane.org:
Discovery proceess:
After install of "wine-20021007.i386.rpm" the root ID cannot run wine. Winesetup
documentation says "be user" for wine run-time. OK, login as user, run "wine
winword". Oops, need full directory string. do that, and when I do that, I get a
nasty error, "Cannot create C:\Windows\Desktop". OK, su - root, and ls -l | grep
Desktop" (in C:/Windows directory) to get permission list of "drwxr-xr-x ...
Desktop". Vain attempt of "chmod 777 Desktop" because windows directory has
insufficient permission structure for this situation.
Workaround:
Realizeing that problem can be circumvented if root can run wine, I "cp -R
/home/user/.wine /root" (created by the user ID earlier, above). Now I execute
"wine winword.exe" (in the C:\Program Files\microsoft office directory, and all
works well.(That is until I try to run spelling check, Seems the file directory
linkages do not work.Cannot find the dll where expected.)
Concerns:
1.User ID cannot ever have permissions needed in win98 file structure!
2.Process for finding windows PATH in wine applications is insufficient for the
task.
3.When looking for a file to open (in winword.exe), I get the directory, but
need to type in the <directory name>\*.doc to move to that directory. Typical
Microsoft double click on directory to change directory tries to open directory
file for editing.
Kudo's:
I also ran a doc file with an jpeg image in it. Winword (97) worked very well.
Wine winword.exe saves files OK too.
Michael F. Winthrop
winthrom <at> hotmail.com
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1122
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:45 -------
Bug comments restored from Gmane.org:
Since "cvs up -D 2002-10-30" the game Neverwinter Nights does not longer accept
keyboard inputs in the main game window (it works e.g. in dialogs).
My settings in the config that might be of interest
DXGrab: NO!
Managed: YES!
Desktop: YES!
A cvs diff shows some changes in the hook management for windows - guess the
problem came with this patch.
BTW: assigned it to wine-user, because parts of the changed for the hooks took
place their.
------- Additional Comments From lazytodd <at> hotmail.com 2002-11-13 13:06 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-13
15:54 -------
Could you find the exact patch please?
http://www.winehq.org/Docs/wine-devel/cvs-regression.shtml
------- Additional Comments From frick <at> sc-networks.de 2002-11-19 04:50 -------
I just want to let you knwo, that i am working on it - but i usually can not do
more than 3 compile runs on my box per evening; i think i am close to the patch
- but have not found it yet (still surrender it per hour - binary search works
fine for computers; but not humans, because there is this guy named Murphy :))
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-19
10:27 -------
I have had dealings with Murphy myself. However as your time frame narrows
compile time _should_ go down since there are less changes.
I do regression testing on my 300 mhz machine a fair amount and I have a wine
tree and a regression tree. That way I can go from regression testing to an
up-to-date CVS in a matter of minutes.If you do development as well you could
have a development tree as well.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-23 12:51
-------
Patch has been submitted to wine-patches on 20021123 which is supposed to fix this.
------- Additional Comments From frick <at> sc-networks.de 2002-11-25 16:41 -------
Well now i can say it definetly - this is the patch:
http://www.winehq.com/hypermail/wine-cvs/2002/10/0469.html
I did an cvs up yesterday and the bug was _not_ gone - assuming the patch
Andreas mentioned was already in this version i used.
------- Additional Comments From hoffmajs <at> gmx.de 2002-11-27 09:21 -------
Yes that patch was the culprit. Are you sure that the fix for it was in the
cvs update you checked? just look at dlls/dinput/dinput_main.c around line 58
the line should read ..."KeyboardCallback, inst, 0 );" instead of
"KeyboardCallback, 0, 0 );".
If its the latter just change the first zero to "inst" and im sure it will
work :)
------- Additional Comments From frick <at> sc-networks.de 2002-12-01 07:51 -------
I guess i checked out the "current version" before your patch made it to my cvs
host or something like that. In the version i "update"ed the lines you mentioned
where in the source. The annotate shows, that the lines made it in the cvs on
20021024.
Long story short: I tested it some minutes ago and i can confirm, that the
problem is gone! Thanx gentleman!
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-01 08:36
-------
Closing 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=1121
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:42 -------
Bug comments restored from Gmane.org:
When attempting to invoke the multiplay capabilities in Heroes of Might and
Magic III, I receive the following error message:
"DirectPlay Error:
'Unknown error?'
File: 'C:\Dev\Heroes 3 Exp 2\Remote.cpp'
Line# 1867"
At this point, the builtin version of dplay was being used. I received the same
error when using the native version. The output of "wine --debugmsg
+dplay,+dplayx,warn+all Heroes3.exe" can be found at
http://yotamr.dyndns.org/winelog. The apparently
relevant excerpt from the log
is: trace:dplay:DPLAYX_LibMain (1117782016,0x00000000,0x1)
trace:dplay:DPLAYX_DestructData DPLAYX dll unloaded - destruct called
trace:dplay:DPLAYX_GetThisLobbyHandles Waiting for DPLAYX semaphore
trace:dplay:DPLAYX_GetThisLobbyHandles Through wait
trace:dplay:DPLAYX_IsAppIdLobbied Translated dwAppID == 0 into 0x0806e1b0
trace:dplay:DPLAYX_GetThisLobbyHandles DPLAYX Semaphore released
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-11-02 11:24
-------
DirectPlay is known to be problematic sometimes.
Checking out a --debugmsg +relay,+dplay log might be helpful.
------- Additional Comments From yotamr <at> bezeqint.net 2002-11-02 11:42 -------
I have made the compressed wine log available at
http://yotamr.dyndns.org/winelog-with-relay.gz
The file takes up 80 MiB in its uncompressed form.
--
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=1189
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:42 -------
Bug comments restored from Gmane.org:
When starting either Total Commander (http://www.ghisler.com)
SummaSummarum
(best obtained through me), windows that should be in front, are created
behind the main application window.
Total commander, when unregistered, opens a nag-window where the user must
press a certain key. This window is created as tha frontmost window under MS
Windows, but behind the main application window under wine 20021125 (running
Suse 8.1).
SummaSummarum (accounting software) opens a window that lets the user decide
which ledger to open. Like with total Commander, this is created behind the
main window. there is also a very visible screen error, where a non-refreshing
area is created just below the toolbar.
Both programs were created with Delphi.
Please contact me if you want elaboration or to obtain a copy of SummaSummarum
(it is shareware, but the download site is in danish).I will also be happy to
test updates for the prolems.
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 03:25 -------
Created an attachment (id=354)
--> (http://bugs.winehq.com/attachment.cgi?id=354&action=view)
The window from SummaSummarum that should be in front
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 03:26 -------
Created an attachment (id=355)
--> (http://bugs.winehq.com/attachment.cgi?id=355&action=view)
The dark blue and dark grey bars are not shown with wine
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 03:29 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From ping <at> piteraq.dk 2002-12-13 14:53 -------
Errata: I have written that the dark blue and the dark grey bars are not
shown. That is not correct, as they ARE shown, but between them and the
horizontal toolbar, there is some slackspace when used under wine that is not
there under ms windows. Could it be that the window height somehow is reported
less than it actually is ?
------- Additional Comments From michal.seliga <at> visicom.sk 2003-01-29 11:49
-------
There is the same problem in many application (new modal windows are created
behind main window), including many installers. I workarounded it with setting
wine to not use managed mode in wine.conf. Now everything works well. I tried
wine 20030115
so maybe that could lead to something.... (bug in managed mode?)
--
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=1116
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:39 -------
Bug comments restored from Gmane.org:
If you open winrar, navigate by the directory until that you find a .zip file, and
you do doubleclick about the file, it will refresh the listbox and will should the list
of files what are included in the .zip, (almost correct because the icons are
buggy), but the problem is that a new "extra" header have been included in the
"header" control, it has now:
Name | Size | Packet | Type | Modified | CRC32 | Name
^^^^^^ <- this is duplicated!!!
Now if you click in the gold arrow and go back to the last seen folder, it does
refresh the listbox, but the "extra Name" doesn't disappear. It works fine with
comctl32 native.
Regards,
Carlos.
--
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=1115
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:39 -------
Bug comments restored from Gmane.org:
When you run the program, it is NOT usable, it is repainting continually the
screen, and no one control works. It works fine with comctl32 native. The
problem looks like that happen in rebar, because it is giving some ERR messages:
err:rebar:REBAR_AdjustBands Phase 1 failed, x=561, maxx=0, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=565, maxx=0, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=565, maxx=0, start=0, end=0
If you add a "return;" to the start of the function REBAR_Layout, the rebar is
painted incorrectly, but the program can be used.
If you don't remove REBAR_Layout and only comment the last line of the
REBAR_Layout function
//REBAR_ForceResize (infoPtr);
Then the rebar are painted better (but no correct) and it is usable.
Regards,
Carlos.
--
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=1190
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:38 -------
Bug comments restored from Gmane.org:
When running regsvr32 with MSOFD.DLL, that comes with MSMoney 2000, it crashes
with NULL pointer dereference in SearchPathW. Turns out DllRegisterServer calls
SearchPathW with all NULL parameters except a filename. It appears to be
crashing on the last line of the function, return strlenW(buffer). This is with
wine 20021125.
--
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=1114
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:38 -------
Bug comments restored from Gmane.org:
It is easy of check, install winrar 2.90/3.00, click in the combo (you need a
version of day 31/10/2002 or superior ;), and change the letter, and the listbox
will not get updated. It works fine in comctl32 native. But the listbox will get
updated if you press ENTER in the combobox value.
I did some hacking in it:
in comboex.c:
* case CBN_SELCHANGE:
if i add this 2 lines: (before of the SendMessageW)
+ cbeend.iWhy = CBENF_RETURN;
+ COMBOEX_NotifyEndEdit (infoPtr, &cbeend, NULL);
return SendMessageW (parent, WM_COMMAND, wParam,
(LPARAM)infoPtr->hwndSelf);
Then it works Ok, but i am sure that it is a hack.
Regards,
Carlos.
--
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=1113
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:37 -------
Bug comments restored from Gmane.org:
Hi everybody.
I was using build 20021007, that was not available to select for "version", on
Redhat 7.3. I tried to install the Interbase (an SQL database from Borland)
client and the installer reported that it could not copy any of the files
from the install subdirectory to the destination. Installation failed.
I managed to produce this debug output from wine:
08073ed8:Call kernel32.CopyFileW(402af0f8
L"C:\\ib_install\\client\\ibinstall.dll",402af150 L"C:\\Program
Files\\Borland\\InterBase\\",00000000) ret=4131ee2f
trace:file:CopyFileW L"C:\\ib_install\\client\\ibinstall.dll" -> L"C:\\Program
Files\\Borland\\InterBase\\"
trace:file:CreateFileW L"C:\\ib_install\\client\\ibinstall.dll" GENERIC_READ
FILE_SHARE_READ FILE_SHARE_WRITE OPEN_EXISTING attributes 0x0
trace:file:CreateFileW returning 00000054
trace:file:GetFileInformationByHandle 00000054
trace:file:CreateFileW L"C:\\Program Files\\Borland\\InterBase\\" GENERIC_WRITE
FILE_SHARE_READ FILE_SHARE_WRITE CREATE_ALWAYS attributes 0x20
warn:file:FILE_CreateFile Unable to create file '/usr/share/wine-c/Program
Files/Borland/InterBase' (GLE 82)
trace:file:CreateFileW returning ffffffff
warn:file:CopyFileW Unable to open dest L"C:\\Program
Files\\Borland\\InterBase\\"
08073ed8:Ret kernel32.CopyFileW() retval=00000000 ret=4131ee2f
What I can see here is that the destination is not a file name (as it is
supposed to be) but the name of a subdirectory. WINE does not like that.
The installer works flawlessly on any known windows platform, this
looks like an undocumented feature of windows to me.
------- Additional Comments From dclark <at> akamail.com 2002-10-31 13:39 -------
In this case it is a documented feature:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/bas…
Go down near the bottom to the header "Directories", and it says "An application
cannot create a directory with CreateFile; it must call CreateDirectory or
CreateDirectoryEx to create a directory."
And indeed, running on WinNT, if there is no such directory, this call sets the
LastError to ERROR_INVALID_NAME. I have seen another program that expects that
and then makes a call to create the directory.
------- Additional Comments From joern <at> sierwald.com 2002-10-31 13:50 -------
Sorry, but this is not what I meant. The destination directory does exist
already. The problem is that the destination ends with a '\' sign. Windows
would append the actual filename to the destination and try to open that file.
The resulting filename would be C:\\Program
Files\\Borland\\InterBase\\ibinstall.dll". But WINE doesn't do that.
------- Additional Comments From dclark <at> akamail.com 2002-10-31 14:19 -------
Quite right. I see that now.
--
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=1111
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:35 -------
Bug comments restored from Gmane.org:
I'm trying to install the "Birds of the World" database (see
http://www.birdsoftheworld.org/) which is a FileMaker
Pro
application. It comes on two CDs. The installation is done
with InstallShield.
I get through the installation of the first CD without any
obvious problems (lots of messages on the console, but all
Windows-related windows seem fine). After a while, I get a
dialog the says "Please insert the disk: 2". I do this,
Nautilus mounts it for me, and I press OK. The dialog goes
away, and immediately comes back with the same text. Repeat
until boring.
For each iteration, I get the following in the console:
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
fixme:cdrom:CDROM_Open Can't open configured CD-ROM drive at M:\ (device
/dev/sr0): No such file or directory
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
fixme:cdrom:CDROM_Open Can't open configured CD-ROM drive at M:\ (device
/dev/sr0): No such file or directory
fixme:cdrom:CDROM_GetStatusCode Unmapped error code 2: No such file or
directory
Since I happen to have two CD drives, I tried to cheat by creating a
"Drive D" CD for Wine to read from which is a directory on my HD with
symlinks to all files on both the CDs, but that didn't help either.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-31 04:40 -------
I don't think severity means the impact on the application in question as much
as the impact on the component. Can anyone confirm those thoughts?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-31
10:33 -------
A severity of blocker would be if wine would not compile or run
Did you look at this in the FAQ database
http://www.winehq.org/cgi-bin/fom?_highlightWords=cdrom&file=223
------- Additional Comments From unicorn <at> lysator.liu.se 2002-10-31 12:18 -------
I didn't look in the FAQ. However, as you can see, my original description
of the problem describes that I tried a very similar solution already (with
symlinks to all files on the two CDs instead of copying the files). Now I
have tried copying the files to a single directory as well, and I still get
the same problem with the installer looping over the question to insert CD
two.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 12:55
-------
sounds to me like that installer may have some copy protection like all of
westwood's installers do, and since we dont have copy protection implemented
this installer wont work...
--
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=1110
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:34 -------
Bug comments restored from Gmane.org:
When using ModPlug Tracker (http://www.modplug.com) under wine
(and any window
manager), changing tabs does not redraw the various components on these tabs
(buttons, grids, etc.). In order to view them, I have to force a refresh of the
client window (usually by shading and unshading the window - I'm lazy :) ).
Needless to say, this makes any work done in this program fairly time-consuming.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-30 11:09
-------
20010112 is *WAY* too old. Please try with a current release, and I'm sure it'll
be gone immediately ;)
------- Additional Comments From mike <at> theoretic.com 2003-03-27 05:00 -------
No response, closing.
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 18:56
-------
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=1192
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:33 -------
Bug comments restored from Gmane.org:
Wine 20020804 and younger builds correctly, but can't find symbols in dll's at
execution time, when built with pdksh as /bin/sh. When /bin/sh is bash this
condition does not occur.
Error message is:
err:win32:PE_fixup_imports No implementation for kernel32.dll.44(CloseHandle)
imported from C:\WINDOWS\SYSTEM\advapi32.dll, setting to 0xdeadbeef
It's repeating until ^C or killall wine, with number and function name changing.
--
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=1109
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:33 -------
Bug comments restored from Gmane.org:
Some installers, when running in wine, install items with the correct case -
but for some reason wine doesn't keep the correct case, and makes it all
lowercase.
This has caused problems in some installers I have run.
One example is Family Tree Maker 9.0
- This installer creates a file called TextEditor.dll - but when it is
installed, it ends up being called texteditor.dll (note the lack of capitals)
- and Family Tree maker gets confused at that.
I realise that most people will not have this application - but i'm sure there
are other examples around.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-30 11:07
-------
I guess this bug is invalid, since I suspect that the reporter isn't using
"win95" as the "Filesystem" mode setting (case-*insensitive* file handling)
in the config file.
Feel free to reopen it in case you *are* using "win95" FS mode and for some
reason it really doesn't properly handle filename case sensitivity.
------- Additional Comments From dpaun <at> rogers.com 2003-03-30 23:27 -------
Indeed -- 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=1193
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:32 -------
Bug comments restored from Gmane.org:
Hi,
starting wine 20021125 (compiled with the only option --prefix=/usr or with
wineinstall) gives an endless loop:
groesle@stefan:~> wine /dos/d/windows/notepad.exe
Warning: the temporary directory '/dos/d/windows/temp' (specified in wine conf
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/groesle/.wine/config'
fixme:win32:PE_CreateModule Security directory ignored
wine: Unhandled exception, starting debugger...
Warning: the temporary directory '/dos/d/windows/temp' (specified in wine conf
Perhaps you have not properly edited or created your Wine configuration file.
This is (supposed to be) '/home/groesle/.wine/config'
Warning: the temporary directory '/dos/d/windows/temp' (specified in wine conf
etc, etc
wine 20021031 started as expected.
today I tested the CVS version, compiled by christian eide. Notepad started but
crashed opening the file selector box.
Bye
G. Roesler
------- Additional Comments From dclark <at> akamail.com 2002-12-15 13:37 -------
The last crash mentioned, when opening the file dialog, should be fixed by:
http://www.winehq.com/hypermail/wine-cvs/2002/12/0175.html
With the, notepad works fine for me.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1194
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:31 -------
Bug comments restored from Gmane.org:
I put some test code on sourceforge.net (voix,win-snd) for recording and playing
wav file.
ply.exe work in win98, and in wine, but rec.exe don't.
I start with 'wine rec test.wav', and when put time for record, it exit.
In win98 recording is OK!
------- Additional Comments From branko.jermanis <at> hi.hinet.hr 2002-12-15
14:26 -------
Created an attachment (id=360)
--> (http://bugs.winehq.com/attachment.cgi?id=360&action=view)
Recording and playing for windows (new source)
------- Additional Comments From branko.jermanis <at> hi.hinet.hr 2002-12-18
13:07 -------
I try with KNOPPIX CD, and it recording with wine, but time control
don't stop.
Mandrake 8.2 can't record (on the same computer), only play.
I'm new in wine, and I can't understand...
Good work!
--
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=1102
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:28 -------
Bug comments restored from Gmane.org:
In Oracle FORMS 4.5 Runtime the runtime runs but the Function keys don't work.
Upon invocation the forms runtime reads a .res file with the key mappings. I
believe that wine can't handle the mapping of the windows keys in the .res file
to X keycodes. I know the file is being read, if I mispell the name I get can't
find file errors. No keys show up however in the runtime. These are the wine
errors I get, I believe this is related to the key mapping.
[jbennett@polo bin]$ /opt/wine/bin/wine f45run32.exe
m:\\emis2000\\prod\\forms\\mnu2000.fmx term=dk:windows
fixme:msvcrt:MSVCRT_signal (2 0x1):stub
fixme:msvcrt:MSVCRT_signal (2 0x40e90c30):stub
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
fixme:keyboard:X11DRV_GetKeyNameText (00000001,0x40625e50,49): unsupported
key,
vkey=0000, ansi=0000
--
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=1195
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:27 -------
Bug comments restored from Gmane.org:
Guitar Pro 3.0 installs and operates correctly except for the fact that it does
not output any sound! Through wine Guitar Pro detects my audio card (Sound
blaster 16 PNP) and MIDI (General MIDI) but does not output any sound... Midi,
mp3, and wavs all play through all of the GNOME and KDE desktop program on my
Redhat 7.2 system... So sound is configured and working there, just not in
Guitar Pro using wine.
Any help on resolving this would greatly be appreciated. I would hate to have
to go back to windoze, but this machine is used exclusively in my home studio
for music, guitar tab, etc... I NEED this program to work! Thanks for all of
your help.
Neal
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-16
11:40 -------
Uh oh :)
Which sound driver are you using ? wineoss ? winealsa ? Or maybe even winejack ?
Please add a --debugmsg
+relay,+mci,+winmm,+wave,+mciwave,+msacm,+driver,+mcimidi,+mmio,+mmsys,+midi
logfile.
------- Additional Comments From fremont_nb <at> noeca.net 2002-12-16 13:06 -------
I appologize for my lack of research on wine... I was not aware that there are
sound drivers for wine, or how to load them. I will further consult the FAQs,
forums, and HOWTOs on how to accomplish this. I'm sure that if I am to load
drivers, that is what I am missing. Thank you for the quick response. Consider
this thread closed... I will open a new one if I do not get the drivers to
work, and I will include the necessary logfiles.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-16
13:21 -------
Well, I was merely trying to ask *what* Wine sound driver you're using,
not whether you're using *a* sound driver...
See [WinMM] in documentation/samples/config
------- Additional Comments From fremont_nb <at> noeca.net 2002-12-16 13:35 -------
I don't even know where to look to find out what driver I am using, since I
didn't even know there are seperate drivers for wine. A lack of investigating
before asking a stupid question on my part. ;)
Thanks for pointing me in the right direction, I will check it out. and repost
after I understand how drivers are used, and logs are generated in wine. Thanks
--
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=1101
------- Additional Comments From z_god(a)wanadoo.nl 2003-28-06 07:27 -------
Bug comments restored from Gmane.org:
------- Additional Comments From cesar <at> liws.com.br 2002-10-24 23:54 -------
http://www.liws.com.br/lab/cesar/chapreto.jpg
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-25 01:28
-------
Nice picture, but that's unfortunately not quite what you'd expect...
--
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=1197
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:23 -------
Bug comments restored from Gmane.org:
I'm successfully running Quicken 2001 Deluxe but have come across one problem.
When running in the default managed screen mode ("Managed"="Y") if a Quicken
data file has a password, then the dialog box to type in the password is not
displayed. The box seems to exist. I can see it when hitting Alt-Tab, but it
is not displayed. I can type the password in and Quicken opens and runs
correctly after that.
If I switched to desktop mode ("Managed"="N") then the dialog box is displayed
correctly.
This report is based on CVS Version 20021219. This is my firt bug report here.
If I have not entered this in the right place, please send me a message so I
do it correctly in the future. Thanks!
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1198
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:20 -------
Bug comments restored from Gmane.org:
Wine 20021125 (cvs; wine-cvs-opengl-121502-1.i386.rpm)
RedHat 8
Some windows .dlls installed by windows programs, however none related to
directx (I think)
Game info: http://appdb.winehq.com/appview.php?appId=1097
Using game version 1.1
Steps to reproduce:
1) Install the game (it has a windows-based installer, works ok)
2) Run setup (wine winsetup.exe, works ok)
3) run the game (wine KQ2VGA.exe)
The game loads (slowly), with some errors appearing in the console and
in the game.
When the main screen finally appears, the mouse is not usable. Thus the game
cannot be played. The game is working, though, try for example pressing
ctrl-q
Note: The game is based on Adventure Game Studio (AGS), which is closed source,
but free (http://www.adventuregamestudio.co.uk).
Furthermore, AGS is using
Allegro game library (http://alleg.sourceforge.net) for
multimedia. Allegro is
open-source.
Although Allegro is available for linux as well, the author of AGS is not
willing to port it to linux (http://www.agsforums.com/acfaq.htm). Since the
backend (Allegro) is available in open source, it should be relatively easy to
understand what is not working in wine in respect to AGS and King's Quest 2...
Solving problems with this particular game many other AGS/Allegro games would
probably work as well.
Will attach debug-logs later...
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 09:26 -------
Here are the error messages:
--------------------
When running the game, it displays following error:
"Video playing error: Could not create a CLSID_MultiMediaStream object. Check
you have run regsvr32 amstream.dll"
---------------------
The console shows following errors:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40267968)->(00000000,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c380)->(00010022,00000008)
fixme:ddraw:Main_DirectDraw_GetMonitorFrequency (0x4026c380)->(0x407923dc)
returns 60 Hz always
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x4026c318)->(0x4026c38c,0x00000000),stub!
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-22
09:39 -------
Well, then have you run it ?
Is there an amstream.dll at all ?
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 10:43 -------
Wine doesn't have such file. I tried to run the game with that amstream.dll
copied from win98se, but it didn't help much.
Now the game complains that:
"Video playing error: AddMediaStream failed"
and the console log says:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40267970)->(00000000,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
fixme:ddraw:Main_DirectDraw_GetMonitorFrequency (0x4026c388)->(0x407923dc)
returns 60 Hz always
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x4026cb40)->(0x4026c394,0x00000000),stub!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x407919fc): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a00): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x407919fc): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x4026c388)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a00): no interface
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4026c388)->(00010024,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
--------------
Anyways, although that media stream (video clips) thing would be worked out, the
bigger problem right now is that the mouse doesn't work...
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 10:58 -------
Grr, the attachment submitting isn't working for me (w/ mozilla or galeon)
Here are the debug-logs:
The first one is a full log upto first error message given by the program
http://aiesec.tky.hut.fi/test/full1.log.bz2
The second one is a full log all the way to the main menu, with some mouse
movement and clicking (does not do anything, even the cursor in the game does
not move)
http://aiesec.tky.hut.fi/test/full2.log.bz2
The last one is a tail -100 of the full2 -log
http://aiesec.tky.hut.fi/test/last100.log
(and these are without the amstream.dll)
------- Additional Comments From dclark <at> akamail.com 2002-12-22 11:09 -------
Have you tried this patch (it is not yet in CVS):
http://www.winehq.com/hypermail/wine-patches/2002/12/0327.html
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-22
11:22 -------
Most likely dinput bug.
Get latest CVS and apply not-yet-committed wine-patches mailing list dinput patch.
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 15:13 -------
I used the sources from the winehq page (20021229) and the patch that was
mentioned in the previous comments. It does seem to work a bit better now: The
cursor is "locked" into the cursor of the game. However, the cursor does not
move anywhere (no matter how much you move the mouse)...
Here's the error output...
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x4025ced0)->(00000000,00000008)
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x40260cd0)->(00020024,00000008)
fixme:ddraw:Main_DirectDraw_GetMonitorFrequency (0x40260cd0)->(0x40792400)
returns 60 Hz always
fixme:ddraw:Main_DirectDrawClipper_Initialize
(0x40261590)->(0x40260cdc,0x00000000),stub!
err:dinput:SysMouseAImpl_Unacquire Unacquiring a not-acquired device !!!
fixme:ddraw:DIB_DirectDrawSurface_Blt dwFlags DDBLT_WAIT and/or DDBLT_ASYNC:
can't handle right now.
fixme:file:DeviceIoControl Unimplemented control 256 for VxD device NWLINK
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x40791a20): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a24): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({b502d1bd-9a57-11d0-8fde-00c04fd9189d},0x40791a20): no interface
fixme:ddraw:Main_DirectDraw_QueryInterface
(0x40260cd0)->({bebe595d-9a6f-11d0-8fde-00c04fd9189d},0x40791a24): no interface
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-22
15:24 -------
Create a --debugmsg +relay,+dinput,+x11drv,+event log file and check out via
http://search.microsoft.com why your mouse movements don't
seem to get through...
------- Additional Comments From moxh <at> hotmail.com 2002-12-22 17:11 -------
Ho hum. Apparently it's a bit unstable, but I actually can get mouse working by
using the patch. When I put Wine to use desktop-mode and the game setup to use
full screen, I'm able to play the game, whee :)
The videos might not work still, but the game is playable...
--
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=1199
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:14 -------
Bug comments restored from Gmane.org:
version is latest (20021219)...
using photoshop 5.0 and right-clicking in the layers window gives
fixme:menu:TrackPopupMenuEx not fully implemented
and the rest of the program completely hangs... (doesn't simply ignore
displaying a popup or something)
-dheera
--
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=1200
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:11 -------
Bug comments restored from Gmane.org:
Running WinMX version 3.31, the list of shared files and the search results are
not drawn correctly:
only the last line in the list is readable. It looks like each line is being
over-written as soon as
it has been drawn.
This problem goes away if I use the native (win98) comctl32.dll
I'm using the CVS tarball of 19 Dec 2002.
This looks like a duplicate of bug 1033. Maybe whoever marked that bug as fixed
did not test with the
built-in comctl32.
------- Additional Comments From dclark <at> akamail.com 2002-12-24 13:49 -------
Fixed by this patch, committed to CVS on 2002-12-22.
http://www.winehq.com/hypermail/wine-cvs/2002/12/0303.html
------- Additional Comments From dclark <at> akamail.com 2003-01-05 09:58 -------
Since there have not been any additional comments from the OP, I think this can
be marked as fixed. I did verify that the bug existed in CVS from 19 Dec and was
fixed in CVS from 22 Dec.
------- Additional Comments From dpaun <at> rogers.com 2003-01-07 01:57 -------
_Very_ weird: the patch just tweaked a few pixels, and the symptoms were a lot
worse. John, can you please verify that the problem disapeared, and mark this
as verified? Tnx.
------- Additional Comments From dclark <at> akamail.com 2003-01-07 11:14 -------
Actually, I think what fixed it was the change to LISTVIEW_GetSubItemRect. This
was returning values that were off by one row. I think WinMX was using those
returned values to blank out areas.
------- Additional Comments From john <at> pond-weed.com 2003-01-10 17:02 -------
Verified fixed in CVS on 9 Jan 2003. Thank you.
------- Additional Comments From dpaun <at> rogers.com 2003-01-10 17:07 -------
Cool -- let's close this bugger then.
--
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=1202
------- Additional Comments From winebug(a)flonet.net 2003-28-06 07:04 -------
Bug comments restored from Gmane.org:
Here is the bug_report.pl output
Auto-generated debug report by Wine Quick Debug Report Maker Thingy:
WINE Version: Wine 20021219
Windows Version: None Installed
Distribution: Mandrake 9.0
Kernel Version: 2.4.19-16mdk
OS Type: Linux
CPU: i686
GCC Version: Configured with: ../configure --prefix=/usr
--libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --enable-long-long --enable-__cxa_atexit
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu
--with-system-zlib
Program: A 3D racing game
Program Type: Win32
Debug Options: -debugmsg +relay
Other Extra Commands Passed:
Extra ./configure Commands: None
Wine Dependencies:
Last 200 lines of debug output follows:
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f0e ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call x11drv.SetDeviceClipping(403ae8c8,00000cb6) ret=4095dce1
0814a940:Call gdi32.GetRegionData(00000cb6,00000000,00000000) ret=409c5522
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Ret gdi32.GetRegionData() retval=00000030 ret=409c5522
0814a940:Call ntdll.RtlAllocateHeap(40360000,00000000,00000030) ret=409c5544
0814a940:Ret ntdll.RtlAllocateHeap() retval=403ad698 ret=409c5544
0814a940:Call gdi32.GetRegionData(00000cb6,00000030,403ad698) ret=409c555b
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Ret gdi32.GetRegionData() retval=00000030 ret=409c555b
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ad698) ret=409c56c1
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409c56c1
0814a940:Ret x11drv.SetDeviceClipping() retval=00000001 ret=4095dce1
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Call x11drv.DeleteDC(403ae8c8) ret=4096026b
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ae8c8) ret=409d3edb
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409d3edb
0814a940:Ret x11drv.DeleteDC() retval=00000001 ret=4096026b
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f0e ret=4096b74f
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aed08) ret=40970a39
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ae960) ret=40970a4b
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b60b
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
0814a940:Call kernel32.LOCAL_Free(0000017f,00000cb2) ret=4096b61e
0814a940:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f26 ret=4096b74f
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aed58) ret=40970a39
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aed30) ret=40970a4b
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b60b
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
0814a940:Call kernel32.LOCAL_Free(0000017f,00000cb6) ret=4096b61e
0814a940:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403aebd0) ret=4096b5d4
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Call ntdll.RtlEnterCriticalSection(40990cf0) ret=40974f05
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40974f05
0814a940:Call ntdll.RtlLeaveCriticalSection(40990cf0) ret=40974f2d
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40974f2d
0814a940:Ret gdi32.DeleteDC() retval=00000001 ret=404b5a78
0814a940:Call gdi32.DeleteObject(00000cc2) ret=404b5a5c
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call kernel32.LOCAL_Lock(0000017f,00000cc2) ret=4096b74f
0814a940:Ret kernel32.LOCAL_Lock() retval=40362f6e ret=4096b74f
0814a940:Call kernel32.LOCAL_Unlock(0000017f,00000cc2) ret=4096b60b
0814a940:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
0814a940:Call kernel32.LOCAL_Free(0000017f,00000cc2) ret=4096b61e
0814a940:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a5c
0814a940:Call gdi32.DeleteObject(00000100) ret=404b5a4e
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403bb158) ret=4095d2f8
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4095d2f8
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403badb0) ret=4096b5d4
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a4e
0814a940:Call gdi32.DeleteObject(000000f8) ret=404b5a46
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Call x11drv.DeleteBitmap(000000f8) ret=4095d306
0814a940:Call gdi32.GDI_GetObjPtr(000000f8,00004f4b) ret=409c4be0
0814a940:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
0814a940:Ret kernel32._EnterSysLevel() retval=400f1b30 ret=4096b658
0814a940:Ret gdi32.GDI_GetObjPtr() retval=403b10e0 ret=409c4be0
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call gdi32.GDI_ReleaseObj(000000f8) ret=409c4c03
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
0814a940:Ret gdi32.GDI_ReleaseObj() retval=00000000 ret=409c4c03
0814a940:Ret x11drv.DeleteBitmap() retval=00000001 ret=4095d306
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403b10e0) ret=4096b5d4
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
0814a940:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
0814a940:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
0814a940:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a46
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403611d8) ret=404b5a38
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b5a38
0814a940:Call kernel32.CloseHandle(00000024) ret=404b6bde
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=404b6bde
0814a940:Call kernel32.CloseHandle(00000044) ret=404b6bd6
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=404b6bd6
0814a940:Call kernel32.CloseHandle(00000028) ret=404b6bcd
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=404b6bcd
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403af198) ret=404b6bc5
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6bc5
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,40361948) ret=404b6bac
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6bac
0814a940:Call kernel32.ExitProcess(00000000) ret=404b04c3
0814a940:Call PE DLL (proc=0x408b25e0,module=0x40830000,type=0,res=0x1)
0814a940:Ret PE DLL (proc=0x408b25e0,module=0x40830000,type=0,res=0x1) retval=1
0814a940:Call PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1)
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bca4) ret=409f29ce
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f29ce
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bca4) ret=409f29fe
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f29fe
0814a940:Call kernel32.CloseHandle(00000040) ret=409f18ba
0814a940:Ret kernel32.CloseHandle() retval=00000001 ret=409f18ba
0814a940:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
0814a940:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
0814a940:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
0814a940:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
0814a940:Call ntdll.RtlFreeHeap(40360000,00000000,403ac348) ret=409f18e0
0814a940:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409f18e0
0814a940:Call ntdll.RtlDeleteCriticalSection(40a0bc6c) ret=409f192c
0814a940:Ret ntdll.RtlDeleteCriticalSection() retval=00000000 ret=409f192c
0814a940:Ret PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1) retval=1
0814a940:Call PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1)
0814a940:Ret PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1) retval=1
0814a940:Call PE DLL (proc=0x407a9c70,module=0x40780000,type=0,res=0x1)
0814a940:Ret PE DLL (proc=0x407a9c70,module=0x40780000,type=0,res=0x1) retval=1
0814a940:Call kernel32.__wine_unregister_dll_16(408e2244) ret=40839c7c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000b ret=40839c7c
0814a940:Call kernel32.__wine_unregister_dll_16(408e2600) ret=40839fbc
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000c ret=40839fbc
0814a940:Call kernel32.__wine_unregister_dll_16(408e2c54) ret=4083a52c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000d ret=4083a52c
0814a940:Call kernel32.__wine_unregister_dll_16(408e3424) ret=4083ac9c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000e ret=4083ac9c
0814a940:Call kernel32.__wine_unregister_dll_16(408e3624) ret=4083ae4c
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000f ret=4083ae4c
0814a940:Call kernel32.__wine_unregister_dll_16(409902bc) ret=409511dc
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=00000008 ret=409511dc
0814a940:Call kernel32.__wine_unregister_dll_16(409903e4) ret=409512ac
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=00000009 ret=409512ac
0814a940:Call kernel32.__wine_unregister_dll_16(409906f0) ret=409515cc
0814a940:Ret kernel32.__wine_unregister_dll_16() retval=0000000a ret=409515cc
I have a copy of the full debug report, if it is needed.
Thank you!
------- Additional Comments From puoti <at> inwind.it 2003-01-04 17:26 -------
*** Bug 1203 has been marked as a duplicate of this bug. ***
------- Additional Comments From johane <at> lysator.liu.se 2003-01-07 08:30
-------
If you use CVS wine, run the quick debug report maker again since it has been
updated.
------- Additional Comments From puoti <at> inwind.it 2003-01-07 16:28 -------
Here is the output using current cvs (01/07/2003)
Auto-generated debug report by Wine Quick Debug Report Maker Thingy:
WINE Version: Wine 20021219
Windows Version: None Installed
Distribution: Mandrake 9.0
Kernel Version: 2.4.19-16mdk
OS Type: Linux
CPU: i686
GCC Version: Configured with: ../configure --prefix=/usr
--libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man
--infodir=/usr/share/info --enable-shared --enable-threads=posix
--disable-checking --enable-long-long --enable-__cxa_atexit
--enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu
--with-system-zlib
Program: Microsoft Motocross Madness Trial
Program Type: Win32
Debug Options: -debugmsg +relay
Other Extra Commands Passed:
Extra ./configure Commands: None
Wine Dependencies:
Last 200 lines of debug output follows:
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635be ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call x11drv.SetDeviceClipping(403aef78,00000cb6) ret=4095dce1
080e7dd8:Call gdi32.GetRegionData(00000cb6,00000000,00000000) ret=409c5522
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Ret gdi32.GetRegionData() retval=00000030 ret=409c5522
080e7dd8:Call ntdll.RtlAllocateHeap(40360000,00000000,00000030) ret=409c5544
080e7dd8:Ret ntdll.RtlAllocateHeap() retval=403add48 ret=409c5544
080e7dd8:Call gdi32.GetRegionData(00000cb6,00000030,403add48) ret=409c555b
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b84d
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b84d
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Ret gdi32.GetRegionData() retval=00000030 ret=409c555b
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403add48) ret=409c56c1
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409c56c1
080e7dd8:Ret x11drv.SetDeviceClipping() retval=00000001 ret=4095dce1
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Call x11drv.DeleteDC(403aef78) ret=4096026b
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403aef78) ret=409d3edb
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409d3edb
080e7dd8:Ret x11drv.DeleteDC() retval=00000001 ret=4096026b
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb2) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635be ret=4096b74f
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af3b8) ret=40970a39
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af010) ret=40970a4b
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb2) ret=4096b60b
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
080e7dd8:Call kernel32.LOCAL_Free(0000017f,00000cb2) ret=4096b61e
080e7dd8:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cb6) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=403635d6 ret=4096b74f
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af408) ret=40970a39
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a39
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af3e0) ret=40970a4b
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=40970a4b
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cb6) ret=4096b60b
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
080e7dd8:Call kernel32.LOCAL_Free(0000017f,00000cb6) ret=4096b61e
080e7dd8:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af280) ret=4096b5d4
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Call ntdll.RtlEnterCriticalSection(40990cf0) ret=40974f05
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=40974f05
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40990cf0) ret=40974f2d
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=40974f2d
080e7dd8:Ret gdi32.DeleteDC() retval=00000001 ret=404b5a28
080e7dd8:Call gdi32.DeleteObject(00000cc2) ret=404b5a0c
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call kernel32.LOCAL_Lock(0000017f,00000cc2) ret=4096b74f
080e7dd8:Ret kernel32.LOCAL_Lock() retval=4036361e ret=4096b74f
080e7dd8:Call kernel32.LOCAL_Unlock(0000017f,00000cc2) ret=4096b60b
080e7dd8:Ret kernel32.LOCAL_Unlock() retval=00000000 ret=4096b60b
080e7dd8:Call kernel32.LOCAL_Free(0000017f,00000cc2) ret=4096b61e
080e7dd8:Ret kernel32.LOCAL_Free() retval=00000000 ret=4096b61e
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Ret gdi32.DeleteObject() retval=00000001 ret=404b5a0c
080e7dd8:Call gdi32.DeleteObject(00000100) ret=404b59fe
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403bb808) ret=4095d2f8
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4095d2f8
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403bb460) ret=4096b5d4
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Ret gdi32.DeleteObject() retval=00000001 ret=404b59fe
080e7dd8:Call gdi32.DeleteObject(000000f8) ret=404b59f6
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Call x11drv.DeleteBitmap(000000f8) ret=4095d306
080e7dd8:Call gdi32.GDI_GetObjPtr(000000f8,00004f4b) ret=409c4be0
080e7dd8:Call kernel32._EnterSysLevel(40990c60) ret=4096b658
080e7dd8:Ret kernel32._EnterSysLevel() retval=400f2bd0 ret=4096b658
080e7dd8:Ret gdi32.GDI_GetObjPtr() retval=403b1790 ret=409c4be0
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call gdi32.GDI_ReleaseObj(000000f8) ret=409c4c03
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b807
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b807
080e7dd8:Ret gdi32.GDI_ReleaseObj() retval=00000000 ret=409c4c03
080e7dd8:Ret x11drv.DeleteBitmap() retval=00000001 ret=4095d306
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403b1790) ret=4096b5d4
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4096b5d4
080e7dd8:Call kernel32._LeaveSysLevel(40990c60) ret=4096b576
080e7dd8:Ret kernel32._LeaveSysLevel() retval=00000000 ret=4096b576
080e7dd8:Ret gdi32.DeleteObject() retval=00000001 ret=404b59f6
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,40361230) ret=404b59e8
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b59e8
080e7dd8:Call kernel32.CloseHandle(00000024) ret=404b6b8e
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=404b6b8e
080e7dd8:Call kernel32.CloseHandle(00000044) ret=404b6b86
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=404b6b86
080e7dd8:Call kernel32.CloseHandle(00000028) ret=404b6b7d
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=404b6b7d
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403af848) ret=404b6b75
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6b75
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,40361ff8) ret=404b6b5c
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=404b6b5c
080e7dd8:Call kernel32.ExitProcess(00000000) ret=404b04c3
080e7dd8:Call PE DLL (proc=0x408b25f0,module=0x40830000,type=0,res=0x1)
080e7dd8:Ret PE DLL (proc=0x408b25f0,module=0x40830000,type=0,res=0x1) retval=1
080e7dd8:Call PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1)
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bca4) ret=409f29ce
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f29ce
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bca4) ret=409f29fe
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f29fe
080e7dd8:Call kernel32.CloseHandle(00000040) ret=409f18ba
080e7dd8:Ret kernel32.CloseHandle() retval=00000001 ret=409f18ba
080e7dd8:Call ntdll.RtlEnterCriticalSection(40a0bc6c) ret=409f0a5c
080e7dd8:Ret ntdll.RtlEnterCriticalSection() retval=00000000 ret=409f0a5c
080e7dd8:Call ntdll.RtlLeaveCriticalSection(40a0bc6c) ret=409f0a8c
080e7dd8:Ret ntdll.RtlLeaveCriticalSection() retval=00000000 ret=409f0a8c
080e7dd8:Call ntdll.RtlFreeHeap(40360000,00000000,403ac9f8) ret=409f18e0
080e7dd8:Ret ntdll.RtlFreeHeap() retval=00000001 ret=409f18e0
080e7dd8:Call ntdll.RtlDeleteCriticalSection(40a0bc6c) ret=409f192c
080e7dd8:Ret ntdll.RtlDeleteCriticalSection() retval=00000000 ret=409f192c
080e7dd8:Ret PE DLL (proc=0x409f1a60,module=0x409c0000,type=0,res=0x1) retval=1
080e7dd8:Call PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1)
080e7dd8:Ret PE DLL (proc=0x409782a0,module=0x40940000,type=0,res=0x1) retval=1
080e7dd8:Call PE DLL (proc=0x407a9bf0,module=0x40780000,type=0,res=0x1)
080e7dd8:Ret PE DLL (proc=0x407a9bf0,module=0x40780000,type=0,res=0x1) retval=1
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e2244) ret=40839c8c
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000b ret=40839c8c
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e2600) ret=40839fcc
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000c ret=40839fcc
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e2c54) ret=4083a53c
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000d ret=4083a53c
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e3424) ret=4083acac
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000e ret=4083acac
080e7dd8:Call kernel32.__wine_unregister_dll_16(408e3624) ret=4083ae5c
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000f ret=4083ae5c
080e7dd8:Call kernel32.__wine_unregister_dll_16(409902bc) ret=409511dc
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=00000008 ret=409511dc
080e7dd8:Call kernel32.__wine_unregister_dll_16(409903e4) ret=409512ac
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=00000009 ret=409512ac
080e7dd8:Call kernel32.__wine_unregister_dll_16(409906f0) ret=409515cc
080e7dd8:Ret kernel32.__wine_unregister_dll_16() retval=0000000a ret=409515cc
I have a copy of the full debug report, if it is needed.
Thank you!
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-07
16:51 -------
This is *NOT* current CVS from today, nor few days old, for that matter :-\
Otherwise it'd have displayed 3000 lines instead of displaying 200 lines again.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-01-08 02:29 -------
By the way, if the problem is 'ddraw' related, a relay trace will be completely
useless (as all we will see in the 3000 last lines will be the shut-down of the
application).
------- Additional Comments From puoti <at> inwind.it 2003-01-08 07:13 -------
1) This is the current cvs, it must be becouse I downloaded the complete tree
in a new directory; folowing the instructions on winehq.com/download
2)bug_report.pl just outputs the last 200 lines with +trace; unless you dont'
ask it to do things differently; and as I'm not a developer I just don't do that
unless a developer asks me to do so; as you say you need a --debugmsg+ddraw,
I'll send a new bug report in a few minitues.
------- Additional Comments From puoti <at> inwind.it 2003-01-10 07:05 -------
Well, there is basicly nothing with +ddraw, just
[ivan@localhost Motocross Madness Trial]$ wine mcm.exe --debugmsg +ddraw
trace:ddraw:initialize enabling DirectDraw HAL
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
Terminated
[ivan@localhost Motocross Madness Trial]$
the debugger output is
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x41210000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x412d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x7e6b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x413900
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLEAUT32.DLL' (0x412d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x7e6b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x7e6b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x41350000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x414000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x41320000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414300
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414700
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x413c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x4163000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41630000) No debug information in 32bit DLL
'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL'
(0x41470000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV'
(0x41610000) No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV'
(0x41630000) No debug information in 32bit DLL
'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000) No debug information in 32bit DLL
'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
S TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x41470000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x41470000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit co
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x41610000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x41630000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
In 32-bit mode.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41770000)
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft Games\Motocros
No debug information in 32bit DLL 'C:\PROGRAMMI\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit
code (0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
S TRIAL\LANG.DLL' (0x427c0000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft Games\Motocross
Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Programmi\Microsoft Games\Motocross
Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
Hope this helps.
------- Additional Comments From fgouget <at> codeweavers.com 2003-02-06 17:29
-------
The idea would to attach individual tasks as they are identified (such as, I'm
making this up, add bump mapping support, add support for the new FooBar9
interface, merge implementation of Bar7 with Bar8, etc.), and also Direct3D
related bug-reports (e.g. bug 816, bug 1201 and bug 1202). So mainly its use now
would be as a way to make it easier for potential developpers to identify tasks
and bugs related to Direct3D. But the 'wine-directx' tag may be enough and it's
just a suggestion. So it's up to the people involved in Direct3D development
(e.g. you) to determine whether that's useful.
Initially it just seemed like a convenient place to group the Direct3D related
discussions until Direct3D development resumed. Direct3D development seems much
more healthy now than when the bug was created :-) If it's not really useful
then it can be closed.
------- Additional Comments From puoti <at> inwind.it 2003-02-25 14:18 -------
With wine-20030219 the output is
[ivan@localhost Motocross Madness Trial]$ wine mcm.exe
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
debugger output is
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x41370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x412e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x50000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x414100
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSVFW32.DLL' (0x412e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x50000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x414500
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\D3DRM.DLL' (0x50000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x413d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x414800
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\AVIFIL32.DLL' (0x413a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0x413f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCR
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DSOUND.DLL' (0x41410000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WS2_32.DLL' (0x41450000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e00
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WSOCK32.DLL' (0x41430000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DINPUT.DLL' (0x41480000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d000
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\DPLAYX.DLL' (0x414b0000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCR
DNESS TRIAL\KVDD.DLL' (0x10000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x414e0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit co
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0x417b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x417d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x41910000)
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft Games\Moto
No debug information in 32bit DLL 'C:\PROGRAM FILES\MICROSOFT GAMES\MOTOCROSS
MADNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
DNESS TRIAL\LANG.DLL' (0x41f40000)
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
Unhandled exception: page fault on write access to 0x00000000 in 32-bit code
(0x00432feb).
In 32-bit mode.
0x00432feb (mcm.exe..text+0x31feb in C:\Program Files\Microsoft
Games\Motocross Madness Trial\mcm.exe): movb $0x0,0x0(%eax)
Wine-dbg>
wine mcm.exe --debugmsg +ddraw output is
[ivan@localhost Motocross Madness Trial]$ wine mcm.exe --debugmsg +ddraw
trace:ddraw:initialize enabling DirectDraw HAL
err:dplay:DPLAYX_ConstructData : unable to map static data into process memory
space (487)
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
Any chance to get this working?
------- Additional Comments From lionel.ulmer <at> free.fr 2003-02-27 15:00 -------
Could you attach a gzipped '+ddraw,+dinput,+dsound,+relay,+seh' complete log ?
------- Additional Comments From puoti <at> inwind.it 2003-02-28 09:43 -------
Created an attachment (id=409)
--> (http://bugs.winehq.com/attachment.cgi?id=409&action=view)
The output you asked for
------- Additional Comments From puoti <at> inwind.it 2003-03-04 11:55 -------
I've recently noticed a few things, the first is that I run mcm.exe with a
stripped wine, so I'm going to send the output again but generated by a cvs wine
from today. Second, mcm needs a dll named d3drm.dll, it doesn't seem to exist in
wine, so I'm using a native one from windows 95. Also I've noticed that
msvcrt40.dll is missing in wine, so that's 2 dlls missing, is this going to be
fixed?
------- Additional Comments From puoti <at> inwind.it 2003-03-04 12:13 -------
Created an attachment (id=415)
--> (http://bugs.winehq.com/attachment.cgi?id=415&action=view)
New output done with native d3drm from windows 98 SE and wine cvs from today
------- Additional Comments From puoti <at> inwind.it 2003-03-04 12:16 -------
I did't set the winver to win98, so I think it run as win95, hope this isn't
important, if it is tell me and I'll run it again.
If you want to test this on your pc, the installer is here
http://download.microsoft.com/download/motorcross/Trial/1.0/WIN98/EN-US/MSM…
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-04
13:41 -------
As a work-around d3drm.dll and msvcrt40.dll can be downloaded from the web.
As far as I can see msvcrt40 should be a symbolic link to our built-in msvcrt.
This may work if the program finds all the functions it needs.(no deadbeaf). I
am not sure what the answer is for d3drm.
PS: please don't inline your traces unless they are really short.
------- Additional Comments From lionel.ulmer <at> free.fr 2003-03-04 14:21 -------
I will never add D3DRM.DLL support to Wine (why lose time on a DLL that is very
rarely used and whose native DLL works just fine :-) ).
If someone wants to do it for purity's sake, he is welcome do so of course.
Anyway, I downloaded the demo the other day and reproduced the crash. Note that
I may not have time to work on any of my bugs for at least two weeks, so do not
hold your breath for any progress in this time.
------- Additional Comments From puoti <at> inwind.it 2003-03-28 15:42 -------
I did know that you can't use native directx dlls.
--
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=1204
------- Additional Comments From winebug(a)flonet.net 2003-28-06 06:56 -------
Bug comments restored from Gmane.org:
I just started using wine. I wanted to run VB but still be logged in to
Linux(RH8 2.4.14-18kern). I'm a 1st year programming student and I'm in a VB
class.. so naturally I wanted to run it in a superior environment (thanks BTW).
Anyhow, I have both Win XP and Win ME installed, and a "Working Model Edition"
VB6 from the book. The Win XP(FAT32) is on the same drive as Linux, and Win ME
is installed on a second drive, all setup in my /etc/fstab to automount. When I
run winesetup for the first time, it sees Win XP and thus gets the wrong
settings(if any). If I dismount the Win XP partition and overwrite the
configuration, it gets the settings from Win ME. THE NEXT SCREEN is where you
choose which Windows install to use. Basically it would make sense to choose
which install to use before detecting the settings. Copy & Pasteable almost?
Thanks.
--
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 puoti(a)inwind.it 2003-28-06 06:53 -------
I don't have a native dinput.dll, and I don't have a windows license for my
computer.
--
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=1552
Summary: unknown cpu family
Product: Wine
Version: 20030618
Platform: Other
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: quel(a)quelrod.net
fixme:reg:GetSystemInfo unknown cpu family 15, please report! (-> setting to 386)
e
On my dell inspiron 8500, it's a 2.2ghz p4m
--
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=1551
Summary: Bus error (core dumped)
Product: Wine
Version: 20030618
Platform: PC
OS/Version: FreeBSD
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: quel(a)quelrod.net
(gdb) bt
#0 thread_errno_location () at ../../scheduler/sysdeps.c:381
#1 0x5c0abef5 in __error () at ../../scheduler/sysdeps.c:399
#2 0x5c2ac6da in .cerror () from /usr/lib/libc.so.5
#3 0x5c0abb9d in cleanup_thread () at ../../scheduler/sysdeps.c:150
on a network connect trying to use wine on a basic vb app
--
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=1550
Summary: winedbg doesn't properly extract filenames from module
paths when displaying symbols
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: catalins(a)vv.carleton.ca
For example:
Wine-dbg>disass
0x0046d7a8 (msnmsgr.exe.EntryPoint in C:\program files\MSN
Messenger\msnmsgr.exe): pushl $0x60
When the output should have been:
0x0046d7a8 (msnmsgr.exe.EntryPoint in msnmsgr.exe): pushl $0x60
(this conclusion is based on hash.c, line 715, where strrchr() is used to find
the filename of the string)
--
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 michael(a)johalla.de 2003-27-06 20:05 -------
Please test the game with the native dinput.dll (if you have one):
wine --dll dinput=n
At least that is working for me with the "Star Trek EF2 Demo"
--
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=1549
Summary: regclean.exe no longer available, no longer compatible
Product: Wine
Version: 20030618
Platform: PC
URL: http://www.winehq.com/Docs/wine-
user/registry.shtml#AEN1379
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: wine-documentation
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: quarlewm(a)jmu.edu
As per
http://support.microsoft.com/default.aspx?scid=kb;en-us;299958
reglcean.exe is no longer available and no longer supported, as it is
incompatible with registry keys for some significant newer programs. Therefore,
it should no longer be suggested that WINE users make use of this program. If
WINE is also incompatible with these keys, then WINE also needs to be repaired.
--
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=1548
Summary: wineserver does not kill itself with wineserver -k
_FILE_OFFSET_BITS 64
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: gabriele.giorgetti(a)teamfab.it
This is the patch I have to apply to make wineserver work :
no_mmap64.patch:
diff -ur wine-20030408.orig/configure wine-20030408/configure
--- wine-20030408.orig/configure Wed Apr 9 01:37:39 2003
+++ wine-20030408/configure Tue May 6 15:15:19 2003
@@ -10642,7 +10642,7 @@
}
close(fd);
fprintf(stderr,"success!\n");
- exit(0);
+ exit(1);
}
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1519
------- Additional Comments From marcus(a)jet.franken.de 2003-27-06 01:22 -------
I am wondering how the ring indicator can be queried and returned,
since the struct passed back has no field for 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=1506
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-27-06 01:21 -------
fix committed to current CVS ... please test
--
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=363
------- Additional Comments From rob(a)rpi.net.au 2003-27-06 01:11 -------
Unfortunately, I'm now using ATI hardware! Sorry, I can't confirm this still
happens. 8-(
--
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=1544
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From lionel.ulmer(a)free.fr 2003-26-06 13:16 -------
This is a known problem in the current D3D implementation (basically, it does
not support off-screen rendering).
Support for this is planned but it not really at the top of the TODO list.
--
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=1434
Bug 1434 depends on bug 1396, which changed state.
Bug 1396 Summary: Whicked Textures in OpenGL Games when compiling with XFree86 4.3 & glibc 2.3
http://bugs.winehq.com/show_bug.cgi?id=1396
What |Old Value |New Value
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
--
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=1547
Summary: Wine release 20030618 incorrectly renders some demos
found on scene.org
Product: Wine
Version: 20030618
Platform: PC
URL: http://www.monostep.org/demo/cluster.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: t.artem(a)mailcity.com
Wine 20030508 worked just OK on this particular demo while 20030618 displays it uncorrectly
--
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=1546
Summary: winedbg --gdb does not work
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-debug
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: ed(a)centralmanclc.com
The developer docs say that WineDbg can act as a remote monitor for GDB if
"--gdb" is added to the command line when winedbg is called.
Because winedbg is a script it needs to be called as winedbg -- --gdb. I don't
know if the docs should be changed, or the winedbg script
--
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=1545
Summary: ModifyWorldTransform and identity matrix
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gdi
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: pete_a90(a)hotmail.com
ModifyWorldTransform in wine should first check if iMode is MWT_IDENTITY before
it checks if xform is NULL.
--
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=1544
Summary: Recurring error in direct draw
Product: Wine
Version: 20030618
Platform: Other
URL: http://www.tibia.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: info(a)moabutah.com
Playing the game Tibia,and mandrake 9.1 the game operates properly, but large
amounts
of CPU time are used up in rendering and repeating the following console error:
err:ddraw:d3ddevice_blt Only BLT override to front or back-buffer is supported
for now !
err:ddraw:d3ddevice_lock_update Wrong surface type for locking !
--
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=1453
------- Additional Comments From info(a)moabutah.com 2003-25-06 21:20 -------
With the new wine release, this problem seems to be solved...
--
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=1100
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:23 -------
Bug comments restored from Gmane.org:
------- Additional Comments From rbheineke <at> charter.net 2002-10-24 12:38 -------
When doing a clean cvs install for a Mandrake 9.0 PC without windows,
tools/install does not properly generate registry files. I keep the source in
/usr/src/wine. The messages I get are:
...(pruned for brevity)
Configuring Wine without Windows.
Some fake Windows directories must be created, to hold any .ini files, DLLs,
start menu entries, and other things your applications may need to install.
Where would you like your fake C drive to be placed?
(default is /home/heineke/c) /c
Configuring Wine for a no-windows install in /c...
Created /home/heineke/.wine/config using default Wine configuration.
You probably want to review the file, though.
Compiling regedit...
make: Nothing to be done for `all'.
Preparing to install default Wine registry entries...
Installing default Wine registry entries...
Warning: could not find wine config [Drive x] entry for current working
directory /usr/src/wine; starting in windows directory.
/usr/src/wine/miscemu/wine: cannot find 'programs/regedit/regedit.exe.so'
Registry install failed.
I saw a few people mention this problem and even a fix in the patches mailing
list. I could not find the fix in the patches mailing list. It also looks as
if these people thought it might be appropriate for a bug report.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-25 03:37 -------
I saw it too.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-25 05:19 -------
I was not quite clear there. I mean that I've experienced the problem myself.
------- Additional Comments From rbheineke <at> charter.net 2002-10-29 16:00 -------
After going through /usr/src/wine and verifying that there is no problem because
of a cd command, /usr/src/wine/programs/regedit/regedit was checked to see there
is something wrong with the launch of wine.
Apparently a number of activities have taken place to make wine launchable from
within the source directories. The following message suggests that launching
from /usr/src/wine near the end of the script
/usr/src/wine/programs/regedit/regedit is not being properly handled:
Warning: could not find wine config [Drive x] entry for current working
directory /usr/src/wine; starting in windows directory.
Is the intention to launch wine from /usr/src/wine without changing dierctory to
the windows directory?
Then this message appears:
/usr/src/wine/miscemu/wine: cannot find 'programs/regedit/regedit.exe.so'
/usr/src/wine/programs/regedit/regedit.exe.so does indeed exist. Is there a
broken link that is missing here?
------- Additional Comments From johane <at> lysator.liu.se 2002-11-12 04:20 -------
Increasing severity since registry install is not possible for the normal user
right now.
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 04:34 -------
This is in fact a configuration problem. You need to have /usr/lib/wine somewhere in
your WINE drive
list, or regedit.exe will not be found. Just assign Drive Z to / or similar.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-11-12
13:47 -------
I am pretty sure that this is not the right way setting drive Z to / is
potentionaly dangerous. Also regedit(no extention) is installed to
/usr/local/bin. In fact all the unix executables i.e, notepad, progman,
winemine... are installed there too. So perhaps it would be better if the
following was in the default config.
[Drive Z]
"Path" = "/usr/local/bin"
"Type" = "hd"
"Filesystem" = "win95"
------- Additional Comments From julliard <at> winehq.com 2002-11-12 14:40 -------
You should not have to list the bin directory in your drive config, and
wineinstall should be able to run regedit in any case. This is a real bug,
please reopen it.
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 16:23 -------
as requested ;)
--
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=1098
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:21 -------
Bug comments restored from Gmane.org:
When running a game (Neverwinter Nights or even NIVDIA's (windows) Treemark)
with the following options:
--debugmsg +x11drv
I get the following line error:
warn:x11drv:X11DRV_XF86DGA2_Init disabling XF86DGA2 (insufficient
permissions?)
I have set all permissions to /dev/mem completely open and added myself to the
"mem" user group (and set back the original rights to /dev/mem, when doing the
latter).
So there should be sufficient permissions.
Searching in the internet gave only one other reference
(http://cwrulug.cwru.edu/pipermail/sigunix/2002-August/001065.html)
to this
problem, but there was no answer to the problem. I emailed that person but I
didn't recieve a reply yet.
So I hope somebody here can solve this bug.
I took the following steps to install all things needed:
I use Mandrake 9.0 with XFree86 4.2.1 .
I have installed all Mesa-packages. After that I installed NVIDIA's 1.0-3123
drivers for my Geforce2 MX400 and made changes in XF86Config-4.
I enabled Alsa.
And I simply compiled Wine20021007 (downloaded tarball from
http://source.winehq.org/source/ANNOUNCE).
------- Additional Comments From johane <at> lysator.liu.se 2002-11-29 03:08 -------
I have this with the same XFree86 version, but I use Slackware.
The q is, is it Wine or us? I haven't checked here yet, but can you run any DGA
programs, like mplayer in DGA mode?
------- Additional Comments From b_enny <at> hotmail.com 2002-11-29 10:34 -------
Ok, running as root doesn't give this problems. (But doesn't make my
NeverwinterNights faster ;( )
But chmod-ding the devices
mem, kmem, nvidia0 and nvidiactl
to 777 doesn't help.
To where does wine want more permissions?
------- Additional Comments From johane <at> lysator.liu.se 2002-12-02 07:51 -------
Could you give your XFree86 start log? It should be in /var/log. I have
forgotten the exact name, but you should recognise it when you see it.
------- Additional Comments From b_enny <at> hotmail.com 2002-12-07 15:08 -------
Created an attachment (id=346)
--> (http://bugs.winehq.com/attachment.cgi?id=346&action=view)
my XFree86 start log
------- Additional Comments From b_enny <at> hotmail.com 2002-12-07 15:13 -------
I added my latest xfree86 log file:
12/07/02 15:08 my XFree86 start log (text/plain)
I did look at it too, but couldn't find any.
Thanks for the help.
But the problem is, it probably doesn't have anything to do with XFree86.
Since running as root doesn't give the DGA2-problem.
But I still have the problem with a slow running game, but not a slow running
NVidia-Treemark.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-07 15:44
-------
In Linux 2.4, you need to be *root* to access /dev/(k)mem (and thus use DGA).
Simply giving proper user permissions does NOT suffice :-((
(I really wonder who changed this behaviour for 2.4, and why the hell they were
thinking it's better...)
------- Additional Comments From b_enny <at> hotmail.com 2002-12-09 11:42 -------
Ok, thanks Andreas.
I use winesetuptk to change the configuration of my wine.
I tested the speed differences with DGA2, running as root, and without, running
as user even choosing for "X shared memory" or none of them.
There were no speed differences.
Johan if you also wanted to find out why my Neverwinter Nights might be so slow,
please go on. But if its about the DGA2 problem, then close this bug.
Thanks anyway!
------- Additional Comments From johane <at> lysator.liu.se 2002-12-12 05:06 -------
Could you describe the 'feel' of Neverwinter Nights and give a ddraw debug output?
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 04:06 -------
I assume I can get a ddraw debug output by running wine with
--debugmsg +ddraw
But I don't get the command
wine nwn.exe --debugmsg +ddraw
to output into a file. I tried "| file" and "> file". But it doesn't work, I
did
it once, but it took me quite a while to succeed.
Could you tell me how to do this?
Ok about the 'feel'.
As soon as the game starts (loaded a savegame) then the sound is allright and
the graphics look fine.
But I only get about 1 frame per 1-5 seconds.
And giving commands to my character doesn't really work if you don't know which
object is currently selected. I use hardware mouse, so I know where I click,
because the mousecursor moves allright.
------- Additional Comments From johane <at> lysator.liu.se 2002-12-13 07:08 -------
If you run bash you can use 2>filename.
The output of glxinfo before running the game would also be interesting.
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:08 -------
Created an attachment (id=357)
--> (http://bugs.winehq.com/attachment.cgi?id=357&action=view)
output of glxinfo
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:09 -------
Created an attachment (id=358)
--> (http://bugs.winehq.com/attachment.cgi?id=358&action=view)
output of running game in wine with "--debugmsg +ddraw"
------- Additional Comments From b_enny <at> hotmail.com 2002-12-13 10:14 -------
Hmm, I might have been wrong about performance of the game.
This time for the first I observed that sound seems to go in steps too, together
with the update of the view.
The background music goes fine though.
Ps.
What are you planning to do about the ""DGA not accessable in newer kernels""?
Not that I found any speeddifferences.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-13 11:53
-------
Hmm, direct rendering is enabled, so it's not a graphics setup problem.
------- Additional Comments From johane <at> lysator.liu.se 2002-12-16 06:51 -------
Hmm. Please do --debugmsg=+ddraw,+opengl,+d3d
------- Additional Comments From b_enny <at> hotmail.com 2002-12-16 17:18 -------
Created an attachment (id=361)
--> (http://bugs.winehq.com/attachment.cgi?id=361&action=view)
--debugmsg=+ddraw,+opengl,+d3d unpacked 55MB!
------- Additional Comments From b_enny <at> hotmail.com 2002-12-16 17:22 -------
Boy, have fun with that!; 55MB plain text when unpacked... (2.5 MB zipped)
I hope the mime-type is right. application/zip was also a possibility, but I
simply choose the binary option.
It seems a Linux Client for NeverwinterNights will be out in a month or so.
So I won't need wine anymore. But the problem still exists.
Very 'hmm' indeed.
--
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=1097
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:17 -------
Bug comments restored from Gmane.org:
http://articles.linuxguru.net/view/198
Article name:
WINE: A new place for KLEZ to play
The article on this URL points out a major issue on the [DEFAULT] configuration,
and proposes a fix. I believe this should be fixed before wine 1.0.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:00
-------
This is not a bug, it is the side effect of desired operation (allowing windows
programs (even malicious ones) to run on *nix. For more info, please subscribe
to wine-devel <at> winehq.com and join on the topic named Wine securityflaw.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:01
-------
closing 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=1095
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:15 -------
Bug comments restored from Gmane.org:
Star wars rebellion (game) :
The installation works fine.
I run REBEXE.EXE and when I start a new game, the planets windows
are not completly drawed (the bottom is missing).
Wine (cvs version) shows me a "fixme bltbit stud" or a similar message
:(
------- Additional Comments From lz71 <at> libero.it 2002-10-30 12:02 -------
I add the correct error message from wine about REBEXE.EXE :
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
------- Additional Comments From lz71 <at> libero.it 2002-10-30 12:10 -------
Follow the error message from wine when I run REBEXE.EXE (Star Wars Rebellion)
using RedHat 8.0 i386:
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy
:(
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-30
14:09 -------
I have seen this kind of problem with other programs as well. Please have a look
at bug 885 Duane Clark and myself tried to nail it down without any real
success. Another set of eyes might not hurt. There is also a program that
displays this message that is downloadable it can be found at bug 911. also If
you could add a screenshot of the screen corruption that would be a start.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-08
22:38 -------
There is a patch that might help this problem.
http://www.winehq.com/hypermail/wine-patches/2003/01/0083.html
could you try it out?
------- Additional Comments From lz71 <at> libero.it 2003-01-25 03:49 -------
Someone (thanks) ask me if wine now is working about the problem i reported
(X11DRV_BitBlt potential optimization - client-side DIB copy)
NO :( the problem remains :((
------- Additional Comments From johane <at> lysator.liu.se 2003-03-24 02:13 -------
Are there still drawing errors? A closer description of the error would be good.
--
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=1094
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:13 -------
Bug comments restored from Gmane.org:
In Windows App developed with Microfocus NetExpress 3.0, when will load
Statusbar and LiwstView, Is showed a Messagebox without text with ok and cancel
buttons, if ok the app continue to work if cancel app stop.
The message repeat each title cell in ListView and 1 time with statusbar
the next msg occurs in this cases
fixme:hook:NotifyWinEvent (32780,0x0002002f,-4,1)-stub!
The next messages occurs other times, I dont work in it still
fixme:dialog:MSGBOX_OnInit task modal msgbox ! Not modal yet.
err:x11drv:empty_error_handler XID(02400740): BadMatch (invalid parameter
attributes)
[]'s
--
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=1093
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:12 -------
Bug comments restored from Gmane.org:
I'm running NothingReal's (now apple's) Shake 2.4 under wine 20021007. I can
cause a crash by launching shake, creating a "colorcorrect" node (under the
"color" tab bottom left), and then clicking on the "curves" tab near the bottom
right of the screen. The crash occurs in graphics/x11drv/dib.c in
X11DRV_DIB_Convert_888_to_0888_asis(). As a workaround, if I add code at the
beginning of that function to return if srclinebytes < 0, then everything works
fine.
--
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=1092
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:12 -------
Bug comments restored from Gmane.org:
Wine doesn't work on Turkish language enabled Linux systems, when you change
the language settings to English, Wine works fine. Tested on SuSe 7.1, 7.3
Mandrake 8.2. Tried almost all versions of Wine.
Wine generally complains about "display.dll" file, but I think the main problem
is Turkish specific characters preventing access to these files. When you
switched back to English, there is no problem. I remember there was an old
problem with "I" character with dot, or dotless "i" character also in previous
versions of Windows (such as 3.0 and 3.11).
"i" is lowercase, capital version of this character is "Ý" in Turkish (if you
can not see this character it is an "I" character with a dot above).
And there is a dotless "ý" character (if you can not see this character
properly, it is an "i" letter without dot above) ,and the capital version of it
is "I".
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-21 06:14
-------
CC Aric Stewart, since he's THE expert :-)
------- Additional Comments From news.tr <at> myrealbox.com 2002-10-21 12:40
-------
Hello
I have same problems at Suse 8.0 too.
--
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=1091
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:11 -------
Bug comments restored from Gmane.org:
When the content of a window is scrolled, parts of it may be hidden, or
invalidated. The the scroll rectangle intersect the invalidated portion,
the invalidated region has to be adjusted (either shrinked, or enlarged).
Curret code does not seem to do that, causing strange visual problems.
------- Additional Comments From dpaun <at> rogers.com 2002-10-24 14:30 -------
http://bugs.winehq.com/show_bug.cgi?id=1090
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:09 -------
Bug comments restored from Gmane.org:
Whenever wine is launched with any arguments the following is displayed:
/usr/bin/wine.bin: relocation error: /usr/bin/../lib/libntdll.dll.so: symbol
__libc_fork, version GLIBC_2.1.2 not defined in file libc.so.6 with link time
reference
Wine failed with return code 127
Please fix this - I can't run ANYTHING through wine - I really do not want to
have to reboot into Windoze!
------- Additional Comments From dragon_sdc <at> hotmail.com 2002-10-20 16:32
-------
Additional info:
It appears the problem is the result of me upgrading libc6 and/or libc6-dev to
version 2.3.1-1 (Debian package). I have just downgraded to 2.2.5-15 and the
problem disappeared.
Therefore it might well a problem with libc6 not wine in which case apologies,
but I'll leave it to you to find out - I have no clue...
------- Additional Comments From marcus <at> jet.franken.de 2002-10-20 16:41 -------
user error (bad glibc upgrade)
------- Additional Comments From depanofsky97 <at> alumni.amherst.edu 2002-10-21
22:06 -------
This is not a problem with a bad glibc version. Although this problem will go
away when wine is re-compiled with the new glibc installed, the problem is in
the wine source, not in glibc. From the glibc FAQ 3.12:
ISO C states that identifiers beginning with an underscore are internal to
the libc. An application program normally shouldn't use those internal
interfaces (there are exceptions, e.g. __ivaliduser). If a program uses
these interfaces, it's broken. These internal interfaces might change
between glibc releases or dropped completely.
The problem with a wine linked with glibc-2.2 not running with glibc-2.3 is
because wine uses __libc_fork in scheduler/pthread.c and apparently, this
interface has finally been dropped. I immagine that since __libc_fork is only
used if (__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 1) &&
defined(HAVE___LIBC_FORK)
that wine can do without this hack.
------- Additional Comments From dpaun <at> rogers.com 2003-03-25 17:40 -------
Looks like it's ready to be CLOSED.
------- Additional Comments From mike <at> theoretic.com 2003-03-27 04:30 -------
Closing, the bug is old with no updates. Also the threading stuff is changing
lately, presumably the use of internal functions will be removed as well.
--
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=1089
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:08 -------
Bug comments restored from Gmane.org:
When I raw an app which has listviews, the listview raises the following dialog
window: "Exception 46 not trapped by MS Sans Serif point size: 008. Description:
Failed to create font.
If I press OK in dialog window it draws the column title and raises the same
exception until all titles have been writen.
I'm using native fonts (with freetype).
------- Additional Comments From dclark <at> akamail.com 2002-10-17 15:41 -------
Over on wine-users you also mentioned that this was while using native commctrl
and comctl32. I think that information is definitely relevant to this bug
report. You also might want to mention what happens when you try running with
builtin versions of those DLLs.
------- Additional Comments From joaoalf <at> dotx.com.br 2002-10-17 16:01 -------
I also tried with builtin commctrl, comctl32 and it give me the same 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=1088
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:07 -------
Bug comments restored from Gmane.org:
On my machine (PC Clone, Mandrake Linx 9.0, Wine 20021007 installed via RPM
from the Cooker tree), Wine crashes with a segmentation fault any time I try to
run it from a user who does not exist in /etc/passwd. All the actual human
users on my network are authenticated via LDAP from another Mandrake box, so
they don't need entries in /etc/passwd (although I've created them now so we
can run Wine).
This was a bear of a problem to find; I had thought originally that only root
was able to run Wine due to some config problem. I'm not sure what prompted me
to try to create a local dummy user and test it. I'm also not sure if the error
is only related to LDAP or if it will happen with any alternate authentication
(NIS, winbind or whatever), since all I have to do is stick the user
in /etc/passwd to get it to work.
I should point out that I also had this problem with Wine 20020804 which came
with Mandrake 9 - I upgraded to the latest package on Cooker to see if it fixed
the problem before I discovered what the problem was.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-17 12:41
-------
Hmm, sounds like this would be a tad bit difficult to reproduce ;-)
Could you run
strace -f wine ..... &>/tmp/strace.log
and attach the log file here ?
Thanks !
------- Additional Comments From bsmith3 <at> charter.net 2002-10-17 13:36 -------
Created an attachment (id=317)
--> (http://bugs.winehq.com/attachment.cgi?id=317&action=view)
results from strace -f wine winemine &>/tmp/strace.log
------- Additional Comments From julliard <at> winehq.com 2002-10-17 14:21 -------
Could you please run wine under gdb and do a backtrace of the crash?
------- Additional Comments From bsmith3 <at> charter.net 2002-10-22 14:55 -------
Created an attachment (id=318)
--> (http://bugs.winehq.com/attachment.cgi?id=318&action=view)
results of gdb backtrace
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-22 17:57
-------
Hmm, sounds like our implementation of pthread_mutex_lock has a problem here
for some mysterious reason...
Which libc6 version do you have, BTW ?
------- Additional Comments From bsmith3 <at> charter.net 2002-10-23 08:26 -------
I'm running Mandrake 9.0. The glibc package version is 2.2.5-16mdk, but the
changelog on the RPM indicates that it's actually a CVS snapshot from 8/12/2002
(with a bunch of Mandrake patches, obviously).
--
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=1087
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:05 -------
Bug comments restored from Gmane.org:
The hotspot for hand cursor is in the finger instead the actualy lower-right
position.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1086
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:05 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1085
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:04 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1084
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:03 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From calebs3 <at> yahoo.com 2003-01-17 20:09 -------
I tried running a install shield for 3d Mark 2001 from MadOnion. When I typed
"wine Setup.exe", in the terminal, it gave me this output:
[root@localhost /]# wine Setup.exe
fixme:seh:check_resource_write Broken app is writing to the resource data,
enabling work-around
fixme:ole:CoTreatAsClass
({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
fixme:ole:_get_funcdesc Did not find a typeinfo for reftype 0?
fixme:ole:PSFacBuf_CreateProxy GetFuncDesc 80004005 should not fail here.
fixme:ole:StdMarshalImpl_UnmarshalInterface Failed to create a proxy for
{91814ec1-b5f0-11d2-80b9-00104b1f6cea}
fixme:ole:CoUnmarshalInterface Failed to Unmarshal the interface, 80004005?
fixme:ole:_unmarshal_interface Marshaling interface
{91814ec1-b5f0-11d2-80b9-00104b1f6cea} failed with 80004005
fixme:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
fixme:ole:xCall Failed to unmarshall param, hres 80004005
wine: Unhandled exception, starting debugger...
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
err:wineconsole:WCUSER_SetFont wrong font
fixme:ole:_xread Read only 0 of 4 bytes from 0x48.
fixme:ole:_StubReaderThread Failed with hres 80004005
My Wine version is: 20030115
------- Additional Comments From marcus <at> jet.franken.de 2003-01-18 01:03 -------
please download the 'stdole32.tlb' file somewhere and copy it to your windows/system
directory. (You
can use: http://www.lst.de/~mm/stdole32.tlb )
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2003-01-18 02:17
-------
Errhumm, can't we mention the stdole32.tlb thing somewhere within some related
error message output in the trace ?
(not doing so would be stupid IMHO :)
Which error message would have to be modified, then ?
Or maybe even several error messages in the trace from Mr. Seelhoff should
mention the stdole32.tlb thing ?
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-21
20:27 -------
A nice big message about this (stdole32.tlb) issue has been added to CVS. See:
http://www.winehq.com/hypermail/wine-cvs/2003/01/0276.html
Thankyou Marcus.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-19
22:13 -------
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=1083
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:02 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1082
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:01 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1081
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:01 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From ruffk <at> purdue.edu 2003-02-24 09:35 -------
*** 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=1080
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 15:00 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
------- Additional Comments From marcus <at> jet.franken.de 2002-11-12 04:45 -------
It is harmless if showcmd=1, (SW_SHOWNORMAL). Otherwise support for this is not
yet introduced into
our shell link implementation, the programs will always be started in
SW_SHOWNORMAL mode. <p> I
submitted a patch will quieten this message for the normal case.
--
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=1079
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:59 -------
Bug comments restored from Gmane.org:
Message occured while running Marco Polo Travel Center 2000/2001 Großer
Reiseplaner (map&guide GmbH)
--
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=1078
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:58 -------
Bug comments restored from Gmane.org:
Notes6 Gold Release, will not install under wine at this moment in time, so I
cheated and captured the install under windows, then reinstalled under wine.
Notes6 launches and you can configure it however.
After bookmarks are migrated to workspace. RED BOX of DEATH appears.
Notes6 debugger, shows the following which is quite intresting.
(the dll in question seems to vary alot between notes releases)
//=====================================================
Process 134682776
Exception code: C0000005 ACCESS_VIOLATION
Fault address: 623DFDE4 01:0008EDE4 C:\Lotus\Notes\nlsccstr.dll
Registers:
EAX:404A3134
EBX:404A3FC8
ECX:404A0874
EDX:62439CC0
ESI:404A3F70
EDI:404A3F96
CS:EIP:0023:623DFDE4
SS:ESP:002B:404A3134 EBP:404A313C
DS:002B ES:002B FS:008F GS:0000
Flags:00010206
Stack Trace:
623DFDE4 404A313C 0001:0008EDE4 C:\Lotus\Notes\nlsccstr.dll
6236C0E9 404A3168 0001:0001B0E9 C:\Lotus\Notes\nlsccstr.dll
62395AC0 404A31C0 0001:00044AC0 C:\Lotus\Notes\nlsccstr.dll
62395C42 404A31F0 0001:00044C42 C:\Lotus\Notes\nlsccstr.dll
6238A4AA 404A3228 0001:000394AA C:\Lotus\Notes\nlsccstr.dll
6236BDA1 404A3A60 0001:0001ADA1 C:\Lotus\Notes\nlsccstr.dll
6236BBB1 404A3FD0 0001:0001ABB1 C:\Lotus\Notes\nlsccstr.dll
6236B42C 404A4060 0001:0001A42C C:\Lotus\Notes\nlsccstr.dll
623DE3C8 404A4178 0001:0008D3C8 C:\Lotus\Notes\nlsccstr.dll
60008EA8 404A41A0 0001:00007EA8 C:\Lotus\Notes\nnotes.dll
60014981 404A41D4 0001:00013981 C:\Lotus\Notes\nnotes.dll
600149DE 404A41EC 0001:000139DE C:\Lotus\Notes\nnotes.dll
601A6371 404A4564 0001:001A5371 C:\Lotus\Notes\nnotes.dll
601A5A4D 404A4880 0001:001A4A4D C:\Lotus\Notes\nnotes.dll
-- INSERT --
If anyone is interested I can run this against wine debug and attach the
findings, although be warned they could be quite large.
------- Additional Comments From marshallj <at> switch.aust.com 2002-12-09 20:30
-------
*** 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=1077
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:57 -------
Bug comments restored from Gmane.org:
When I install lotus notes 6 I have this error:
(in a fake_windows and default configuration)
err:ntdll:RtlpWaitForCriticalSection section 0x400f4244
"../../files/profile.c: PROFILE_CritSect" wait timed out, retrying (60 sec)
tid=08073b58
fixme:imagehlp:StackWalk (332, 0xffffffff, 0xfffffffe, 0x40730d80, 0x4072fa50,
(nil), 0x425baa50, 0x425baaa8, (nil)): stub
trace:loaddll:MODULE_FlushModrefs Unloaded module
'C:\windows\system\msihnd.dll' : native
trace:loaddll:MODULE_FlushModrefs Unloaded module
'C:\WINDOWS\SYSTEM\imm32.dll' : builtin
fixme:thread:SetThreadExecutionState (0x0): stub, harmless (power management).
/usr/local/bin/wine: line 432: 27469 Segmentation fault
$WINEBIN/$WINE_BIN_NAME "$@"
err:ntdll:RtlpWaitForCriticalSection section 0x400f4550
"../../loader/module.c: loader_section" wait timed out, retrying (60 sec)
tid=0843d280
err:seh:EXC_DefaultHandling Unhandled exception code c0000194 flags 0 addr
0x400c07e8
Wine failed with return code 139
If need any more information... email me..
Thank you..
------- Additional Comments From werbung <at> kuhnle.net 2002-12-09 12:23 -------
*** 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=1076
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:57 -------
Bug comments restored from Gmane.org:
The graphical adata Software Client can start under Wine Version
20020904. This works under SuSE Linux 8.0. But under Version 20021007 we get
the Message with the same Software on the same Machine:
fixme:msvcrt:MSVCRT_signal (4 0x1):stub
fixme:msvcrt:MSVCRT_signal (4 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (8 0x1):stub
fixme:msvcrt:MSVCRT_signal (8 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (11 0x1):stub
fixme:msvcrt:MSVCRT_signal (11 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (15 0x1):stub
fixme:msvcrt:MSVCRT_signal (15 0x600904a0):stub
fixme:msvcrt:MSVCRT_signal (11 0x1):stub
fixme:msvcrt:MSVCRT_signal (11 0x600904a0):stub
fixme:msvcrt:_XcptFilter (-2147483392,0x406e1d10)semi-stub
Here is something more information. This ist the rest of a
large Logfile....
trace:msvcrt:_close :ok
trace:msvcrt:_close :fd (2) handle (12)
trace:msvcrt:msvcrt_free_fd :fd (2) freed
08075a58:Call kernel32.CloseHandle(0000000c) ret=407272ad
08075a58:Ret kernel32.CloseHandle() retval=00000001 ret=407272ad
trace:msvcrt:_close :ok
trace:msvcrt:msvcrt_free_console :Closing console handles
08075a58:Call kernel32.CloseHandle(00000004) ret=407210e0
08075a58:Ret kernel32.CloseHandle() retval=00000000 ret=407210e0
08075a58:Call kernel32.CloseHandle(ffffffff) ret=407210ec
08075a58:Ret kernel32.CloseHandle() retval=00000000 ret=407210ec
08075a58:Call ntdll.RtlFreeHeap(40380000,00000000,40383558) ret=407238ee
08075a58:Ret ntdll.RtlFreeHeap() retval=00000001 ret=407238ee
08075a58:Call ntdll.RtlFreeHeap(40380000,00000000,403852b8) ret=4072390c
08075a58:Ret ntdll.RtlFreeHeap() retval=00000001 ret=4072390c
08075a58:Call kernel32.TlsFree(00000000) ret=4072c3ae
08075a58:Ret kernel32.TlsFree() retval=00000001 ret=4072c3ae
trace:msvcrt:MSVCRT_Init finished process free
08075a58:Ret PE DLL (proc=0x4072c060,module=40710000,type=0,res=0x1)
retval=1
08075a58:Call PE DLL (proc=0x407d3170,module=40780000,type=0,res=0x1)
08075a58:Ret PE DLL (proc=0x407d3170,module=40780000,type=0,res=0x1)
retval=1
08075a58:Call kernel32.__wine_unregister_dll_16(408e1f18) ret=40845b2c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000002c ret=40845b2c
08075a58:Call kernel32.__wine_unregister_dll_16(408e22d4) ret=40845eac
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000030 ret=40845eac
08075a58:Call kernel32.__wine_unregister_dll_16(408e293c) ret=4084649c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000034 ret=4084649c
08075a58:Call kernel32.__wine_unregister_dll_16(408e30fc) ret=40846c5c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000038 ret=40846c5c
08075a58:Call kernel32.__wine_unregister_dll_16(408e32fc) ret=40846e4c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000003c ret=40846e4c
08075a58:Call kernel32.__wine_unregister_dll_16(4099d0d4) ret=40959c4c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000020 ret=40959c4c
08075a58:Call kernel32.__wine_unregister_dll_16(4099d1e4) ret=40959d1c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000024 ret=40959d1c
08075a58:Call kernel32.__wine_unregister_dll_16(4099d4d8) ret=4095a02c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000028 ret=4095a02c
08075a58:Call kernel32.__wine_unregister_dll_16(40e5c82c) ret=40e3829c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000060 ret=40e3829c
08075a58:Call kernel32.__wine_unregister_dll_16(40edcc04) ret=40e9993c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000005c ret=40e9993c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4bd00) ret=40f0e3ac
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000040 ret=40f0e3ac
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000040 ret=40f0e3ac
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c008) ret=40f0e71c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000044 ret=40f0e71c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c1c0) ret=40f0e8dc
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000048 ret=40f0e8dc
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c2d0) ret=40f0e9dc
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=0000004c ret=40f0e9dc
08075a58:Call kernel32.__wine_unregister_dll_16(40f4c4b4) ret=40f0eb9c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000050 ret=40f0eb9c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4ccc4) ret=40f0f52c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000054 ret=40f0f52c
08075a58:Call kernel32.__wine_unregister_dll_16(40f4f2f4) ret=40f113dc
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000058 ret=40f113dc
08075a58:Call kernel32.__wine_unregister_dll_16(4147d7d4) ret=4147758c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000068 ret=4147758c
08075a58:Call kernel32.__wine_unregister_dll_16(41494f1c) ret=4149224c
08075a58:Ret kernel32.__wine_unregister_dll_16() retval=00000064 ret=4149224c
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-16 03:59
-------
Have you even been using builtin msvcrt under 20020904 also ? Or rather a native
msvcrt.dll instead ?
If you used the builtin one, then there probably is a regression indeed.
AFAIK someone improved msvcrt exception handling. Further details could be found
out in the CVS log.
(using a native msvcrt.dll probably isn't an option for you anyway)
We might decide to put Alexandre (who did some exception handling work) on the
CC...
(this does seem to be an exception handling issue, by the way)
Please attach a whole --debugmsg +relay,+msvcrt,+seh log file; the closing part
wasn't helpful, as it's way too late (you did use correct logging, though).
------- Additional Comments From systemsupport <at> adata.de 2002-10-16 04:21
-------
Created an attachment (id=315)
--> (http://bugs.winehq.com/attachment.cgi?id=315&action=view)
Logfile for this bug
------- Additional Comments From bon <at> elektron.ikp.physik.tu-darmstadt.de
2002-10-16 04:38
-------
I suspect an exception happening somewhere, probably outside of msvcrt. As the
signal handling in msvcrt is still inappropriate, and the program obvious uses
msvcrt to catch exceptions, this leads to a problem.
Try running with +relay,+seh and look where the exception happens and what
caused this exception.
Your attached log file is tagged as binary, so I refrain to open it ...
Bye
------- Additional Comments From systemsupport <at> adata.de 2002-10-16 05:29
-------
Created an attachment (id=316)
--> (http://bugs.winehq.com/attachment.cgi?id=316&action=view)
msvcrt2.tgz with debugmsg +relay,+seh (Extract with tar xvfz command creates
msvcrt2.log)
------- Additional Comments From julliard <at> winehq.com 2002-10-16 14:08 -------
That's because seh_longjmp_unwind was not implemented. It should work now
(or at least crash differently ;-
------- Additional Comments From systemsupport <at> adata.de 2002-12-30 10:05
-------
msvcrt.dll was installed in program directory. By this feature wine could not
start. Now itŽs removed from program directory an the application works in this
case. In Version 20020904 of Wine it had worked with msvcrt.dll installed in
program directory. The DLL was declareted as native in wine20020904 and
20021219.
(Tested on Intel SuSE Linux 8.1 )Thanks to Andy for Support.
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-12-30 11:57
-------
No, that's expected behaviour (even with 20020904).
I'd explained the exact issue in a mail to you on Oct. 25th.
Summary: remove msvcrt.dll from program directory, have msvcrt.dll in Windows
system directory, make sure msvcrt.dll is set to native, and *then* it'll work.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:49 -------
This bug was not invalid (the program should have used its own version of msvcrt)
reopening to change status
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:51 -------
Resolving as fixed. Wine now uses program supplied versions of dlls
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:52 -------
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=1074
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:52 -------
Bug comments restored from Gmane.org:
Diablo II.exe and Game.exe work fine to the best of my knowledge. I do not have the
Original Diablo
II: Lord of Destruction CD (it is at a friend's
house) so I have no way of knowing for sure. But anyways, Game_crk.exe works fine
as well, but
DLoad.exe needs to run to be able to get on
Battle.Net, unless you use a certain script to load Game_crk.exe.
Anyways when trying to run DLoad.exe with wine with default debugmsg, wine spits
this out on the
console:
fixme:ntdll:NtOpenProcessToken (0xffffffff,0x00000028,0x406f28d4): stub
fixme:advapi:LookupPrivilegeValueW ((null),L"SeDebugPrivilege",0x66f01824):
stubfixme:ntdll:NtAdjustPrivilegesToken
(0x0000cafe,0x00000000,0x66f01820,0x00000000,(nil),(nil)),stub!
err:virtual:NtAllocateVirtualMemory called with wrong alloc type flags (08001000) !
[root@Hub Diablo II]#
Also, the Wine Desktop Windows pops up (like it should) and then I get an error
window saying this:
(Titlebar)
oops
(Message)
Error loading ApiHooks
If any of that looks familiar to anyone... :/
I dont think this exe ever worked in wine before either. If anyone needs any
debugmsgs besides these
or if someone wants me to do a regression test,
let me know I will run them...
-Dustin
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-30 16:08
-------
I did figure out that the only thing that this program does is swap the names
of the original unpatched exe and the patched one so that it fools bnet's
version checking..
--
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=364
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 14:51 -------
One thing I noticed is this:
Could not load 'USER.DLL' required by 'ISSET_SE', error=2
^^^^^^^^
That is an InstallShield executable, so if anything the reason it doesnt work
is due to something missing on his system for installshield.. (Probably
stdolex(x).tlb)
--
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=1073
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:50 -------
Bug comments restored from Gmane.org:
When trying to Install StarCraft with latest CVS and earlier releases the
StarCraft Installer shows only My Computer, no + to expand it and no
Drives/Directories, only way to choose where to install it is to type the path
to where you want it installed. I will try to do a regression test tomorrow
(10/16/02) but Im not sure how tired I will be and how long it will take (slow
56k). I will post results of last working version when I can.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-15 22:05
-------
Created an attachment (id=314)
--> (http://bugs.winehq.com/attachment.cgi?id=314&action=view)
Debug output of +listview, +treeview
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-16 13:54
-------
Reassigning to Dimi but keeping Mr. Bugs on the CC list.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 13:24
-------
The patch causing this regression is:
http://www.winehq.com/hypermail/wine-cvs/2002/03/0070.html
If anyone wants a screenshot of it the way it used to look (before this patch)
and the way it looks now (after this patch) let me know and I will post them.
Shoot I will post them anyways, in just a minute.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 14:36
-------
Created an attachment (id=320)
--> (http://bugs.winehq.com/attachment.cgi?id=320&action=view)
The way the dialog looks after the patch
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 15:06
-------
Created an attachment (id=321)
--> (http://bugs.winehq.com/attachment.cgi?id=321&action=view)
... and before
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 15:10
-------
Created an attachment (id=322)
--> (http://bugs.winehq.com/attachment.cgi?id=322&action=view)
DEbug output of +listview, +treeview (BEFORE PATCH)
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-27 19:05
-------
on the first debug log (the one for after the patch is committed) please ignore
the debugger message, unless you want me to get a backtrace too?
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-29 15:41
-------
Dimi sent a patch to (hopefully) correct this,I will test it tonight and post
the results then or tomorrow, whichever...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-31 08:41
-------
tested patch, it didnt resolve the problem, but it was a step closer. he
submitted another patch but i havent had a chance to test it out yet.. i will
do that tonight and post the results. both patches have been committed to CVS
already...
------- Additional Comments From Speeddymon <at> yahoo.com 2002-10-31 23:58
-------
ok 20021031 was released, and i tested the new patch, it didnt work either. he
then priv emailed me a one-liner that worked. I am posting it here after the
NEW debug output
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 00:02
-------
Created an attachment (id=325)
--> (http://bugs.winehq.com/attachment.cgi?id=325&action=view)
Hacky patch that works in case it doesn't get committed, this may break apps that
send messages in
unicode instead of ansi
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 00:03
-------
Created an attachment (id=326)
--> (http://bugs.winehq.com/attachment.cgi?id=326&action=view)
Debug log after the hacky patch is committed.
------- Additional Comments From Speeddymon <at> yahoo.com 2002-11-01 11:32
-------
Dimi had me add a couple of trace lines to the treeview code after the hack
patch. For some weird reason the installer is expecting unicode even though it
doesn't support it. He then asked me to add the patch to the code before Guy's
patch and when I went to do that I found out that Guy's patch is the one that
actually implements TREEVIEW_NotifyFormat so there was no way to do that.
Clip from email:
-begin-
--- "Dimitrie O. Paun" <dpaun <at> rogers.com> wrote:
> On November 1, 2002 02:00 am, you wrote:
> > after banging my head on my keyboard for a few minutes
> > because i couldnt find treeview_notifyformat i went and looked at cvsweb
> > and found out...there is no treeview_notifyformat before guy's patch so
> > there is no way for me to get that kind of a debug output...
>
> Good find. Please add this to Bugzilla. But it presents a big problem:
> if we behave correctly, we break the app. What do we do?
>
I'm wondering if maybe its my app thats broken already and thats why its
sending the unicode message..
-end-
--
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=363
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 14:48 -------
Also, could you check your wine config and let us know what your DXGrab setting
is? That is if you get this and are able to test with the latest 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=1072
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:47 -------
Bug comments restored from Gmane.org:
Hi there,
I am trying to run IBM 8086 assembly program using wine and the first
compilation of code by the command
tasm.exe filename.lng
works fine and it forms the object file . Now when i try running the object file
by doing
tlink.exe filename.obj
the debugger window opens up and in the end it gives the error that stack
overflow has occured
First it says that the debugger info is not available in some dll'sNTDLL.DLL
KERNEL32.DLL
etc.. till
MIDIMAP.DRV
unhandleed exception: Stack overflow in 32-bit mode code(0x4009730e)
In 32 -bit mode.
0x4009730e (wine_call_to_16_regs_short+0xae [relay16.s] in libntdll.dll.so): pushl
Enter path to file '/usr/src/build/84078-i386/BUILD/wine/ifi632/relay10.s':
This is the error
i was not able to copy the error sthis is the maximumu info i can give
please help
Vikas
(INDIA)
--
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=160
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 14:46 -------
Ok, can anyone that has GTA test this out? And Henrik, if you get this, could
you give us some info such as what version of GTA you use (DOS, Win, 3dfx)?
Reporters for other games, please file separate bugs for your games if the
sound still does not work with the latest version of 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=1070
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:44 -------
Bug comments restored from Gmane.org:
RCT sees the right mouse click as a click and hold, and can only be released
after by a bunch of random clicks...makes the game unplayable because you cant
remove any trees
--
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=1069
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:44 -------
Bug comments restored from Gmane.org:
Wine 20021007-cvs-opengl
1.Wine only read the config file once (both /etc/wine/config and ~/.wine/config)
sync does not work, and I need to reboot for use.
2.when the program started by wine failed, no program cannot be run farther,
reboot soft the problems......
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-13 02:27
-------
User error, I guess.
When running wineserver in persistent mode (wineserver -p), you need to
explicitly kill it, otherwise it will keep the current session and NOT reread
the config file.
If you aren't using persistent mode, then it's most likely some leftover wine
session that keeps wineserver running.
Hmm, I wonder whether maybe the docu isn't verbose enough on this one ?
Closed bug, feel free to reopen it in case of any more issues/questions.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:42 -------
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=1068
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:43 -------
Bug comments restored from Gmane.org:
I can't use wine with Windows XP.
Error: fixme:reg:_nt_dump_lf unknown Win XP node id 0x686c: do we need to add
support
for it ?
Internet, HOWTO, documentation couldn't help me :( Please, discover this bug.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1067
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:42 -------
Bug comments restored from Gmane.org:
try to install Lotus Notes R6
following is the error wich appears on the console:
"ntdll:RtlpWaitForCriticalSection section 0x4010a0e0 "../../files/profile.c:
PROFILE_CritSect" wait timed out, retrying (60 sec) tid=0807e560"
------- Additional Comments From werbung <at> kuhnle.net 2002-12-09 12:23 -------
*** 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=1066
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:42 -------
Bug comments restored from Gmane.org:
GameSpy Arcade Setup exits with an exception. Details will be attatched.
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-06 06:20
-------
Created an attachment (id=312)
--> (http://bugs.winehq.com/attachment.cgi?id=312&action=view)
Wine Output
------- Additional Comments From hatky <at> users.sf.net 2003-05-01 14:40 -------
I installed ArcadeInstallAIRFORCE12e.EXE version
ArcadeInstallAIRFORCE12e.EXE succesfully wine wine cvs-20.4.2003 but the
program itself is not working
------- Additional Comments From mike <at> theoretic.com 2003-05-02 02:49 -------
Resolving fixed then. Separate bugs should be opened for the application itself.
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 18:56
-------
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=1065
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:40 -------
Bug comments restored from Gmane.org:
When I press a key once, Jagged Alliance 2 thinks I pressed it twice.
Same happens when clicking a mouse button.
This behavior is also same in demo version, which you can get from:
http://www.jaggedalliance2.com/download/index2.html#demo-english
or if those urls don't seem to work, try searching google for ja2demo.zip.
Size of the file is about 60M.
If I disable keyboard repeatign (xset r off), run with --debugmsg +key and press
d down I get the following output:
trace:key:X11DRV_KeyEvent state = 0
trace:key:X11DRV_KeyEvent KeyPress : keysym=64 (d), ascii chars=1 / 64 / 'd'
trace:key:X11DRV_KeyEvent keycode 0x28 converted to vkey 0x44
trace:key:X11DRV_KeyEvent bScan = 0x20.
trace:key:queue_kbd_event wParam=0044, lParam=00200001, InputKeyState=81
and _two_ d letters appear.
------- Additional Comments From medar <at> kapina.org 2003-01-25 16:46 -------
Works now. Thanks.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-01-26
15:10 -------
Verifiying as per reporters Comments
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-02-19
22:13 -------
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=1064
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:40 -------
Bug comments restored from Gmane.org:
In Theme Hospital mouse cannot be moved to left or up.
The program draws it's own cursor, and places X's cursor to upperleft corner of
program window. (trace:cursor:X11DRV_SetCursorPos warping to (0,0))
Because the cursor keeps getting placed to upperleft corner and cannot come out
of, it cannot be moved left nor up.
Theme Hospital Demo (~12M) is available from:
ftp://ftp.ea.com/pub/archive/bullfrog/demos/t_hospital/hospital.zip
--
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=1062
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:38 -------
Bug comments restored from Gmane.org:
When running setup.exe on the Final Fantasy VII install CD, and choosing to
install the game, wine hangs, leaving a process that is absolutely impossible to
kill even with the -9 flag. Using --debugmsg=+relay makes the installation work.
I don't like this at all, smells like kernel?
------- Additional Comments From andi <at> rhlx01.fht-esslingen.de 2002-10-05 16:18
-------
Well, if you suspected the kernel, then you could *at least* have given us the
exact kernel version ;-)
And yes, this does smell a lot like kernel.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-07 03:48 -------
The kernel is 2.4.18, slackware 8.1
------- Additional Comments From johane <at> lysator.liu.se 2002-10-28 05:03 -------
There.
------- Additional Comments From johane <at> lysator.liu.se 2002-10-28 05:04 -------
Oops. Resolved the wrong bug! Anyway, this too works since I updated wine and
recompiled the Linux kernel.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:40 -------
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=1061
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:37 -------
Bug comments restored from Gmane.org:
This one is getting on my nerves (and may stop some functionality in some
applications I would guess):
Unimplimented Function shdocvw.dll, 101
When trying to access any html page from an application (unless it
specifically tries to open a web browser for itself)
------- Additional Comments From dclark <at> akamail.com 2002-10-05 11:11 -------
Please give a bit more info. Like what application are you seeing this with. And
perhaps once the application is opened, the steps to generate the error might be
obvious, but you might as well mention them too.
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-05 17:45
-------
Well I get the message come up when I start Internet Explorer 5.5, or when I
click a web-link in an application.
Examples:
Pro Controller 2.2 (Some items in the help menu)
AKoff Music Composer (Most items in the help menu, and a link in the
registration window)
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-05 18:18
-------
If you want to know, the exact wording was shdocvw.101
There was some talk about implimenting this recently, and i'm not sure what
happened about it.
------- Additional Comments From dclark <at> akamail.com 2002-10-06 12:53 -------
I guess this is coming from IE5.5, since I don't see it with IE6. That is both
when running IE6 alone and when accessing a web page from another app; in my
case the help menu of "earthquake".
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-07 01:23
-------
I'm sure someone else using wine has IE5.5 to confirm this bug with... Anyone...?
------- Additional Comments From kyethespy <at> liquid2k.com 2002-10-27 23:11
-------
Anyone? Surely someone still has 5.5!
------- Additional Comments From mario.streiber <at> gmx.de 2002-12-11 12:49 -------
Yes, I have this problem too, when starting IE 5.5 from Win98. I see this
message in the debugging window, and IE refuses to start.
------- Additional Comments From tom <at> eborcom.com 2003-01-22 14:24 -------
I encounter the same problem with FreeBSD-STABLE (built November 2, 2002) and
wine 20030115.
On the console I see:
% wine IEXPLORE.EXE
fixme:reg:GetSystemInfo not yet supported on this system
fixme:shell:SHLWAPI_241 ()stub
wine: Unhandled exception, starting debugger...
And a Windows pop-up window opens with the title "Exception raised" and the
message "Unimplemented function shdocvw.dll.101 called at address 0x004013ce.
Do you wish to debug it?". Selecting 'No' exists; selecting 'Yes' prints to the
console:
Couldn't start process '134738176 0x3c '
Couldn't start process '134738176 0x3c '
I am running in Win98 mode but without any native Windows installation on my
machine.
Please let me (Tom Hukins <tom <at> eborcom.com>) know if you need more
information.
------- Additional Comments From grundig <at> wp.pl 2003-02-24 08:02 -------
*** This bug has been confirmed by popular vote. ***
------- Additional Comments From mike <at> theoretic.com 2003-02-28 05:11 -------
IE6 works fine here. Does anybody know what this ordinal does?
--
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=1060
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:34 -------
Bug comments restored from Gmane.org:
A recent CVS change causes the mouse pointer to randomly disappear during
drawing operations in Xnews v5.08.12. It's tricky to reproduce, but I can
usually do it by moving the mouse pointer over the MDI window tabs at the
bottom while a newsgroup is refreshing in the active window. Switching in and
out of the application or between MDI windows a few times will usually bring it
back until it happens again. I've traced the problem to this patch
<http://www.winehq.com/hypermail/wine-cvs/2002/10/0013.html>,
specifically the
file windows/syscolor.c. Version 1.34 of SYSCOLOR_MakeObjectSystem has the
problem, 1.33 does not.
In order to use Xnews at all with the latest CVS, it may be necessary to
temporarily roll back to version 1.143 of dlls/comctl32/listview.c due to bug#
1041.
------- Additional Comments From prupe <at> myrealbox.com 2002-10-07 17:56 -------
Fixed in syscolor.c 1.35.
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:39 -------
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=1059
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:33 -------
Bug comments restored from Gmane.org:
In Notepad, the installed lpr printers appear in the Print dialog, but after
selecting one (or using the default printer) and hitting OK, three info boxes
with gibberish appear, then the Print dialog appears again. If I hit OK, wine
aborts.
I'm attaching a log file, and several config files.
Oscar
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:23 -------
Created an attachment (id=307)
--> (http://bugs.winehq.com/attachment.cgi?id=307&action=view)
last 300 lines of psdrv debug log
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:23 -------
Created an attachment (id=308)
--> (http://bugs.winehq.com/attachment.cgi?id=308&action=view)
System.reg
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:24 -------
Created an attachment (id=309)
--> (http://bugs.winehq.com/attachment.cgi?id=309&action=view)
Win.ini
------- Additional Comments From oscar.valdez <at> plastipak.com.sv 2002-10-02
12:26 -------
Created an attachment (id=310)
--> (http://bugs.winehq.com/attachment.cgi?id=310&action=view)
Section of .wine/config
--
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=1056
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:30 -------
Bug comments restored from Gmane.org:
------- Additional Comments From carl.sopchak <at> cegis123.com 2002-10-02 07:57
-------
Let me look into this first, so I can post a better bug report...
(Quicken is creating a file, using a name FROM TEXT IN A FILE! The file created
was "C:\QUICKENW\INET\COMMON\LOCALNET\IBILL\ected ????or malicious so".
Text in
C:\QUICKENW\inet\common\PATCH\update\version.txt and
C:\QUICKENW\inet\common\patch\notify\version.txt has
"infected<cr><lf><cr><lf>or
malicious software"...
Happened when I updated security news yeaterday...)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2003-03-26
15:39 -------
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=1055
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:29 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 20:14
-------
*** This bug has been marked as a duplicate of 1052 ***
------- Additional Comments From Speeddymon <at> yahoo.com 2003-16-06 18:56
-------
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=1054
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:29 -------
Bug comments restored from Gmane.org:
File is completely accessible (user has rwx-rights); Filesystem is FAT32, the
file is local.
--
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=1053
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:28 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
--
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=1052
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:28 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application.
------- Additional Comments From fgouget <at> codeweavers.com 2003-05-04 20:14
-------
*** Bug 1055 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1051
------- Additional Comments From z_god(a)wanadoo.nl 2003-25-06 14:27 -------
Bug comments restored from Gmane.org:
Error messages apears in Shell, but just seems to produce no or minor
sideeffects, like slowing down the application. The reall Error seems to hide
in the number given to the debugger (The error-message isn't completely
understandable for me)
------- Additional Comments From tony_lambregts <at> telusplanet.net 2002-10-05
23:44 -------
Are you saying that the debugger starts but reminder 99 keeps on working?
------- Additional Comments From helmut.frik <at> ptv.de 2002-10-06 23:22 -------
Well, the debugger doesn't start, since it's not installed (at least not
correct enough in this case), but reminder 99 keeps on working, that's right.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=78
Speeddymon(a)yahoo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.com |dpaun(a)rogers.com
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 11:03 -------
I think since Dimi was working on this (IIRC) a few months ago, I think it
should be assigned to him, if anyone objects, feel free to slap me and change
it back.. ;)
--
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=78
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 10:59 -------
I think since Dimi was working on this (IIRC) a few months ago, I think it
should be assigned to him, if anyone objects, feel free to slap me and change
it back.. ;)
--
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=52
------- Additional Comments From Speeddymon(a)yahoo.com 2003-25-06 10:47 -------
Well, in sweeping this place, I decided to take another look at this bug..
Your last comment Francois says that you believe the fact that LockWindowUpdate
is implemented only as a stub function is the cause of the problem..
In looking at msdn articles on this function, I have turned up this:
The LockWindowUpdate function disables or enables drawing in the specified
window. Only one window can be locked at a time.
BOOL LockWindowUpdate(
HWND hWndLock // handle to window
);
Parameters
hWndLock
[in] Specifies the window in which drawing will be disabled. If this parameter
is NULL, drawing in the locked window is enabled.
Return Values
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero, indicating that an error
occurred or another window was already locked.
Windows NT/2000/XP: To get extended error information, call GetLastError.
Remarks
If an application with a locked window (or any locked child windows) calls the
GetDC, GetDCEx, or BeginPaint function, the called function returns a device
context with a visible region that is empty. This will occur until the
application unlocks the window by calling LockWindowUpdate, specifying a value
of NULL for hWndLock.
If an application attempts to draw within a locked window, the system records
the extent of the attempted operation in a bounding rectangle. When the window
is unlocked, the system invalidates the area within this bounding rectangle,
forcing an eventual WM_PAINT message to be sent to the previously locked window
and its child windows. If no drawing has occurred while the window updates were
locked, no area is invalidated.
LockWindowUpdate does not make the specified window invisible and does not
clear the WS_VISIBLE style bit.
A locked window cannot be moved.
Requirements
Windows NT/2000/XP: Included in Windows NT 3.1 and later.
Windows 95/98/Me: Included in Windows 95 and later.
Header: Declared in Winuser.h; include Windows.h.
Library: Use User32.lib.
--
Hopefully that is enough info for ya. After reading it, I would have to agree
with your last comment
--
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=1543
Summary: Microsoft font installers fall down after uncompressing
files
Product: Wine
Version: 20030618
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: dyakov(a)bk.ru
---
$ wine georgi32.exe
fixme:win32:PE_CreateModule Security directory ignored
fixme:process:CreateProcessA (E:\IXP003.TMP\fontinst.exe,...):
NORMAL_PRIORITY_CLASS ignored
---
I just compiled and installed wine, so there was a default /usr/share/wine-c
drive. It hangs after this whith no other messages. I checked, it created folder
E:\IXP003.TMP\ and the files. I started E:\IXP003.TMP\fontinst.exe and it
finished well. 20030408 worked perfect
--
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.