http://bugs.winehq.org/show_bug.cgi?id=28189
Summary: regsvr32: No usage in wineconsole
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fgouget(a)codeweavers.com
To reproduce this start the console with 'wine wineconsole cmd' and then type
'regsvr32 /?' in the wine console.
The usage will be displayed in the terminal in which you started the
wineconsole instead of in wineconsole itself. This is because regsvr32 uses
regular Unix stdio functions like printf() instead of WriteConsole().
See the XCOPY_wprintf() function in programs/xcopy/xcopy.c or the output_*()
functions in programs/net/net.c for a model on how to fix this.
After fixing this, verify that running 'regsvr32 /?' still works fine in a
regular xterm or equivalent.
(split off from bug 13861)
--
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=37767
Bug ID: 37767
Summary: IOCTL_DVD_READ_STRUCTURE expects the wrong size of
output buffer for some requests
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Distribution: ---
IOCTL_DVD_READ_STRUCTURE expects all replies to be of
sizeof(DVD_LAYER_DESCRIPTOR), though the actual reply is dependent upon the
request. This prevents the application "VUDUToGo" from identifying DVD discs
for converting to digital copies.
The problem can be fixed by expecting the correct size reply from the different
request types:
https://github.com/wine-compholio/wine-staging/blob/master/patches/ntdll-DV…
--
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=31757
Bug #: 31757
Summary: Adobe Application Manager is unable to install -
download fails
Product: Wine
Version: 1.5.13
Platform: arm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
1. Download the Adobe Application Manager from https://creative.adobe.com/apps
( you need a Windows user-agent to see the download links )
2. Download the installer and execute it ( 32-bit prefix, clean install )
3. After a while the installation fails ( error code A12E5 )
--
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=19648
Summary: Lotus Organizer 97 - No text on tabs
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22933)
--> (http://bugs.winehq.org/attachment.cgi?id=22933)
Screenshot
The text on the tabs of the organizer on Organizer 97 does not appear.
"winetricks allfonts" makes no difference, not sure what else to try.
No console output.
The attached screenshot with associated scribble shows where the text should
be.
--
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=35537
Bug ID: 35537
Summary: Cannot install Easy Bridge version 4.0.2
Product: Wine
Version: 1.6.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: y3531(a)hotmail.co.uk
Classification: Unclassified
Created attachment 47452
--> http://bugs.winehq.org/attachment.cgi?id=47452
Backtrace
App DB shows Steven Hans Easy Bridge version 4.0.2 as Platinum rated. When I
tried to install Installshield seems to unpack OK, runs installation to 100%
then crashes. Shame as it's a great game. backtrace attached
--
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=26656
Summary: Cherry-SMS desktop app crashes / shows no country code
Product: Wine
Version: 1.2.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 4mtgjul(a)tempalias.com
I just downloaded the 1.0 dektop app from cherry-sms.com, installed it, but it
doesn't work proper: I cant select the country code. If i write the coutry code
before my number i geht the message: Logged in, but the program crashes.
http://pastebin.com/YxmV9G9g
I asked in the IRC and a guy told me it was written in VisualBasic, and that
there was some Problem with the GUIDs. I hope that helps.
Regards
--
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=35949
Bug ID: 35949
Summary: Starcraft Campaign Editor does not highlight links in
triggers on hover
Product: Wine
Version: 1.7.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Created attachment 48016
--> http://bugs.winehq.org/attachment.cgi?id=48016
trace+richedit
To reproduce, open the Campaign Editor, click Scenario, click Triggers,
double-click "Current player commands at most 0 buildings", click Conditions,
double-click "Current player commands at most 0 buildings", and hover over "at
most 0".
On Windows, hovering changes the link color to white text on a blue background
with no underline, but on Wine nothing changes.
"winetricks dlls riched20" fixes the problem.
--
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=36324
Bug ID: 36324
Summary: valgrind shows a leak in rpcrt4/tests/ndr_marshall.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==389== 22 bytes in 1 blocks are definitely lost in loss record 51 of 330
==389== at 0x7BC4C735: notify_alloc (heap.c:255)
==389== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==389== by 0x49640DB: test_conformant_string (ndr_marshall.c:1547)
==389== by 0x4967D3E: func_ndr_marshall (ndr_marshall.c:2421)
==389== by 0x4995124: run_test (test.h:584)
==389== by 0x4995513: main (test.h:654)
==389==
etc.
--
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=37303
Bug ID: 37303
Summary: Change of paper size in print dialog do not update
DEVMODE dmFormName member
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comdlg32
Assignee: wine-bugs(a)winehq.org
Reporter: ralf.habacker(a)freenet.de
Created attachment 49615
--> https://bugs.winehq.org/attachment.cgi?id=49615
Update dmFormName when changing paper size (patch)
A printer paper size change through the printer dialog of any application do
not update the DEVMODE dmFormName struct member.
How to reproduce:
1. run
WINEDEBUG=+psdrv wine notepad
2. check trace output for the following entry (we assume 'A4' is used)
trace:psdrv:dump_devmode dmPaperSize: 9
trace:psdrv:dump_devmode dmFormName: L"A4"
3. open print setting
4. change paper size to a different value (for example 'B5')
5. reopen print settings dialog
6. check trace output for the following entry
trace:psdrv:dump_devmode dmPaperSize: 11
trace:psdrv:dump_devmode dmFormName: L"A4"
-> dmFormName has still the old value
Instead it should have
trace:psdrv:dump_devmode dmFormName: L"B5"
The appended patch fixes this issue.
--
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=20927
Summary: winevdm.exe error
Product: Wine
Version: 1.1.33
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)lager.freeserve.co.uk
On clicking to print, message box appears that winevdm.exe has an error;
program then freezes.
--
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.