https://bugs.winehq.org/show_bug.cgi?id=6402
Christian Greim <greim(a)stempelgreim.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |greim(a)stempelgreim.de
--- Comment #7 from Christian Greim <greim(a)stempelgreim.de> ---
the Bug 6402 from the subject has been set to FIXED by Tony Lambregts in 2007.
I sarched arround in the mailings and in the web-site, but did not found the
solution, although Vitaliy Margolen wrote: "from the messages you sent, I can
see that the problem is indeed fixed". What is the solution? I have the same
problem. Acrobat 5 is very old, but for most requirements in
printing-industries it's satisfying.
--
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=19859
Summary: cygwin's rsync -aq --delete-before crashes; breaks
cygwin bash build
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
[This is the next problem after bug 19858.)
To debug bug 19856, I decided to try to build cygwin's bash
from source so I could see why it refuses to run some commands.
Hilarity ensued.
To repeat:
1) run
$ winetricks cygwin
and select gcc, automake, patch, and cygport
2) start a cygwin shell
$ cd ~/.wine/drive_c/cygwin
$ wine wineconsole cmd /c cygwin.bat
then use that for all further commands
3) read 'man cygport'
4) download the bash source package from your favorite cygwin mirror, e.g.
$ wget http://cygwin.osuosl.org/release/bash/bash-3.2.49-22-src.tar.bz2
To work around bug 19858, edit cygwin's /bin/cygport and change the two lines
warn "${unpack_cmd} ${unpack_file_name} failed"
to say
echo "${unpack_cmd} ${unpack_file_name} failed"
5) unpack the source tarball and use cygport to prepare and build it
$ mkdir temp
$ cd temp
$ tar -xjvf ../bash-3.2.49-22-src.tar.bz2
$ cygport prep bash*cygport
This takes a couple minutes, and fails at the very end with
>>> Preparing working source directory
+ rsync -aq --delete-before /cygdrive/c/bb/bash-3.2.49-22/origsrc/
/cygdrive/c/bb/bash-3.2.49-22/src/
/usr/bin/cygport: line 779: 67 Segmentation fault (core dumped) rsync
-aq --delete-before ${origsrcdir}/ ${srcdir}/
You can reproduce this almost on its own by running that rsync
inside wineconsole yourself. (Doing it noninteractively
doesn't seem to crash :-( )
Leaving off the --delete-before avoids the crash.
Workaround: edit cygwin's /bin/cygport to use cp -a instead of rsync, e.g.
change
rsync -aq --delete-before ${origsrcdir}/ ${srcdir}/;
to
rm -rf ${srcdir}/
cp -a ${origsrcdir}/ ${srcdir}/;
--
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.
https://bugs.winehq.org/show_bug.cgi?id=7803
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #25 from super_man(a)post.com ---
Similar results as Austin. Also winetricks -q vbrun6 is still needed.
(not fixed)
wine 1.9.12-git
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40818
Bug ID: 40818
Summary: Sonic Heroes corrupt graphics.
Product: Wine
Version: 1.8.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
Hello Everyone,
Sonic Heroes shows corrupt graphics.
Here is a screen of the corrupt graphics.
https://s32.postimg.org/hlz4rb6d1/screen.png
Here is what the screen should look like.
https://s31.postimg.org/w84cg7bm3/screen01.png
This was test on Slackware-current 32bit with nouveau-1.0.12.
--
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=34331
Bug #: 34331
Summary: Toolbar buttons can be activated without a proper
click
Product: Wine
Version: 1.6
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: blubban(a)gmail.com
Classification: Unclassified
Created attachment 45697
--> http://bugs.winehq.org/attachment.cgi?id=45697
Minimized (110 lines) testcase; includes source and 32bit binary
Steps to reproduce:
1. Open the attached testcase, or anything else with a toolbar (I did nothing
weird with the testcase).
2. Click and hold the mouse on any non-disabled toolbar button
3. Move the mouse to any other toolbar button, disabled or not; release the
mouse
Expected result: The button is not activated, since the mouse was depressed
while hovering over another button. This is also the result on Windows 7 64bit.
Actual result: The button is activated. This can even be done if the button is
disabled, which can give all kinds of strange results in apps that assume
disabled buttons are not triggerable.
To guarantee there is no weird config nearby, I have tested it with a live CD
in a virtual machine. Linux Mint 15 MATE, 64bit; wine1.6-0ubuntu1. I'd use 1.7
if it was in the PPA, but I don't think I have enough RAM to compile Wine on
that VM.
--
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=30362
Bug #: 30362
Summary: HP Photo Creations 3.0 crashes on startup
Product: Wine
Version: 1.4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: atalanttore(a)googlemail.com
Classification: Unclassified
Created attachment 39690
--> http://bugs.winehq.org/attachment.cgi?id=39690
Backtrace + Terminal output
HP Photo Creations 3.0 crashes on startup
There appear several errors in terminal (see attachment).
Download URL: ftp://ftp.hp.com/pub/united-states/rlc/hpphotocreations.exe
--
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=19089
Summary: Mozilla Firefox doesn't detect IE as installed?
Doesn't attempt to import settings from IE
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.getfirefox.com
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Mozilla Firefox doesn't appear to detect IE as installed. On first run on
windows, Firefox asks if you'd like to import your settings from IE (or some
other browsers if installed). On wine, this gets skipped.
I tried installing ie6 from winetricks to see if perhaps we're missing a
file/registry key that it would install, but no luck.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=40811
Bug ID: 40811
Summary: WINESERVER variable is only used if
@bindir@/wineserver does not exist
Product: Wine
Version: 1.9.12
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: jre.winesim(a)gmail.com
Distribution: ---
Wine seems to *always* use @bindir@/wineserver as wineserver if it exists. The
environment variable WINESERVER seems to be ignored as long as the former
exists.
$ alias pswineserver='ps aux|grep wineserver|grep -v grep|sed "s|.* ||"'
$ sudo cp /opt/wine-devel/bin/wineserver /opt/wine-devel/test/
$ pswineserver
$ WINESERVER="/opt/wine-devel/test/wineserver" /opt/wine-devel/bin/winecfg
$ pswineserver
/opt/wine-devel/bin/wineserver
$ sudo rm /opt/wine-devel/bin/wineserver
$ pswineserver
$ WINESERVER="/opt/wine-devel/test/wineserver" /opt/wine-devel/bin/winecfg
$ pswineserver
/opt/wine-devel/test/wineserver
Found in winehq-devel (1.9.12~stretch) from winehq, and wine (1.8.2-1) and
wine-development (1.9.12-1) from Debian.
--
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=17221
Summary: Google Sketchup plugin Cutlist does not work
Product: Wine
Version: 1.1.7
Platform: PC
URL: http://lumberjocks.com/jocks/daltxguy/blog/5143
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mellery(a)gmail.com
Created an attachment (id=19150)
--> (http://bugs.winehq.org/attachment.cgi?id=19150)
console output
The plugin cutlist (download link is in the bug report) doesn't load
completely, when I start the plugin only the logo and 4 button boxes load not
the settings box that should be inbetween. Also clicking on the buttons have
no effect.
--
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.