Hi all,
IMHO BugZilla suffers from a severe case of chaos :-)
It's not clear at all which kinds of bug belong to the 0.9 meta bug
and which belong to the 1.x one.
How should this mess be resolved ?
Maybe make the 0.9 bug the "0.9 bug (preparation for a 1.0 release)",
whereas the 1.x bug is the "user friendliness - make sure packaging is
ok" bug ?
IMHO e.g. installer support doesn't belong to 1.x at all.
It's a 0.9 core issue.
(iff 0.9 == preparation and 1.x == packaging is a correct assumption)
Furthermore there are a lot of very important issues missing from the
main metabugs (filesystem stuff etc.)
--
Andreas Mohr Stauferstr. 6, D-71272 Renningen, Germany
Tel. +49 7159 800604 http://home.arcor.de/andi.mohr/
http://bugs.winehq.com/show_bug.cgi?id=311
*** shadow/311 Tue May 7 11:20:15 2002
--- shadow/311.tmp.762 Tue May 7 14:44:47 2002
***************
*** 1,5 ****
+============================================================================+
! | Wine do not execute several programs - err:module:map_image Could not ma |
+----------------------------------------------------------------------------+
| Bug #: 311 Product: Wine |
| Status: NEW Version: 20010629 |
--- 1,5 ----
+============================================================================+
! | mmap fails. "Could not map section .text, file probably truncated" |
+----------------------------------------------------------------------------+
| Bug #: 311 Product: Wine |
| Status: NEW Version: 20010629 |
***************
*** 7,13 ****
| Severity: major OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fojtik(a)htc.honeywell.cz |
| CC list: Cc: bon(a)elektron.ikp.physik.tu- |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: major OS/Version: All |
| Priority: P1 Component: wine-binary |
+----------------------------------------------------------------------------+
! | Assigned To: julliard(a)winehq.com |
| Reported By: fojtik(a)htc.honeywell.cz |
| CC list: Cc: bon(a)elektron.ikp.physik.tu- |
+----------------------------------------------------------------------------+
***************
*** 453,455 ****
--- 453,462 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 11:20 -------
Yes, thank you.
Now I'm going to contact the developer, responsible for the code.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 14:44 -------
+ Alexandre, assigning this bug to you, as you handled similiar issue the last
+ time as described at:
+ http://www.winehq.com/news/?view=98
+ Alexandre, you also can apply my patch which includes warning, so we won't have
+ to spend so much time on search if we have similiar issue.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=629
*** shadow/629 Tue May 7 13:50:43 2002
--- shadow/629.tmp.31302 Tue May 7 14:18:52 2002
***************
*** 83,85 ****
--- 83,88 ----
Can be retested later if any issues with the bug will be found.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 14:18 -------
+ *** Bug 381 has been marked as a duplicate of this bug. ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=653
*** shadow/653 Tue May 7 14:04:10 2002
--- shadow/653.tmp.29297 Tue May 7 14:04:10 2002
***************
*** 0 ****
--- 1,31 ----
+ +============================================================================+
+ | Can't install ms Age of empires Trial form win98se installation cd |
+ +----------------------------------------------------------------------------+
+ | Bug #: 653 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: puoti(a)inwind.it |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ I tried the versions on the installation CD of windows 98 second edition (I do NOT
+ have dual boot, Mandrake is just to good) , for age of empires I got this
+ message in windows (wine) box: "DirectX 5.0 or later is not installed. Yoy must
+ install DirectX 5.0 od later to play Age of Empires Expantion Trail", I clicked
+ on OK and program shut down, here is the shell output:
+ $ wine msaoex.exe
+ fixme:win32:PE_CreateModule Security directory ignored
+ fixme:psdrv:PSDRV_SelectBitmap stub
+ fixme:psdrv:PSDRV_SelectBitmap stub
+ fixme:psdrv:PSDRV_SelectBitmap stub
+ fixme:psdrv:PSDRV_SelectBitmap stub
+ fixme:ole:CoCreateInstance no classfactor created for CLSID [fbf23b40-e3f0-101b-
+ 8488-00aa003e56f8], hres is 0x80040154
+ $
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=652
*** shadow/652 Tue May 7 13:39:52 2002
--- shadow/652.tmp.28310 Tue May 7 13:51:05 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: jhohm(a)acm.org |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
! | Assigned To: jhohm(a)acm.org |
| Reported By: jhohm(a)acm.org |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 21,23 ****
--- 21,34 ----
and ICatRegister interfaces. When it is missing, ActiveX components that use
its interfaces fail to register themselves properly, or fail to use other
components properly.
+
+ ------- Additional Comments From jhohm(a)acm.org 2002-05-07 13:51 -------
+ I will attempt to implement this in the same general way as Windows NT 5.0 and
+ later seems to. COMCAT.DLL has do-nothing DllRegisterServer,
+ DllUnregisterServer, and DllCanUnloadNow, and implements DllGetClassObject
+ with OLE32_DllGetClassObject. OLE32.DLL contains the implementation of the
+ CLSID_StdComponentCategoriesMgr coclass, and the ICatInformation
+ and ICatRegister interfaces.
+
+ It's worth noting that the Visual Basic 6.0 Run-Time package includes a
+ COMCAT.DLL, but (at least for me) it doesn't pass muster in Wine.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=362
*** shadow/362 Sat Nov 10 22:28:44 2001
--- shadow/362.tmp.27730 Tue May 7 13:44:13 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: Richard_02(a)hotmail.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,17 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: Richard_02(a)hotmail.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 50,52 ****
--- 51,57 ----
Thought it may help you guys in your debugging sessions.
Cheers
+
+ ------- Additional Comments From puoti(a)inwind.it 2002-05-07 13:44 -------
+ ICQ exists in Linux (Java) version, and it has verious clones (LICQ), so you don't
+ nead wine to connect to ICQ.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=652
*** shadow/652 Tue May 7 13:39:52 2002
--- shadow/652.tmp.27378 Tue May 7 13:39:52 2002
***************
*** 0 ****
--- 1,23 ----
+ +============================================================================+
+ | COMCAT.DLL unimplemented (The Component Categories Manager) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 652 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-ole |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: jhohm(a)acm.org |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The Component Categories Manager, which should be implemented by COMCAT.DLL
+ (typically by forwarding to OLE32.DLL), is not. It consists of a COM object
+ with a CLSID of CLSID_StdComponentCategoriesMgr providing the ICatInformation
+ and ICatRegister interfaces. When it is missing, ActiveX components that use
+ its interfaces fail to register themselves properly, or fail to use other
+ components properly.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Sat May 4 20:36:07 2002
--- shadow/637.tmp.21314 Tue May 7 12:05:19 2002
***************
*** 2,8 ****
| HTMLKit not loading |
+----------------------------------------------------------------------------+
| Bug #: 637 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
--- 2,8 ----
| HTMLKit not loading |
+----------------------------------------------------------------------------+
| Bug #: 637 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
***************
*** 158,160 ****
--- 158,163 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-04 20:36 -------
Dastin, we'll see if this is a problem with the app or with Jon's configuration
when we try the app. I don't have time right now and am going to do this later.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 12:05 -------
+ Confirm the bug on fresh Wine from CVS, without Windows.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=629
*** shadow/629 Mon May 6 15:23:07 2002
--- shadow/629.tmp.20238 Tue May 7 11:50:53 2002
***************
*** 2,14 ****
| Problem with InstallShield: ole:CoTreatAsClass(stub), ole:CoGetClassObject |
+----------------------------------------------------------------------------+
| Bug #: 629 Product: Wine |
! | Status: RESOLVED Version: 20011108 |
| Resolution: Platform: |
| Severity: major OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: burnus(a)gmx.de |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 2,15 ----
| Problem with InstallShield: ole:CoTreatAsClass(stub), ole:CoGetClassObject |
+----------------------------------------------------------------------------+
| Bug #: 629 Product: Wine |
! | Status: REOPENED Version: 20011108 |
| Resolution: Platform: |
| Severity: major OS/Version: All |
| Priority: P1 Component: wine-ole |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: burnus(a)gmx.de |
+ | CC list: Cc: Speeddymon@yahoo.com,marcus@jet.franken.de |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 57,59 ****
--- 58,84 ----
been applied.
Ciao, Marcus
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 11:50 -------
+ Just tried to run the app on today's CVS and still get a popup with message
+ "Unhandled page fault on read access to 0x00000000 at address 0x...".
+ Needs more research. Open a new bug if this is a different issue, but the result
+ is the same - InstallShield is unusable.
+
+ The error messages:
+ fixme:ole:CoTreatAsClass
+ ({8c3c1b17-e59d-11d2-b40b-00a024b9dddd},{22d84ec7-e201-4432-b3ed-a9dca3604594})
+
+ ....
+
+ fixme:ole:_get_funcdesc Did not find a typeinfo for reftype 0?
+ fixme:ole:PSFacBuf_CreateProxy GetFuncDesc 80004005 should not fail here.
+ fixme:ole:StdMarshalImpl_UnmarshalInterface Failed to create a proxy for
+ {91814ec1-b5f0-11d2-80b9-00104b1f6cea}
+ fixme:ole:CoUnmarshalInterface Failed to Unmarshal the interface, 80004005?
+ fixme:ole:_unmarshal_interface Marshaling interface
+ {91814ec1-b5f0-11d2-80b9-00104b1f6cea} failed with 80004005
+ wine: Unhandled exception, starting debugger...
+
+
+ Can be retested later if any issues with the bug will be found.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=311
*** shadow/311 Tue May 7 11:17:46 2002
--- shadow/311.tmp.18218 Tue May 7 11:20:15 2002
***************
*** 449,451 ****
--- 449,455 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-05-07 11:17 -------
OK, and what about mmap error. Is this part of log sufficient for you?
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 11:20 -------
+ Yes, thank you.
+ Now I'm going to contact the developer, responsible for the code.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=311
*** shadow/311 Tue May 7 10:13:25 2002
--- shadow/311.tmp.18059 Tue May 7 11:17:46 2002
***************
*** 446,448 ****
--- 446,451 ----
I have a tons of documentation in directory glibc-2.2.4 (I have RH 7.1).
Let me know if this works.
+
+ ------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-05-07 11:17 -------
+ OK, and what about mmap error. Is this part of log sufficient for you?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=649
*** shadow/649 Tue May 7 09:42:53 2002
--- shadow/649.tmp.14682 Tue May 7 10:36:27 2002
***************
*** 2,8 ****
| When typing in a mail in Lotus Notes, only first keystroke is shown |
+----------------------------------------------------------------------------+
| Bug #: 649 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| When typing in a mail in Lotus Notes, only first keystroke is shown |
+----------------------------------------------------------------------------+
| Bug #: 649 Product: Wine |
! | Status: RESOLVED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 36,38 ****
--- 36,46 ----
Of course the reason that this patch is not in the CVS (or Codeweavers RPM) is
that it is a hack. Of course hacks have made it into CVS before so why not this
one. I am confirming this bug.
+
+ ------- Additional Comments From jwhite(a)codeweavers.com 2002-05-07 10:36 -------
+ This was fixed for CrossOver Office, and Alexandre tells me that the fix was merged
+ back into the WineHQ CVS tree, so it should work now, at least in the Wine CVS tip.
+
+ Unfortunately, the merge missed the 0411 Wine tarball that the current
+ CodeWeavers Wine
+ is based on, but it should make it into the next CodeWeavers Wine.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Tue May 7 10:19:43 2002
--- shadow/650.tmp.14053 Tue May 7 10:28:16 2002
***************
*** 29,31 ****
--- 29,41 ----
- your environment
- Wine version, whether used with or without Windows
- what kind of telnet app are you trying to start, is a free version accessible?
+
+ ------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-07 10:28 -------
+ Environment : (I already entered it when I createc the bug ?? It's not displayed
+ here!!)
+
+ RedHat 7.3, Glibc-2.2.4-24, kernel 2.4.18-3.
+
+ Telnet version : I use WinMe's telnet.
+
+ Wine version : 2002-05-07 12:00 cvs.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Tue May 7 08:19:55 2002
--- shadow/650.tmp.13274 Tue May 7 10:19:43 2002
***************
*** 22,24 ****
--- 22,31 ----
------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-07 08:19 -------
Created an attachment (id=83)
Telnet execution log
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 10:19 -------
+ Sylvain, give more information:
+ - your environment
+ - Wine version, whether used with or without Windows
+ - what kind of telnet app are you trying to start, is a free version accessible?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=311
*** shadow/311 Tue May 7 01:47:58 2002
--- shadow/311.tmp.12824 Tue May 7 10:13:25 2002
***************
*** 434,436 ****
--- 434,448 ----
gcc -v
Reading specs from /usr/local/lib/gcc-lib/i586-pc-linux-gnu/2.95.3/specs
gcc version 2.95.3 20010315 (release)
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-07 10:13 -------
+ Hmm, I'm neither very good at it.
+ Try:
+ 1) if your distribution uses packages, find the glibc package name and description
+ 2) search for files, containing glibc, like:
+
+ find /usr -name '*glibc*'
+
+ I have a tons of documentation in directory glibc-2.2.4 (I have RH 7.1).
+ Let me know if this works.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=651
*** shadow/651 Tue May 7 09:52:20 2002
--- shadow/651.tmp.11678 Tue May 7 09:52:20 2002
***************
*** 0 ****
--- 1,20 ----
+ +============================================================================+
+ | Can't install "The British Multimedia Encyclopedia" v1.24 (1996) |
+ +----------------------------------------------------------------------------+
+ | Bug #: 651 Product: Wine |
+ | Status: UNCONFIRMED Version: 20020411 |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-programs |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: puoti(a)inwind.it |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ Setup.exe runs fine, I click on continue, than I click on continue again and I get
+ a message saying "INF file is missing section: 'Network Sys Files'", I click on
+ ok,and I get a message saying "Setup Failed", I click on ok and program shuts down.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=649
*** shadow/649 Mon May 6 10:30:20 2002
--- shadow/649.tmp.11207 Tue May 7 09:42:53 2002
***************
*** 2,15 ****
| When typing in a mail in Lotus Notes, only first keystroke is shown |
+----------------------------------------------------------------------------+
| Bug #: 649 Product: Wine |
! | Status: UNCONFIRMED Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: wine(a)alk.org.lu |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 2,14 ----
| When typing in a mail in Lotus Notes, only first keystroke is shown |
+----------------------------------------------------------------------------+
| Bug #: 649 Product: Wine |
! | Status: NEW Version: 20020411 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: wine(a)alk.org.lu |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 32,34 ****
--- 31,38 ----
Thanks,
Alain
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-07 09:42 -------
+ Of course the reason that this patch is not in the CVS (or Codeweavers RPM) is
+ that it is a hack. Of course hacks have made it into CVS before so why not this
+ one. I am confirming this bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Tue May 7 08:18:42 2002
--- shadow/650.tmp.6505 Tue May 7 08:19:55 2002
***************
*** 18,20 ****
--- 18,24 ----
When launching 'wine telnet', the program goes to debugger because of stack
overflow error in PROFILE_open and gives a bunch of error messages related to
processor and memory allocation problems.
+
+ ------- Additional Comments From spetreolle(a)yahoo.fr 2002-05-07 08:19 -------
+ Created an attachment (id=83)
+ Telnet execution log