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.
http://bugs.winehq.org/show_bug.cgi?id=20319
Summary: ArcGIS 9.3 - ArcMap: Crashes upon startup
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: unlambda(a)gmail.com
I have successfully installed ArcGIS 9.3, and run the license manager to
register my copy. When I try to launch ArcMap, however, a splash screen come
up, but while the splash screen is up an error occurs "The program ArcMap.exe
has encountered a serious problem..." With some help on IRC, I ran the program
under winedbg, where I got the error "err:ole:CoGetClassObject no class object
{00000100-0000-0010-8000-00aa006d2ea4} could be created for context 0x1". It
was suggested I try installing mdac28 and jet40 via winetricks, which I did,
but continued to get errors. See http://paste.lisp.org/display/88498 where the
first paste is the original error, the second is after I tried "winetricks
mdac28 jet40", and the third is after (again as suggested on IRC) trying to
install dcom98 via winetricks. I have since removed the overrides for dcom98,
as they did not appear to be helpful.
In order to debug this software, you can get a 60 day trial at
http://www.esri.com/software/arcgis/arcview/eval/evaluate.html as long as
you're willing to give them a whole lot of identifying information. Let me know
if I can provide any more information to help debug this issue.
This seems to be similar to a bug which has been reported for a while,
http://bugs.winehq.org/show_bug.cgi?id=10672 , though this is a newer version
of Wine and a newer version of ArcGIS, so I figured that I would report a new
bug.
--
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=14255
Summary: Direct3d child window draws "out of place"
Product: Wine
Version: 1.1.0
Platform: PC
URL: http://www.engine001.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thedevilsjester(a)gmail.com
The Direct3d surface is being drawn at 0x0 on the parent of the canvas, rather
than the canvas itself.
--
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=11714
Summary: Popup with tide station name blank but present
Product: Wine
Version: 0.9.55.
Platform: PC
URL: http://wxtide32.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: n5470(a)pinefields.com
WXTide32 uses a vector artwork map, showing land mass outlines that can be
scaled up and down, and red (tide station) and blue (current station) squares
to mark the specific geographic location of reporting/predicting stations. As
the cursor moves over a square, the station's name is displayed in a popup
placed near the square. Under wine, the popup is drawn in the appropriate
place but no text is displayed in the popup. This problem is consistently
present and repeatable on demand. This problem was first observed under Wine
0.9.55 and is unchanged under 0.9.56. It has the feel of a problem seen in the
main application - see Bug 11562.
--
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=36107
Bug ID: 36107
Summary: Steam Fails to Authenticate, chrome.pak fails to load
regression
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mattcbro(a)earthlink.net
After upgrading to wine 1.7.17 and a recent update to steam 4/26/2014 or
thereabouts, steam is failing to authenticate. This happens with my old 32
bit prefix, and with a clean new 32 bit prefix.
The bug looks like a regression to bug 35030.
http://bugs.winehq.org/show_bug.cgi?id=35030
Here is where steam got hung up:
[2014-04-27 03:48:22] Downloading update (39,990 of 44,089 KB)...
[2014-04-27 03:48:23] Downloading update (41,049 of 44,089 KB)...
[2014-04-27 03:48:23] Downloading update (42,097 of 44,089 KB)...
[2014-04-27 03:48:23] Downloading update (43,077 of 44,089 KB)...
[2014-04-27 03:48:23] Downloading update (44,079 of 44,089 KB)...
[2014-04-27 03:48:24] Downloading update (44,089 of 44,089 KB)...
[2014-04-27 03:48:24] Download complete.
[2014-04-27 03:48:24] uninstalled manifest found in C:\Program
Files\Steam\package\steam_client_win32 (1).
[2014-04-27 03:48:24] Extracting package...
[2014-04-27 03:48:28] Installing update...
[2014-04-27 03:48:31] Failed to clean up after update, continuing...
[2014-04-27 03:48:31] Cleaning up...
[2014-04-27 03:48:31] Update complete, launching Steam...
[2014-04-27 03:48:31] Shutdown
[0427/034832:ERROR:resource_bundle.cc(417)] Failed to load C:\Program
Files\Steam\bin\chrome.pak
Some features may not be available.
[0427/034832:ERROR:network_change_notifier_win.cc(126)] WSALookupServiceBegin
failed with: 8
--
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=31867
Bug #: 31867
Summary: Ham Radio Deluxe Logbook endless loop on startup,
needs to be killed manually (Regression!)
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bernhardjwolf1(a)gmail.com
Classification: Unclassified
Created attachment 41934
--> http://bugs.winehq.org/attachment.cgi?id=41934
screenshot of Logbook with error message
HRD Logbook Component goes into endless loop on startup with the message
DSN Microsoft Access Driver not found
and has to be killed from the command line
I have the Microsoft Access Database engine installed since another HRD
component, DM780, does not work properly without it.
Screenshot 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=19577
Summary: Sword of the Stars background texture very pixellated
Product: Wine
Version: 1.1.21
Platform: PC
URL: http://www.gamershell.com/download_14762.shtml
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
Created an attachment (id=22815)
--> (http://bugs.winehq.org/attachment.cgi?id=22815)
On the mid-left side of the screen you can see the space background very
pixellated
In Sword of the Stars the main game screen background has a very pixellated
look (see attached screenshot).
There is a demo available: http://www.gamershell.com/download_14762.shtml
--
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.