http://bugs.winehq.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-02-06 23:58 -------
I'm glad to tell you that the cvs date that wine broken the app is 2005-01-14
13:54:39 CST, the very very close early one is ok, I think it might be the
'serial.c' file that the patch has inside it
Hope I have been usefull despite the time it took...
Hope the next time to know more about c/c++ developing so I can help u in a more
active way to patch this bugs.
If you want to give it a try, download the software from pemicro.com and go to
the working dir and run wine prog08sz, you'll see it doesn't run at all or just
gives you error messages about the serial port...
About the VxDs, I don't know much about windows registry entries nor VxDs or
drivers (i was hoping you to tell where i can find info about that). what i
noticed is that before this bug, it worked in whatsoever version of windows I
set to wine (in fact, I worked with this app for months without noticing that
wine was set to win98 and the app clearly is for windows 2000/XP, but I
programmed a lot of MCUs without having any problems). My point is that the (if
it was implemented) VxD wine used was OK (maybe it had some boogs with other
apps, I don't know, but there must have been a reason to change it)
I'll stop annoying you now... until the next bug...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2855
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=2167
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2978
saulius.krasuckas(a)elst.vtu.lt changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |INVALID
------- Additional Comments From saulius.krasuckas(a)elst.vtu.lt 2005-02-06 14:04 -------
This bug is no longer valid, as the app now crashes (with a different
backtrace). I am going to create new bug report on this crash.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3030
Summary: LivePerson software refuses to run..
Product: Wine
Version: 20050419
Platform: PC
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kevin.kane(a)gmail.com
A free demo of liveperson can be obtained at www.liverperson.com. Here is the
following output from wine.
Invoking /usr/bin/wine .wine/drive_c/Program Files/LivePerson/hc.exe ...
fixme:ole:CoRegisterMessageFilter stub
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:rebar:REBAR_AdjustBands Phase 1 failed, x=281, maxx=0, start=0, end=0
fixme:rebar:REBAR_MaximizeBand (uBand = 0 fIdeal = FALSE) case not coded
err:rebar:REBAR_AdjustBands Phase 1 failed, x=485, maxx=0, start=0, end=0
err:rebar:REBAR_AdjustBands Phase 1 failed, x=475, maxx=0, start=0, end=0
fixme:rebar:REBAR_MaximizeBand (uBand = 0 fIdeal = FALSE) case not coded
err:rebar:REBAR_AdjustBands Phase 1 failed, x=463, maxx=0, start=0, end=0
fixme:ole:CoCreateInstance no classfactory created for CLSID
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80040154
err:ole:TLB_ReadTypeLib Loading of typelib L"stdole2.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"stdole2.tlb" failed with error 126
err:ole:ITypeInfo_fnInvoke did not find member id fffffdfa, flags 4!
err:ole:TLB_ReadTypeLib Loading of typelib L"stdole2.tlb" failed with error 126
err:ole:TLB_ReadTypeLib Loading of typelib L"stdole2.tlb" failed with error 126
err:ole:ITypeInfo_fnInvoke did not find member id fffffdfb, flags 4!
wine: Unhandled exception (thread 0025), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-02-06 11:23 -------
The VXD problems with running under Win98 are common, and it is very unlikely
that anyone will attempt to fix this. My understanding is that a fix would
require someone to implement pedrv.vxd, which is unlikely to happen. When run
under WinNT variants, the program does not use the VXD (because the WinNT
variants do not allow it), so that particular problem goes away.
I assume you mean that the program works with:
cvs update -D "2005-01-14 CDT"
and is broken with
cvs update -D "2005-01-15 CDT"
If som then it means one of the CVS commits on the 14th broke the application.
Browsing through the commits on that day doesn't give an obvious candidate. I
don't know where the message "wine client error" comes from. So since you are
now an expert on CVS updates, how about narrowing it down to a particular patch?
I know it is tedious, but you are almost there ;)
The guide to CVS regression testing talks about how to do that, but in brief, go
to the page:
http://www.winehq.org/hypermail/wine-cvs/2005/01/index.html
Those are the CVS commits for January. Go down to the 14th and pick a patch
roughly in the middle. For example, it looks to my like the one with the time
stamp of "Fri Jan 14 2005 - 10:09:34 CST" is roughly in the middle. So I would
execute the command:
cvs update -D "2005-01-15 10:09:00CST"
Since the January patches use the "CST" timezone, be sure to use that when
running CVS or the results will be confusing. You can then shift the time back
and forth to find the exact patch that caused the problem.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2904
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |
------- Additional Comments From Speeddymon(a)gmail.com 2005-02-06 07:17 -------
Marcus,
I'm not sure this is a dupe of 2929. There was no information that pointed
to bug 2929, and in fact, 2929's summary is a lil different from the error being
caused here. The cause of this is the richedit bug introduced between march and
april, I have no idea what caused 2929.. Reopening, as this has not been resolved.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3029
------- Additional Comments From leon-wine-bugzilla(a)cyberknights.com.au 2005-02-06 05:21 -------
SBClient version 5.3.7.371, Mandrake Linux 10.2/2005LE. SBClient is now owned
by IBM, used to be called System Builder Plus or SBTech, it enhances
multi-value database terminal access, in this case to RainingData's D3.
I can set up ssh shell access to a test machine (at the wrong end of a
1500/256kb ADSL line) for testers if required.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3029
Summary: network app (SBClient) uses all CPU (2/3 sys, 1/3 user)
unaccounted
Product: Wine
Version: 20050419
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-net
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leon-wine-bugzilla(a)cyberknights.com.au
While SBClient is doing network access, the CPU pegs and the app (the whole
machine) runs very slowly, returning maybe one keystroke every 4-5 seconds for
a LAN (100baseT) Telnet connection. None of the CPU time is accounted to any
processes, it just sends the load average through the ceiling. Anything not
involving network access (i.e. sitting at a prompt or waiting at a menu before
starting the network connection) operates normally.
Swapping MSVCRT to builtin doesn't seem to help. Downloading and installing a
different native MSVCRT.DLL doesn't either.
If you want debugging info or whatever, please ask. The only normal output is
this line:
$ wine sbclient.exe
fixme:ole:CoCreateInstance no classfactory created for CLSID
{ce9a1380-cc8d-11d2-9961-00a0c9b7589d}, hres is 0x80040154
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2838
------- Additional Comments From marcus(a)jet.franken.de 2005-02-06 02:44 -------
can you try again with current CVS, if possible run with
WINEDEBUG=+audio,+wave wine c:\\buzz\\buzz.exe
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2886
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-02-06 02:42 -------
submitted a patch against the website cvs to fix.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2929
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |madjack(a)mail.ru
------- Additional Comments From marcus(a)jet.franken.de 2005-02-06 02:35 -------
*** Bug 2904 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2904
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From marcus(a)jet.franken.de 2005-02-06 02:35 -------
is a dup
*** This bug has been marked as a duplicate of 2929 ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3020
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-02-06 02:16 -------
just submitted a patch to fix this problem, will be in tomorrows CVS and the
next wine release.
thanks!
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3022
------- Additional Comments From marcus(a)jet.franken.de 2005-02-06 01:39 -------
please quote the last 10 lines before the Error.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1939
------- Additional Comments From marcus(a)jet.franken.de 2005-02-06 01:36 -------
the backtrace looks taken with a wine without debuginfo compiled in.
can you please
- try again if the error is still there
- do a backtrace with wine compiled with debuginfo
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-02-06 00:33 -------
hi once again, I managed to isolate the cvs date 2005-01-15 as the date that
wine broke the serial port for this application.
maybe useful data: when running with wine configured in version nt40 the only
error message is as follows: wine client error:9: no fd received for handle 208,
and hangs forever...
when running with wine configured in version win98 (or any
other non NT version) throws this:
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pedrv.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:OpenVxDHandle (0xac), stub! (returning Ring 3 handle instead of Ring 0)
fixme:vxd:VXD_Open Unknown/unsupported VxD L"vichw11.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"vichw11.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pedrv.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pedrv.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pedrv.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pedrv.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pedrv.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pedrv.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:setupapi:SetupDiGetClassDevsA {219d0508-57a8-4ff5-97a1-bd86587c6c7e}
(null) (nil) 00000012
fixme:setupapi:SetupDiEnumDeviceInterfaces
fixme:setupapi:SetupDiDestroyDeviceInfoList 0xffffffff
fixme:vxd:VXD_Open Unknown/unsupported VxD L"windrvr6.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"windrvr6.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:comm:SetupComm insize 2048 outsize 2048 unimplemented stub
fixme:comm:SetupComm insize 2048 outsize 2048 unimplemented stub
wine client error:f: pipe: Too many open files
hope this is helpful anyway
By the way, thanx for the help, i've learned a lot...
now i'll try to isolate the patch...
Regards, Fernando
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3026
------- Additional Comments From reif(a)earthlink.net 2005-01-06 18:45 -------
err:wave:IDsDriverBufferImpl_Stop ioctl(/dev/dsp, SNDCTL_DSP_SETTRIGGER) failed
is a fatal error caused by a bad sound card driver. Can you upgrade the driver?
wine-pthread: mixer.c:985: DSOUND_PerformMix: Assertion `dsound->playpos <
dsound->buflen' failed is another fatal error which would cause a crash if it
wasn't stopped by the assert.
Since most Direct Sound games and the regression tests fail, that also points to
a bad driver (or wine not dealing well with an uncooperative driver).
--debugmsg has been depreciated. Try generating a trace using:
WINEDEBUG=+wave,+dsound,+dsound3d wine program.exe >& trace
and post it here or e-mail it directly to me.
I would also try these:
- A better supported sound card like a SoundBlaster Live! 5.1.
- Upgrade the sound card driver.
- Try ALSA (with and without Emulation).
- Try wine CVS.
Try the regression tests in interactive mode:
WINETEST_INTERACTIVE=1 wine dsound.dll.so dsound
Also try the winmm regression tests to check the H/W.
The regression test should not crash or segfault if your system is working properly.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3028
Summary: FindFirstFile and directory/file names
Product: Wine
Version: 20050419
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
The FindFirstFile shows differences when running under Windows and Wine.
(sry C noob)
--------- snip start ---------
#include<windows.h>
#include<stdio.h>
int main(int argc, char *argv[])
{
HANDLE hFind;
WIN32_FIND_DATA FindData;
hFind = FindFirstFile("foo/*.*", &FindData);
ErrorExit();
FindClose(hFind);
hFind = FindFirstFile("foo/bar/*.*", &FindData);
ErrorExit();
FindClose(hFind);
hFind = FindFirstFile("foo/*.*", &FindData);
ErrorExit();
FindClose(hFind);
return 0;
}
void ErrorExit()
{
LPVOID lpMsgBuf;
DWORD dw = GetLastError();
FormatMessage(
FORMAT_MESSAGE_ALLOCATE_BUFFER |
FORMAT_MESSAGE_FROM_SYSTEM,
NULL,
dw,
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT),
(LPTSTR) &lpMsgBuf,
0, NULL );
printf("failed with error %d: %s", dw, lpMsgBuf);
LocalFree(lpMsgBuf);
}
--------- snip end ---------
result windows xp:
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
failed with error 3: Das System kann den angegebenen Pfad nicht finden.
(path not found error)
result linux:
failed with error 2: File not found
failed with error 3: Path not found
failed with error 2: File not found
The error 2 breaks python OSError exception under wine.
try:
os.listdir(path)
except OSError:
os.mkdir(path)
The missing exception under python breaks the directory creation routine for EVE
Online.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3027
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-01-06 15:18 -------
cd dlls
rm *.def
cd ..
make
this is a onetime occurence due tochanged buildsystem
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3025
------- Additional Comments From dclark(a)akamail.com 2005-01-06 14:10 -------
I believe I saw a patch for something like this checked into Wine within the
past couple of weeks. Perhaps try with the current version of Wine?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-01-06 13:25 -------
I think that the step you missed was that you need to "cd" into your top level
Wine directory. Once you are there, the CVS commands will figure out that you
want to operate on that CVS tree. Specifically for your questions:
> where do I define my wine repository
Your "repository" is the Wine tree you already downloaded via CVS.
> where do I define the cvs server
This was defined in ~/.cvspass. Once you cd into the Wine directory, CVS will
know the correct server to use.
> why does the 'cvs login' command tells me this
You don't need to do a cvs login. The ~/.cvspass does this for you. Once you cd
into the Wine tree, you can just execute the cvs update commands.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-01-06 12:16 -------
about using cvs: I know this bugs you a lot, this time I will ask you specific
help about this issue, I need to know:
where do I define my wine repository (directory to download the wine tree)and how
where do I define the cvs server (from where I must download) and how
why does the 'cvs login' command tells me this:
cvs login: can only use `login' command with the 'pserver' method
cvs [login aborted]: CVSROOT: /home/chimi/wine
which directory must I define to do the updates, is "export CVSROOT=~/wine" (for
example) right or wrong?
I ask you all this since I got confused, I got to download the cvs wine tree
once, but afterwards with the same configuration, (sugested by one of you guys,
that worked and was creating the files .cvspass and .cvsrc , .cvspass with this
single line: :pserver:cvs@cvs.winehq.org:2401/home/wine Ah<Z and .cvsrc with
this three lines: cvs -z 3 update -PAd diff -up) it doesn't log in the
server, nor download or anything you would like to do...
So, I ask you to help me once again in this
Regards, Fernando
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-01-06 10:26 -------
Take a look at the document already mentioned:
http://www.winehq.org/site/docs/wine-devel/x1316
The method is time consuming. It helps to have a reasonably fast internet
connection and even faster computer. I notice the page above doesn't mention
that it is probably most efficient to use a "binary" search method.
Since apparently the 20050111 version is ok and the 20050419 version is broken,
pick a day midway between those two, and do a CVS update:
cvs update -D "2005-02-27 CDT"
Compile that and see whether it is broken. If it is, pick a day midway between
then and 20050111. If not, pick a day midway between that and 20050419. You
should be able to narrow it down to a particular day fairly quickly. CVS can go
both backwards and forwards in time, usually without problems ;)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3024
Summary: Java won't install
Product: Wine
Version: 20050419
Platform: PC
URL: http://thomas.ahle.dk/Install-Failed.png
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thomas(a)ahle.dk
When I try to install jre 1.5 from http://www.java.com/en/download/manual.jsp it
gives me
$ wine jre-1_5_0_02-windows-i586-p.exe
fixme:msi:MsiGetProductInfoW L"{3248F0A8-6813-11D6-A77B-00B0D0150020}"
L"PackageCode" 0x77e30140 0x6732dc2c
fixme:msi:MsiInstallProductW L"C:\\J2SE Runtime Environment 5.0 Update 2.msi" L"
SETUPEXEDIR=H:\\downloads"
err:msi:get_tablecolumns Couldn't find id for L"ISSetupFile"
fixme:msi:ACTION_AppSearchReg AppSearch unimplemented for RegLocator (key path
L"HARDWARE\\DESCRIPTION\\System\\CentralProcessor\\0")
err:msi:ACTION_ProcessUISequence Execution halted due to error (1627)
fixme:msi:ACTION_PerformUIAction UNHANDLED MSI ACTION L"SetupCompleteError"
and shows en dialogbox: This machine does not have the recommended amount of
memory to install this product.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
------- Additional Comments From ferchimi(a)gmail.com 2005-01-06 09:12 -------
About the serial port regression on wine-20050524 : the last version I found
that hasn't this bug is wine-20050111, all the versions after this one (except
for 20050211 and 20050310 which I could not test 'cause of a lack of time) hang
when using the serial port in one or other way, and coincidence is that in all
this versions, ics08jlz development kit 1.53 components that don't use the
serial port work faster and more accurate, even the help works (partially) and
Orcad capture (that didn't work at all in wine-20050111 and earlier) from orcad
9.2.x works too, and works very good, hope this helped to do something...
By the way, I managed to download the wine cvs tree, now i'm looking
forward to isolate the patch that did this, so, I'm asking you for
some help and tips about how to look for that patch.
Best regards
Fernando Chmielewsky
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3022
Summary: The bug hangs the system
Product: Wine
Version: 20050419
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: trivial
Priority: P1
Component: wine-console
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter4lnx(a)yahoo.co.in
make depend command failed
Error3 sisplayed
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3019
------- Additional Comments From ad(a)trapdoor.de 2005-01-06 06:58 -------
Thanks for the hint with the error code, but it did not really help very
much :-(
I did some more testing today, but without getting any news. I wrote another
native linux program which does exactly the same as the windows code above. I
never get any problems with reading from the FIFO. So I still believe this is
a problem caused by wine.
I would like to compare the source code of the 20020804 and 20050310 to
find out if there are any differences causing this problem.
Can anybody give me a hint which part of wine is responsible for this kind of
file operations and where I have to look into the sources?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2660
------- Additional Comments From petr(a)barix.com 2005-01-06 04:37 -------
I tried the patch with 20050524, Notes run, but when I try to attach a file to
an e-mail I'm getting this error.
err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr
0x77ecc9a4
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3012
------- Additional Comments From rmh(a)debian.org 2005-01-06 04:24 -------
As discussed on IRC, after removing the dll result is the same.
GetFileVersionInfoSizeA is the function that makes the install program fail.
It seems an empty file is not enough to satisfy the program.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2970
------- Additional Comments From marcus(a)jet.franken.de 2005-01-06 02:23 -------
it should not really happen, since the struct is not supposed to change.
but your approach is correct (allocate and fill out).
if you have a patch, please attach or mail
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3021
------- Additional Comments From pinihadad(a)optonline.net 2005-01-06 00:32 -------
I deleted my config file and EphPod started working with my cvs version. I'm not
sure if this is considered a bug in wine or now so I'm gonna leave this open.
Someone smart do something cool with it :-)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3021
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|EphPod no longer works |Unimplemented
| |riched20.dll.RichEdit10ANSIW
| |ndProc
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3021
Summary: EphPod no longer works
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pinihadad(a)optonline.net
EphPod 2.75 (available from ephpod.com) used to work and no longer does. It's
works in 20041019 and doesn't work in 20050111 or cvs on 2005/5/31. I'm running
Gentoo on an x86.
When I run it, I see the splash screen and on the console I get some normal
output and then:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
wine: Call from 0x76a4068f to unimplemented function
riched20.dll.RichEdit10ANSIWndProc, aborting
and a popup window that says "External exception 80000100." I get the fixme line
when running it in a working version also.
Let me know if you need anything else. Thanks.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3020
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|wine: Call from 0x4d773d to |unimplemented
|unimplemented function |kernel32.dll.GetVolumePathNa
|kernel32.dll.GetVolumePathNa|meW
|meW, aborting |
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2970
------- Additional Comments From jm.detrez(a)cegetel.net 2005-31-05 14:08 -------
it's seems in socket.c, in the function ws_sockaddr_ws2u() when it is ip you
just return the original pointer but in LINUX MANDRIVA 2005 it'seems that
struct sockaddr_in is a little bit different...
for this funct to work for me i must creat a new sockaadr_in pointer and copy
addr, family and port from the original to the new struct. Then i return the
new struct and it work ...
is this a bug, is this just in mandriva? i'm currently testing on FreeBSD, but
this append on some VB code ... (like CSOCKET www.vbip.com)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
On 5/27/05, Wine Bugs <wine-bugs(a)winehq.org> wrote:
> http://bugs.winehq.org/show_bug.cgi?id=3002
>
>
> Speeddymon(a)gmail.com changed:
>
> What |Removed |Added
> ----------------------------------------------------------------------------
> Keywords| |regression
>
>
>
>
> ------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:50 -------
> Fernando, can you use the documentation at
> http://www.winehq.org/site/docs/wine-devel/x1316 to try and find the patch that
> caused this error? Once you have found it, please post a link to the email from
> the wine-cvs archive for that patch.
>
> Thanks!
>
> --
> Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
Hi, as you should know, I am new in this, and I just dont understand
how to download the cvs tree to my hard disk, I tried but I can't do
it, I only get error messages and I don't know even if the options I
use with cvs are OK.
I will appreciate if you could guide to do it (maybe a step by step
tutorial or explanation or something, I usually don't need much
information to understand things), I want to get these regressions
corrected...
Regards, Fernando
http://bugs.winehq.org/show_bug.cgi?id=3011
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2005-31-05 12:45 -------
If you have enough diskspace, run with WINEDEBUG=+relay,+snoop,+comm,+seh and
pipe into a file and run until the hang. Check if the hang is a loop of wine
calls, or something other, like e.g. a WaitCommEvent that never returns. In the
log file, you can also check the context, where the Int2F Handler is called. If
it is pctree16, this seems to be some pre-win32 common control implementation,
from what I read on the net.
Also, isn't there a Win32 version of that control program? Your problem seems
very specific...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3011
------- Additional Comments From mvmanol(a)yahoo.com 2005-31-05 12:07 -------
MiniLink Network Manager is a vendor specific 16 bit Windows application to
manage Ericsson microwave equipment clusters. For this purpose app use
proprietary protocol over com/modem channel to reach the equipment.
Anyway, I've made some desassembling on the executable..(MNM.exe file). I thing
that int2f API is implemented in PCTREE16.dll, but I'm not sure.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3020
Summary: wine: Call from 0x4d773d to unimplemented function
kernel32.dll.GetVolumePathNameW, aborting
Product: Wine
Version: CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
virtualdub crashes , while the following message appears in the console:
wine: Call from 0x4d773d to unimplemented function
kernel32.dll.GetVolumePathNameW, aborting
this happens when i try the option: "Save AVI as" in virtualdub
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3019
------- Additional Comments From ad(a)trapdoor.de 2005-31-05 09:38 -------
Got some additional information from the moment when ReadString is prceeded:
trace:file:ReadFile 0xa0 0x43aa9068 4096 0x4088f018 (nil)
warn:debugstr:OutputDebugStringA CFile exception: generic, File W:\rtf1, OS
error information = 1460.
What does this "OS error information = 1460" mean?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3019
Summary: read error on reading from rtlinux FIFO from wine
Product: Wine
Version: 20050310
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ad(a)trapdoor.de
i'm using wine to access a realtime application from a windows program by
reading and writing to realtime FIFOs (/dev/rtf*). I used an old system where
it worked fine for me (linux 2.4.19, RTL 3.2pre1, wine 20020804). After I
changed to a new System (linux 2.4.29, RTL 3.2rc1, wine 20050310) read
operations to these FIFOs failed. The windows program and the
realtime-application are the same as before and still run on the old system.
I compared the source-code of the rtlinux FIFO libraries of both versions and
found out, that they are almost equal excepting some cosmetic stuff.
I did the same read operations on normal files and on some other device files
(e.g. /dev/random). This worked as expected. Reading from the FIFO from a
native linux program also works without problems.
The windows program was compiled with a german version of Developer
Studio .NET. The source code i used for testing looks as follows:
char inbuffer[32];
int result;
CStdioFile cCmdFifo;
AfxMessageBox("OpenWrite");
cCmdFifo.Open("W:\\rtf1", CFile::modeWrite);
AfxMessageBox("Send PING");
cCmdFifo.WriteString("PING");
AfxMessageBox("CloseWrite");
cCmdFifo.Close();
Sleep(1000);
AfxMessageBox("OpenRead");
result=cCmdFifo.Open("W:\\rtf1", CFile::modeRead);
AfxMessageBox("ReadString");
cCmdFifo.ReadString(inbuffer, sizeof(inbuffer));
AfxMessageBox("CloseRead");
cCmdFifo.Close;
Drive W: is mapped to /dev and output of ls -la /dev/rtf1 looks like:
crw-r--r-- 1 root root 150, 1 2005-05-31 13:15 /dev/rtf1
When cCmdFifo.Readstring is called the system hangs. The same happens when
using cCmdFifo.Read instead.
When calling the program with winedbg, the program still hangs. Pressing
CTRL-C does not help getting more debugging information and I'm only able to
exit the debugger by "quit" command (i'm not familar with using winedbg :-( ).
I was not able to compile the old wine version on the new system, so I have no
information whether this version works on this system or not.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3018
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-05 21:29 -------
Could you please also submit that patch to wine-patches with a note about what
it does and why it is necessary, as well as what it fixes, if you havent already?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3018
------- Additional Comments From chkno(a)chkno.net 2005-30-05 20:33 -------
Created an attachment (id=911)
--> (http://bugs.winehq.org/attachment.cgi?id=911&action=view)
Patch to fix the problem
This patch seems to fix the problem. I don't fully understand the code, so I
don't knov if this is the right way to fix it, but it appears to work. Applies
cleanly to current CVS also.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3018
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-30-05 20:20 -------
Could you please post a link to the email for that patch? That would help us to
find out which part of the code that was modified in that patch needs to be
changed to be correct again.. Thanks
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3018
Summary: Regression: setting Desktop in x11drv causes partial
display
Product: Wine
Version: CVS
Platform: Other
URL: http://chkno.net/wine-ta.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-x11driver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: chkno(a)chkno.net
After Feb 3 13:40:13 2005 UTC, setting Desktop in x11drv causes application
window offsets to be interpreted incorrectly. See screenshots.
Example ~/.wine/config:
[AppDefaults\\totala.exe\\x11drv]
"DXGrab" = "Y"
"Desktop" = "1024x768"
(Actual monitor resolution is 1024x768)
This application attempts to change the monitor resolution to 640x480 to display
its title screen and pre-game menus. Without setting Desktop, the resolution
switch happens and everything is fine, both before and after 13:40:13. Setting
Desktop prevents the resolution switch. This is a good thing -- otherwise
switching applications becomes very frustrating. Before 13:40:13, this works.
After 13:40:13, it doesn't.
At Thu Feb 3 13:40:13 2005 UTC, these files were changed:
wine/dlls/ttydrv/wnd.c +3 -4
wine/dlls/x11drv/window.c +9 -9
wine/dlls/x11drv/winpos.c +120 -19
wine/dlls/x11drv/x11drv.h +3 -2
wine/include/wine/server_protocol.h +2 -2
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3012
------- Additional Comments From lionel.ulmer(a)free.fr 2005-30-05 14:03 -------
To add more context to what we debugged via IRC.... It is I who made him create
the empty 'd3d9.dll' file in his fake system directory (as some applications try
to open the DLL to see if it is installed or not). With this set-up, I looked at
a +relay trace and found out that the program calls GetVersionInfoSizeA on the
following path 'c:/windows/system/d3d9.dll'.
Now that I added a 'fake' DLL in the system dir, I have no idea if I actually
broke or not this function (ie if it tried to open the fake DLL instead of the
built-in one).
So, to progress, we would need a +relay log but taken with the fake d3d9.dll
file removed.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2941
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From luizluca(a)gmail.com 2005-30-05 14:00 -------
It looks like that this was fixed in Wine 20050524
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2940
luizluca(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From luizluca(a)gmail.com 2005-30-05 13:54 -------
It seems to be fixed in wine 20050524
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
------- Additional Comments From dclark(a)akamail.com 2005-30-05 12:39 -------
Fernando wrote:
Hi, as you should know, I am new in this, and I just dont understand
how to download the cvs tree to my hard disk, I tried but I can't do
it, I only get error messages and I don't know even if the options I
use with cvs are OK.
I will appreciate if you could guide to do it (maybe a step by step
tutorial or explanation or something, I usually don't need much
information to understand things), I want to get these regressions
corrected...
Regards, Fernando
Howdy. Could you enter comments into the bug form directly, rather than emailing
to the list?
The easy way to use CVS is to:
1) Create the file ~/.cvspass ('~' refers to your home directory) containing the
single line:
:pserver:cvs@cvs.winehq.com:/home/wine Ah<Z
2) Create the file ~/.cvsrc containing three lines:
cvs -z 3
update -PAd
diff -up
3) Type the command:
cvs checkout wine
Assuming a reasonably fast internet connection, you should have a complete wine
tree in a few minutes.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=174
------- Additional Comments From grin(a)grin.hu 2005-30-05 12:26 -------
Wine 20050419
fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub
fixme:comm:SetupComm insize 4096 outsize 4096 unimplemented stub
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3015
------- Additional Comments From dclark(a)akamail.com 2005-30-05 11:54 -------
Have you considered fixing this within Wine yourself? It would appear you have
the skills to write code. Ideally, you would first add regression tests to
perhaps wine/dlls/kernel/tests/path.c, and then it looks like the function
itself is in wine/dlls/kernel/path.c. Turning on the Wine debug channel "file"
might help you figure out the path through the Wine code. Take a look at the
Wine developers guide for more info, and ask questions on wine-devel.
http://www.winehq.org/site/docs/wine-devel/index
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3004
------- Additional Comments From reif(a)earthlink.net 2005-30-05 07:20 -------
The fixme:wave:DSD_CreateSecondaryBuffer is harmless. It means you have
hardware that supports hardware mixing but wine doesn't support that yet and
will fall back to software mixing.
The err:dsound:DSOUND_MixInBuffer length not a multiple of block size message is
bad because direct sound is trying to do something that doesn't make any sense.
It fixes itself and trys to continue but is probably hopelessly confused at
that point which could result in a crash.
Please create a trace using WINEDEBUG=+wave,+dsound and run it up to the point
where you see the err:dsound:DSOUND_MixInBuffer messages.
I have a copy of this game on order and should have it in a few days but I may
not be able to reproduce the problem if it is specific to your soundcard and/or
OS version.
Can you run the direct sound regression tests in interactive mode to see if it
is a hardware or os issue?
cd to dlls/dsound/tests and run
WINETEST_INTERACTIVE=1 wine dsound_test.exe.so dsound
Do the same for dsound8, ds3d, ds3d8 and propset and listen to the output and
see if there are any error messages.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2924
------- Additional Comments From mteske(a)imagnos.com 2005-30-05 01:59 -------
I just got a similar assertion:
wine-pthread: paint.c:155: ME_Repaint: Assertion `pRun == pCursor->pRun' failed.
Can I uncomment those as well?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2869
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Unimplemtend |Some OlePicture problems /
|oleaut32.VarMonthNameA |VBE inline streams
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 01:16 -------
the varmonthname patch has been applied.
some basic functionality should now be there.
However, most of the menus "new site" / "edit site" in the GUI
just cause the program to abort ... very likely related to OLE Picture
support in oleaut32.
(the data files are not needed)
Btw, the datafiles were no longer on this site. Next time please attach them
to the report directly :)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3011
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 00:50 -------
no blocker
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3011
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|err:int:DOSVM_Int2fHandler |int2f ax=7b00 uninmplemented
|int2f |
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 00:50 -------
int2f with ax=7b00 is probably a lowlevel entry into the minilink device
driver.
Ralph Browns interrupt list does not contain a reference to this code.
what does this app do? Is it useful in the Linux context, where the network
itself is handled by the Linux tools?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2985
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 00:43 -------
WINEDEBUG=+seh,+relay wine nlnotes.exe >logfile 2>&1
then look for the place where it starts "winedbg" (just the first mention
of it in the logfile).
then take like 1000 lines above that and attach here.
the initial logfile will be very large, but this cant be avoided.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3012
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 00:39 -------
What exact function reference d3d9.dll?
however, yes, directx 9 work is still in progress and not finished.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3014
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 00:37 -------
just a normal bug like hundred others :/ ... not blocking wine release I
think.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3014
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #905|application/octet-stream |text/plain
mime type| |
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3004
------- Additional Comments From marcus(a)jet.franken.de 2005-30-05 00:26 -------
fixme:wave:DSD_CreateSecondaryBuffer ... might expose problems with sound
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 9635,
block size = 4 ... problematic.
fixme:ddraw:gltex_download_texture This is not supported yet. ... harmless
like you say
Only the dsound problems seem relevant. Do you hear sound during gameplay?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2764
------- Additional Comments From jarto(a)starsoft.fi 2005-29-05 23:48 -------
Testing Wine-200505024:
- bug #1 is fixed.
- bug #2 can still be reproduced.
- ^C doesn't freeze the program any more.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3016
Summary: SetTextJustification() not implemented in ps driver
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: keithdunwoody(a)yahoo.com
PSDRV_ExtTextOut() doesn't use the information provided by
SetTextJustification(), so doesn't properly justify text.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3015
Summary: CreateDirectory() creates "C:" with incorrect
GetLastError() value
Product: Wine
Version: 20050419
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark7(a)alumni.cmu.edu
CreateDirectory() appears to return a different GetLastError() value in Wine and
Windows for the root of a drive. This causes several installers I've used to
fail. The following example code spits out a GetLastError() value of 5
(ERROR_ACCESS_DENIED) on my Linux box, and 183 (ERROR_ALREADY_EXISTS) on a
friend's Windows box (sorry, didn't check which version of Windows, but almost
certainly XP). The same thing happens with "C:" or "C:\". Wine does seem to
correctly return ERROR_ALREADY_EXISTS for other (non-root-of-a-Wine-drive)
directories that already exist, like "C:\Program Files".
#include <windows.h>
#include <stdio.h>
int main(void)
{
int retval;
int errcode;
retval = CreateDirectory("C:", 0);
errcode = GetLastError();
printf("retval is %d, getlasterror is %d\n", retval, errcode);
}
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=50
------- Additional Comments From keithdunwoody(a)yahoo.com 2005-29-05 18:28 -------
I believe this is because the code adds breakExtra to each space, so breakRem
pixels are not assigned to any space, and thus appear at the end of each line.
The solution would be to recode such that breakRem is divided evenly between all
the spaces, so some spaces contain breakExtra space, and some contain breakExtra
+ 1 extra pixels. Possibly the solution is to make breakExtra a float and
eliminate breakRem, and/or save the raw parameters passed into
SetTextJustification, and calculate the extra pixels for each space when the
text is actually displayed.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3014
------- Additional Comments From kisain_pendragon(a)charter.net 2005-29-05 15:52 -------
Created an attachment (id=905)
--> (http://bugs.winehq.org/attachment.cgi?id=905&action=view)
this is the error that wine spits out
here is the output error that wine gives if your gonna try to duplicate this
error(you can) use the aeroclient98.exe to run the game
shane
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3014
Summary: game won't run correctly
Product: Wine
Version: 20050419
Platform: Other
URL: http://http://aerogaming.net/forum/index.php?act=home
OS/Version: other
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kisain_pendragon(a)charter.net
i have full error reports (been saving all of them..i am using wine cvs from a
script with the dxd9 patch and the current version of wine..if you get the game
and the client (can provide address on request) you will try to run this game
and all apears to be fine....and just before you get to the 100% on the blue
load bar a fatal error box pops up complaning about a few errors one has
something to do with ddraw.dll and anotherone is ntdll.dll i'm not shure whats
going on here and i am new to linux and wine and i really want this game to run
if you have any questions please e-mail me @ kisain_pendragon(a)charter.net i have
tryed everything i could think of (not much) and i have saved every report that
it spit out to my /tmp/ file to send to you guys.....please help i don't wanna
go back to linux
if you have any questions please ask
thank you for your time
shane arsenault
P.S hope i did this right.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3012
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From Speeddymon(a)gmail.com 2005-29-05 14:49 -------
Hi, thanks for the bug report. The d3d9 work is pending. As for the size of
d3d9.dll being 0-length, yes, it is done like that on purpose, as many games
require some specific part of d3d9, and in order to detect it, they just check
to see if d3d9 is installed by checking for the existence of that file.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2948
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-29-05 14:49 -------
Patches submitted here tend to bitrot. Please submit the patch to
wine-patches(a)winehq.org if you want it included in the next release.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3013
Summary: OleQueryLinkFromData
Product: Wine
Version: 20050419
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 106624.446(a)compuserve.com
As I could not install the Windows installer I succeeded running the FileMaker
Pro 5.5 Windows client by copying a working installation from a W98 machine to
.wine/fake_windows/Programme/fm55.
I also searched and exported all W98 registry entries pertaining to "FileMaker"
and had them integrated into the user.reg file.
The program can access the database served by the FileMaker 5.5. Linux server
version but some actions, especially printing, are very much delayed by the
appearance of hundreds of identical lines saying
fixme:ole:OleQueryLinkFromData (0x77c5c5e0),stub!
Regards,
A. Heydwolff, Vienna, Austria
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2948
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3012
Summary: WOTR fails to install (newer directx required)
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)debian.org
WOTR (War Of The Ring) fails to install. When loading the install program with
"wine /cdrom/Setup.exe", it fails with a messagebox that reads:
"Setup has detected that your system requires a newer version of DirectX before
proceeding. Would you like to install it now?"
A +relay trace run reveals that the message is displayed after calling a number
of functions that reference "C:\\Windows\\System\\d3d9.dll".
(btw, in my wine install this file is zero-size. is this normal?)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3004
------- Additional Comments From Speeddymon(a)gmail.com 2005-29-05 09:50 -------
Felipe.. Do any of these errors actually cause any problems for you? If not, it
probably is safe to ignore them.. As I said before, wine is still in Alpha
stage, and is going to print a lot of messages like that.
I'm not sure exactly how to word this so it is correct (Marcus wanna help?) but,
AFAIK, there are a lot of games that will call for something and then never use
it. In other words, they may tell Windows (wine in this case) that they are
going to use gltex_download_texture but then never do, which would explain why
there arent any obvious graphical glitches. So, since they call things but
never use then never use them, wine prints out those messages.. Marcus, does
that sound about right?
Of course programs calling but not using things is what makes games so big.. but
at least it doesnt crash or freeze due to any of these messages
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3011
Summary: err:int:DOSVM_Int2fHandler int2f
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mvmanol(a)yahoo.com
Hi,
I'm newbie in Linux..I want to catch up some applications from windoze to Linux
(without VMware or other the same..so the remaining is Wine..). Well, I has
problems from the beginning..
The windows application is MiniLink Network Manager..from Ericsson..Hereafter is
the bug description:
- the installing just went OK..
- when I try to run the installed application:
- the password window just appear ok..
- after validate the password and some running (but before to reach the main
menu), I receive the following error:
err:int:DOSVM_Int2fHandler int2f: unknown/not implemented parameters:
int2f: AX 7b00, BX 0000, CX 001c, DX 1b37, SI 0000, DI 02c4, DS 191f, ES 1b37
after that..and after some module loading..:
trace:loaddll:MODULE_LoadModule16 Loaded module "WBTRLOCL.DLL" : native
trace:loaddll:MODULE_LoadModule16 Loaded module
"C:\\windows\\system\\wbtr32.exe" : native
trace:loaddll:MODULE_LoadModule16 Loaded module "SOUND.DLL" : builtin
a WATCOM Win385 window is opened with "Read error" inside..After I press the
WATCOM window OK button, the application freeze..and I need to coming out with
CTRL-C..
Some comments:
DOSVM_Int2fHandler API function is implemented in:
trace:loaddll:load_dll Loaded module L"c:\\windows\\system\\winedos.dll" : builtin
Of course I founded the equivalent winedos.dll.so in /usr/lib/wine folder..
Here is what I found in "wine-20050419-1fc3winehq.src.rpm", more specific
in:/wine-20050419/dlls/winedos/int2f.c (C-source file for DOSVM_Int2fHandler):
/*
* DOS interrupt 2fh handler
*
* Cdrom - device driver emulation - Audio features.*/
hmm..weird because application don't use cdrom at all..
Any suggestions..?
Regards!
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2998
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Installation of Cosmic C |installshield: Installation
|fails with ole and rpc |of Cosmic C fails with ole
|errors (InstallShield) |and rpc errors
| |(InstallShield)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2847
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2005-29-05 03:19 -------
you kernel headers are broken I guess.
including linux/ stuff is always troublesome at best, but it works for most
people, so it is very likely a problem on your side.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2870
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|fixme:crypt:CRYPT_VerifyImag|InstallShield problems?
|e |fixme:crypt:CRYPT_VerifyImag
| |e
------- Additional Comments From marcus(a)jet.franken.de 2005-29-05 03:12 -------
CRYPT_VerifyImage currently always succeeds, so there is no problem.
what problem are you seeing?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2970
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|invalid parameters |wsock32.bind() - invalid
| |parameters
------- Additional Comments From marcus(a)jet.franken.de 2005-29-05 02:59 -------
can you please find out what it tries to pass?
which program is this?
what port does it try to bind to?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2965
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2005-29-05 02:52 -------
not fixable by us, use a newer MFC42.DLL
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2979
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Installer not working |Installer of GameMaker not
| |working
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2993
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From marcus(a)jet.franken.de 2005-29-05 02:49 -------
no feedback
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3007
------- Additional Comments From marcus(a)jet.franken.de 2005-29-05 02:46 -------
for how much memory did you configure the kernel?
(address space split)
how much memory do you have?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3004
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug #2987 republished (2. |various DSOUND problems in
|Misc. error messages) |alien vs predator
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2869
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Changing "oleaut32" to |Unimplemtend
|"native" closer |oleaut32.VarMonthNameA
|...fixme:time:GetCalendarInf|
|oA |
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3010
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-29-05 02:36 -------
the problem is that the alsa headers use "interface" in alsa/conf.h
int snd_names_list(const char *interface, snd_devname_t **list);
i submitted a patch to wine to fix this, and will also tell the alsa guys.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3010
Summary: wine-20050524 fails to compile (syntax error before
"struct")
Product: Wine
Version: CVS
Platform: PC
URL: http://bugs.gentoo.org/show_bug.cgi?id=94272
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vapier(a)gentoo.org
this is a bug forward from the Gentoo bugzilla
i686-pc-linux-gnu-gcc -c -I. -I. -I../../../include -I../../../include
-D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2
-fno-strict-aliasing -gstabs+ -Wpointer-arith -O2 -march=pentium4 -o audio.o
audio.c
In file included from /usr/include/alsa/asoundlib.h:48,
from alsa.h:23,
from audio.c:63:
/usr/include/alsa/conf.h:189: error: syntax error before "struct"
make[2]: *** [audio.o] Error 1
Ed Catmur tracked this back to the wine header files conflicting with the alsa
header files ... include/objbase.h defines 'interface' to 'struct' and newer
alsa header files have a prototype which utilizes 'interface' as a parameter:
int snd_names_list(const char *interface, snd_devname_t **list);
so if the alsa header files are included after objbase.h, the prototype becomes:
int snd_names_list(const char *struct, snd_devname_t **list);
and everything goes boom
Ed Catmur suggested this simple fix (just include the alsa files earlier):
http://bugs.gentoo.org/attachment.cgi?id=60010
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2695
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-28-05 21:27 -------
Closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2981
------- Additional Comments From allefant(a)gmail.com 2005-28-05 08:20 -------
Quoting MSDN about SetWindowsHookEx:
http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/wi…
[quote]
dwThreadId
[in] Specifies the identifier of the thread with which the hook procedure is to
be associated. If this parameter is zero, the hook procedure is associated with
all existing threads running in the same desktop as the calling thread.
[/quote]
The case of zero is exactly what I believe is not handled, but ironically, is
what the implementor of the dinput keyboard in Wine is relying on. As I said,
fixing that would also work, but it needs a more knowledgeable person of the
wine internals to help with it (either getting a list of all threads in the
current process ("desktop" in MSDN), and always using all hooks where tid = 0,
or modifying the hooks stuff so additionally to per-thread hooks, there are
global hooks). For both, I'd need some advice, and generally a Wine developer
would be more apt to create a patch.)
About the user32 include, all I use out of it is this:
static inline struct user_thread_info *get_user_thread_info(void)
{
return (struct user_thread_info *)NtCurrentTeb()->Win32ClientInfo;
}
So whoever applies it can simply move that into keyboard.c. Or should I do it
and re-submit the patch?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2981
------- Additional Comments From reif(a)earthlink.net 2005-28-05 08:10 -------
Lionel, would you consider adding any useful tests you develop to the dinput
regression tests?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2981
------- Additional Comments From lionel.ulmer(a)free.fr 2005-28-05 06:40 -------
I checked your patch and somehow I doubt that it will be accepted (as it uses
some internal USER32 parameters) and thus breaks the sacro-sanct DLL separation :-)
I will do some tests in Windows (and Wine) to try to see how native DINPUT.DLL
works to see if we can try to use the same interface in Wine.
As for the hook calling, you are sure about the fact that it should not be
limited to the thread for which it was called ?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2981
------- Additional Comments From allefant(a)gmail.com 2005-28-05 06:04 -------
Ok, that would have been too simple. Attaching a new patch, which really works.
Of course, this is merely a work-around rather than a fix. But, it can safely be
applied as far as I can see, and will fix all problems related to this.
Now, how to explain what is going on. Basically, the bug is in HOOK_CallHooks.
It does not call global hooks, but only hooks for the current thread. This
sounds like a quite serious flaw, so I probably am missing something.
But well, the bug seems to suggest I'm right. The workaround in the patch works,
because when the hook is installed the second time, it is in the window thread,
and that's the thread which calls HOOK_CallHooks. So from now on, the hook is
seen, since now it's installed in the right thread. That the first hook still is
installed in the other thread doesn't matter, since it never will be called anyway.
Now, a proper fix of course would be to fix HOOK_CallHooks. Basically, instead
of just checking the hooks of the thread which calls HOOK_CallHooks, it should
additionally check global (and only global) hooks of all other threads in the
current process.
So, if you give me a way to iterate through all the threads of the current
process, I can write a patch.
Thinking a bit further, I believe that using the KEYBOARD_LL hook is the wrong
way to implement the dinput keyboard (unless real Windows does it that way as
well). So a completely alternate solution would be to not install any
KEYBOARD_LL hook for the keyboard dinput device, but instead directly call the
KeyboardCallback function inside dlls/dinput/keyboard.c from
dlls/x11drv/keyboard.c. I can make a patch for that instead as well, if you give
me a way to loop over all currently acquired dinput devices.
I think best is to just apply the attached patch for now, add fixing of
HOOK_CallHooks to some sort of TODO list (and then removed the workaround again
once that's done), and also discuss somewhere if dinput shouldn't be implemented
without a message hook really.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2981
allefant(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #902 is|0 |1
obsolete| |
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2981
------- Additional Comments From allefant(a)gmail.com 2005-28-05 05:27 -------
Erm. Attached is a patch which seemingly makes it work, but of course, that
should be doubted. It simply uncomments a line that was already there.. any way
to find out when and why that comment was added?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3007
------- Additional Comments From wijn(a)wanadoo.nl 2005-28-05 05:09 -------
>>>>>: Cannot allocate memory <<<<<<<<<<
That means just what is says: wine asks for memory that is not available. And
yes that has changed around that time in that respect.
So make sure you have enough memory, check that there is no "ulimit" on the
amount of memory that a process can ask for and perhaps do a
"echo 1 >/proc/sys/vm/overcommit_memory"
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2910
shacklein(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|unspecified |20050419
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2940
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2935
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-05 20:36 -------
No comment (resolving INVALID)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2926
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=1163
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1568
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=101
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2879
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2875
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=17
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3008
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Two more Aliens vs Predator |Alien vs Predator: Game
|Gold graphical bugs |doesn't save selected
| |resolution in game, and only
| |allows use of DDraw
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3008
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:58 -------
Since there are 2 separate bugs, please file a new one for the mouse cursor
always being on screen and locked in the center.
Then, run wine like this:
WINEDEBUG=+x11settings,+ddraw,+dinput wine program.exe
where program.exe is the executable for the game. Then attach the entire output
to this bug, unmodified.
Then run the command 'xrandr -q' and attach that output here as well..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2873
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3006
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #901 is|0 |1
obsolete| |
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:55 -------
(From update of attachment 901)
This output does us no good either..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3006
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug #2996 republished |dsound crash in Alien vs
|(Another AvP Gold crash) |Predator Gold
| |(RtlpWaitForCriticalSection
| |section 0x7d49acf0
| |"DSOUNDBUFFER_lock")
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:54 -------
The error mentioned above is the one that shows up most often in the debug
outputs, but sometimes, it changes to "DSOUND_MixInBuffer length not a multiple
of block size, len = 1649, block size = 4"
Reporter, please run wine as you normally would, and attach 2 full debug
outputs, one with the waitforcriticalsection error, and one with the
dsound_mixinbuffer error.. Just run wine, and copy/paste the console output
into a txt file, save it and attach it.. Make sure u get 1 of each error.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3005
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:49 -------
Correction to previous comment, we only need the last 1500 lines if you have to
use xkill/kill/etc to close the game. If it crashes back to the desktop on it's
own, use grep to find the line number of the Unhandled Exception line, subtract
500 lines from that number, and use tail to chop everything before that
(unhandled exception line number - 500) line. Then _add_ 500 lines to the line
number of the Unhandled Exception line and use tail to chop everything after
that (unhandled exception line number + 500) line.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3005
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug #2987 republished (3. |Bink video causes Alien vs
|Misc. AvP Gold stuff) |Predator Gold to freeze
| |untill killed
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:43 -------
Changing comment to reflect bug summary. As asked above, please open a new bug
for the failure to detect a network connection, and run the tests mentioned in
Additional Comment #1.
Also, if possible, please run wine like this:
WINEDEBUG=+relay wine program.exe >& avpbinkcrash.log
where program.exe is the game executable file.
WARNING: This log will be _very_ large (probably over 100mb). Please use the
tail command to chop all but the last (1500) lines of this log, and attach it here.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3003
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #899 is|0 |1
obsolete| |
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:15 -------
(From update of attachment 899)
Unfortunately this debug output does us no good, as it doesnt include any
information about what led up to the unhandled exception..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3003
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Bug #2987 republished (1. |Random crash during gameplay
|AvP Gold crash) |in Alien vs Predator Gold
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 19:14 -------
updating summary.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3008
------- Additional Comments From lionel.ulmer(a)free.fr 2005-27-05 17:22 -------
Can you do a +x11settings,+ddraw,+dinput trace and attach it to this bug report ?
And also the output of 'xrandr -q'.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2953
lamber45(a)cse.msu.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From lamber45(a)cse.msu.edu 2005-27-05 16:38 -------
Using wine-20050524:
davidl@orlith:/C/j2sdk150/jre/bin$ wine java -classpath "J:\\src\\csc5250"
propprint
err:winmm:MMDRV_InitPerType Strange: mapper with 8 > 1 devices
User is davidl
Home is J:
davidl@orlith:/C/j2sdk150/jre/bin$
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2872
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=2155
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2871
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2869
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download, NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2867
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3007
------- Additional Comments From vic.demuth(a)btinternet.com 2005-27-05 11:37 -------
Have downloaded direct from www.winehq.org. I have then compiled/installed
with the usual ./configure, make and make install. Same problem.
I then uninstalled and re-installed using the wine install script in
wine-200*****/tools directory. Same failure. I have tried Slack packages that
are linked from this site, same problem. I have even tried wine from
linuxpackages.net. Same problem.
I have even in desperation, completely wiped my hard drive, re-installed
Slackware 10.1, installed wine using it's own install script.Same problem.
Strangest thing is, if I revert to version 20040505, or anything earlier, I do
not get this error.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2897
------- Additional Comments From dclark(a)akamail.com 2005-27-05 10:42 -------
Assuming this is the "Archiving with password" dialog, testing with a current
(2005-05-26) version of Wine and WinRAR 3.2 works fine for me. Both pasting with
Ctrl-V and using mouse clicks. And right clicking brings up a popup menu with
basic edit commands. So it appears to me that anything previously broken has
been fixed.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2988
------- Additional Comments From lhouk(a)lesliehouk.com 2005-27-05 10:27 -------
Uwe,
Thanks for the response. I'm afraid I don't know how to apply a patch to my
WINE installation, so I'll have to wait until a WINE binary containing your
patches is available. If I understand what Rein Klazes previously found while
helping me troubleshoot, the WriteFile() function is the problem, not
WaitCommEvent (unless WriteFile uses WaitCommEvent). Did anything in the other
Usenet threads I linked give you any useful information?
Again, thanks for your help.
Leslie
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2915
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |NoAppDBEntry
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2911
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-05 10:18 -------
Resolving INVALID
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2914
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-27-05 10:17 -------
Patch in CVS http://www.winehq.org/hypermail/wine-cvs/2005/05/0004.html
Resolving FIXED
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2910
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=661
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3007
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 07:09 -------
how are you downloading wine? CVS, tarball, or RPM? Off what site? If it is
not CVS, and not a tarball from ibiblio.org or sourceforge.net, who maintains
the release (is it a slackware release you are using)?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3006
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:53 -------
like i said.. please dont split up the messages spit out on the console.. in
other words, dont put:
Last error message before crash
--------------------------------
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 16
49, block size = 4
winedbg output
---------------
wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid 0x8
just make it
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = 16
49, block size = 4
wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid 0x8
as it appears on screen... that makes it easier to read.. since the attachment
only includes that extra text, it is fine, but for future reference, please just
copy and paste it into the log (or redirect the output to a log) and dont modify
the log...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3003
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:48 -------
I wasnt saying this was a dsound bug.. just adding that, as you were wanting to
report several dsound related bugs at the same time, and IMHO, it gets too
confusing trying to work on multiple bugs in the same subsystem that are causing
errors in the same game, so I want to diagnose 1 problem per subsystem per
program at a time..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3005
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:43 -------
Another thing.. These 2 issues are not related.. Please open a new bug for the
network issue, since I wasn't paying attention and started talking about the
bink/smack stuff
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3005
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 06:42 -------
... This one probably should have undergone some more testing before reporting
it.. BUT lets have you try a couple of things since it is reported. First, boot
into WinXP, and find you AVP shortcut. Go to the properties for it.. Go to the
compatibility tab, and check the box at the top labeled "Rn this program in
compatibility mode for:" and select Windows 98 just below that. Then try to run
the program and see if this still happens.. let us know
Also, once that is done, come back to Linux, and setup an appdefaults section
(read the docs for how to) for avp gold that sets the windows version to win98..
Test and see if it does it then.. let us know.
If it does it in XP in compatibility mode, and wine doesnt do it in win98 mode,
then we have conformance with windows, and this is not a bug.. otherwise, i we do..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2997
komm2es(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 04:19 -------
Invalid - see bug reports 3003-3006 and 3008
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2996
komm2es(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 04:18 -------
Invalid - see bug reports 3003-3006 and 3008
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3008
Summary: Two more Aliens vs Predator Gold graphical bugs
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Hi! With this one I finish the series of bug reports about Aliens vs Predator
Gold Edition game (if I don't find any other bug). And soon I'll begin the
debugging of Aliens vs Predator 2 :D
The last two bugs I've found are both graphical. The game only allows to select
one graphics driver (DirectDraw HAL (why DirectDraw? D:)), and one resolution
(1024x768x32: my default desktop resolution), althrought there's another odd
thing about this: every time you run the game, the resolution by default that
the game selects is "0x0x0", and you have to change it in the menu options every
time you run the game (resolution preferences are not saved when you close the
game). If you don't do this, the game crashes and return to X with the following
console error message:
fixme:ddraw:Main_DirectDraw_SetCooperativeLevel (0x77c6f0b8)->(000a0186,00000013)
err:x11settings:X11DRV_ChangeDisplaySettingsExW No matching mode found! (XRandR)
fixme:winmm:MMDRV_Exit Closing while ll-driver open
The another bug (and last AvPG bug, I hope :D) is that mouse cursor appears in
the center of the screen both in the game menu and during gameplay, making it a
bit annoying.... :)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2887
dfantom(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
------- Additional Comments From dfantom(a)gmail.com 2005-27-05 02:42 -------
Resolved in version 20050524
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3006
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:53 -------
OK, in both crashes (bug #3003 and this one), sometimes the last error message
appearing before crash changes to this one:
err:dsound:DSOUND_MixInBuffer length not a multiple of block size, len = -15,
block size = 4
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3007
Summary: Wine fails to start
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vic.demuth(a)btinternet.com
Ever since wine version 20040505, I have been unable to carry out any upgrades.
Every release since gives this exact same error.
wine: failed to initialize: /usr/lib/wine/ntdll.dll.so: failed to map segment
from shared object: Cannot allocate memory
I have tried this on 5 different PC's, all with varying architecture, but all
running Slackware 10.1 with kernel 2.6.11, and GCC 3.3.4
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3006
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:26 -------
I'll include the repost of bug #2997 as an additional comment here, to avoid
opening a new Dsound bug report :)
In certain rare situations, game freezes completely and sounds collapses (it
repeats itself
forever). There's no automatic game shutdown & return to X (I've to xKill it),
and even doing it sound continues collapsed for a few seconds until it silences.
The console output I obtain is pasted here:
(I don't remember the latest error message before the crash debug output, but
I'll post it in another comment if I can reproduce again the crash)
err:ntdll:RtlpWaitForCriticalSection section 0x7d49acf0 "DSOUNDBUFFER_lock" wait
timed out in thread 001c, blocked by 0011, retrying (60 sec)
wine: Unhandled exception (thread 001c), starting debugger...
WineDbg starting on pid 0xe
Unhandled exception: wait failed on critical section 0x7d49acf0
[default@localhost AvPG]$ Process of pid=0x0000000e has terminated
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3006
Summary: Bug #2996 republished (Another AvP Gold crash)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Like the one reported in bug #3003, it appears and crashes randomly, but it has
a different backtrace (this one REALLY seems a Dsound crash :) ).
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3005
Summary: Bug #2987 republished (3. Misc. AvP Gold stuff)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Two misc. bugs I've found in this game:
- It doesn't detect any network interfaces (it doesn't even detects TCP/IP), so
multiplayer is not avaliable...it would be nice that Wine could emulate at least
TCP/IP support ('cos IPX and serial modem support are obsolete...)
- The game uses Bink video and Smack video technologies to play in-game videos.
Smack video/sound support (used on in-game videos) and Bink music (used in the
main menu music theme) works like a charm, but Bink video (used in the animated
main menu background) makes the game freeze (and sound collapse) for 10-15
seconds every time the background animation finishes and replays it. In Windows
98 it never happened (well, at least in the time when I used to play the game.
Currently I've not installed W98), but under Windows XP SP2 (with DX 9.0C) it
happens, too...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3003
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:09 -------
Yes, thx Dustin...but I think it's not a Dsound bug....at least in the backtrace
it says:
" 0x77ebd5d6 HEAP_CreateFreeBlock+0x86 in ntdll (0x7ac10000)"
In the Dsound crash (reported in bug #2996, whose one I'm going to repost now)
it appears a different backtrace. That's why I report both of them :)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3003
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 01:06 -------
Hmmm.....the winedbg output tree looks a bit odd, but it's not broken :) It's
clearly divided into 4 columns: "Module" (PE, ELF, \-PE), Address
(0x00400000-00876000, for example), Debug info ("\", Deferred, Export), and Name
(avp, smackw32...)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3004
Summary: Bug #2987 republished (2. Misc. error messages)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
There are some error messages appearing in console during game boot/game
execution. Details in the attachment
Game: Aliens vs Predator Gold, using Wine 20050524.....etc, oh, please, see my
previous bug reports :)
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3003
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:52 -------
Ok thats fine, just please only post errors/crashes that are for sure
unrealted.. In other words, dont post multiple dsound errors for the same
program, as they are most likely related. Once one is fixed, or some work on
finding the bug has been submitted, then go ahead and post others..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |regression
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:50 -------
Fernando, can you use the documentation at
http://www.winehq.org/site/docs/wine-devel/x1316 to try and find the patch that
caused this error? Once you have found it, please post a link to the email from
the wine-cvs archive for that patch.
Thanks!
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3003
Summary: Bug #2987 republished (1. AvP Gold crash)
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: komm2es(a)gmail.com
Description:
-----------------
The game crashes back to desktop randomly (not when doing an specific action or
in a specific place) while gameplay. Complete info about the crash in the
attachment.
Game: Aliens vs Predator Gold Edition (latest version), using Wine 20050524 (latest
stable) with default Wine config.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3002
Summary: problems writting to serial ports on 2005-05-24 release
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-ports
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ferchimi(a)gmail.com
Using ICS08jlz development kit 1.53 which writes flash rom of microcontrollers
via serial port, in version 2004-10-19 worked perfectly and had no conflicts
with this port, now, in release 2005-05-24, the preogram just hangs pretty bad
when opening the serial port (com1, directed to ttys0, at 9600 bps), hope it
is any use to you
Regards
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2987
------- Additional Comments From komm2es(a)gmail.com 2005-27-05 00:40 -------
OK, thanks Dustin....I think I'll repost all the AvP Gold bugs I've found one by
one, fixing the reports as you've said. Thx for the advices :D
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=392
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Bug 392 depends on bug 475, which changed state.
Bug 475 Summary: SetActiveWindow does not support foreign processes (err:win:WIN_FindWinPtr in console)
http://bugs.winehq.org/show_bug.cgi?id=475
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Status|RESOLVED |CLOSEDBug 392 depends on bug 475, which changed state.
Bug 475 Summary: SetActiveWindow does not support foreign processes (err:win:WIN_FindWinPtr in console)
http://bugs.winehq.org/show_bug.cgi?id=475
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:38 -------
typo fixed..
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1798
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:35 -------
If you submit, and it does not get committed, and there is no notes about why,
ask. As you will quickly learn the developers are more than happy to critique
patches and help you get it working, while breaking as little as possible...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=392
Bug 392 depends on bug 475, which changed state.
Bug 475 Summary: SetActiveWindow does not support foreign processes (err:win:WIN_FindWinPtr in console)
http://bugs.winehq.org/show_bug.cgi?id=475
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1620
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |1434
nThis| |
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:29 -------
closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ffsa2000(a)yahoo.com
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:29 -------
*** Bug 1620 has been marked as a duplicate of this bug. ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1620
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:29 -------
This is probably fixed by bug 2939's patch. Please try with a wine release
dated 20050524 or later.. If issue persists, please open a new bug.
*** This bug has been marked as a duplicate of 2939 ***
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2939
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|X11DRV_ChangeDisplaySettings|Unable to run games
|ExW No matching mode found! |(X11DRV_ChangeDisplaySetting
|(NoRes) |sExW No matching mode
| |found!)
------- Additional Comments From Speeddymon(a)gmail.com 2005-27-05 00:24 -------
To prevent confusion, updating summary
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=3001
Summary: PGP doesn't start, probably because it can't load a
certain VXD
Product: Wine
Version: 20050310
Platform: PC
URL: http://appdb.winehq.org/appview.php?appId=2037
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lamber45(a)cse.msu.edu
PGP 8.0.3 for Windows ME consists of four separate executable files (installed
under Program Files) and a VXD (pgpsdk.vxd) that goes in C:\WINDOWS\SYSTEM.
When I try to run PGPkeys.exe the program quits after displaying a message-box
saying that "PGP has not been set up correctly".
If I try to run PGPtray.exe (which is actually just a system-tray icon that
starts up the other components, as far as I know), a small window flashes
briefly onto the screen and I get the following output:
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:ole:PointerUnmarshall unhandled ptr type=12
fixme:seh:EXC_RtlRaiseException call (from 0x7712a083) to unimplemented function
rpcrt4.dll.NdrMapCommAndFaultStatus
wine: Unhandled exception (thread 0009), starting debugger...
I get similar output when I run PGPmail.exe (which allows one to drag-and-drop
files that need encryption):
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:vxd:VXD_Open Unknown/unsupported VxD L"pgpsdk.vxd". Try setting Windows
version to 'nt40' or 'win31'.
fixme:ole:PointerUnmarshall unhandled ptr type=12
fixme:seh:EXC_RtlRaiseException call (from 0x7712a083) to unimplemented function
rpcrt4.dll.NdrMapCommAndFaultStatus
wine: Unhandled exception (thread 0009), starting debugger...
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2903
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=779
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2902
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=2000
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2897
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2897
tony_lambregts(a)telusplanet.net changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://appdb.winehq.org/appv
| |iew.php?appId=391
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1798
------- Additional Comments From tony_lambregts(a)telusplanet.net 2005-26-05 19:23 -------
I recomend that you submit the patch to wine-patches(a)winehq.org since Patches
submitted here tend to bitrot.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2991
------- Additional Comments From lionel.ulmer(a)free.fr 2005-26-05 15:42 -------
This seems to be a duplicate of bug 2992 (same cause but gives different
errors). Maybe put it as a duplicate of 2992 once the solution for the latter
has been found.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2992
------- Additional Comments From lionel.ulmer(a)free.fr 2005-26-05 15:22 -------
And can you also attach the output of 'xrandr -q' ?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2992
------- Additional Comments From lionel.ulmer(a)free.fr 2005-26-05 15:12 -------
Can you attach a +x11settings,+x11drv,+ddraw trace to this bug report ?
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2999
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2005-26-05 14:32 -------
I should mention that this window uses a Richedit control.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2999
Summary: Srolling Window Erroneously 'Homes' After Posting
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Andrew.Talbot(a)talbotville.com
Blitzin2 has a bottom-fed, scrolling chat window in which new postings should
cause the window to scroll upwards. However, under Wine, after each
[successful] posting, the window is subsequently automatically being 'homed',
by which I mean it is then made to scroll back up to the top of the data.
Whereas, the vertical scroll-bar thumb should remain at the bottom of its
range, with the latest posting being visible at the bottom of the screen.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2987
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 13:20 -------
Hi, thanks for all of the bug reports, but now I think we are all thoroughly
confused.. lol
First off, In the summary, you need to provide a description of the problem,
usually a quick note and the error message in the console if any, "dsound crash
in AVP Gold (err:DSOUND:whatever)" would work for each of the dsound crashes,
but make sure you put the last error you got before the unhandled exception.
Secondly, please, PLEASE, dont copy/paste console output into a bug, paste it
into a file, and attach that to the bug with the "Create a New Attachment" link
just above the additional comments field.
Thirdly, and most importantly, dont break up the debug output like you did here,
that makes it _impossible_ to figure out what went wrong.
Lastly, if you are getting multiple crashes with the same error type (like
DSOUND), only report the one that occurs first in the game, as all of the others
are probably realted to it. Once that one is fixed and you can get past that
part, if another one pops up, file a new bug.
Also, if you get a situation where it used to work, but in this new release it
doesn't (or it used to be right, but in this new release it is wrong), file a
bug and put regression in the keywords. I pay the most attention to those, as
they are the easiest to diagnose (although not always the easiest to resolve)..
Oh and one more thing.. Sorry, if something is supposed to work within the
program/game, but it doesnt (saving the options in this case), file a bug and we
have specific steps to try to get some correct debug output for situations like
that..
SO... with all of that being said, I will resolve and close this bug, and you
can file a new one for the not saving the options issue.. I will also mark all
but the first reported dsound bug as resolved as a reminder, so that we can
examine them after we get the first one fixed.
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2998
j980(a)comcast.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |download
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=2998
Summary: Installation of Cosmic C fails with ole and rpc errors
(InstallShield)
Product: Wine
Version: 20050310
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: j980(a)comcast.net
I downloaded and tried to install this C Compiler:
http://www.cosmic-software.com/eval_kits/cx6808_idea_sim_eval.exe
An error box popped up:
title: "COSMIC HC08/HCS08 Evaluation Kit"
content: "An error occurred while launching the setup. (0x800401fd)"
Many errors scrolled in the shell I started it from, e.g.:
err:ntdll:RtlpWaitForCriticalSection section 0x403a5298 "compobj.c: apartment"
wait timed out in thread 0017, blocked by 000f, retrying (60 sec)
err:rpc:I_RpcReceive we got fault packet with status 6be
err:ole:xCall RpcChannelBuffer SendReceive failed, c0000194
fixme:sync:SetNamedPipeHandleState 0x100 0x42c350f4 (nil) (nil)
fixme:ole:RegisterTypeLib Registering non-oleautomation interface!
fixme:ole:ITypeInfo_fnRelease destroy child objects
err:ole:CoUnmarshalInterface IMarshal::UnmarshalInterface failed, 0x800401fd
err:ole:_unmarshal_interface Unmarshalling interface
{3d8b6332-d8b1-11d2-80c5-00104b1f6cea} failed with 800401fd
err:ole:deserialize_param failed to stuballoc in TKIND_RECORD.
err:ole:xCall Failed to unmarshall param, hres 800401fd
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1264
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 10:29 -------
closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=1208
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 10:27 -------
closing
--
Configure bugmail: http://bugs.winehq.org/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.org/show_bug.cgi?id=303
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From Speeddymon(a)gmail.com 2005-26-05 10:27 -------
closing
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.