https://bugs.winehq.org/show_bug.cgi?id=39823
Bug ID: 39823
Summary: "fixme:nls:CompareStringEx semi-stub behavor for
flag(s) 0x10000000" appears thousands of times in
terminal when running the Lego Mindstorms EV3 software
Product: Wine
Version: 1.8-rc4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
"fixme:nls:CompareStringEx semi-stub behavor for flag(s) 0x10000000" appears
thousands of times in terminal when running the Lego Mindstorms EV3 software
Someone seems to have already created a patch:
http://www.winehq.org/pipermail/wine-patches/attachments/20150407/c1365e15/…
This was at Tue Apr 7 04:02:17 CDT 2015, but it seems to not be incorporated
yet, as it is in Wine 1.8. If someone could incorporate this, it would be
appreciated, as it affects many applications, especially the Lego Mindstorms
EV3 software, where it appears thousands of times in the terminal.
--
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=39034
Bug ID: 39034
Summary: SuperTux 0.3.5a crashes on startup
Product: Wine
Version: 1.7.48
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Download SuperTux 0.3.5a from https://github.com/SuperTux/supertux/releases
I used the 32 bit version you can download here:
https://github.com/SuperTux/supertux/releases/download/v0.3.5a/supertux-0.3…
Install it, then try to open the supertux2.exe file in the installation
directory.
$ openssl sha1 supertux-0.3.5a-win32-setup.exe
SHA1(supertux-0.3.5a-win32-setup.exe)= 86bc3b11cef73cfc2e52bca4aa12f57981341d4f
--
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=34286
Bug #: 34286
Summary: dinput doesn't report DIDOI_ASPECT* for joystick axes
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: achurch+wine(a)achurch.org
Classification: Unclassified
Created attachment 45644
--> http://bugs.winehq.org/attachment.cgi?id=45644
Patch
Wine's dinput.dll returns 0 in the dwFlags field when enumerating joystick
objects, but some programs (at least Final Fantasy XIV) expect to see one of
the DIDOI_ASPECT* values for an axis object and ignore the axis if none are
present.
Simple patch attached -- it just reports DIDOI_ASPECTPOSITION for all axes
(which may or may not be correct, but at least lets FFXIV recognize joystick
axis input).
--
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=41066
Bug ID: 41066
Summary: Unhandled page fault in RtlWow64EnableFsRedirectionEx
when passed bad *old_value pointer
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: wine-bugzilla(a)nerdoftheherd.com
Distribution: ---
If Wine's RtlWow64EnableFsRedirectionEx (when running under WoW64) is passed a
bad pointer value that doesn't start with 0x0000, this causes an unhandled page
fault instead of returning the value STATUS_ACCESS_VIOLATION as Windows does.
I discovered this behaviour when attempting to install the Dymo LabelWriter
software, as for some reason the installer calls Wow64DisableWow64FsRedirection
with a pointer value of 0x10000000 instead of a real memory location, which is
then passed along to RtlWow64EnableFsRedirectionEx.
I have a patch nearly ready to submit to fix this issue, but wanted to raise a
bug so that it can be linked to the appdb.
--
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=41040
Bug ID: 41040
Summary: VariantChangeTypeEx lead to error when casting
IUnknown(nil) -> IDispatch
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: alexeev(a)krista.ru
Distribution: ---
Sample Delphi code, works well on Windows
var
unk: IUnknown;
V: Variant;
begin
unk := nil;
V := VarAsType(unk, varDispatch); // type error here in wine
end;
--
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=41015
Bug ID: 41015
Summary: comctl32/treeview: Alt-Up/Down keyboard shortcuts
don't work
Product: Wine
Version: 1.9.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: markk(a)clara.co.uk
Distribution: ---
In native Windows, you can change the selected item in a treeview control by
pressing Alt-Up or Alt-Down to move the highlight to the previous or next item.
That feature doesn't seem to be implemented in the Wine tree-view control.
I noticed this issue in WinUAE, but probably any program which uses the
comctl32 treeview control will show the problem. For instructions to reproduce
see bug 41010 description.
--
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=34281
Bug #: 34281
Summary: PlotSoft PDFill 10: on startup displays a message box,
then quits
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: artghio(a)tiscali.it
Classification: Unclassified
Name: PlotSoft PDFill 10.0 (build 4)
Executables: "PDFill.exe" or "PDFill_PDF_Tools.exe" (they are two independent
executables)
Download page: http://www.pdfill.com/download.html
Installation steps:
1. install GhostScript 8.63 from http://www.plotsoft.com/download/gs863w32.exe
( http://goput.it/vz9v.png )
2. install Sun Java Virtual Machine 1.6 from
http://www.plotsoft.com/download/jre-6-windows-i586.exe ( typical installation
)
3. install PDFill from http://www.plotsoft.com/download/PDFill.exe (
http://goput.it/39j9.png ) (md5sum: c64ad2db2153af1d4ef69b88d34ec2a9)
I tested some Wine versions on some GNU/Linux distributions:
- wine-1.4.1 on Kubuntu 13.04 x64
both executables work perfectly ( http://goput.it/str/kk7d.png )
- wine-1.6 (build from ppa:ubuntu-wine/ppa) on Kubuntu 13.04 x64
- wine-1.6 (build from ppa:ubuntu-wine/ppa) on Ubuntu 13.04 x86
- wine-1.7 (compiled from
http://sourceforge.net/projects/wine/files/Source/wine-1.7.0.tar.bz2 source) on
Ubuntu 13.04 x86
1. I launch "wine ./PDFill_PDF_Tools.exe" or "wine ./PDFill.exe" (their bad
behaviours are the same)
2. on startup it displays a message box complaining "No Fonts found" (
http://goput.it/str/t9es.png )
3. I click "Ok" button
4. it displays the window "Browse folders" ( http://goput.it/str/6cv6.png )
5. I select "C:\windows\Fonts" or "/usr/share/wine/fonts"
("/home/luca/.wine/drive_c/windows/Fonts" or "Z:\home\luca\.wine\ etc." cannot
be selected because hidden folders are not visible)
6. I click "Ok" or "Cancel" button
7. it quits without warnings or errors (except for a fixme)
--
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=39475
Bug ID: 39475
Summary: PhysX-9.15.0428-SystemSoftware.exe installer does not
run
Product: Wine
Version: 1.7.53
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: ---
Attempting to run "wine PhysX-9.15.0428-SystemSoftware.exe" gives no output in
terminal and only returns the user to their command prompt.
I am using Wine 1.7.53 compiled from source on Mint 17.2.
I know that using "winetricks physx" will get me the previous version of PhysX
(9.14) but I thought I'd try to get the latest version in case it fixed any
potential bugs with a PhysX game I am currently running on Wine.
Steps to reproduce:
1. Download the PhysX 9.15 installer from
http://www.nvidia.com/object/physx-9.15.0428-driver.html
2. Open a terminal and type "wine PhysX-9.15.0428-SystemSoftware.exe" or
right-click on the file and select "Open with Wine Windows program loader".
--
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=24645
Summary: pdfFactory fails to install
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineps.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=31148)
--> (http://bugs.winehq.org/attachment.cgi?id=31148)
Error message
Steps to reproduce:
1) remove ~/.wine
2) wine pdf405std.exe
3) Setup->I accept the terms
Behaviour:
error (see attachment)
Expected behaviour:
Application should start installing
--
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=41044
Bug ID: 41044
Summary: Age of Mythology: Extended Edition needs
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprin
tf_s
Product: Wine
Version: 1.9.15
Hardware: x86-64
URL: http://store.steampowered.com/app/266840
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Distribution: ---
Created attachment 55216
--> https://bugs.winehq.org/attachment.cgi?id=55216
terminal output
Wine chokes on this unimplemented function when I'm trying to start the game:
...
wine: Call from 0x7b43b3ac to unimplemented function
api-ms-win-crt-stdio-l1-1-0.dll.__stdio_common_vswprintf_s, aborting
...
wine-1.9.15-166-g7aadb08
--
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.