http://bugs.winehq.com/show_bug.cgi?id=344
*** shadow/344 Sun May 5 05:21:33 2002
--- shadow/344.tmp.20300 Sun May 5 05:22:48 2002
***************
*** 48,50 ****
--- 48,99 ----
------- Additional Comments From us(a)the-edmeades.demon.co.uk 2002-05-05 05:21 -------
Created an attachment (id=80)
Simple C pgm which can be used to recreate problem(s)
+
+
+ ------- Additional Comments From us(a)the-edmeades.demon.co.uk 2002-05-05 05:22 -------
+ From MSDN: (I don't know how closely wine wants to follow this)
+
+ lpstrInitialDir
+ ---------------
+ Pointer to a null terminated string that can specify the initial directory.
+ The algorithm for selecting the initial directory varies on different
+ platforms.
+
+ Windows 2000:
+
+ If lpstrFile contains a path, that path is the initial directory.
+ Otherwise, lpstrInitialDir specifies the initial directory.
+
+ If lpstrInitialDir is NULL and the current directory contains any
+ files of the specified filter types, the initial directory is the current
+ directory.
+
+ Otherwise, if the application has used an Open or Save As dialog box in the
+ past, the path most recently used is selected as the initial directory.
+
+ However, if an application is not run for a long time, its saved selected
+ path will be discarded.
+
+ Otherwise, the initial directory is the personal files directory of the
+ current user.
+
+ Otherwise, the initial directory is the Desktop folder.
+
+
+ Windows 98:
+
+ lpstrInitialDir specifies the initial directory.
+ If lpstrInitialDir is NULL and lpstrFile contains a path, that path is the
+ initial directory.
+ Otherwise, if the current directory contains any files of the specified
+ filter types, the initial directory is the current directory.
+ Otherwise, the initial directory is the personal files directory of the
+ current user.
+
+
+ Earlier versions of Windows and Windows NT/ 2000:
+
+ lpstrInitialDir specifies the initial directory.
+ If lpstrInitialDir is NULL and lpstrFile contains a path, that path is
+ the initial directory.
+ Otherwise, the initial directory is the current directory.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=344
*** shadow/344 Thu Apr 18 14:19:34 2002
--- shadow/344.tmp.20247 Sun May 5 05:21:33 2002
***************
*** 44,46 ****
--- 44,50 ----
Germain, thank you for the detailed report.
Can you reproduce the issues with recent Wine build?
If you can, could you attach your test case application to the bug?
+
+ ------- Additional Comments From us(a)the-edmeades.demon.co.uk 2002-05-05 05:21 -------
+ Created an attachment (id=80)
+ Simple C pgm which can be used to recreate problem(s)
http://bugs.winehq.com/show_bug.cgi?id=528
*** shadow/528 Thu Mar 28 22:25:56 2002
--- shadow/528.tmp.5680 Sun May 5 00:44:50 2002
***************
*** 2,13 ****
| Running C regression tests on Windows with Cygwin/MinGW |
+----------------------------------------------------------------------------+
| Bug #: 528 Product: Wine |
! | Status: NEW Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
--- 2,13 ----
| Running C regression tests on Windows with Cygwin/MinGW |
+----------------------------------------------------------------------------+
| Bug #: 528 Product: Wine |
! | Status: ASSIGNED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
+----------------------------------------------------------------------------+
! | Assigned To: Steven_Ed4153(a)yahoo.com |
| Reported By: fgouget(a)codeweavers.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
***************
*** 30,32 ****
--- 30,36 ----
Running the C tests on Windows should not require that the user installs perl on
Windows.
+
+ ------- Additional Comments From Steven_Ed4153(a)yahoo.com 2002-05-05 00:44 -------
+ I will accept this bug for now and see what I can do with it. I dont think
+ anyone else is working on the cygwin/mingw/msys port.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=645
*** shadow/645 Sun May 5 00:41:01 2002
--- shadow/645.tmp.5513 Sun May 5 00:41:01 2002
***************
*** 0 ****
--- 1,22 ----
+ +============================================================================+
+ | wrc does not generate resources that can be used on Mingw and MS_VC |
+ +----------------------------------------------------------------------------+
+ | Bug #: 645 Product: Wine |
+ | Status: UNCONFIRMED Version: unspecified |
+ | Resolution: Platform: |
+ | Severity: normal OS/Version: All |
+ | Priority: P1 Component: wine-tools |
+ +----------------------------------------------------------------------------+
+ | Assigned To: wine-bugs(a)winehq.com |
+ | Reported By: Steven_Ed4153(a)yahoo.com |
+ | CC list: Cc: |
+ +----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
+ | URL: |
+ +============================================================================+
+ | DESCRIPTION |
+ The wine resouce compiler needs to be fixed for the Microsoft Visual Studio and
+ Mingw ports due to incompatable formats. Currently the winebuild process links
+ wrc compiled resources in the *.spec file for the target. For the MSVC and
+ Mingw ports the spec file cannot be used so wrc needs to be patched to support
+ a more compatable output format.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=341
*** shadow/341 Sun Dec 23 04:09:10 2001
--- shadow/341.tmp.31940 Sat May 4 21:49:17 2002
***************
*** 2,16 ****
| Running Half Life Game Fails |
+----------------------------------------------------------------------------+
| Bug #: 341 Product: Wine |
! | Status: UNCONFIRMED Version: 20010629 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: philnospam(a)kangaroopointcliffs.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 2,17 ----
| Running Half Life Game Fails |
+----------------------------------------------------------------------------+
| Bug #: 341 Product: Wine |
! | Status: NEW Version: 20010629 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: philnospam(a)kangaroopointcliffs.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 34,36 ****
--- 35,41 ----
I am not sure if all these bugs are really related (so I am not marking them as
duplicates) but they all contain the same error message:
err:region:CombineRgn Invalid rgn=0000
+
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-04 21:49 -------
+ Based on comments in other bugs listed I am confirming this bug. Status NEW
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=340
*** shadow/340 Mon Oct 8 21:12:55 2001
--- shadow/340.tmp.31206 Sat May 4 21:37:15 2002
***************
*** 7,16 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: test |
+----------------------------------------------------------------------------+
! | Assigned To: bugs(a)codeweavers.com |
| Reported By: nnoydb(a)excite.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
| URL: |
+============================================================================+
| DESCRIPTION |
--- 7,17 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: test |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: nnoydb(a)excite.com |
| CC list: Cc: |
+----------------------------------------------------------------------------+
+ | Milestone: TargetMilestone: --- |
| URL: |
+============================================================================+
| DESCRIPTION |
***************
*** 31,33 ****
--- 32,38 ----
the problem myself. I found that if I add then MAP_FIXED parameter to the mmap
function a simpler application executes. I am not sure this is the correct fix
just that it worked for a subset small version of my application.
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-04 21:37 -------
+ Reporter could you update the status of this bug.Are you still having this
+ problem or have you resolved it?
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Fri May 3 16:06:49 2002
--- shadow/637.tmp.28702 Sat May 4 20:36:07 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: fsharpmajor(a)hotmail.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 155,157 ****
--- 154,160 ----
editor and winesetuptk(I guess codeweaver uses that one though anyway).
--sharp
+
+ ------- 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.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=629
*** shadow/629 Sat May 4 20:19:08 2002
--- shadow/629.tmp.28058 Sat May 4 20:19:57 2002
***************
*** 2,8 ****
| Problem with InstallShield: ole:CoTreatAsClass(stub), ole:CoGetClassObject |
+----------------------------------------------------------------------------+
| Bug #: 629 Product: Wine |
! | Status: UNCONFIRMED Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
--- 2,8 ----
| Problem with InstallShield: ole:CoTreatAsClass(stub), ole:CoGetClassObject |
+----------------------------------------------------------------------------+
| Bug #: 629 Product: Wine |
! | Status: NEW Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-ole |
***************
*** 37,39 ****
--- 37,43 ----
I have very similar errors when installing Dreamweaver.
It is with todays CVS.
+
+
+ ------- Additional Comments From rizsanyi(a)myrealbox.com 2002-05-04 20:19 -------
+ *** This bug has been confirmed by popular vote. ***
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=629
*** shadow/629 Sat Apr 27 12:55:47 2002
--- shadow/629.tmp.28032 Sat May 4 20:19:08 2002
***************
*** 32,34 ****
--- 32,39 ----
fixme:ole:CoGetClassObject CLSCTX_LOCAL_SERVER not supported!
fixme:ole:CoCreateInstance no classfactory created for
{91814ec0-b5f0-11d2-80b9-00104b1f6cea}, hres is 0x80070005
+
+ ------- Additional Comments From rizsanyi(a)myrealbox.com 2002-05-04 20:19 -------
+ I have very similar errors when installing Dreamweaver.
+ It is with todays CVS.
+
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Fri May 3 15:19:31 2002
--- shadow/637.tmp.24501 Fri May 3 16:06:49 2002
***************
*** 131,133 ****
--- 131,157 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:19 -------
seems to me like he configged wine to use only native and not builtin dlls...or
maybe wine cant find the builtin ones...what do you think?
+
+ ------- Additional Comments From fsharpmajor(a)hotmail.com 2002-05-03 16:06 -------
+ I can kindof run ie6, but that seams buggy also.
+
+ You can download HTML-Kit from http://www.chami.com/html-kit/
+
+ The app doesn't even start, 3 or 4 errors when I run it and then it kills.
+ I will e-mail them them you when I reboot in lunx.
+
+ I am running (and have run) it on the version that comes with redhat 7.2 [I
+ think 200108 ...] and on the cvs of 05-01-02, 05-02-02, and now on wine
+ 20020411. I have tried dataparties cvs, linux-easy.coms, and codeweavers
+ rpm (I unstalled the each rpm before installing the next).
+
+ I am running it on Redhat 7.2 with the updated kernel 2.4.9 (as well as the
+ orignal kernel that packs with it 7.2).
+
+ Yes I have Windows 98SE (I have tried it on win2k as well, same problem).
+
+ Yes I have tried it with the no-windows instalation. Same problem. I have
+ also configured the wine config file by hand, as well as using codeweavers
+ editor and winesetuptk(I guess codeweaver uses that one though anyway).
+
+ --sharp
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=635
*** shadow/635 Thu May 2 01:50:57 2002
--- shadow/635.tmp.22409 Fri May 3 15:34:17 2002
***************
*** 356,358 ****
--- 356,396 ----
eltonwoo(a)videotron.ca - ICQ #149608718 - Montreal (Quebec), CANADA.
"You only live once, so let's make life EASIER for each other."
LINUX Registered User #193975. AMD-K7 ATHLON CPU power on board.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:34 -------
+ i believe this to be a problem with the installer itself... the programs you
+ are trying to install are using ms windows installers (extracts from a .msi
+ file) and the installer's name is instmsia.exe:
+
+ fixme:module:CreateProcessA (D:\QuickCam\instmsia.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (X:\IXP000.TMP\msiinst.exe,...):
+ NORMAL_PRIORITY_CLASS ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): NORMAL_PRIORITY_CLASS
+ ignored
+ fixme:module:CreateProcessA (MsiExec.exe,...): STARTF_FORCEONFEEDBACK
+ ignored
+
+ unfortunately, as of right now ms installers only work with limited success and
+ even then not all of them work... one thing you can try though is this:
+
+ stick the cd in the cd drive.
+ open up a console (terminal, shell, xterm, whatever)
+ unmount the cd, type umount /path/to/cdrom
+ where /path/to/cdrom is the actual path to it
+ now remount it like this..
+ mount /dev/cdrom /mnt/cdrom -o unhide
+ or
+ mount -o unhide /dev/cdrom /mnt/cdrom
+
+ then try running the installer again...
+ if that doesn't work, then your installer is not currently supported by regular
+ wine, try crossover office, i know that one has much better support for those
+ kind of installers...
+
+ hope this helps
+
+ -Dustin
+
+ P.S. another thing you might want to try is running wine Setup.exe instead of
+ wine Setup...not sure how that might affect it but you never know...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=636
*** shadow/636 Fri May 3 15:22:16 2002
--- shadow/636.tmp.21633 Fri May 3 15:23:37 2002
***************
*** 9,15 ****
+----------------------------------------------------------------------------+
| Assigned To: wine-bugs(a)winehq.com |
| Reported By: walkerp(a)attbi.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 9,14 ----
***************
*** 57,59 ****
--- 56,61 ----
problem...
if it doesn't let me know and i will see what else needs to be done...
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:23 -------
+ arggh i cant even assign this to myself anymore!
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=636
*** shadow/636 Thu May 2 12:08:42 2002
--- shadow/636.tmp.21529 Fri May 3 15:22:16 2002
***************
*** 48,50 ****
--- 48,59 ----
http://wine.codeweavers.com/fom-meta/cache/22.html
Report your results.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:22 -------
+ I had this problem also when i updated to 20020411, the problem is that
+ libntdll.dll.so was originally named libntdll.so and when it was renamed
+ ldconfig was not run. this has been fixed in wine cvs, but if you do not wish
+ to use wine cvs, just run ldconfig (or /sbin/ldconfig) and that will fix your
+ problem...
+
+ if it doesn't let me know and i will see what else needs to be done...
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Thu May 2 12:30:35 2002
--- shadow/637.tmp.21345 Fri May 3 15:19:31 2002
***************
*** 127,129 ****
--- 127,133 ----
http://www.winehq.com/trouble
Report your results.
+
+ ------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-03 15:19 -------
+ seems to me like he configged wine to use only native and not builtin dlls...or
+ maybe wine cant find the builtin ones...what do you think?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=311
*** shadow/311 Fri May 3 06:39:53 2002
--- shadow/311.tmp.18926 Fri May 3 14:41:47 2002
***************
*** 339,341 ****
--- 339,345 ----
------- Additional Comments From fojtik(a)htc.honeywell.cz 2002-05-03 06:39 -------
If this is not sufficient enough, I'll attach whole previous file up to unpleasant message:
module:map_image Could not map section .text, file probably truncated
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-03 14:41 -------
+ Yes, please attach the whole output with +all option.
+ Thank you.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=572
*** shadow/572 Fri Apr 26 20:48:54 2002
--- shadow/572.tmp.9698 Fri May 3 11:59:33 2002
***************
*** 96,98 ****
--- 96,101 ----
not occur with a full relay trace enabled. (This is also, as stated earlier,
incredibly slow, which may or may not have anything to do with the non-occurance
of the crash...)
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-03 11:59 -------
+ Michael is this still a problem or did you and dimitry work this out?
http://bugs.winehq.com/show_bug.cgi?id=317
*** shadow/317 Wed May 1 18:16:28 2002
--- shadow/317.tmp.8515 Fri May 3 11:41:47 2002
***************
*** 2,8 ****
| wine crashes when app tries to detect OpenGL/DirectX |
+----------------------------------------------------------------------------+
| Bug #: 317 Product: Wine |
! | Status: UNCONFIRMED Version: 20010629 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
--- 2,8 ----
| wine crashes when app tries to detect OpenGL/DirectX |
+----------------------------------------------------------------------------+
| Bug #: 317 Product: Wine |
! | Status: NEW Version: 20010629 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-directx |
***************
*** 33,35 ****
--- 33,38 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-01 18:16 -------
dxdiag.exe is the directx diagnostic tool that comes with directx... it is not
supproted by wine at this time
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-03 11:41 -------
+ Based on Dustin's comments I am marking this confirming this as NEW.
\ No newline at end of file