http://bugs.winehq.org/show_bug.cgi?id=11683
Summary: Assemblies not loading
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: yolande(a)haneder.biz
Created an attachment (id=10896)
--> (http://bugs.winehq.org/attachment.cgi?id=10896)
Example on the log error messages on SDLX and flexnet
After some of the work of the last days leading to a successful registration of
new assemblies using the .NET, there seems now to be some problem with the
register because no assembly can be found anymore (although they are there and
some are Wine-builtin).
This also leads to the .NET failing in initializing gatucil (shown on another
log) or loading mscowrks.dll.
As a consequence and amongst other, the Flexnet licensing tool is not starting
the install, blocking the use of the software.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11580
Summary: winmm - wave test hangs
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: winmm&mci
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=10754)
--> (http://bugs.winehq.org/attachment.cgi?id=10754)
+winmm,+relay
For me in Ubuntu feisty, running make -k test always hangs in winmm wave test.
A simple wineserver -k is enough to get it going again, but we need to squish
the rest of these bugs...
+winmm,+relay log attached
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11573
Summary: GTA San Andreas: Mouse skips with recent change to Wine
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: anders1(a)gmail.com
In GTA San Andreas, while looking around using the mouse it skips. I reverted
the following change and it's fine again. I'm not sure if this is a duplicate
bug, I looked around but didn't find anything related to this change so I
figured it'd be a good idea to write about it here.
http://source.winehq.org/git/wine.git/?a=blobdiff;f=dlls/dinput/mouse.c;h=7…
Version: wine-0.9.55-58-g066c60e
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11509
Summary: Wordviewer 2003 is unable to open documents encrypted
with AES
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyId
=95E24C87-8732-48D5-8689-AB826E7B8FDF
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: crypt32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: infyquest(a)gmail.com
Created an attachment (id=10675)
--> (http://bugs.winehq.org/attachment.cgi?id=10675)
document encrypted with aes
WordViewer 2003 is unable to open the documents encrypted with AES
Cryptoprovider.
It mostly because its compiled with the incorrect PSDK Headers/Libs.
In XP the provider name is appended with (Prototype)
Attaching a sample word 2003 document.
Its password is testaes
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11488
Summary: corefont installers hanging
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://downloads.sourceforge.net/corefonts/arial32.exe
OS/Version: other
Status: NEW
Keywords: download, Installer, regression
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
With today's git, the ms corefont installers seem to be hanging on exit.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11474
Summary: winelauncher mixes up stdout & stderr
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rmh(a)aybabtu.com
Created an attachment (id=10617)
--> (http://bugs.winehq.org/attachment.cgi?id=10617)
simple test case
The following line in winelauncher:
( $WINEBIN/$WINE_BIN_NAME "$@"; echo $? >$status_name ) 2>&1 | tee
"$log_name"
mixes up stdout and stderr irreversibly. As a result, commands like:
echo some_file | cpio.exe -o -H newc > out.cpio
which would work on Windows, on wine get stderr messages merged into the
output.
I've been thinking for a while in a way to duplicate streams in bash without
mixing stdout with stderr, but couldn't find anything.
I think a C wrapper would be needed; perhaps in wine-bin itself. What's your
preference?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11295
Summary: Photoshop 7 crashes if you activate it while there's an
image in the clipboard
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Created an attachment (id=10385)
--> (http://bugs.winehq.org/attachment.cgi?id=10385)
+clipboard,+seh,+text,+dialog log of Photoshop 7 crashing
I originally described this in a comment on bug 4523,
but perhaps it deserves its own bug.
Start Firefox 2 and Photoshop 6 or 7
in wine. Copy an image in Firefox. (Oddly, Firefox in Linux
doesn't seem to have a "Copy Image" option, this is a Windows thing.)
Switch to Photoshop --
you don't even have to do anything but activate it --
and Photoshop crashes after putting up a dialog box
"Could not complete your request because of a program error."
I'll attach a +text,+seh,+clipboard log of Photoshop 7 crashing like that.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11253
Summary: Photoshop CS2 main window very slow redraw
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On a system with lots of screen real estate,
move the main background window (the one with
the File menu) around behind other windows or offscreen, then
drag it back. You'll see it redraw painfully
slowly. It can take three seconds to redraw
the whole thing.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11252
Summary: Photoshop CS2 window repaint cosmetic problem on
multiscreen systems
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
On a dual-monitor system, drag any of the windows (except
the main image window) so it overlaps the boundary between
two screens, then drag it back onto a single screen.
You'll see a one-pixel-wide rendering artifact.
Dragging the window offscreen fixes this (it pops back
onscreen and does a full repaint).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.