http://bugs.winehq.org/show_bug.cgi?id=2682
felix.nawothnig(a)t-online.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From felix.nawothnig(a)t-online.de 2005-08-06 21:40 -------
A recent patch by Alexandre kinda fixed this - rsrc is no longer readonly.
However, the right behaviour would be to reprotect rsrc and fix
check_resource_write().
check_resource_write() fails for winelib apps because AllocationBase from
VirtualQuery(), which points to the ELF header, is used as a HMODULE. If writing
to resources in loaded DLLs also causes a COW on Windows we should use
BaseAddress from LdrFindEntryForAddress() - otherwise we can simply pass
GetCurrentProcess() to RtlImageDirectoryEntryToData().
--
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=1572
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-08-06 15:57 -------
someone applied a patch now
--
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=1791
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |ASSIGNED
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-08-06 15:48 -------
try
WINEDLLOVERRIDES=*unicows=b wine sftp.exe
it is a problem in one of the native unicows.dll versions.
--
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=3045
------- Additional Comments From bon(a)elektron.ikp.physik.tu-darmstadt.de 2005-08-06 14:45 -------
Follow the steps on ttp://www.von-thadden.de/Joachim/WineTools/, best with the
most recent winetools. Install wine-20041019, as explained, and do the setup
needed with that version. I guess that will install Orcad, or at least succeed
much further.
Also build another wine tree with a recent versio, cvs. When running the
program, try both versions alternativly. You can run a non-installed version of
wine by giving the absolute path, like here "/spare/bon/wine-realclean/wine/wine
<exectubale.exe>"
B.t.w: Why don't you do a little work and edit away those zillions lines of
repeated messages, giving a short note about the edit, like (- repeated lines -).
That will make it easier for people to look for other errors.
Help others to help you!
--
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=3048
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |239
nThis| |
--
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=3048
Summary: CSpy/Up-Down: Multiple Inconsistencies/Major Work needed
Product: Wine
Version: CVS
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)suscomputing.com
This control does not seem to have been fully implemented yet. In wine, the up
and down arrows do not appear next to the text box, and there is thus no way to
manipulate this control purely by the mouse (which is essential, since that is
the point of this control).
In addition to this, there is a consistency problem: If the value in the box is
out of range, the arrows no longer work for incrementing and decrementing the
value, and instead, the value is frozen. The correct behaviour (in windows) is,
when up or down is pressed, for the value to be reset to the closest value
within the specified range, and then to perform the operation, if possible. For
example, if the range is 3...9, and the value in the box is 0, upon pressing
"down" the result should be 3, but upon pressing "up" the result should be 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=3045
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Impossible to install Orcad |installshield problem:
|Demo 10.0 |Impossible to install Orcad
| |Demo 10.0
------- Additional Comments From marcus(a)jet.franken.de 2005-08-06 14:14 -------
classical installshield problem. we are working hard on 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=3047
info(a)suscomputing.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OtherBugsDependingO| |239
nThis| |
--
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=3047
Summary: CSpy/Tab: Cursor Select & Keyboard Navigation Not
Implemente/ Not Working
Product: Wine
Version: CVS
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P5
Component: wine-gui
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: info(a)suscomputing.com
I'm not sure if this hasn't been implemented yet, or if it's just not working,
but keyboard navigation is not possible. In Windows, when a tab is clicked on,
the tab is highlighted with a dotted rectangle; from this point, the user can
navigate to other tabs with the left, right, and up arrows.
Under wine, I wasn't able to highlight the tabs in this manner, nor was I able
to perform any sort of keyboard navigation.
In the long run, keyboard navigation like this will be essential, for the
unusual cases in which we want the user to be able to perform full functionality
without a mouse. I know this sounds wacky and may strike others as superfluous,
but I can't even count how many times on Windows I have benefitted from the
ability to do anything without a mouse (one of the strong points of the Windows
interface). We should strive to preserve this quality of the windows interface.
--
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.