http://bugs.winehq.org/show_bug.cgi?id=7126
Summary: SAS JRE not installable
Product: Wine
Version: 0.9.28.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjk3(a)msstate.edu
The JRE 1.4.2_09 installer included with SAS 9.1.3 is not installable. Console
log attached.
--
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=7069
------- Additional Comments From privet56(a)hotmail.com 2007-09-01 10:14 -------
I have tried now several versions of WINE.
Unfortunately, without success...!
It seems to be no solution for this 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=7091
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Platform|Other |PC
--
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=7091
------- Additional Comments From paran+wine(a)lysator.liu.se 2007-09-01 09:49 -------
> Please, software/emulated shaders have no meaning - do not use them.
Please, don't put settings with no meaning in winecfg - users will use them.
> If anything, try with GLSL enabled.
I didn't know that support existed. The only place this seems to be
documented is this wiki-page http://wiki.winehq.org/DirectX-Shaders that I
have found after your comment.
Anyway, enabling UseGLSL don't seem to make any difference. Tell me if you
wan't a trace with it enabled.
> Please update your OS/Hardware
Could you be a bit more specific with what I need to update?
I already run the latest released Ubuntu (6.10, released 2006-10-26). The
only thing I can think of that might need upgrading is the NVIDIA drivers.
6.10 has version 1.0.8776 and I know that the 1.0.9***-drivers have some
major improvements. Do Wine need the 9***-drivers for all shader support?
You also mention hardware. My graphics card is a GeForce FX5200 which
supports shaders 2.0 (with poor performance), but this game only requires
DirectX 8.
--
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=6977
alex(a)thehandofagony.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From alex(a)thehandofagony.com 2007-09-01 09:48 -------
Yes, this is not a problem with current GIT.
--
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=7046
------- Additional Comments From online(a)noteworthysoftware.com 2007-09-01 08:39 -------
The NWC2 install programs use NSIS CopyFiles instruction with the /SILENT
directive, which calls the Windows Shell function SHFileOperation with the
operation set to FO_COPY. In Windows, this operation can be used to replace an
existing file. In Wine, this operation will fail when the target file exists.
The exact cause can be found here:
http://source.winehq.org/source/dlls/shell32/shlfileop.c#L1075
[CODE]
if (SHNotifyCopyFileW(entryToCopy->szFullPath, fileDest->szFullPath, TRUE))
[/CODE]
By setting the parameter "bFailIfExists" to true, the file copy operation will
fail when the target file exists.
--
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=5253
------- Additional Comments From public(a)hiware.net 2007-09-01 07:53 -------
I have a similar problem under openSUSE 10.2, see bug 7094. Removing the fonts
and changing the registry values (swapping gdi/opengl) as mentioned in previous
posts didn't fix my crash. Kinda stumped on where to go from here.
--
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.