https://bugs.winehq.org/show_bug.cgi?id=39056
Bug ID: 39056
Summary: Redirect a device printer port to a print command
(lpr)
Product: Wine
Version: 1.7.48
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: spooler
Assignee: wine-bugs(a)winehq.org
Reporter: hugocanalli(a)gmail.com
Distribution: ---
Sometimes I need to write directly to a print port.
That's because I have a old program that works only with ports named lpt[1-4]
or com[1-4]
I can do it creating a link to my device to the dosdevices folder.
E.g:
ln -s /dev/lp0 ~/wine/dosdevices/lpt1
ln -s /dev/ttyUSB0 ~/.wine/dosdevices/lpt2
Typing commands like echo 'hello' > lpt1 will work great.
There are some cases that my printer is not directly connected to my computer.
By example my Brother DCP-8085DN printer that works over network, a wireless
printer, or same my epson lx300 using lpt1 port but instead is installed on
another computer.
To map this kind of printers I use cups and it work on wine using print dialog
(e.g printing using notepad).
But what about if I need to use my old dos program or would like play around
with wine start.exe program and type commands like echo 'hello' > lpt1
Wine start.exe returns File not found.
Cups doesn't create /dev/xxx devices to printers. So I can't do a link to
dosdevices folder and I have to use the lpr command to print.
One solution is create a file named lpt1 on dosdevices folder and use loop
script in linux cheking for changes and redirect data to lpr.
I can do it easly using the following procedure:
cd ~/.wine/dosdevices
mkfifo lpt1
chmod 666 lpt1
And create a running forever script like:
while true
do
cat ~/.wine/dosdevices/lpt1 | lpr -o raw -P cups_printer_name
done
While this method can work would be great if we could do it only using wine
ways and therefore no need to such script.
--
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=43267
Bug ID: 43267
Summary: Wine error when trying to open a USB stick encrypted
by McAfee
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cranky.frankie(a)gmail.com
Distribution: ---
Created attachment 58596
--> https://bugs.winehq.org/attachment.cgi?id=58596
Wine error when trying to open a USB stick encrypted by McAfee
The attachment contains the error I get when trying to open a USB stick that
has been encrypted on a Windows machine with McAfee encryption software. I have
the password but I cannot get Wine to open the file system for read access.
--
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=45754
Bug ID: 45754
Summary: GFXBench 5.0 benchmark doesn't run..
Product: Wine
Version: 3.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtfss1(a)gmail.com
Distribution: ---
Created attachment 62198
--> https://bugs.winehq.org/attachment.cgi?id=62198
log
Hi,
just trying to run GFXBench 5.0 Windows binary as 5.0 isn't avaiable for Linux
(yet?)..
it's a Vulkan benchmark also and would be useful to catch some error when
running Android app on Android-x86 having also Vulkan Mesa drivers..
anyway here is output:
A window opens saying network error but I have Internet working correctly and
also kishonti server is working..
seems fatal lines:
[INFO ]: Handshake error:
[ERROR]: error: NetworkError: INTERNAL_ERROR
full log atached..
--
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=41916
Bug ID: 41916
Summary: [regression] wine >=1.9.21 PDF-XChange Editor
6.0.317.1 [last known stable] and above *crash* while
using "Sticky Note Tool" (annotation)
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jackdachef(a)gmail.com
Distribution: ---
I've tried several versions of wine(-staging)
1.9.21-git
1.9.22
1.9.23
all in the staging variant,
currently compiling 1.9.21-staging
and will later try out vanilla 1.9.21 whether it also happens there (highly
probable).
OS is Gentoo ~amd64,
GCC 4.9.4 hardened, binutils 2.27
this also happens with GCC 6.2 hardened
hardened toolchain didn't make a difference in stability and operation before
since flags that break WINE are filtered out automatically.
Last known working and stable combination of using "Sticky Note Tool" (Bubbles
with Text in them) in PDF-XChange Editor and WINE is
WINE 1.9.21 and PDF-XChange Editor 6.0.317.1
all newer versions up to 6.0.319.0 crash while adding annotations and
attempting to add a "Sticky Note"
PDF-XChange Editor 6.0.317.1 and >WINE 1.9.21
while selecting "Sticky Note Tool" and pasting a bubble on the PDF file has a
problem of NOT displaying the content of the sticky note,
also AFTER the sticky note is added to the PDF file after a short amount of
time WINE / the program will crash
Will post stack-traces later when I don't need working WINE
Thanks
--
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=21855
Summary: WordPro Windows pull down does not show file names
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)verizon.net
Created an attachment (id=26459)
--> (http://bugs.winehq.org/attachment.cgi?id=26459)
Missing file names in Windows pull down
Hi All,
Would you guys fix this for me?
I am using Lotus Word Pro N9.8.0208.1200. When you open two files (documents)
from the command line (the jpeg I have attached), then go to the "Window" pull
down to select which file to bring into focus, the file names are missing. If
you start Word Pro, then use File, Open to select two files, one at a time, the
second file does not show.
Many thanks,
-T
--
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=43489
Bug ID: 43489
Summary: Bug on Hi suite that provoc the no connection of the
smartphone
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shikaruko-ryukan(a)legtux.org
Distribution: ---
Created attachment 58871
--> https://bugs.winehq.org/attachment.cgi?id=58871
Bug at launch of Hi suite on Wine 1.6.2
Bug on Hi suite that provoc the no connection of the smartphone
--
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=45266
Bug ID: 45266
Summary: SHFileOperation FO_MOVE fails to move files to target
directory
Product: Wine
Version: 2.0
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: fheidenreich(a)gmail.com
When moving multiple files to one target directory, the SHFileOperation is
aborted with ERROR_CANCELLED.
I think it's caused by an erroneous check at
https://source.winehq.org/git/wine.git/blob/HEAD:/dlls/shell32/shlfileop.c#…
if (!(lpFileOp->fFlags & FOF_MULTIDESTFILES) &&
!flFrom->bAnyDirectories &&
flFrom->dwNumFiles > flTo->dwNumFiles)
{
return ERROR_CANCELLED;
}
If the target is one single directory, FOF_MULTIDESTFILES is not set.
flFrom->bAnyDirectories is false, since no directories are moved. And
flFrom->dwNumFiles > flTo->dwNumFiles since we move multiple files to one
target directory.
I'm not sure what's the reasoning behind !flFrom->bAnyDirectories anyway. Maybe
it's just a typo and should read !flTo->bAnyDirectories
--
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=44887
Bug ID: 44887
Summary: Pressure sensitivity lost when file requester is
opened in ZBrush
Product: Wine
Version: 3.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: f2267911(a)nwytg.com
Distribution: ---
ZBrush (4r8 and 2018) works quite fine but when a file requester (to load or
save a tool) is opened, ZBrush does not response to the pressure sensitivity.
Before loading a tool the pressure sensitivity worked fine.
--
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=28759
Bug #: 28759
Summary: 'start inetcpl.cpl' fails
Product: Wine
Version: 1.3.30
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Classification: Unclassified
Starting inetcpl.cpl directly via the start command doesn't seem to be possible
in Wine. Running 'wineconsole cmd' and then 'start inetcpl.cpl' from within cmd
gives:
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: File not found
start C:/Windows/system32/inetcpl.cpl gives:
Application could not be started, or no application associated with the
specified file.
ShellExecuteEx failed: Success
Both cases bring up the Internet Options control panel applet on Windows XP.
Just running "wine inetcpl.cpl" also fails, with no output except "Segmentation
fault".
--
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=22273
Summary: CDBurnerXP doesn't start with Mono
Product: Wine
Version: 1.1.42
Platform: x86-64
URL: http://cdburnerxp.se/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
The summary basically says it all... with winetricks mono26, the program
installs but won't start. With winetricks dotnet20, it's buggy but at least
somewhat usable. There's not much terminal output:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Native.CDBXP" (1.0.4.0)
fixme:reg:GetNativeSystemInfo (0x9c9bf58) using GetSystemInfo()
--
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.