https://bugs.winehq.org/show_bug.cgi?id=51618
Bug ID: 51618
Summary: Unravel Two water is blurry
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 70473
--> https://bugs.winehq.org/attachment.cgi?id=70473
example
Comparison between renderers.
--
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=51617
Bug ID: 51617
Summary: Unravel Two yarnys are partly white
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 70472
--> https://bugs.winehq.org/attachment.cgi?id=70472
example
Comparison between renderers.
--
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=45609
Bug ID: 45609
Summary: Freeways Version 5: Crashes on launch
Product: Wine
Version: 3.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexmax2742(a)gmail.com
Distribution: ---
Created attachment 62038
--> https://bugs.winehq.org/attachment.cgi?id=62038
Backtrace
The game is called Freeways. It just...crashes. I see no window or anything,
it just gives me the crash notice immediately.
Game is located here - no free version, but it's seriously cheap:
https://captaingames.itch.io/freeways
--
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=34226
Bug #: 34226
Summary: AVR Studio 4.19 (build730) strange behaviour of editor
and crashs
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ghieber(a)fastmail.net
Classification: Unclassified
Created attachment 45541
--> http://bugs.winehq.org/attachment.cgi?id=45541
2 screenshots and 3 backtraces
AVR Studio has a syntax sensitive editor. This shows the following "strange"
behaviour, tested with assembler source files (see screen shot):
When a file is loaded, white space (tabs) before reserved words (i.e. all the
opcodes) is filled with garbage, see lower part of screen shot. If the cursor
is directly in front of a reserved word, and a tab is inserted, this tab is
filled with a copy of the reserved word behind it (like before "jmp start" and
2 times before "out SPL, akku".
If the editor window is forced to repaint (by minimizing it and showing again,
or moving it partially out of the client area), the garbage changes its
appearance: it can dissapear (moving it to the left and back), or the affected
areas turn grey (minimizing, or moving down and back).
Doing all this moving and resizing too often can crash the program, see
attached backtraces.
All this is only a display problem. The file in the editor is not affected!
The bug appears under wine 1.6 installed from the Distribution's packet, where
AVR Studio installs into a 64 bit folder, and under Wine 1.7, installed from
source, forced to 32 bit. The repainting bug does not appear under Crossover
12.2.1. Crashs while resizing windows have yet not been observed under
Crossover. (there is another one, which will be reported to Codeweavers).
--
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=39559
Bug ID: 39559
Summary: SynthFont - clicking on a folder deletes the folder
entirely the folder isn’t in the trash bin or anywhere
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pdaut01(a)hotmail.com
Distribution: ---
I went to open a folder in the program SynthFont and it deleted the entire
folder with no traces of it anywhere it also happened with my folder of music
that had 2.4GB of music that I was going to put on my phone so is there any way
to recover those files and folders it has deleted? also the program never did
this before till now
--
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=50502
Bug ID: 50502
Summary: waveInOpen and waveOutOpen do not support the Default
Communication Device
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: hans(a)betafreak.com
Distribution: ---
Beginning with Windows 7, the waveOutOpen and waveInOpen functions allow you to
pass special flags in place of the device ID in order to access the Default
Communication Device - users can set this device separately in the Control
Panel to use it for things like phone calls. Several Windows games use this
device for voice chat and don't offer other options.
Specifically, in both functions, if the WAVE_MAPPER flag is provided instead of
uDeviceID, and the WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE flag is added to
fdwOpen, the Default Communication Device is opened. The Default Communication
Device is itself supplied in the OnDefaultDeviceChanged callback in
IMMNotificationClient.
MSDN references for both:
https://docs.microsoft.com/en-us/windows/win32/api/mmeapi/nf-mmeapi-waveout…,
https://docs.microsoft.com/en-us/windows/win32/api/mmeapi/nf-mmeapi-waveino…,
https://docs.microsoft.com/en-us/windows/win32/api/mmdeviceapi/nf-mmdevicea…
The current Wine code, as of 6.0, does not make any reference to
WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE at all, and its current
IMMNotificationClient notification ignores all roles except for eConsole. The
ultimate effect of this is that Windows programs that use this API to open the
communications device believe that there isn't one and thus fail to make any
attached mic available.
--
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=33537
Bug #: 33537
Summary: Blacklight Retribution low fps
Product: Wine
Version: 1.5.29
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: levanchelidze(a)gmail.com
Classification: Unclassified
Created attachment 44385
--> http://bugs.winehq.org/attachment.cgi?id=44385
Terminal output
I installed Steam version of Blacklight Retribution on Ubuntu 13.04 x64 on x32
wine fresh prefix.
Game runs out of the box on wine 1.5.29 but I had to first start the update and
then start the game BLR.exe because play button does not show.
problem I have withi this game is the frame rate on windows with same settings
I get 100-120 fps under wine I get 20-30 fps
--
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=23739
Summary: Gigabyte atBIOS tool does not install
Product: Wine
Version: 1.2
Platform: x86
URL: http://download.gigabyte.eu/FileList/Utility/motherboa
rd_utility_gbttools_gbt_atbios.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Created an attachment (id=29734)
--> (http://bugs.winehq.org/attachment.cgi?id=29734)
Picture from OP
>From https://bugs.edge.launchpad.net/ubuntu/+source/wine1.2/+bug/607970:
clean 10.10 xubuntu
installed wine
atBios dl from http://www.gigabyte.de/Support/Motherboard/HowToReflashBIOS.aspx
opened->extracted
in extrated folder setup.exe
error in picture
Not sure how wise it is to use a BIOS tool through wine but it may at least
provide info about current version.
I can confirm this problem.
In the terminal I get:
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program Files\\Common
Files\\InstallShield\\Professional\\RunTime\\IsProBE.tlb" failed with error 2
fixme:storage:create_storagefile Storage share mode not implemented.
--
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=50007
Bug ID: 50007
Summary: NCLauncher2 crashes after login:
System.NullReferenceException
Product: Wine-staging
Version: 5.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dracoanarion(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 68414
--> https://bugs.winehq.org/attachment.cgi?id=68414
Console logs
As an attempt to play Aion (NA version), I tried to install the NCLauncher2.
Based on the information available here:
https://support.aiononline.com/hc/en-us/articles/360049020131-Installation-…,
I have installed the following in a fresh 64bit wine prefix:
winetricks dotnet462 corefonts d3dx9
(d3dx9 is needed for the game itself, not the launcher)
On successful login, the IP address of the user is verified. If a new IP is
detected, NCSoft requires to validate the new location (and offers to save it),
by sending a digit code to the mail address corresponding.
The crash occurs if the correct code is provided.
--
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=51369
Bug ID: 51369
Summary: Loop Hero.exe fails to start
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: godevilove(a)ya.ru
Distribution: ---
Created attachment 70225
--> https://bugs.winehq.org/attachment.cgi?id=70225
LoopHero.exe.log
Attempting to set gamepadcount to 12
0104:fixme:dwmapi:DwmEnableMMCSS (1) stub
X Error of failed request: BadValue (integer parameter out of range for
operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 355
Current serial number in output stream: 356
--
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=33428
Bug #: 33428
Summary: geNIe 2.0 from Decision Systems Laboratory crashes
when attempting to create dynamic Network
Product: Wine
Version: 1.4.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tchavei(a)gmail.com
Classification: Unclassified
Created attachment 44230
--> http://bugs.winehq.org/attachment.cgi?id=44230
Backtrace produces by Wine
geNIe 2.0 from Decision Systems Laboratory crashes when attempting to create
dynamic Network. Specifically after opening Temporal Plate, creating two nodes
and trying to link them with an arc (conditional dependence)
--
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=48252
Bug ID: 48252
Summary: Input is dropped while drawing perfectly-vertical
lines if tablet is set to 'Relative' mode
Product: Wine
Version: 4.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintab32
Assignee: wine-bugs(a)winehq.org
Reporter: layif52204(a)amail1.com
Distribution: ArchLinux
Hello there, I'm having issues in Clip Studio Paint where if the tablet is set
to relative mode input is completely lost if the lines are perfectly vertical.
I've tried this in both Wine 4.21, and Wine 4.21 staging, while in staging the
terminal outputs "002c:fixme:wintab32:motion_event Negative orAltitude
detected" for each motion event.
This issue has existed for a number of Wine releases, likely dating back even
further than wine 3.x, terminal output however has been somewhat new.
Video of the problem, recorded using Clip Studio Paint Pro v1.9.4 running on
the latest Wine 4.21 staging from Manjaro repository:
https://streamable.com/jxi6u
A download for Clip Studio Paint (v1.9.5) can be found at:
https://www.clipstudio.net/en/dl
(Although recorded in v1.9.4, the issue has been present for a number of
releases, and is still present in the latest release v1.9.5.)
--
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=38301
Bug ID: 38301
Summary: StartNPFService Failed error during installation of
SwannView Plus NVR client
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: peet.buys(a)gmail.com
Distribution: ---
Created attachment 51134
--> https://bugs.winehq.org/attachment.cgi?id=51134
Winelog of SwannView Plus installation and run
Receive a "StartNPFService Failed" after installation of SwannView Plus NVR
client (SwannView_Plus_v1.02.16.50.exe).
The Swann View Plus client works but video flickers at a rate of approx. 1 to 2
frames per second.
Error on start-up, "fixme:service:scmdatabase_autostart_services Auto-start
service L"SADP_NPF" failed to start: 2". See full installation and run log
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.
https://bugs.winehq.org/show_bug.cgi?id=38874
Bug ID: 38874
Summary: Homesite+ (v5.5): Radiobutton in Find dialog not set
properly when using keyboard shortcut (Alt+U)
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fooquency(a)gmail.com
Distribution: ---
Created attachment 51804
--> https://bugs.winehq.org/attachment.cgi?id=51804
Screenshot showing after situation
While in the editor window, there is a Find dialog which enables text search
within the current file being edited. The Dialog includes a radiobutton pair
for setting the direction of search to be either Up (with U underlined) or Down
(D).
On Mac OSX, pressing Cmd+U to set the radiobutton only selects the label, but
does not actually make the radiobutton be checked. However, the original
behaviour on Windows does check the radiobutton.
Therefore, the radiobutton has then to be made active either by using the
mouse, or using the Space key.
The attached screenshot shows the state immediately after pressing Cmd+U. As
you can see, the label is surrounded but the radiobutton is still on its
original value.
--
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=30172
Bug #: 30172
Summary: EssentialPIM Pro Portable 4.54 email does not work
Product: Wine
Version: 1.4-rc6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: javiernisa(a)gmx.com
Classification: Unclassified
When trying to access the email module, Portable EssentialPIM Pro version both
as in the Free reports an error "aol", which does not allow to send or receive
emails.
It is therefore critical failure because it is an email manager where you can
not receive emails. It has been tested on several PCs with Ubuntu in several
versions.
Wine 1.4
EssentialPIM Pro Portable 4.54 Free and Portable.
http://www.essentialpim.com/?r=download
--
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=38743
Bug ID: 38743
Summary: Heroes V stops when loading the game
Product: Wine
Version: unspecified
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trsystemic(a)gmail.com
Created attachment 51656
--> https://bugs.winehq.org/attachment.cgi?id=51656
backtrace
Hangs up while loading the game (heroes 5). Picture doesn't change, sound
stops. I have to shut up playonmac to start again smth else.
Closed fixed. BUT HOW? Where do I paste that thing?
"Fixed by b9c71ffd42ee4021fea363661d65170994482c3a commit".
--
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=21850
Summary: Sonic & Knuckles Collection's game window can't be
decorated by window managers
Product: Wine
Version: 1.1.39
Platform: x86-64
URL: http://www2.sega.com/support/pcdownloads/sonic_knuckle
s_demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26454)
--> (http://bugs.winehq.org/attachment.cgi?id=26454)
Terminal output
The main game window for Sonic & Knuckles Collection cannot be decorated by
window managers; it appears with no window decorations unless "allow the window
manager to decorate the windows" is disabled in winecfg. Tested with Metacity,
Kwin, and Openbox - none of them can decorate it.
Wine's terminal output is attached, but this terminal output from Metacity
might also be worth mentioning:
Window manager warning: Window 0x4000009 (Sonic 3 & ) sets an MWM hint
indicating it isn't resizable, but sets min size 1 x 1 and max size 2147483647
x 2147483647; this doesn't make much sense.
To reproduce the bug: install the demo, run RUNSONIC.EXE, and click the "play
Sonic 3 & Knuckles" button.
--
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=21849
Summary: Sonic & Knuckles Collection: arrow buttons are very
narrow
Product: Wine
Version: 1.1.39
Platform: x86-64
URL: http://www2.sega.com/support/pcdownloads/sonic_knuckle
s_demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26452)
--> (http://bugs.winehq.org/attachment.cgi?id=26452)
Terminal output
The left and right arrow buttons in Sonic & Knuckles Collection (retail and
demo) are much narrower in Wine than they are in Windows. There are two places
where these buttons can be seen:
- On the game selection screen (seen when starting RUNSONIC.EXE)
- In the sound test (start the game -> options -> sound test)
Using winetricks comctl32 makes them appear at the same width as in Windows.
--
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=21759
Summary: Background music (MIDI) sounds wrong in Sonic &
Knuckles Collection
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www2.sega.com/support/pcdownloads/sonic_knuckle
s_demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=26297)
--> (http://bugs.winehq.org/attachment.cgi?id=26297)
Terminal output (git)
Now that bug 10329 is fixed, the background music in Sonic & Knuckles
Collection can be heard, but it doesn't sound right. It sounds like there are
some MIDI instruments missing or something. Some songs also produce a static
sound at certain points. Both the retail version and demo are affected.
The quickest way to reproduce this bug is probably to use options -> sound
test. A few tracks that sound remarkably different in Wine compared to Windows
are the title screen theme (BGM 000) and both version of Flying Battery Zone
(BGM 009 and 010).
Still the same in git.
--
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=21741
Summary: Sonic & Knuckles Collection Demo installer produces
(non-fatal) WINNLS32 errors
Product: Wine
Version: 1.1.38
Platform: x86-64
URL: http://www2.sega.com/support/pcdownloads/sonic_knuckle
s_demo/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
CC: julliard(a)winehq.org
Created an attachment (id=26268)
--> (http://bugs.winehq.org/attachment.cgi?id=26268)
Terminal output from current git
When installing the demo for Sonic & Knuckles Collection, the user is present
with the following error message four times:
Can't GetProcAddress() for WINNLS32.DLL WINNLS32EnableIME
Installation succeeds in spite of these messages. This is a regression which I
tracked down to the following commit:
9bf9eb094102c8e1d3661c88d6cf5e8129bc4dc4 is first bad commit
commit 9bf9eb094102c8e1d3661c88d6cf5e8129bc4dc4
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Tue Mar 24 09:31:03 2009 +0100
winnls32: Make winnls.dll into a stand-alone 16-bit module.
:100644 100644 3619da5d499922e7b8929fbfeffff56aafeaf08a
b2c44c2518de7640e14dd2b80f3c6a3db97b5ee5 M .gitignore
:100755 100755 2b50abf47065900234add54b9d702259dd67ce31
e11f83c7ed3cafb6db7481d8597e07f040405eb1 M configure
:100644 100644 c3f7008e81206748c1ca1866ad3fb6d051896766
9ee0e88331867ed2f32d9199acbce4a7ec0cd5fb M configure.ac
:040000 040000 3a39aa36af68064495b4d06e575d7e0be41b5496
576951279d2974c31f209eec20e953f69807e1e3 M dlls
This commit can no longer be reverted cleanly from current git, but the problem
goes away if 1.1.18 is compiled with the patch reverted.
--
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=25410
Summary: MS Paint doesn't refresh scrollbars properly
Product: Wine
Version: 1.3.8
Platform: x86-64
URL: http://download.microsoft.com/download/winntwks40/pain
t/1/nt4/en-us/paintnt.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
In MS Paint (installed with winetricks) the scrollbars don't seem to refresh
when they should unless the scrollbar area is clicked on.
Simple way to reproduce: Ensure that the canvas is smaller than the window (so
no scrollbars are visible) then zoom in on a portion of the picture (ensure
it's not the entire picture). Scrollbars should appear, but instead, they're
invisible. After clicking in the area where they should be, they become
visible.
Terminal output: nothing.
--
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=51560
Bug ID: 51560
Summary: Toon Boom Harmony 15 doesn't work right now.
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nukecrayon(a)gmail.com
Distribution: ---
Created attachment 70406
--> https://bugs.winehq.org/attachment.cgi?id=70406
the log that says what are the missing dll
my first bug report.
I've been trying to use Toon Boom Harmony 15 in wine but can't use it.
Its says some dll are missing.
Attached is the log.
--
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=51568
Bug ID: 51568
Summary: Zafehouse: Diaries demo crashes on start
Product: Wine
Version: unspecified
Hardware: x86-64
URL: https://web.archive.org/web/20160606064900if_/https://www.zafehouse.com/files/getdemo.php?demo=1
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
CC: piotr.caban(a)gmail.com
Regression SHA1: f1ef14dc177b23c908e4dd2d47846cb673e3feac
Distribution: ---
Created attachment 70414
--> https://bugs.winehq.org/attachment.cgi?id=70414
ouput (good + bad)
It used to fail on a D3DXSaveSurfaceToFileInMemory insuffiency with wine-6.14,
but crashes earlier now.
'winetricks -q d3dcompiler_47' (bug 37676) and wine-mono are needed to reach
the crash.
Bisection revealed:
f1ef14dc177b23c908e4dd2d47846cb673e3feac is the first bad commit
commit f1ef14dc177b23c908e4dd2d47846cb673e3feac
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Wed Aug 4 18:05:03 2021 +0200
msvcrt: Introduce _setfp helper to access floating point status and control
words.
Signed-off-by: Piotr Caban <piotr(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
I attached the terminal output of both the good and bad cases.
$ sha1sum ZafehouseDiariesDemoSetup.exe
0c15d5024c9a1e327ac7383fee48ad55a6fec35a ZafehouseDiariesDemoSetup.exe
$ du -sh ZafehouseDiariesDemoSetup.exe
31M ZafehouseDiariesDemoSetup.exe
--
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=51215
Bug ID: 51215
Summary: Logos Bible Software Crash selecting book in library
Product: Wine
Version: 6.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 70087
--> https://bugs.winehq.org/attachment.cgi?id=70087
terminal output from crash
This is a regression, I have updated to wine 6.9 and now have a crash when I
select a book in the library. Terminal output 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.
https://bugs.winehq.org/show_bug.cgi?id=47261
Bug ID: 47261
Summary: Sysinternals ClockRes returns wrong values
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
Shows resolution, but the wrong one. In process Wine complains about stubs.
32-bit version shows numbers looking plausible (~300 ms), but they seem to be
wrong, since native Linux functions return 1ms .
64-bit version shows enormous numbers.
--
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=39365
Bug ID: 39365
Summary: Gas Guzzlers Combat Carnage demo has wrong rendering
with ARB shaders enabled
Product: Wine
Version: 1.7.51
Hardware: x86-64
URL: http://www.worthdownloading.com/download.php?gid=5320&
id=23965
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 52472
--> https://bugs.winehq.org/attachment.cgi?id=52472
GLSL=disabled
Squares instead of pictures.
--
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=51519
Bug ID: 51519
Summary: Multiple applications have issues with network
connections (PlayOnline Viewer, Steam).
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: iphlpapi
Assignee: wine-bugs(a)winehq.org
Reporter: escomk3(a)hotmail.com
Distribution: ---
After beb84444 [1], PlayOnline Viewer (Final Fantasy XI Online) fails to
connect to the internet, and Steam seems to fail to render anything properly
that requires SSL connections.
For PlayOnline Viewer, at the time of a connection attempt, trace:iphlpapi
shows:
----
trace:iphlpapi:GetIpAddrTable table (nil), size 0x32cefc, sort 0
----
Without the mentioned commit:
----
trace:iphlpapi:GetIpAddrTable pIpAddrTable (nil), pdwSize 0x32d3bc, bOrder 0
trace:iphlpapi:GetIpAddrTable returning 122
trace:iphlpapi:GetIpAddrTable pIpAddrTable 0x2020eb0, pdwSize 0x32d3bc, bOrder
0
trace:iphlpapi:GetIpAddrTable returning 0
----
I wonder if the 'pdwSize' and 'size' being different means anything here.
One of the Steam SSL errors:
----
[0723/192525.102:ERROR:ssl_client_socket_impl.cc(935)] handshake failed;
returned -1, SSL error code 1, net_error -207
----
Last commit tested: a5f787ac445a6 [2]
1.
https://source.winehq.org/git/wine.git/commit/beb844448731a2413e3700877c237…
2.
https://source.winehq.org/git/wine.git/commit/a5f787ac445a682ea7ced5dd78c35…
--
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=51398
Bug ID: 51398
Summary: "The Bat!" mailer cannot send mails with attachments
anymore
Product: Wine
Version: 6.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mywine(a)schiermeier-it.de
Distribution: ---
Created attachment 70249
--> https://bugs.winehq.org/attachment.cgi?id=70249
LOG file from "The Bat!"
Since wine v6.9 it isn't possible to send mails with attachments anymore.
(btw: I'm not able to do a regression test because of "Application could not be
started, or no application associated with the specified file.
ShellExecuteEx failed: File not found.")
--
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=21910
Summary: File Encryption 2.1 does now show interface and drive
units correctly
Product: Wine
Version: 1.1.31
Platform: x86
URL: http://www.file-encryption.net/download/fencryption.zi
p
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: paloseco(a)gmail.com
Created an attachment (id=26577)
--> (http://bugs.winehq.org/attachment.cgi?id=26577)
Log when running fencryption.exe from command line
There is the portable version to be downloaded from the provided URL. The
program cannot be used actually (the interface 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.
https://bugs.winehq.org/show_bug.cgi?id=51496
Bug ID: 51496
Summary: On KDE riched20:editor triggers a clipboard infinite
loop, crashing explorer.exe
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Created attachment 70337
--> https://bugs.winehq.org/attachment.cgi?id=70337
Minimal riched20:editor test to reproduce the crash
On my machine, running riched20:editor results in one of explorer.exe's threads
being terminated following a stack overflow caused by a clipboard infinite
loop:
0098:trace:clipboard:X11DRV_SelectionRequest got request on e00004 for
selection "CLIPBOARD" target "STRING" win 3af prop "STRING"
0098:trace:clipboard:OpenClipboard 00010040
0098:trace:clipboard:GetClipboardData (CF_UNICODETEXT)
0098:trace:clipboard:GetClipboardData status=0 data 00A127D8 size=0 seqno 10
0098:trace:clipboard:GetClipboardData render=1 from=CF_TEXT
0098:trace:clipboard:GetClipboardData calling render_synthesized_format
0098:trace:clipboard:render_synthesized_format (CF_UNICODETEXT, CF_TEXT)
0098:err:clipboard:render_synthesized_format calling GetClipboardData
0098:trace:clipboard:GetClipboardData (CF_TEXT)
0098:trace:clipboard:GetClipboardData status=0 data 00A127D8 size=0 seqno 8
0098:trace:clipboard:GetClipboardData render=1 from=CF_UNICODETEXT
0098:trace:clipboard:GetClipboardData calling render_synthesized_format
0098:trace:clipboard:render_synthesized_format (CF_TEXT, CF_UNICODETEXT)
0098:err:clipboard:render_synthesized_format calling GetClipboardData
0098:trace:clipboard:GetClipboardData (CF_UNICODETEXT)
0098:trace:clipboard:GetClipboardData status=0 data 00A127D8 size=0 seqno 10
0098:trace:clipboard:GetClipboardData render=1 from=CF_TEXT
0098:trace:clipboard:GetClipboardData calling render_synthesized_format
0098:trace:clipboard:render_synthesized_format (CF_UNICODETEXT, CF_TEXT)
0098:err:clipboard:render_synthesized_format calling GetClipboardData
0098:trace:clipboard:GetClipboardData (CF_TEXT)
...
This happens specifically on KDE because KDE's clipboard manager queries Wine's
clipboard content.
Notes:
* The TestBot Wine VM(s) do not run KDE or any form of clipboard manager which
is why they are not impacted.
* Since 308a5e7 the crash happens while explorer holds the "main process heap"
critical section causing it to be unresponsive from that point forward:
006c:err:ntdll:RtlpWaitForCriticalSection section 00480094
"dlls/ntdll/heap.c: main process heap section" wait timed out in thread 006c,
blocked by 0098, retrying (60 sec)
* In turn this causes many timeouts in winetest.exe which is why my machine has
not been submitting results since then.
* This bug was already present before 308a5e7.
* At the time the stack overflow did not happen while the critical section was
being held so the consequences were not as far ranging which allowed
winetest.exe to complete (almost?) normally.
--
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=48584
Bug ID: 48584
Summary: DTS Master Audio Suite displays a black window if dxvk
is installed
Product: Wine
Version: 5.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
DTS-MS is installed in a separate prefix, .winedts, while dxvk is installed in
the .wine prefix. The display will not display until dxvk is disabled in the
.wine prefix.
--
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=41221
Bug ID: 41221
Summary: wine-mono crashes with
"System.EntryPointNotFoundException" when run under
gdb
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 55487
--> https://bugs.winehq.org/attachment.cgi?id=55487
Small C# program to show the problem, compiled on windows
When running a C# program, like for example SpaceEngineers, under gdb, mono
crashes with an error like "System.EntryPointNotFoundException:
GetTimeZoneInformation".
This seems to not only affect "GetTimeZoneInformation", but also other kernel32
functions.
Might be linked to bug 38431, but since it affects not only this one function I
assume it's something different, hence a separate report.
--
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=51501
Bug ID: 51501
Summary: FFXIV Launcher certificate warning popup with wine
6.13
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: spoon0042(a)hotmail.com
Regression SHA1: 5edf65616a8dcbf5988bbabe0493827d9e125fc3
Distribution: Debian
Starting the Final Fantasy XIV (old) launcher in wine 6.13 gets a repeated
certificate warning popup, contents:
----------
There is a problem with the certificate for this site.
The certificate is issued by an unknown or untrusted publisher.
Do you want to continue anyway?
[ Yes ] [ No ]
----------
Regression test yields:
(I somehow lost the first few lines, including
'5edf65616a8dcbf5988bbabe0493827d9e125fc3 is the first bad commit' or
whatever.)
Author: Aaron Hill <aa1ronham(a)gmail.com>
Date: Mon Jul 12 11:40:50 2021 +0200
crypt32: Implement CNG_RSA_PUBLIC_KEY_BLOB encoding/decoding.
Add support for the OID CNG_RSA_PUBLIC_KEY_BLOB to
CryptEncodeObjectEx and CryptDecodeObjectEx. This OID
decodes to / encodes from memory consisting of a
BCRYPT_RSAKEY_BLOB, followed in memory by the exponent and
modulus in big-endian format.
Signed-off-by: Aaron Hill <aa1ronham(a)gmail.com>
Signed-off-by: Hans Leidekker <hans(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 ca0067fa6eb02f019557d061de176db7638f664c
c551ac1f3955a02a91e377e31e174a07e75b1543 M dlls
:040000 040000 43561d3690001613b86e70f008141abb1fb7adad
5bf063fecf767ab3b99da40474d1ac37836f8cd8 M include
--
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=48854
Bug ID: 48854
Summary: When using Wavelab I am unable to save any file
Product: Wine
Version: 5.5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
After processing a file I am unable to save or save as the file anywhere.
A wavelab window pops up with:
An error occurred! The file could not be saved to disk!
Maybe this file is already open in WaveLab or in another application?
Maybe a file with the same name already exists and is write-protected?
Try saving to another place.
--
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=34679
Bug #: 34679
Summary: Split/Second Velocity Demo crashes without native
d3dx9_36
Product: Wine
Version: 1.7.3
Platform: x86
URL: http://www.chip.de/downloads/Demo-Split_Second-Velocit
y_43067183.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46227
--> http://bugs.winehq.org/attachment.cgi?id=46227
log+backtrace
Needs native d3dx9_36. If uses d3dcompiler_43 it's helps for launching only,
but crashes before starting a level.
--
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=34345
Bug #: 34345
Summary: AOMEI Backupper: Unimplemented function
msvcr80.dll._crt_debugger_hook
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Classification: Unclassified
Steps to reproduce:
1) remove ~/.wine
2) install AOEMEI Backupper
3) wine Backupper.exe
4) Click "refresh" button
Behaviour:
Wine error and program exits.
Expected behaviour:
No Wine error and program doesn't 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.
https://bugs.winehq.org/show_bug.cgi?id=51579
Bug ID: 51579
Summary: Regression in msvcrt breaks google earth installer
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
On starting google earth, you get an exception:
wine: Unhandled page fault on write access to 00000000 at address 7E05EA21
(thread 00a8), starting debugger...
Bisected to
commit f1ef14dc177b23c908e4dd2d47846cb673e3feac
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Wed Aug 4 18:05:03 2021 +0200
msvcrt: Introduce _setfp helper to access floating point status and control
words.
The problem lies in "unsigned int CDECL _clearfp(void)", which calls "_setfp".
This in turn breaks on the line
__asm__ __volatile__( "fldenv %0" : : "m" (fenv) : "st", "st(1)",
"st(2)", "st(3)", "st(4)", "st(5)", "st(6)", "st(7)" );
Since I'm not sure what's going on here, mind taking a look?
--
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=51326
Bug ID: 51326
Summary: Counter:Side: No sound after losing and regaining
focus for the first time
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aryo_adhi(a)yahoo.com
Distribution: ---
Created attachment 70189
--> https://bugs.winehq.org/attachment.cgi?id=70189
Terminal output while running game
Counter:Side doesn't output any sound after losing and regaining focus for the
first time.
This bug occurs on any occasion of window focus change, such as logging in from
external login (i.e social media, which launches browser to continue login
process).
How to replicate: Just switch focus on anywhere in the game except loading
screen.
Tested on openSUSE Leap 15.3 and 64-bit WINEARCH. Running openSUSE with KDE
Plasma Desktop vanilla install (i.e fresh install).
PS: If the ZFGameBrowser.exe crashes, install MS Core Fonts using winetricks.
Restart the game.
--
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=41629
Bug ID: 41629
Summary: Wordpad needs a manifest file.
Product: Wine
Version: 1.9.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: carlo.bramix(a)libero.it
Distribution: ---
Created attachment 55996
--> https://bugs.winehq.org/attachment.cgi?id=55996
WINE Wordpad running on Windows 7,
I compiled WINE on Windows, with CYGWIN as shell and MINGW as toolchain.
I tried to run the various programs and I noticed that wordpad has wrong
transparency on buttons of the toolbar, see also attached screenshot.
This happens because bitmaps with alpha channel require common controls v6.
Adding a manifest file was enough for fixing the 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.
https://bugs.winehq.org/show_bug.cgi?id=41560
Bug ID: 41560
Summary: BCGPOutlookDemo.exe example fails to draw Themed
Scrollbars
Product: Wine
Version: 1.9.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When using the BCGPOutlookDemo example, the standard window scrollbars are
displayed.
--
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=41921
Bug ID: 41921
Summary: Zafehouse: Diaries crashes when attempting to start
the game
Product: Wine
Version: 1.9.24
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56299
--> https://bugs.winehq.org/attachment.cgi?id=56299
Terminal output Wine-1.9.24-71-g2390219
I have a clean Windows XP prefix and whenever I attempt to start Zafehouse:
Diaries, it crashes when attempting to start.
Terminal output 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=36159
Bug ID: 36159
Summary: Google-Earth: no search results and no itinerary
displayed
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legluondunet(a)free.fr
Hello,
with the Google Earth 7.1.2.2041 version:
do a search or a itinerary in the left top field, click search (or Ok for
itinerary), nothing happen/display.
When I click on Search, I obtain this log message in the terminal:
fixme:nls:GetGeoInfoW -1 4 0x33d0a4 3 0
fixme:nls:GetGeoInfoW -1 4 0x33d044 3 0
fixme:nls:GetGeoInfoW -1 4 0x33d494 3 0
fixme:nls:GetGeoInfoW -1 4 0x33d494 3 0
fixme:msxml:domdoc_transformNodeToObject (0x108033a8)->(0x1c165c {VT_UNKNOWN:
0x10862928})
fixme:msxml:domdoc_transformNodeToObject (0x1f60e8)->(0x1aabb4 {VT_UNKNOWN:
0x10862928})
Thank you for your help.
LGDN.
Ubuntu 14.04 LTS Trusty 64 bits
NVIDIA GeForce GTX 770 with official Ubuntu Nvidia drivers 331.38
Processor Intel i5-3570 3,4 Ghz
8 Go RAM
--
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=51540
Bug ID: 51540
Summary: PlayOnline Viewer (FFXI) fails to start (Wine built
without MinGW).
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: escomk3(a)hotmail.com
Distribution: ---
Created attachment 70380
--> https://bugs.winehq.org/attachment.cgi?id=70380
Plain terminal output and backtrace.
After b0e51ead0d1 [1], PlayOnline Viewer (Final Fantasy XI Online) fails to
start.
Wine built with MinGW seems to be unaffected, so I'm not sure how fixable this
will be.
Backtrace lacks debug symbols even though the info has been built and installed
(that used to work... not sure what's going on there). Without additional
debug channels, the terminal has not much to tell, but I did manage to get the
symbols show up with Staging at some point, so I'll attach that trace as well.
The "on read access to 7B8A7DA0 at address 7B8A7DA0" seems curious. Not sure
if I ever saw them being the same address, but perhaps I just didn't pay
attention to them enough before.
Also "Killed" at the very end... that's interesting too. Additionally, running
with the 'relay' channel ends up with a Segmentation Fault.
1.
https://source.winehq.org/git/wine.git/commit/b0e51ead0d1c2ba305ba22c77a6a8…
--
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=51419
Bug ID: 51419
Summary: The Park crashes on launch using Vulkan renderer
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jsikorski(a)codeweavers.com
Regression SHA1: f165b911d8d14773f089b1449d664e026e99fdc1
Distribution: ---
Crashes after a while with 'UE4 Fatal error!' message.
--
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=25602
Summary: Windows Double Explorer: can't add a favorite folder
with Mono
Product: Wine
Version: 1.3.9
Platform: x86-64
URL: http://wde.codeplex.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: RandomAccountName(a)mail.com
Created an attachment (id=32600)
--> (http://bugs.winehq.org/attachment.cgi?id=32600)
Terminal output
Steps taken:
1. winetricks mono28
2. Extract and run WDE
3. From one of the treeviews, choose "My Computer" and navigate to C:
4. Try to drag-and-drop the Program Files folder to the space next to the text
"Fav:"
Nothing happens. If dotnet20 is used instead, it adds a Program Files entry in
that space.
(Note: with dotnet20, I had to resize the explorer panes to get the treeviews
to appear. Mono doesn't seem to have this problem.)
--
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=50419
Bug ID: 50419
Summary: Windows Movie Maker 2.0 installer fails to register
'l3codeca.acm' codec (missing 'dxtrans.dll',
IDXTaskManager)
Product: Wine
Version: 6.0-rc4
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
found while revisiting some old bugs. Mentioned by Nikolay in bug 10788
https://bugs.winehq.org/show_bug.cgi?id=10788#c11
--- quote ---
...
I've attached install and crash logs for today build.
On install we're missing dxtrans.dll I think.
...
--- quote ---
Indeed, almost 12 years later still missing.
--- snip ---
$ wine ./mm20enu.exe
...
016c:err:module:import_dll Library dxtrans.dll (which is needed by
L"C:\\Program Files\\Movie Maker\\WMM2FXA.dll") not found
016c:err:module:import_dll Library dxtrans.dll (which is needed by
L"C:\\Program Files\\Movie Maker\\WMM2FXB.dll") not found
016c:err:module:import_dll Library dxtrans.dll (which is needed by
L"C:\\Program Files\\Movie Maker\\WMM2FXA.dll") not found
016c:err:module:import_dll Library dxtrans.dll (which is needed by
L"C:\\Program Files\\Movie Maker\\WMM2FXB.dll") not found
--- snip ---
Installer log:
--- snip ---
...
======Installing component 'fhg'.
Package 'fhg' is version '1.9.0.305'. This is 'newer' than the version
currently installed.
InfParser: Set source directory 'C:\users\focht\Temp\IXP001.TMP'.
INF: Found section 'DEFAULTINSTALL.NT'.
Parsing Reg section:'Reg.Del'.
INF: Found section 'DEFAULTINSTALL.NT'.
Source location is:'C:\users\focht\Temp\IXP001.TMP'.
Parsing 'DELFILES' INFSection:'Files.Clean'
INF: Found section 'DESTINATIONDIRS'.
Assigned destination: 'C:\windows\system32\' to 'Files.Clean'.
INF: Found section 'DEFAULTINSTALL.NT'.
Source location is:'C:\users\focht\Temp\IXP001.TMP'.
Parsing 'COPYFILES' INFSection:'CopyFiles.DLL'
INF: Found section 'DESTINATIONDIRS'.
Assigned destination: 'C:\windows\system32\' to 'CopyFiles.DLL'.
WMC_CopyFile: File 'C:\users\focht\Temp\IXP001.TMP\l3codeca.acm' is newer
than the installed version. This file will be installed.
Copied file 'l3codeca.acm' to 'C:\windows\system32\'.
Package 'fhg' is version '1.9.0.305'. This is 'older or equal to' than the
version currently installed.
Parsing 'COPYFILES' INFSection:'CopyINF'
INF: Found section 'DESTINATIONDIRS'.
Assigned destination: 'C:\windows\INF\' to 'CopyINF'.
WMC_CopyFile: Could not find file version for 'C:\windows\INF\fhg.inf'. This
file will be overwritten.
Copied file 'fhg.inf' to 'C:\windows\INF\'.
INF: Found section 'DEFAULTINSTALL.NT'.
Parsing Reg section:'AddReg'.
Parsing Reg section:'AddReg.NT'.
Parsing Reg section:'AddUninst'.
Processed ADDREG line:
'HKCR,Software\Microsoft\Multimedia\Components\Installed\codec_fhg\Uninstall,InstallFile,2,C:\windows\inf\fhg.inf',
result 0x0.
Processed ADDREG line:
'HKCR,Software\Microsoft\Multimedia\Components\Installed\codec_fhg\Uninstall,InstallType,,advinf',
result 0x0.
Processed ADDREG line:
'HKCR,Software\Microsoft\Multimedia\Components\Installed\codec_fhg\AddsTo\Ref1,,,HKCR,.wav',
result 0x0.
Processed ADDREG line:
'HKCR,Software\Microsoft\Multimedia\Components\Installed\codec_fhg\AddsTo\Ref1,Type,,Registry',
result 0x0.
Processed ADDREG line:
'HKCR,Software\Microsoft\Multimedia\Components\Installed\codec_fhg\AddsTo\Ref2,,,HKCR,.wma',
result 0x0.
Processed ADDREG line:
'HKCR,Software\Microsoft\Multimedia\Components\Installed\codec_fhg\AddsTo\Ref2,Type,,Registry',
result 0x0.
INF: Found section 'DEFAULTINSTALL.NT'.
Parsing RegisterOCX INFSection:'OCX.Register'.
Registering DLL: 'C:\windows\system32\l3codeca.acm'.
ERROR: Dll Registration: Failed for file 'C:\windows\system32\l3codeca.acm':
'0x8007007f'.
ERROR: INF parser failed on: 'C:\users\focht\Temp\IXP001.TMP\fhg.inf'. Result:
0x8007007f.
Package install complete. Last result 0x8007007f.
ERROR: Package 'fhg'. Result: 0x8007007f.
Setup complete. Result: '0x8007007f'.
--- snip ---
Microsoft docs:
https://docs.microsoft.com/en-us/previous-versions/windows/internet-explore…
It's a legacy API but still, why not. Wine provides the means to run legacy
software - sometimes better than modern Windows nowadays ;-)
$ sha1sum mm20enu.exe
320ce8dcb7bb617046a8b01978ce705ed39300fb mm20enu.exe
$Â du -sh mm20enu.exe
12M mm20enu.exe
$Â wine --version
wine-6.0-rc4
Regards
--
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=48585
Bug ID: 48585
Summary: DTS Master Audio Suite display turns black if it is
minimised then maximised
Product: Wine
Version: 5.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
The program runs as expected until it is minimised and subsequently unminimised
to use again. Upon returning the window to it's pre-minimised state it turns
black except for a few input fields on some occasions and completely black on
other occasions.
--
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=41191
Bug ID: 41191
Summary: Separable Subsurface Scattering crashes on start
Product: Wine
Version: 1.9.17
Hardware: x86-64
URL: http://www.iryoku.com/separable-sss/#downloads
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 55424
--> https://bugs.winehq.org/attachment.cgi?id=55424
builtin d3dx10_43, d3dcompiler_43
Crashes on start with 'An error occurred in the device create callback
function.' message.
--
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=28257
Summary: kernel32/pipe.ok fails / times out when run with
WINEDEBUG=warn+heap
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Here's a log:
$ WINEDEBUG=warn+heap make pipe.ok
../../../tools/runtest -q -P wine -M kernel32.dll -T ../../.. -p
kernel32_test.exe.so pipe.c && touch pipe.ok
pipe.c:713: Test failed: ConnectNamedPipe GetQueuedCompletionStatus failed,
errno=258
pipe.c:398: Test failed: alarm
make: *** [pipe.ok] Error 1
Blithely doubling timeouts didn't seem to help at first glance.
--
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=51533
Bug ID: 51533
Summary: Some Radeon driver versions seem to break
kernelbase:sync
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Created attachment 70370
--> https://bugs.winehq.org/attachment.cgi?id=70370
Call timeBeginPeriod(2) to reproduce the bug
Some Radeon driver versions seem to break kernelbase:sync:
https://test.winehq.org/data/patterns.html#kernelbase:sync
sync.c:197: Test failed: got 0.203642
This failure only happens on cw-rx460, specifically:
* cw-rx460-1909 which has 21.5.2
* And it appeared on cw-rx460-1809 on 2021-06-25 which is when that version was
switched from the 19.9.3 Radeon driver to 21.5.2.
As a counter-point it happened once on cw-rx460-1709 (2021-06-18) when it was
switched from 19.11.3 to 21.3.2, but it has not happened since despite that
configuration still running the Radeon 21.3.2 driver. So maybe there is some
other issue.
In fact the test behaves exactly as if some application (e.g. some Radeon
driver component / GUI) called timeBeginPeriod(2), since that impacts all
running applications before Windows 10 2004.
--
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=51374
Bug ID: 51374
Summary: GreedFall 1.0.5684 fails with Unhandled exception:
unimplemented function
KERNEL32.dll.GetCurrentPackagePath called in 64-bit
code (0x000000007bc34098)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mo78(a)abv.bg
Distribution: ---
Created attachment 70231
--> https://bugs.winehq.org/attachment.cgi?id=70231
GreedFall Wine Log
Hello,
The game fails with the following error:
Unhandled exception: unimplemented function KERNEL32.dll.GetCurrentPackagePath
called in 64-bit code (0x000000007bc34098)
I tried Wine, Wine-Staging, Proton, ProtonGE to no avail.
--
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=48583
Bug ID: 48583
Summary: Waves VST Plugins do not render correctly
Product: Wine
Version: 5.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 66417
--> https://bugs.winehq.org/attachment.cgi?id=66417
Screenshot of display issue
Software: Kubuntu 19.10, Wavelab 6, Waves VST version 8
Everything except the ability to see the controls detail works (please see the
attached graphic for details which are highlighted in red). I have copied over
a preset from Windows to verify this. The controls themselves work, it is just
the display of their value and some labels which are the problem as they are
displayed as dots and dashes while they should be alpha numeric characters.
--
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=42341
Bug ID: 42341
Summary: Cryostasis: Sleep of Reason demo shows black screen
after launch
Product: Wine
Version: 2.0
Hardware: x86-64
URL: http://www.gamewatcher.com/downloads/cryostasis-sleep-
of-reason-download/cryostasis-sleep-of-reason-demo
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 57103
--> https://bugs.winehq.org/attachment.cgi?id=57103
output
Launched with PhysX and native d3dcompiler_43, d3dx10_43.
fixme:d3d10:d3d10_effect_matrix_variable_SetMatrix iface 0x185c08, data
0xb85e68 stub!
fixme:d3d10:d3d10_effect_scalar_variable_SetFloat iface 0x185c84, value
5.01960814e-01 stub!
fixme:d3d10:d3d10_effect_shader_resource_variable_SetResource iface 0x184440,
resource 0x18b44c stub!
wine-2.0-160-g152b240
--
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=33037
Bug #: 33037
Summary: Visual Studio 6 doesn't install
Product: Wine
Version: 1.5.24
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: german_ant_82(a)yahoo.com
Classification: Unclassified
Created attachment 43666
--> http://bugs.winehq.org/attachment.cgi?id=43666
Crash report when trying to install Visual Studio 6
Visual Studio 6 doesn't install.
The installation window is displayed, but when the next button is clicked the
program crash.
It could be installed on WineHQ 1.4, but not on WinHQ 1.5.24
--
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=51344
Bug ID: 51344
Summary: Resident Evil 4 2007 won't boot up on wine without the
native d3dx9_30.
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Resident Evil 4 2007 won't boot up with wine unless you install d3dx9_30.
--
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=50705
Bug ID: 50705
Summary: Cygwin64 on Wine64-staging closes the console after
every command.
Product: Wine
Version: 6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
Assignee: wine-bugs(a)winehq.org
Reporter: megastallman(a)gmail.com
Distribution: ---
Hi guys!
The current bug pretty much reminds me this one:
https://bugs.winehq.org/show_bug.cgi?id=48891 , but Damjan's and Dmitry's
patches don't fix it.
The difference is that I'm using cygwin64 on wine64.
My Wine-staging version is: wine-6.2-212-g4de079bb724
I'm also trying to run Cygwin64 utilities the same way I did it on 32-bit Wine:
~/.wine/drive_c/cygwin64/bin$ wineconsole bash.exe
0060:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0060:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0034:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0068:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0070:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0070:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
002c:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00d0:fixme:ntdll:NtSetInformationToken unimplemented class 4
00d0:fixme:process:NtQueryInformationProcess (process=0xffffffffffffffff)
Unimplemented information class: ProcessSessionInformation
00d0:fixme:advapi:LsaOpenPolicy
((null),0000000180312100,0x00000001,00000000FFFFC2D8) stub
00d0:fixme:security:GetWindowsAccountDomainSid (00000000FFFFC2B0
0000000000028B98 00000000FFFFC2AC): semi-stub
00d0:fixme:advapi:LsaClose (000000000000CAFE) stub
00d8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00d8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00d0:fixme:netapi32:DsEnumerateDomainTrustsW ((null), 0x0023, 0xffffc378,
0xffffc364): stub
INTEL-MESA: warning: Haswell Vulkan support is incomplete
INTEL-MESA: warning: Haswell Vulkan support is incomplete
INTEL-MESA: warning: Haswell Vulkan support is incomplete
INTEL-MESA: warning: Haswell Vulkan support is incomplete
INTEL-MESA: warning: Haswell Vulkan support is incomplete
INTEL-MESA: warning: Haswell Vulkan support is incomplete
00e0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00e0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00e0:fixme:wldap32:ldap_set_optionA Unsupported option: 0x95
00e0:fixme:wldap32:ldap_set_optionA Unsupported option: 0x96
00d0:fixme:netapi32:NetUserGetInfo Only implemented for local computer, but
remote serverL"\\\\@" was requested.
00d0:fixme:advapi:LsaOpenPolicy
((null),0000000180312100,0x00000800,00000000FFFFC9F8) stub
00d0:fixme:advapi:LsaClose (000000000000CAFE) stub
00d0:fixme:netapi32:NetLocalGroupGetInfo ((null) L"Administrators" 1
0xffffc3f0) semi-stub!
00d0:fixme:netapi32:NetLocalGroupGetInfo ((null) L"Users" 1 0xffffc3f0)
semi-stub!
00c8:fixme:console:console_input_ioctl unsupported ioctl 504088
00d0:fixme:console:GetConsoleProcessList (00000000FFFFB9AC,1): stub
00d0:fixme:console:GetConsoleProcessList (0000000000063740,0): stub
Then I run "/bin/uname -a" command that normally shows the output and closes
wineconsole.
Thanks in advance!
--
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=50167
Bug ID: 50167
Summary: Wavelab 6 no longer launches with introduction of wine
5.22
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 68685
--> https://bugs.winehq.org/attachment.cgi?id=68685
Wavelab 6 backtrace
When attempting to launch Wavelab an error message is shown. See the attached
backtrace.
--
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=49067
Bug ID: 49067
Summary: When working in a Windows CLI environment the up arrow
key no longer brings up the last command used.
Product: Wine
Version: 5.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
This has changed since version 5.5.
If I open a windows terminal session and run a non GUI program, for example
eac3to, and run the program I should be able to just press the up-arrow key to
run the program again. What is happening now is that only part of the text is
appearing, for example:
Command line entered: eac3to>eac3to d:\b\shag.ac3 d:\c\shag.wavs
on pressing the up-arrow'
autofill: d:\b\shag.
--
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=39821
Bug ID: 39821
Summary: Scrollbar theming not working
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: uxtheme
Assignee: wine-bugs(a)winehq.org
Reporter: dezifit(a)gmx.de
Distribution: ---
Created attachment 53167
--> https://bugs.winehq.org/attachment.cgi?id=53167
Output of wine
In release notes of Wine 1.7.38 support for themed scrollbars is listed.
Release notes of Wine 1.8 again states that this feature is implemented, but
the scrollbar control still ignores color as well as shape provided by the
theme. In fact, no scrollbar related theming is visible at all.
Tested with different themes (Royale, Luna, AeroGlas) and applications, see
attached screen shot of Notepad++ with Royale.msstyles as example.
Wine version: 1.8 (from wine-builds/ubuntu)
Ubuntu 14.04, KDE 4.13.3
--
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=34726
Bug #: 34726
Summary: e-carte bleue la banque postale: black screen on start
Product: Wine
Version: 1.7.4
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Classification: Unclassified
Follow up to bug 34677.
After installing, trying to start the program only shows a black screen.
Terminal output indicates mshtml and friends.
Note: I installed flash with winetricks before installing the program, based on
Nikolay's comment in that bug.
austin@aw25 ~/oldbugs/34677 $ du -h ecb_lbp.zip
2.1M ecb_lbp.zip
austin@aw25 ~/oldbugs/34677 $ sha1sum ecb_lbp.zip
7de95730ceab52624869c6cd2ad3dbe255095973 ecb_lbp.zip
austin@aw25 ~/oldbugs/34677 $ wine --version
wine-1.7.4-43-g66a5593
--
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=51600
Bug ID: 51600
Summary: Can't log in to Simplicity Studio (window.Node is
undefined)
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Long way to reproduce:
1. Create an account at https://community.silabs.com/
2. Download SimplicityStudio-5.iso from
https://www.silabs.com/developers/simplicity-studio and mount it
3. Run `wine z.exe` to install Simplicity Studio
4. Run `wine 'C:\SiliconLabs\SimplicityStudio\v5\studio.exe'` to start
Simplicity Studio
5. Accept the license agreement
6. Enter your email address and password and click "Log in"
7. Instead of logging in, the page just refreshes, clearing the email address
and password that you entered.
Short way to reproduce:
1. Run `wine iexplore https://siliconlabs.force.com/SL_CommunitiesLogin`
2. Leave the email and password fields blank and click "Log in"
3. The error message "Your email address was not found" should appear, but it
does not.
Super short way to reproduce:
1. Run `wine iexplore`
2. Type javascript:alert(window.Node) into the address bar and press Enter
3. The dialog that appears says "undefined".
The problem appears to be some JavaScript on the login page that sets
window.Node to a dictionary if it is not already defined. However, that
dictionary does not have a prototype property, so when the script later
attempts to call Node.prototype.hasOwnProperty, it crashes.
Since window.Node and window.Node.prototype are defined in Internet Explorer,
they should be defined in Wine's iexplore implementation as well.
--
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=33955
Bug #: 33955
Summary: FFT-z: Unhandled page fault on read access hangs up
debugger
Product: Wine
Version: 1.6-rc4
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Classification: Unclassified
Here we have an open-source benchmark utility which causes wines debugger to
not function properly. It just hangs up and the program keeps prompting and
error: "Unable to locate the 'processor' performance object."
The brief terminal message is:
> ------
> [luke@localhost test]$ wine FFT-z.exe
> wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 0038), starting debugger...
> wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 002d), starting debugger...
> wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 0046), starting debugger...
> wine: Unhandled page fault on read access to 0xfffff78000000320 at address 0x445034 (thread 0036), starting debugger...
> ---------
--
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=51594
Bug ID: 51594
Summary: Need For Speed Underground 2 Randomly closes out while
playing the game.
Product: Wine
Version: 6.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: BOBBLOG(a)protonmail.com
Distribution: ---
Created attachment 70443
--> https://bugs.winehq.org/attachment.cgi?id=70443
NFSU2-Terminal.txt
Need For Speed Underground 2 Randomly closes out while playing the game. I
tried to attach the process to winedbg but, i get "Error 5" when i do that.
(1st method on winehq wiki). I also tried the second method but, i get "Unload
the debugger and try again" with the 2nd method.
These error messages were on my terminal.
0024:err:seh:NtRaiseException Unhandled exception code 80000003 flags 0 addr
011c:err:eventlog:ReportEventW L"6"
011c:err:eventlog:ReportEventW L"7"
--
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=45892
Bug ID: 45892
Summary: Project Cars 2: No Force Feedback effects played
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sa(a)whiz.se
Distribution: ---
Created attachment 62402
--> https://bugs.winehq.org/attachment.cgi?id=62402
PC2 demo log with +dinput
Hi,
No force feedback effects are played back in the game Project Cars 2. The
racing wheel is otherwise detected and works as an input device.
>From looking at the logs two things stand out:
01cf:trace:dinput:ff_dump_effect type 0x52 FF_CONSTANT, id 0, direction 0x0
(source angle 90.00), time length INFINITE, start delay 0 ms
Direction of the force is always set to zero, and replaying such an effect with
a sample program does indeed not result in force feedback effect.
01cf:trace:dinput:LinuxInputEffectImpl_SetParameters Effect gain requested but
no effect gain functionality present.
The second problem is that the game uses per effect gain, which is not
supported by the Linux input system. The developer of the G29 driver suggested
that Wine handle these calculations since it isn't done in the hardware.
I'm not sure if this should be filed as a separate issue?
These bugs happen with a Logitech G29 racing wheel and the demo version of the
game, but I have seen reports from a user that the same issue exists with the
G27 and the full version of the game as well.
A log with WINEDEBUG=+dinput is attached (xz format, 1.2 GB uncompressed)
https://store.steampowered.com/app/378860/Project_CARS_2/
--
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=51593
Bug ID: 51593
Summary: RFE: case folding support
Product: Wine
Version: 6.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: hpa(a)zytor.com
Distribution: ---
I am using Wine to run a legacy EDA tool, WinCUPL. Unfortunately WinCUPL is
being "helpful" and upper cases filenames for you. Unfortunately it also
deletes the old files before writing, so WINE can't know they should have the
same name.
It would be wonderful to have a way - perhaps a dot file - to force all
filenames written to that directory to lower case.
WinCUPL is available from:
https://www.microchip.com/en-us/products/fpgas-and-plds/spld-cplds/pld-desi…
... however, this is easy to duplicate from cmd:
echo foo > foo.txt
del foo.txt
echo FOO > FOO.TXT
--
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=37322
Bug ID: 37322
Summary: Program attempted an unsupported operation.
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: mhillbilly3(a)yahoo.com
Created attachment 49633
--> https://bugs.winehq.org/attachment.cgi?id=49633
Program Error Details
This program is used to program the Yaesu FTM-400DR Ham Radio. It currently
works on windows Vista 32Bit system.
--
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=7638
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://www.papyrus.de/demo. |https://web.archive.org/web
|htm |/20140424224835if_/http://p
| |apyrus.de/download/files/Pa
| |pyrus%20Autor%207%20Win%20D
| |emo%20Install.exe
--- Comment #9 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
Still present with wine-6.14-297-gf63ecaedc72.
Adding a stable download for Papyrus Autor 7.
$ sha1sum Papyrus\ Autor\ 7\ Win\ Demo\ Install.exe
ede26e6fb3168dfb1fcb7d74bcd29cb6d51e7ee3 Papyrus Autor 7 Win Demo Install.exe
$ du -sh Papyrus\ Autor\ 7\ Win\ Demo\ Install.exe
214M Papyrus Autor 7 Win Demo Install.exe
--
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=26953
Summary: Pekka Kana 2: Arrow return to the top-left corner of
the screem
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: donjoverdriven(a)gmail.com
While running Pekka Kana 2 the arrow tends to return to the upper-left corner
of the screen.
No changes with different screen resolutions and different Application Settings
of Wine.
Platform: Ubuntu 11.04 & Ubuntu 10.10
Wine version: Wine 1.2.2
Pekka Kana 2 [v 1.1]: http://koti.mbnet.fi/kiwi/pistegamez/pk2/#downloads
--
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=41702
Bug ID: 41702
Summary: Nvidia CSAA tutorial demo crashes with "An error
occurred in the device create fallback function."
Product: Wine
Version: 1.9.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fjfrackiewicz(a)gmail.com
Distribution: ---
Created attachment 56106
--> https://bugs.winehq.org/attachment.cgi?id=56106
Terminal output Wine 1.9.22
In wine-1.9.22-129-g906e770, if you attempt to run the SDK 10 code sample known
as "CSAA tutorial" it proceeds to crash with the error message I mentioned in
the title.
The only override I have in the prefix is d3dcompiler_43 installed via
winetricks.
Terminal output 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.
https://bugs.winehq.org/show_bug.cgi?id=38027
Bug ID: 38027
Summary: HyperStudio 5 fails to start
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: ---
Created attachment 50664
--> https://bugs.winehq.org/attachment.cgi?id=50664
backtrace from Wine debugger
Used the 5.2 trial (link to trial download form on AppDB 5.x page). Wine from
Ubuntu Wine team PPA (has PulseAudio patches). Xubuntu 14.04 x86_64.
Application uses QuickTime 7 (7.71.80.42 included), Adobe Flash Player
(11.2.202.228 ActiveX version included), Adobe Reader X (10.1.3 included), and
.NET Framework 4 (not included, installed with winetricks). Workarounds for
Adobe Reader X bugs #12501 (mspatcha) and #25834 (protected mode) applied.
QuickTime 7 and Reader work. Flash 11 may not be functional (right-click menu
active in IE8 on Youtube but doesn't play anything).
When started, HyperStudio shows splash screen but then Wine Debugger pops-up
with "DbgBreakPoint+0x1 in ntdll: ret".
Using Adobe Reader X 10.1.14 and Flash 16 doesn't change behavior although
Flash is somewhat more functional in IE8.
Tested with Intel GM965/GL960 (xserver-xorg-video-intel 2:2.99.910-0ubuntu1.3)
and Radeon HD 7340 (fglrx 2:13.350.1-0ubuntu2).
--
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=35520
Bug ID: 35520
Summary: UltraMon 3.2.2 installer fails due to unimplemented
function ole32.dll.CoGetInstanceFromFile
Product: Wine
Version: 1.7.11
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Classification: Unclassified
Hello folks,
as the summary says ...
--- snip ---
$ wine msiexec -i UltraMon_3.2.2_en_x32.msi
...
Successfully registered DLL C:\Program Files\UltraMon\UltraMonShortcuts.dll
Successfully registered DLL C:\windows\system32\UltraMon.dll
wine: Call from 0x7b83a5de to unimplemented function
ole32.dll.CoGetInstanceFromFile, aborting
err:msi:ITERATE_Actions Execution halted, action L"PostInstallConfig" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
$ sha1sum UltraMon_3.2.2_en_x32.msi
ea633251e9b1bc80e679c33ccffa31cee78c6038 UltraMon_3.2.2_en_x32.msi
$ du -sh UltraMon_3.2.2_en_x32.msi
2.3M UltraMon_3.2.2_en_x32.msi
$ wine --version
wine-1.7.11-272-gc7a11f9
Regards
--
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=42170
Bug ID: 42170
Summary: Microsoft .NET Framework 4.6.2 offline installer does
not complete
Product: Wine
Version: 2.0-rc3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jasminsehic(a)gmail.com
Distribution: ---
Created attachment 56771
--> https://bugs.winehq.org/attachment.cgi?id=56771
Wine console output
Microsoft .NET Framework 4.6.2 offline installer setup seems to crash shortly
after starting to install so it doesn't finish.
URL to download the setup is
https://download.microsoft.com/download/F/9/4/F942F07D-F26F-4F30-B4E3-EBD54…
$ sha1sum NDP462-KB3151800-x86-x64-AllOS-ENU.exe
a70f856bda33d45ad0a8ad035f73092441715431
NDP462-KB3151800-x86-x64-AllOS-ENU.exe
I am using wine-staging 2.0-rc3 with a clear win32 prefix on a 64-bit Ubuntu
16.04 LTS
Trace is 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.
https://bugs.winehq.org/show_bug.cgi?id=45945
Bug ID: 45945
Summary: Error running the Sades setup.exe
Product: Wine
Version: 3.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: luca.finizio.mgbx(a)hotmail.it
Distribution: ---
Created attachment 62484
--> https://bugs.winehq.org/attachment.cgi?id=62484
backtrace1
Hi! I downloaded the file "SA-908 Gaming headset--For Win10, Win8.1, Win8,
Win7" from http://www.sades.cc/Download.aspx?cateid=182. Then I opened the
downloaded folder and tried to run the setup.exe file. The InstallShield window
appear but then I get the error that I attacched.
--
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=44707
Bug ID: 44707
Summary: Sigcheck v2.60 crashes on unimplemented function
CRYPT32.dll.CryptSIPRetrieveSubjectGuidForCatalogFile
Product: Wine
Version: 3.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
as it says.
--- snip ---
$ wine ./sigcheck.exe -?
Sigcheck v2.60 - File version and signature viewer
Copyright (C) 2004-2017 Mark Russinovich
Sysinternals - www.sysinternals.com
usage: Z:\home\focht\Downloads\sigcheck.exe
[-a][-h][-i][-e][-l][-n][[-s]|[-c|-ct]|[-m]][-q][-r][-u][-vt][-v[r][s]][-f
catalog file] [-w file] <file or directory>
usage: Z:\home\focht\Downloads\sigcheck.exe -d [-c|-ct] [-w file] <file or
directory>
usage: Z:\home\focht\Downloads\sigcheck.exe -o [-vt][-v[r]] [-w file]
<Z:\home\focht\Downloads\sigcheck.exe csv file>
usage: Z:\home\focht\Downloads\sigcheck.exe -t[u][v] [-i] [-c|-ct] [-w file]
<certificate store name|*>
-a Show extended version information. The entropy measure reported
is the bits per byte of information of the file's contents.
-c CSV output with comma delimiter
-ct CSV output with tab delimiter
Specify -nobanner to avoid banner being output to CSV
-d Dump contents of a catalog file
-e Scan executable images only (regardless of their extension)
-f Look for signature in the specified catalog file
-h Show file hashes
-i Show catalog name and signing chain
-l Traverse symbolic links and directory junctions
-m Dump manifest
-n Only show file version number
-o Performs Virus Total lookups of hashes captured in a CSV
file previously captured by Sigcheck when using the -h option.
This usage is intended for scans of offline systems.
-r Disable check for certificate revocation
-s Recurse subdirectories
-t[u][v] Dump contents of specified certificate store ('*' for all stores).
Specify -tu to query the user store (machine store is the default).
Append '-v' to have Sigcheck download the trusted Microsoft
root certificate list and only output valid certificates not rooted
to
a certificate on that list. If the site is not accessible,
authrootstl.cab or authroot.stl in the current directory are
used instead, if present.
-u If VirusTotal check is enabled, show files that are unknown
by VirusTotal or have non-zero detection, otherwise show only
unsigned files.
-v[rs] Query VirusTotal (www.virustotal.com) for malware based on file hash.
Add 'r' to open reports for files with non-zero detection. Files
reported as not previously scanned will be uploaded to VirusTotal
if the 's' option is specified. Note scan results may not be
available for five or more minutes.
-vt Before using VirusTotal features, you must accept
VirusTotal terms of service. See:
https://www.virustotal.com/en/about/terms-of-service/
If you haven't accepted the terms and you omit this
option, you will be interactively prompted.
-w Writes the output to the specified file.
-nobanner
Do not display the startup banner and copyright message.
--- snip ---
Running:
--- snip ---
$ wine ./sigcheck.exe -h ./sigcheck.exe
...
wine: Call from 0x7bc63b78 to unimplemented function
CRYPT32.dll.CryptSIPRetrieveSubjectGuidForCatalogFile, aborting
--- snip ---
$ sha1sum sigcheck.exe
ceaee2c6a2305d454aea111eb882ef8070c54548 sigcheck.exe
$ du -sh sigcheck.exe
364K sigcheck.exe
$ wine --version
wine-3.3-128-gdfde119538
Regards
--
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=30566
Bug #: 30566
Summary: .NET 4.5 (beta) installer: native assembly generation
fails due to unimplemented function
KERNEL32.dll.FlushProcessWriteBuffers
Product: Wine
Version: 1.5.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
native assembly generation fails during .NET 4.5 (beta) installation.
Prerequisite 'winetricks -q dotnet40 win7'
I used 'dotnet40' to clean up Mono artefacts from WINEPREFIX (otherwise it
requires similar winetricks recipe which doesn't exist yet).
--- snip ---
00f0:trace:process:create_process_impl app
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe" cmdline
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsvw.exe -StartupEvent
94 -InterruptEvent 0 -NGENProcess 6c -Pipe 7c -Comment \"NGen Worker Process\""
...
00f4:fixme:wer:WerRegisterRuntimeExceptionModule
(L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscordacwks.dll",
0x1050000) stub!
00f4:trace:loaddll:load_native_dll Loaded
L"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\clrjit.dll" at 0x4460000:
native
00f4:fixme:shell:URL_ParseUrl failed to parse L"System"
00f4:fixme:shell:URL_ParseUrl failed to parse L"System.Configuration"
00f4:fixme:shell:URL_ParseUrl failed to parse L"System.Xml"
00f4:trace:seh:raise_exception code=80000100 flags=1 addr=0x7bc4bdea
ip=7bc4bdea tid=00f4
00f4:trace:seh:raise_exception info[0]=0166da48
00f4:trace:seh:raise_exception info[1]=0166ef86
wine: Call from 0x7bc4bdea to unimplemented function
KERNEL32.dll.FlushProcessWriteBuffers, aborting
00f4:trace:seh:call_vectored_handlers calling handler at 0x11e329f
code=80000100 flags=1
00f4:trace:seh:call_vectored_handlers handler at 0x11e329f returned 0
00f4:trace:seh:call_stack_handlers calling handler at 0x1567e30 code=80000100
flags=1
--- snip ---
MSDN:
http://msdn.microsoft.com/en-us/library/windows/desktop/ms683148%28v=vs.85%…
That's a low hanging fruit for you ;-)
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=29730
Bug #: 29730
Summary: Visual Studio 11 Preview does not Install
(unimplemented function KERNEL32.dll.LCMapStringEx)
Product: Wine
Version: 1.4-rc1
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine.dev(a)web.de
Classification: Unclassified
The Visual Studio 11 preview does not install:
wine: Call from 0x7bc4dc7e to unimplemented function
KERNEL32.dll.LCMapStringEx, aborting
0033:err:module:attach_process_dlls "SetupEngine.dll" failed to initialize,
aborting
sha1sum:
a178053ee81f05ed02f4b8b5856b7219f55eb47e *VS11_DP_CTP_ULT_ENU.iso
msdn:
http://msdn.microsoft.com/en-us/library/windows/desktop/dd318702%28v=vs.85%…
--
By by ... Detlef
--
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=21501
Summary: Visual C++ 2010 beta 2 web installer can't replace
corrupted downloads (sharing violation due to wintrust
handle leak)
Product: Wine
Version: 1.1.37
Platform: x86
URL: http://www.microsoft.com/visualstudio/en-us/try/defaul
t.mspx#download
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wintrust
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
the web installer verifies the integrity of already downloaded files using
hashing and wintrust signature checks.
In case of a corrupted file, WinVerifyTrust -> WINTRUST_DefaultVerify ->
SOFTPUB_LoadFileMessage fails:
--- snip ---
...
0031:trace:wintrust:SoftpubInitialize (0x1004c230)
0031:trace:wintrust:SoftpubInitialize returning 00000000
0031:trace:wintrust:SoftpubLoadMessage (0x1004c230)
0031: create_file( access=80000000, attributes=00000040, sharing=00000001,
create=1, options=00000050, attrs=00000080,
objattr={rootdir=0000,sd={},name=L""},
filename="/home/focht/.wine/dosdevices/c:/windows/temp/21006.01/1033/VS_PRO/wcu/vc90sp1/vc_red.cab"
)
0031: create_file() = 0 { handle=0178 }
0031: get_handle_fd( handle=0178 )
0031: *fd* 0178 -> 145
0031: get_handle_fd() = 0 { type=1, removable=0, access=00120089,
options=00000050 }
0031:trace:wintrust:SOFTPUB_OpenFile returning 1
0031:trace:wintrust:SOFTPUB_GetFileSubject returning 1
0031:trace:wintrust:SOFTPUB_GetSIP returning 1
0031:trace:wintrust:CryptSIPGetSignedDataMsg (0x38ddf90 0x1004c268 0 0x9bf677c
(nil))
0031:trace:wintrust:WINTRUST_GetSignedMsgFromCabFile (0x38ddf90 0x1004c268 0
0x9bf677c (nil))
0031:trace:wintrust:WINTRUST_GetSignedMsgFromCabFile cert_offset: 3823372
0031:trace:wintrust:WINTRUST_GetSignedMsgFromCabFile cert_size: 5944
0031:warn:wintrust:WINTRUST_GetSignedMsgFromCabFile offset beyond file, not
attempting to read
0031:trace:wintrust:CryptSIPGetSignedDataMsg returning 0
0031:trace:wintrust:SoftpubLoadMessage returning 1 (800b0100)
0031:trace:wintrust:WINTRUST_DefaultVerify returning 800b0100
0031:trace:wintrust:WinVerifyTrust returning 800b0100
...
--- snip ---
It seems if WinVerifyTrust fails that way, the caller is not supposed to clean
up, e.g. calling WinVerifyTrust with WTD_STATEACTION_CLOSE ->
WINTRUST_DefaultClose.
The web installer never does - hence the handle + additional data is leaked.
This leaked file handle later leads to a sharing violation when urlmon tries to
copy the new file from download cache to destination
(DownloadBSC_OnStopBinding):
--- snip ---
0031: create_file( access=c0010000, attributes=00000040, sharing=00000007,
create=1, options=00001040, attrs=00000000,
objattr={rootdir=0000,sd={},name=L""},
filename="/home/focht/.wine/dosdevices/c:/windows/temp/21006.01/1033/VS_PRO/wcu/vc90sp1/vc_red.cab"
)
0031: create_file() = SHARING_VIOLATION { handle=0000 }
...
--- snip ---
After 3 download + replacement tries, it gives up.
Properly internally cleaning up (closing the file handle ...) helps the
installer/urlmon to replace the file.
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=18980
Summary: Canon's CONSOLE Image Control & Storage Software fails
on administrator privs check
Product: Wine
Version: 1.1.23
Platform: PC
URL: http://www.usa.canon.com/consumer/controller?act=Model
InfoAct&tabact=DownloadDetailTabAct&fcategoryid=326&mo
delid=10350
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a user in #winehq came up with this problem, so I looked into it knowing the
app won't work at all due to low level hardware driver dependency.
Anyway it revealed at least a valid bug ;-)
--- snip ---
...
0028:Call advapi32.OpenProcessToken(ffffffff,00000018,0032fce4) ret=0046fa9e
0028:Ret advapi32.OpenProcessToken() retval=00000001 ret=0046fa9e
0028:Call
advapi32.GetTokenInformation(000000a8,00000002,00000000,00000000,0032fce0)
ret=0046fac3
0028:trace:advapi:GetTokenInformation (0xa8, TokenGroups, (nil), 0, 0x32fce0):
0028:Ret advapi32.GetTokenInformation() retval=00000000 ret=0046fac3
0028:Call msvcrt.malloc(000000a0) ret=5f8038d6
0028:Call ntdll.RtlAllocateHeap(00110000,00000000,000000a0) ret=7ed2d867
0028:Ret ntdll.RtlAllocateHeap() retval=00159260 ret=7ed2d867
0028:Ret msvcrt.malloc() retval=00159260 ret=5f8038d6
0028:Call
advapi32.GetTokenInformation(000000a8,00000002,00159260,000000a0,0032fce0)
ret=0046faef
0028:trace:advapi:GetTokenInformation (0xa8, TokenGroups, 0x159260, 160,
0x32fce0):
0028:Ret advapi32.GetTokenInformation() retval=00000001 ret=0046faef
0028:Call advapi32.GetSidSubAuthorityCount(0015929c) ret=0046fb10
0028:Ret advapi32.GetSidSubAuthorityCount() retval=0015929d ret=0046fb10
0028:Call KERNEL32.GetLastError() ret=0046fb20
0028:Ret KERNEL32.GetLastError() retval=0000007a ret=0046fb20
0028:Call advapi32.GetSidSubAuthorityCount(001592a8) ret=0046fb10
0028:Ret advapi32.GetSidSubAuthorityCount() retval=001592a9 ret=0046fb10
0028:Call KERNEL32.GetLastError() ret=0046fb20
0028:Ret KERNEL32.GetLastError() retval=0000007a ret=0046fb20
0028:Call advapi32.GetSidSubAuthorityCount(001592b4) ret=0046fb10
0028:Ret advapi32.GetSidSubAuthorityCount() retval=001592b5 ret=0046fb10
0028:Call KERNEL32.GetLastError() ret=0046fb20
0028:Ret KERNEL32.GetLastError() retval=0000007a ret=0046fb20
0028:Call advapi32.GetSidSubAuthorityCount(001592c0) ret=0046fb10
0028:Ret advapi32.GetSidSubAuthorityCount() retval=001592c1 ret=0046fb10
0028:Call KERNEL32.GetLastError() ret=0046fb20
0028:Ret KERNEL32.GetLastError() retval=0000007a ret=0046fb20
0028:Call advapi32.GetSidSubAuthorityCount(001592cc) ret=0046fb10
0028:Ret advapi32.GetSidSubAuthorityCount() retval=001592cd ret=0046fb10
0028:Call KERNEL32.GetLastError() ret=0046fb20
0028:Ret KERNEL32.GetLastError() retval=0000007a ret=0046fb20
0028:Call advapi32.GetSidSubAuthorityCount(001592dc) ret=0046fb10
0028:Ret advapi32.GetSidSubAuthorityCount() retval=001592dd ret=0046fb10
0028:Call KERNEL32.GetLastError() ret=0046fb20
0028:Ret KERNEL32.GetLastError() retval=0000007a ret=0046fb20
0028:Call advapi32.GetSidSubAuthorityCount(001592ec) ret=0046fb10
0028:Ret advapi32.GetSidSubAuthorityCount() retval=001592ed ret=0046fb10
0028:Call KERNEL32.GetLastError() ret=0046fb20
0028:Ret KERNEL32.GetLastError() retval=0000007a ret=0046fb20
0028:Call msvcrt.free(00159260) ret=5f8048cf
0028:Call ntdll.RtlFreeHeap(00110000,00000000,00159260) ret=7ed2da36
0028:Ret ntdll.RtlFreeHeap() retval=00000001 ret=7ed2da36
0028:Ret msvcrt.free() retval=00000001 ret=5f8048cf
...
0028:Call user32.MessageBoxW(00000000,00159560 L"This program requires
administrator privileges.",00157d48 L"CONSOLE",00000040) ret=5f86881e
--- snip ---
With the first call to GetTokenInformation( ... TokenGroups ... ) the app
queries the buffer size to hold result data -> lasterror =
ERROR_INSUFFICIENT_BUFFER.
The app allocates the required buffer and then calls GetTokenInformation() to
actually fetch the data.
Next, the app loops through sub authorities using GetSidSubAuthorityCount().
Normally it would look for DOMAIN_ALIAS_RID_ADMINS but the problem is the
GetLastError() call _before_ the actual comparison. If last error is != 0, the
app won't look at data returned by GetSidSubAuthorityCount().
The last successful call to GetTokenInformation() didn't reset last error at
all - it's still at ERROR_INSUFFICIENT_BUFFER:
--- snip dlls/advapi32/security.c ---
BOOL WINAPI
GetTokenInformation( HANDLE token, TOKEN_INFORMATION_CLASS tokeninfoclass,
LPVOID tokeninfo, DWORD tokeninfolength, LPDWORD retlen )
{
...
return set_ntstatus( NtQueryInformationToken( token, tokeninfoclass,
tokeninfo, tokeninfolength, retlen));
}
--- snip dlls/advapi32/security.c ---
--- snip dlls/advapi32/security.c ---
/* set last error code from NT status and get the proper boolean return value
*/
/* used for functions that are a simple wrapper around the corresponding ntdll
API */
static inline BOOL set_ntstatus( NTSTATUS status )
{
if (status) SetLastError( RtlNtStatusToDosError( status ));
return !status;
}
--- snip dlls/advapi32/security.c ---
This is probably an oversight. I don't know what Windows does but the app seems
to expect the last error being reset to zero (NTSTATUS success).
A conformance test should reveal this.
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=18717
Summary: .NET 3.x needs
ntdll.dll.RtlEnumerateGenericTableWithoutSplaying (WPF
+ MILCore driver)
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
affects every .NET 3.x GUI app which makes use of WPF.
Both, the managed part of WPF and the (unmanaged) MILCore driver make use of
the generic table API.
I'm still unsure how much of the generic table API needs to be functional and
what role such tables play in communication between Framework and MILCore
driver.
Currently, it seems we can get away with little effort.
Returning NULL from stub seems sufficient to prevent the crash and allows apps
to proceed further.
--- snip ---
fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
fixme:advapi:RegisterTraceGuidsW 0x6a053a (nil) 0x32dfd0 1 0x32dfac (null)
(null) 0x32dfb4
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore.resources"
fixme:advapi:RegisterTraceGuidsW 0x532dc234 (nil) 0x53218780 27 0x32ce8c (null)
(null) 0x53355f40
fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533546cc, (nil)) stub!
fixme:ntdll:RtlInitializeGenericTable
(0x16cae4,0x5327d3ce,0x5327d3a0,0x5327d3b7,(nil)) stub!
fixme:ntdll:RtlInitializeGenericTable
(0x16cd4c,0x5328ec37,0x5327d3a0,0x5327d3b7,(nil)) stub!
fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533546e4, (nil)) stub!
fixme:seh:RtlCaptureStackBackTrace (2, 3, 0x533546fc, (nil)) stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x2d5e568,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),1,0x2d5e568,0x00000000), stub!
wine: Call from 0x7bc48066 to unimplemented function
ntdll.dll.RtlEnumerateGenericTableWithoutSplaying, aborting
...
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"):
stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0008,0x000000e0,0x3009a1b4,0x6cc5c0):
stub
err:eventlog:ReportEventW L"edgermreader.exe"
err:eventlog:ReportEventW L"1.0.0.0"
err:eventlog:ReportEventW L"47c0d0da"
err:eventlog:ReportEventW L"unknown"
err:eventlog:ReportEventW L"0.0.0.0"
err:eventlog:ReportEventW L"00000000"
err:eventlog:ReportEventW L"0"
err:eventlog:ReportEventW L"7bc48066"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
--- snip ---
While you're at it, you might also want to fix the prototype of
RtlInitializeGenericTable().
--- snip dlls/ntdll/rtl.c ---
PVOID WINAPI RtlInitializeGenericTable(PVOID pTable, PVOID arg2, PVOID arg3,
PVOID arg4, PVOID arg5)
--- snip dlls/ntdll/rtl.c ---
See: http://msdn.microsoft.com/en-us/library/ms796842.aspx
Return type is VOID, additionally the parameters might be enhanced with MSDN
info.
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=18716
Summary: .NET 3.0 WPF requires SystemParametersInfoW(
SPI_GETMOUSEVANISH) handled
Product: Wine
Version: 1.1.22
Platform: PC
URL: http://infogenium.com/proj_reader.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
another NET 3.0 app dies due to SystemParametersInfoW( SPI_GETMOUSEVANISH) not
handled (triggered by "search" -> "type text to find" action, mouse hovering)
--- snip ---
fixme:system:SystemParametersInfoW Unimplemented action: 4128
(SPI_GETMOUSEVANISH)
First chance exception generated: (0xe6a41c)
<System.ComponentModel.Win32Exception>
Unhandled exception generated: (0xe6a41c)
<System.ComponentModel.Win32Exception>
nativeErrorCode=1439
_className=<null>
_exceptionMethod=<null>
_exceptionMethodString=<null>
_message=(0xe6a6d4) "Invalid SPI parameter"
_data=(0xe6ad40) <System.Collections.ListDictionaryInternal>
_innerException=<null>
_helpURL=<null>
_stackTrace=(0xe6ad6c) <System.SByte[]>
_stackTraceString=<null>
_remoteStackTraceString=<null>
_remoteStackIndex=0
_dynamicMethods=<null>
_HResult=-2147467259
_source=<null>
_xptrs=0
_xcode=-532459699
Exception is called:UNHANDLED
...
Thread 0x37 Current State:GCUnsafe spot
0)* System.Windows.SystemParameters::get_MouseVanish +0155[native] +0064[IL] in
<Unknown File Name>:<Unknown Line Number>
1) System.Windows.Documents.TextEditorTyping::HideCursor +0046[native]
+0012[IL] in <Unknown File Name>:<Unknown Line Number>
2) System.Windows.Documents.TextEditorTyping::DoTextInput +0079[native]
+0006[IL] in <Unknown File Name>:<Unknown Line Number>
3) System.Windows.Documents.TextEditorTyping.TextInputItem::Do +0079[native]
+0020[IL] in <Unknown File Name>:<Unknown Line Number>
4) System.Windows.Documents.TextEditorTyping::ScheduleInput +0069[native]
+0028[IL] in <Unknown File Name>:<Unknown Line Number>
5) System.Windows.Documents.TextEditorTyping::OnTextInput +0403[native]
+0146[IL] in <Unknown File Name>:<Unknown Line Number>
6) System.Windows.Documents.TextEditor::OnTextInput +0031[native] +0012[IL] in
<Unknown File Name>:<Unknown Line Number>
7) System.Windows.Controls.Primitives.TextBoxBase::OnTextInput +0076[native]
+0036[IL] in <Unknown File Name>:<Unknown Line Number>
8) System.Windows.UIElement::OnTextInputThunk +0095[native] +0031[IL] in
<Unknown File Name>:<Unknown Line Number>
9) System.Windows.Input.TextCompositionEventArgs::InvokeEventHandler
+0072[native] +0007[IL] in <Unknown File Name>:<Unknown Line Number>
--- snip ---
(also suffers from bug 18660)
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=28121
Summary: unable to type any characters in Thunder7.2.1.3
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Created an attachment (id=36034)
--> (http://bugs.winehq.org/attachment.cgi?id=36034)
Log: can not type in thunder
1. Download Thunder7.2.1.3
http://down.sandai.net/thunder7/Thunder7.2.1.3136.exe
(from http://dl.xunlei.com/xl7.html )
2. winetricks vcrun2003, avoid Bug 28110 and Bug 28111.
3. install Thunder, start with wine, add a new download task,
try to type into the text form. no characters will be typed into.
winetricks riched20 works around for this.
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_TxDraw 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_TxDraw 0xb70780: STUB
fixme:richedit:fnTextSrv_OnTxSetCursor 0xb70780: STUB
fixme:richedit:fnTextSrv_TxDraw 0xb70780: STUB
--
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=12718
Summary: Typing the username in MSN Messenger 7.5 is really slow
Product: Wine
Version: 0.9.60
Platform: PC
URL: http://www.filehippo.com/download_msn_messenger/751/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
When i start to write my email in msn messenger, the letters will take a long
time to appear. In the console I'm only watchinh this message every time I type
a letter:
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW INTERNET_OPTION_SEND/RECEIVE_TIMEOUT
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT
(60000): STUB
--
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=5971
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
CC| |focht(a)gmx.net
Version|unspecified |0.9.19.
URL|http://www.microsoft.com/do |https://web.archive.org/web
|wnloads/details.aspx?family |/20060813121324/http://down
|id=D78F2FF1-79EA-4066-8BA0- |load.microsoft.com/download
|DDBED94864FC&displaylang=en |/5/a/8/5a892c0f-5b87-4767-8
| |927-6fe5d8cfc582/Install_MS
| |N_Messenger.exe
OS|other |Linux
--
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=20188
Summary: MSN Messenger 7.5 hangs while signing in
Product: Wine
Version: 1.1.30
Platform: PC
URL: http://www.oldapps.com/msn_messenger.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=23793)
--> (http://bugs.winehq.org/attachment.cgi?id=23793)
Console output
after signing in and when it starts loading the contacts the the screen just
hangs.
--
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=10059
Summary: Windows Live Messenger 8.5 - You can not type into login
boxes
Product: Wine
Version: CVS/GIT
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: philip.kent(a)ntlworld.com
When trying to run Windows Live Messenger 8.5 (install instructions in AppDB -
http://appdb.winehq.org/objectManager.php?sClass=version&iId=8146), you will
find you can not log in.
This is because it is impossible to type into the textboxes requesting
usernames and passwords. They are too small and do not accept input.
A log file is attached.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13777
Summary: Can't write in login and password fields in MSN8
Product: Wine
Version: 1.0-rc4
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: igamads(a)gmail.com
Created an attachment (id=13810)
--> (http://bugs.winehq.org/attachment.cgi?id=13810)
Terminal output on msn8 and clean wineprefix
Can't right on the fields for Login and password.
--
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=14358
Summary: fusion: installation .NET assemblies might fail due to
incorrect parsing of CLR metadata structures and tables
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/downloads/details.aspx?familyid
=3c9a983a-ac14-4125-8ba0-d36d67e0f4ad
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a bug for James Hawkins ... low priority.
Encountered this when I accidentally forgot the .NET 2.0 prerequisite before
Office 2007 installation.
Setup dies in wine's fusion due to bugs in CLR metadata processing while
installing primary interop assemblies for Office into GAC.
--- snip ---
003f:trace:fusion:CreateAssemblyCache (0x32fe9c, 0)
003f:Call ntdll.RtlAllocateHeap(00110000,00000000,00000008) ret=79655027
003f:Ret ntdll.RtlAllocateHeap() retval=00114ec0 ret=79655027
003f:Ret fusion.CreateAssemblyCache() retval=00000000 ret=694077de
003f:trace:fusion:IAssemblyCacheImpl_InstallAssembly (0x114ec0, 0,
L"Microsoft.mshtml.dll", (nil))
..
003f:Call KERNEL32.CreateFileW(00115168
L"Microsoft.mshtml.dll",80000000,00000001,00000000,00000003,00000080,00000000)
ret=7965724f
003f:Ret KERNEL32.CreateFileW() retval=00000038 ret=7965724f
003f:Call
KERNEL32.CreateFileMappingW(00000038,00000000,00000002,00000000,00000000,00000000)
ret=7965728e
003f:Ret KERNEL32.CreateFileMappingW() retval=0000003c ret=7965728e
003f:Call KERNEL32.MapViewOfFile(0000003c,00000004,00000000,00000000,00000000)
ret=796572c4
003f:Ret KERNEL32.MapViewOfFile() retval=00440000 ret=796572c4
003f:Call ntdll.RtlImageNtHeader(00440000) ret=796572d6
003f:Ret ntdll.RtlImageNtHeader() retval=00440080 ret=796572d6
003f:Call ntdll.RtlImageRvaToVa(00440080,00440000,00002008,00000000)
ret=7965736d
003f:Ret ntdll.RtlImageRvaToVa() retval=00441008 ret=7965736d
003f:Call ntdll.RtlImageRvaToVa(00440080,00440000,001237c4,00000000)
ret=7965739f
003f:Ret ntdll.RtlImageRvaToVa() retval=005627c4 ret=7965739f
003f:Call ntdll.RtlImageRvaToVa(00440080,00440000,001237e4,00000000)
ret=796573d1
003f:Ret ntdll.RtlImageRvaToVa() retval=005627e4 ret=796573d1
003f:trace:seh:raise_exception code=c0000005 flags=0 addr=0x602636b3
003f:trace:seh:raise_exception info[0]=00000000
003f:trace:seh:raise_exception info[1]=00000000
003f:trace:seh:raise_exception eax=00000000 ebx=79659168 ecx=00000000
edx=0012c8c0 esi=80131018 edi=00000000
003f:trace:seh:raise_exception ebp=0032fc08 esp=0032fbec cs=0073 ds=007b
es=007b fs=0033 gs=003b flags=00010246
003f:trace:seh:call_stack_handlers calling handler at 0x7b877bc0 code=c0000005
flags=0
wine: Unhandled page fault on read access to 0x00000000 at address 0x602636b3
(thread 003f), starting debugger...
003f:trace:seh:start_debugger Starting debugger "winedbg --auto 62 68"
003f:trace:seh:call_stack_handlers handler at 0x7b877bc0 returned 1
Unhandled exception: page fault on read access to 0x00000000 in 32-bit code
(0x602636b3).
--- snip ---
CLR metadata section header is incorrectly processed (offset calculation).
The version length is rounded to DWORD boundary - this needs to be taken into
account (crash on some assemblies).
Also the CLR metadata tables offset calculation is not correct.
A good crash candidate is "Microsoft.mshtml.dll", the primary interop assembly
(PIA) for mshtml.dll
A good source of information about PE CLR data structures is here:
http://www.ntcore.com/Files/dotnetformat.htm
You might also want to have a look at CFF explorer, one of the rare PE tools
which support .NET/CLR metadata: http://www.ntcore.com/exsuite.php
If you use it on assemblies with large amount of CLR metadata, like
Microsoft.mshtml.dll PIA, it might take lots of time to parse all tables.
It gives you all the info (metadata table offsets/RVA's) for verification of
calculations.
I wrote my own little test which just calls fusion's
IAssemblyCache_InstallAssembly on assemblies to verify my findings/patches.
I'll leave out any patch snippets to give potential patch implementor full
freedom.
For testing purposes you can use the "Office 2003 Update: Redistributable
Primary Interop Assemblies" from Micro$oft support which is available for
download (see URL).
Extract and run 'msiexec -x O2003PIA.msi'.
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.
https://bugs.winehq.org/show_bug.cgi?id=43629
Bug ID: 43629
Summary: Evernote 6.6.4.5512 can't create note without native
wininet
Product: Wine
Version: 2.15
Hardware: x86
URL: https://evernote.com/download
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Start Evernote, log in and click "New Note" at the top left. The edit windows
for the note is unusable.
"winetricks -q wininet" fixes the issue.
Side note: Download site seems to only shows the download link when the
useragent tells it that it's running on windows.
--
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=38541
Bug ID: 38541
Summary: Eyes and some other Texture invisible in Mars War Logs
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: gordan(a)bobich.net
Distribution: ---
Some textures (eyes being most immediately obvious) are invisible.
--
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.