https://bugs.winehq.org/show_bug.cgi?id=36718
Bug ID: 36718
Summary: Mind Manager installation fails
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ignas2526(a)gmail.com
Created attachment 48764
--> https://bugs.winehq.org/attachment.cgi?id=48764
Console log
MindJet Mind Manager 14.2.321 fails to install with a message 'Mindjet
MindManager 14 requires the Microsoft .Net Framework version 4.0.30319 or
higher. Please download and install "dotNetFx40_Full_setup.exe" from
Microsoft...'
I've tried clean prefix and I've tried clean prefix with './winetricks dotnet40
corefonts'. It fails in both cases. After installing dotnet40, I've ran
'dotnet_verifier' which told me that my .Net installation is fine.
Any ideas why it fails?
Or at least which debugging options to enable to find out more?
Demo can be downloaded here: http://now.mindjet.com/mm-win-exe-en
Thanks.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=44053
Bug ID: 44053
Summary: MobilePASS application quits with an error
Product: Wine
Version: 2.21
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: bcrypt
Assignee: wine-bugs(a)winehq.org
Reporter: mardy(a)users.sourceforge.net
Distribution: ---
Created attachment 59743
--> https://bugs.winehq.org/attachment.cgi?id=59743
wine logs
I need to run this application:
http://www2.gemalto.com/sas-downloads/MobilePASS/Win/Archive/WinD/MP_WinD.z…
(the MobilePASS.exe included in that archive)
When it runs I do:
- press on Continue
- enter any name and press "Activate"
- press on Manual Enrollment
- Leave the field empty, press Continue
- Press Continue again
- In the "Token PIN" field, enter any 4 digit number and press Continue
- Re-enter the same number, press Continue
The application will print an error message, and quit as soon as the user
acknowledges the message.
Looking at the application output, it looks like some functions from bcrypt are
not implemented.
--
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=43256
Bug ID: 43256
Summary: Civilization V in-game font corrupted
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: olelukoie(a)mail.ru
Distribution: ---
Created attachment 58574
--> https://bugs.winehq.org/attachment.cgi?id=58574
The «good» screenshot with proper font rendering
I had not played Windows version of Civ5 under WINE for some time but recently
started it and discovered that the font in the game is completely broken and
mostly unreadable (at least Russian font).
git bisect showed me that the corruption occurred back in 2014, was introduced
in two steps by the following commits.
The first one (causes slight mostly unnoticed font breakage):
e9188970a78336358c7f160d78c5705ab230c974 is the first bad commit
commit e9188970a78336358c7f160d78c5705ab230c974
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Fri Jan 10 20:29:54 2014 +0900
gdi32: Fix sub-pixel shift calculations for vertical writing.
:040000 040000 1cf54dfea5297e2d8da3cc7fd584ac0253705791
da7d8759bed1313f48e668a7040fba21ba66778a M dlls
The second one (causes hard font breakage):
e06d2dbc6772bf4f038847f2c7825ecdefcf4b90 is the first bad commit
commit e06d2dbc6772bf4f038847f2c7825ecdefcf4b90
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Fri Jan 24 01:47:54 2014 +0900
gdi32: Fix regression due to sub-pixel shift calculations fixes.
:040000 040000 9fb50c914ef8feb1e6c3d4dd19604afe3497d337
9daba6ef96a68d36c1646c75bc8e03b6b63dbb81 M dlls
See the attached screenshots for demonstration. The first screenshot shows the
proper font rendering in WINE 1.6. The second one shows slight corruption after
the first commit (look at the bottom-left corner of Russian letter «д» in the
bottom text «Нажмите, чтобы продолжить»: the vertical bottom stroke is
missing). The third one is a picture of current font rendering caused by the
second commit. All the right vertical strokes in all glyphs are completely
missing.
--
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=37809
Bug ID: 37809
Summary: C runtime dlls can't link with uclibc (bessel
functions missing)
Product: Wine
Version: 1.7.33
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: nerv(a)dawncrow.de
Distribution: ---
math.c can be build, but linking fails.
building e.g.:
math.c: In function 'MSVCRT__j0':
math.c:1267:3: warning: implicit declaration of function 'j0'
[-Wimplicit-function-declaration]
return j0(num);
^
math.c:1267:10: warning: incompatible implicit declaration of built-in function
'j0' [enabled by default]
return j0(num);
^
linking:
math.o: In function `MSVCRT__j0':
math.c:(.text+0x1901): undefined reference to `j0'
math.o: In function `MSVCRT__j1':
math.c:(.text+0x1931): undefined reference to `j1'
math.o: In function `MSVCRT__jn':
math.c:(.text+0x1963): undefined reference to `jn'
math.o: In function `MSVCRT__y0':
math.c:(.text+0x19b6): undefined reference to `y0'
math.o: In function `MSVCRT__y1':
math.c:(.text+0x1a3d): undefined reference to `y1'
math.o: In function `MSVCRT__yn':
math.c:(.text+0x1ac8): undefined reference to `yn'
We use the bessel functions unconditionally.
--
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=43357
Bug ID: 43357
Summary: Stars in Shadow crashes on startup
Product: Wine
Version: 2.12
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 58709
--> https://bugs.winehq.org/attachment.cgi?id=58709
Terminal output Wine Staging 2.12
I am using Wine Staging 2.12 with a WoW64 prefix set to Windows 7 mode and when
I attempt to launch the GOG version of the game Stars in Shadow, the game
almost immediately crashes after showing the game's logo.
--
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=44176
Bug ID: 44176
Summary: EverQuest crashes with unimplemented function
d3dx9_43.dll.D3DXCreateKeyframedAnimationSet
Product: Wine
Version: 3.0-rc1
Hardware: x86-64
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
wine: Call from 0x7b43bf4c to unimplemented function
d3dx9_43.dll.D3DXCreateKeyframedAnimationSet
wine-3.0-rc1-34-gca9ca79d12
--
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=44265
Bug ID: 44265
Summary: Options dialog triggers exception upon close in
Windows Media Player 6.4
Product: Wine
Version: 3.0-rc4
Hardware: x86
URL: http://download.microsoft.com/download/winmediaplayer/
Update/6.4/W9XNT4/EN-US/mpfull.exe
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 60076
--> https://bugs.winehq.org/attachment.cgi?id=60076
Backtrace of Options dialog exception upon close (after hardware acceleration
change)
Options dialog (View > Options) triggers an exception when closed in Windows
Media Player 6.4 regardless of button clicked (Close, OK, window close; Apply
is always disabled). Tested on two systems.
Xubuntu 16.04.3 x86_64, AMD Phenom 9550, GeForce GTX 750Ti with Nvidia 384.90
driver.
wine-devel 3.0~rc4~xenial from dl.winehq.org
Xubuntu 17.04 x86, Intel Pentium D 3.46GHz, GeForce 8600 GT with Nvidia
340.102 driver.
wine-devel 3.0~rc4~zesty from dl.winehq.org
--
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=44222
Bug ID: 44222
Summary: Office 2010 Pro Plus reruns setup on starting any app
even when Windows version is XP
Product: Wine
Version: 2.4
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: jacek(a)codeweavers.com
Regression SHA1: d0ed6d10358683e76f4fc059572fcd60813e8dc0
Distribution: ---
Related to bug 38838 but not the same, because this is a more recent
regression. Setting the Windows version to XP used to work around that bug, but
it no longer does.
d0ed6d10358683e76f4fc059572fcd60813e8dc0 is the first bad commit
commit d0ed6d10358683e76f4fc059572fcd60813e8dc0
Author: Jacek Caban <jacek(a)codeweavers.com>
Date: Thu Mar 16 14:00:17 2017 +0100
rpcrt4: Get rid of manual_listen_count and use binary state instead.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 a8d97cad516fa08664e9edc01232b3c132a7bf16
4c8d035928364fe158b4d24d802d5d82285d4d0c M dlls
--
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=42789
Bug ID: 42789
Summary: Qemu 2.9.0-rc3 crashes before displaying anything
Product: Wine
Version: 2.5
Hardware: x86-64
URL: https://qemu.weilnetz.de/w32/qemu-w32-setup-20170405.e
xe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Created attachment 57816
--> https://bugs.winehq.org/attachment.cgi?id=57816
log + backtrace
To reproduce just install qemu and run qemu-system-i386 with no additional
parameters. Backtrace seems pretty clean on where the problem is.
File Info:
666798c903472b4cb44b37544d5764cf2acb6c0f qemu-w32-setup-20170405.exe 37Mb
--
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.