http://bugs.winehq.org/show_bug.cgi?id=23033
Summary: Runaway 2 can't run.
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: majorandras(a)freemail.hu
Created an attachment (id=28552)
--> (http://bugs.winehq.org/attachment.cgi?id=28552)
The error window.
After I started Runaway 2 : The Dream Of The Turtle, a windows appears with an
error message: DLL not found shell.dll16.dll
--
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=41096
Bug ID: 41096
Summary: ResEdit Resources treeview has rendered wrongly
positioned first branch
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: b7.10110111(a)gmail.com
Distribution: ---
Created attachment 55300
--> https://bugs.winehq.org/attachment.cgi?id=55300
Test resource file
If you open the attached .rc file in ResEdit, you'll see that Dialog branch is
misplaced in the Resources tree. If you click on its first leaf, you'll
actually select another leaf (third in this case).
If you resize the Resources tree horizontally, it begins to render all branches
correctly.
The only console output I have is this:
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:urlmon:InternetBindInfo_GetBindString not supported string type 20
fixme:shell:SHAddToRecentDocs should delete all files in
C:\users\ruslan\Recent\
--
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=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=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=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.
https://bugs.winehq.org/show_bug.cgi?id=43520
Bug ID: 43520
Summary: WIC does not decode some JPEG images correctly
Product: Wine
Version: 2.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: windowscodecs
Assignee: wine-bugs(a)winehq.org
Reporter: theli.ua(a)gmail.com
Distribution: ---
Created attachment 58915
--> https://bugs.winehq.org/attachment.cgi?id=58915
sample image
example image 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=35529
Bug ID: 35529
Summary: Uninstaller: application list doesn't fit
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: download, source
Severity: trivial
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Classification: Unclassified
Created attachment 47441
--> http://bugs.winehq.org/attachment.cgi?id=47441
Screenshot
The list of applications in Wine's Uninstaller doesn't fit in the list box. The
bottom scrollbar obscures the final application, and nothing can be resized.
See screenshot.
Nothing printed in the console.
--
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.