http://bugs.winehq.org/show_bug.cgi?id=32247
Bug #: 32247
Summary: Steam will not start
Product: Wine
Version: 1.5.17
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jebtemporary(a)gmail.com
Classification: Unclassified
Regression SHA1: 7b0ba5153f3e42f31b922e5eb997d5e1d0cb44d4
Created attachment 42544
--> http://bugs.winehq.org/attachment.cgi?id=42544
Console output when running Steam.exe
I was using an old Debian package of Wine unstable (1.3.9, I believe), but the
textures did not render properly in Portal (I will submit this as a separate
bug in due course).
I checked out the current git version and far from fixing the texture issue,
Steam (latest version, presumably) itself now refused to start. I have done a
regression test and identified the regression. My 3dfx card is reported as
NVIDIA Corporation G73 [GeForce 7600 GT]
--
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=28166
Summary: Player shadows are have inverted colors in GTASA
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Created an attachment (id=36083)
--> (http://bugs.winehq.org/attachment.cgi?id=36083)
Screenshot
See screenshot.
This appears on intel video chips, e.g. this:
00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated
Graphics Controller (rev 02)
and also on i945 (EEEPC 901).
This doesn't reproduce on nvidia.
--
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=39437
Bug ID: 39437
Summary: Visual Studio 2015-compiled C++ programs do not run
(unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._seh_filter_dll)
Product: Wine
Version: 1.7.52
Hardware: x86
URL: https://www.microsoft.com/en-us/download/confirmation.
aspx?id=48145
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Created attachment 52551
--> https://bugs.winehq.org/attachment.cgi?id=52551
C++ Hello World program compiled with Visual Studio 2015
Attached HelloWorld.exe is a C++ program compiled with Visual Studio 2015. It
depends on vcruntime140.dll and msvcp140.dll, which Wine does not have.
The redistributable package for these files can be downloaded here:
https://www.microsoft.com/en-us/download/confirmation.aspx?id=48145
Currently fails in PROCESS_ATTACH of msvcp140.dll, with:
wine: Call from 0x7b83a76c to unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._initialize_onexit_table, aborting
This exception is apparently handled by calling another function we don't
implement:
wine: Call from 0x7b83a76c to unimplemented function
api-ms-win-crt-runtime-l1-1-0.dll._seh_filter_dll, aborting
Calls to this function spam the terminal until the stack overflows. I put that
in the subject because it's more noticeable, but the first issue is
_initialize_onexit_table
--
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=32217
Bug #: 32217
Summary: PES 2010 - PROGRAM ERROR
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nickarditsa(a)yahoo.gr
Classification: Unclassified
Created attachment 42492
--> http://bugs.winehq.org/attachment.cgi?id=42492
Program Error Details
I have installed PES 2010 in UBUNTU 12.04, and even the installation was
succesful, when i try to execute the game, i have this message:
"The program pes2010.exe has encountered a serious problem and needs to close.
We are sorry for the inconenience".
In the details of the program it says "Unhandled exception: assertion failed in
32-bit code (0x680011b2)"
I have attached the Program Error Details...
--
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=31720
Bug #: 31720
Summary: ScriptControl can't be used for jscript
Product: Wine
Version: 1.5.13
Platform: x86
URL: http://netikka.net/dev/scriptcontroltest.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: jscript
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
This small sample doesn't work
http://netikka.net/dev/scriptcontroltest.exe
procedure TForm1.Button1Click(Sender: TObject);
var sc: olevariant;
begin
sc:=createoleobject('ScriptControl');
sc.language:='JScript';
showmessage(sc.eval(edit1.text+'/'+edit2.text));
end;
First thing you need: winetricks msscript
Builtin jscript shows empty result. No fixmes in terminal.
(Also noticed errors are not handled, like letters or zerodivide)
--
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=38538
Bug ID: 38538
Summary: Win32 toolbar separator is drawn as a red bar
Product: Wine
Version: 20050930
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: support(a)securenetterm.com
Distribution: ---
In wine version 1.7.41 and 1.7.42 the first separator in a toolbar is drawn
with a red color. All the remaining separators on the toolbar is draw
correctly. In version 1.7.40 and prior versions,the toolbar is drawn
correctly.
--
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=40217
Bug ID: 40217
Summary: Ubuntu vivid / wily use libgnutls 28 instead of 26
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wine-packages
Assignee: michael(a)fds-team.de
Reporter: michael(a)fds-team.de
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: Ubuntu
The Ubuntu builds use the correct build dependencies for libgnutls but the
"Recommends" entry is wrong:
{{ =" libgnutls-deb0-28,\n" if debian_version >= 8 else ""
}}
{{ =" libgnutls26,\n" if debian_version < 8 else ""
}}
Ubuntu vivid/wily also use libgnutls 28, so we need to change this construct to
be compatible with launchpad and recommend the correct version.
--
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=40407
Bug ID: 40407
Summary: 紅蓮華 fails to read files from the game's archives
Product: Wine
Version: 1.9.7
Hardware: x86-64
URL: http://www.escude.co.jp/product/gurenka/download04.htm
l
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: mokouthrowaway(a)gmail.com
Distribution: ---
Created attachment 54139
--> https://bugs.winehq.org/attachment.cgi?id=54139
Error dialog after clicking on the "Flowchart" menu item
Steps to reproduce:
1. Download the trial version of the game ("DL" links are direct links to the
zip)
2. Run gurenka.exe with Wine
3. Click on the "Flowchart" menu item
Actual results:
The game crashes with an error about being unable to read the
"gfx\chart\flowchart.lsf" file.
Expected results:
The game shows the flowchart screen.
Similar errors can be encountered when clicking on "Start" or trying to load
the game (if there are save files present).
I can add WINEDEBUG output as an attachment, but I'm not sure which debug
channels to use, with +relay the log file is about 10-40MiB large, not sure if
it's fine to attach files of that size.
gurenka_trial_net.zip checksums:
MD5 a59b65b29bc14b2821444ced26487f3b
SHA1 5841a955484578ddb4d6f8b3733548cfa0eb156c
SHA384
2e4264f364c8395c6b7b0ce1b22aa27ffeaed8315a97f186bd5344bb7048bfdde2805071960765d199181eaf70040bdd
--
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=34413
Bug #: 34413
Summary: Madou Koukaku crashes when entering certain parts of
the game
Product: Wine
Version: 1.7.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: funtimeschaos(a)rocketmail.com
Classification: Unclassified
Created attachment 45807
--> http://bugs.winehq.org/attachment.cgi?id=45807
Console output from firing up the game to clicking on "options" in the main
menu.
The game crashes when you:
- Enter the first battle
- Enter the options menu
- Attempt to save for the first time
- Attempt to enter the save or load menu after trying to save once
The demo version is officially available at
http://mirror3.fuzzy2.com/2013/02/eushully/19321316531/koukaku_trial.zip
But the japanese servers are slow as hell, so I've uploaded the copy I
downloaded in the link I put up.
sha1sum koukaku_trial.exe
d7c7cede7234af70ff270511eb0fea1e496b33ed
579MB
I installed using the command
env LANG=ja_JP.UTF-8 wine koukaku_trial.exe
To run the installer in a japanese locale. I've also had to disable
winegstreamer.
--
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=14288
Summary: winhelp: text/paragraph formatting bugs
Product: Wine
Version: 1.1.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: markk(a)clara.co.uk
Some help files do not display correctly in Wine winhelp. For example, a
paragraph which should appear to the right of an icon like this:
[pic] This is a paragraph
whose left edge is
to the right of a picture
may actually appear below the icon, like this:
[pic]
This is a paragraph whose left edge is to the right of a picture
To demonstrate, download msdncd.hlp from
http://bugs.winehq.org/attachment.cgi?id=14568
and load the file into Wine winhelp.
On the "Opening Books and Topics" page, the paragraph formatting is incorrect.
(The paragraph corresponding to each icon should appear to the right of it.)
On "Searching for Words and Phrases", paragraph formatting is incorrect, and
the example text should be rendered in bold.
Also, at the top of each page there should be a grey bar. This does not appear
in
Wine winhelp.
--
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.