http://bugs.winehq.com/show_bug.cgi?id=702
*** shadow/702 Sat May 18 17:21:28 2002
--- shadow/702.tmp.13801 Wed May 22 12:16:40 2002
***************
*** 76,78 ****
--- 76,82 ----
It seems you are running on a system with access to native NT dlls.This exposes
some unimplemented functions. On a system with access to native win95 dlls, I
could install and run Acroread version 5 to some success.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 12:16 -------
+ Emanuele, please provide more information about your system.
+ Did you install Wine with Windows? What version of Windows is this?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=703
*** shadow/703 Fri May 17 08:59:03 2002
--- shadow/703.tmp.13647 Wed May 22 12:14:16 2002
***************
*** 88,90 ****
--- 88,93 ----
(0x00000054,0x00000000,0x418e527c,0x0000001c,(nil)),stub!
err:virtual:VirtualQueryEx Unsupported on other process
[
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 12:14 -------
+ Emanuaelle, what kind of applications is this?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=681
*** shadow/681 Sun May 19 12:30:39 2002
--- shadow/681.tmp.13473 Wed May 22 12:12:29 2002
***************
*** 13,19 ****
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
! | Dependencies: BugsThisDependsOn: 706[] |
+============================================================================+
| DESCRIPTION |
NB: comments are against current (15 May 2002) cvs tree rather than Version above.
--- 13,19 ----
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
! | Dependencies: BugsThisDependsOn: 706 |
+============================================================================+
| DESCRIPTION |
NB: comments are against current (15 May 2002) cvs tree rather than Version above.
http://bugs.winehq.com/show_bug.cgi?id=713
*** shadow/713 Sat May 18 08:02:58 2002
--- shadow/713.tmp.13238 Wed May 22 12:09:33 2002
***************
*** 75,77 ****
--- 75,82 ----
backtrace.
ole32.dll seems to be the guilty and it is the builtin one.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 12:09 -------
+ Raul, right now there is a discussion on wine-devel about corrupted stack (heap?).
+ It is possible the same issue causes this bug.
+ Needs retesting after the issue with stack/heap issues will be resolved.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=716
*** shadow/716 Sat May 18 19:01:29 2002
--- shadow/716.tmp.12562 Wed May 22 12:00:08 2002
***************
*** 7,15 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: dincht(a)cybermesa.com |
- | CC list: Cc: |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
--- 7,14 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-tools |
+----------------------------------------------------------------------------+
! | Assigned To: Speeddymon(a)yahoo.com |
| Reported By: dincht(a)cybermesa.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
| URL: |
***************
*** 33,35 ****
--- 32,48 ----
fix that tonight, if that is the case. wineinstall (and the makefile) are
supposed to run make dep, not make depend... andriy if you could confirm via
comments, please, thanks.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 12:00 -------
+ Dustin, I always run "make depend" on updates and it works.
+ Went into the mentioned directory and successfully ran "make depend".
+ Assigning the bug to you.
+
+ Honestly, I do not know why you have this issue. I suspect we would get much
+ more complains if the build or wineinstall was broken in that release.
+
+ Try to reproduce the issue. Run "make distclean" to remove old results.
+ Be sure file config.cache is removed.
+ Check if you have Makefile and Makefile.in files in that directory.
+ Make shows such message when it does not find the Makefile file.
+
http://bugs.winehq.com/show_bug.cgi?id=719
*** shadow/719 Tue May 21 11:35:16 2002
--- shadow/719.tmp.11806 Wed May 22 11:45:15 2002
***************
*** 44,46 ****
--- 44,49 ----
i just can submit my screenshots...
ps: i try all window modes, the best option is : desktop 640x480.
thanks.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 11:45 -------
+ Please, attach the screenshot, showing the issue to the bug.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=637
*** shadow/637 Tue May 21 14:35:53 2002
--- shadow/637.tmp.6970 Wed May 22 10:24:09 2002
***************
*** 7,13 ****
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: wine-bugs(a)winehq.com |
| Reported By: fsharpmajor(a)hotmail.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
--- 7,13 ----
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-programs |
+----------------------------------------------------------------------------+
! | Assigned To: myasar(a)free.fr |
| Reported By: fsharpmajor(a)hotmail.com |
+----------------------------------------------------------------------------+
| Milestone: TargetMilestone: --- |
***************
*** 247,249 ****
--- 247,258 ----
library from http://www.devexpress.com. Current version of the library is 4
(launched in march 2001) and demo applications do not show the problem. Maybe
the problem existed for previous versions of the library.
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-22 10:24 -------
+ As Mehmet found out the problem was in Wine implementation of GetLocaleInfo.
+ If the buffer, provided to the function is too small Windows still populates
+ remaining buffer with data, Wine doesn't.
+ With no data returned the exception was thrown on attempt to convert the garbage
+ in the buffer to number. I successfully loaded the application after the problem
+ was fixed.
+ Mehmet, close the bug when your fix will be in CVS.
\ No newline at end of file