https://bugs.winehq.org/show_bug.cgi?id=40357
Bug ID: 40357
Summary: Borderlands freeze/crash on 1st start
Product: Wine
Version: 1.9.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: vblanton(a)gmail.com
Distribution: ---
Created attachment 54044
--> https://bugs.winehq.org/attachment.cgi?id=54044
terminal output
Hello, Been noticing Borderlands crash consistently on first start. If I try
again, it usually will run.
on the first start, black screen, freeze and then gnome asks if I'd like to
close the non responsive window. terminal output is the same each time,
attached.
Steam 1.9.5 64bit winetricks many directx dlls.
very appreciative, thank you :)
--
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=14772
Summary: The Hobbit (Game) can´t install
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pro.rammstein(a)googlemail.com
Created an attachment (id=15296)
--> (http://bugs.winehq.org/attachment.cgi?id=15296)
it´s the report of the terminal
The game instalation stops at the half with the errror -1603 (msi)
I coppied the two cd on my harddrive3 and started the insatlation.
sorry for my bad english
hope you can help or fix, marcel
--
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=30013
Bug #: 30013
Summary: MS Project 2010: Task inspector is not available
Product: Wine
Version: 1.4-rc5
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.munteanu(a)gmail.com
Classification: Unclassified
When trying to open a task with allocation problems in the Task Inspector a
dialog pops up stating that an error occured when loading the web pane.
--
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=45850
Bug ID: 45850
Summary: .NET Framework 4.0 fails to install
Product: Wine
Version: 3.15
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: Installer, regression
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: baea371c3d4153bc4a718c07f46971d4d39aa9f3
Distribution: ---
Error message says: 'Installation Did Not Succeed'.
--
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=45381
Bug ID: 45381
Summary: Melodyne Studio crashes on importing audio
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: evie.catherine.bird(a)gmail.com
Distribution: ---
when trying to import an audio file for editing in Melodyne Studio, the
software crashes. this happens every time
--
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=43656
Bug ID: 43656
Summary: World of Warcraft crash on startup with stack overflow
Product: Wine
Version: 2.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: o.dierick(a)piezo-forte.be
Distribution: ---
Created attachment 59089
--> https://bugs.winehq.org/attachment.cgi?id=59089
wine 2.16 default console log
A few days ago it did start fine with wine 2.15.
Today I upgraded to wine 2.16 and there was also a game update in the Blizzard
App.
Now I cannot start the game anymore, even with wine 2.15 and 2.14 that used to
work.
There is no error window, the program just close when starting.
There is an err:seh stack overflow at the end of 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=45169
Bug ID: 45169
Summary: Commit "shell32: Handle writing an iconresource entry
in SHGetSetFolderCustomSettings" changes return value
to E_FAIL
Product: Wine
Version: 3.7
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: ulrich.gemkow(a)ikr.uni-stuttgart.de
Distribution: ---
Hello,
we have a regression with new crashes of a proprietary application. A bisect
shows as _one_ problematic patch:
>From 730264609f468d7aa0973edc9a435bd20373c1cd Mon Sep 17 00:00:00 2001
From: Louis Lenders <xerox.xerox2000x(a)gmail.com>
Date: Mon, 30 Apr 2018 09:22:42 +0200
Subject: [PATCH] shell32: Handle writing an iconresource entry in
SHGetSetFolderCustomSettings.
Signed-off-by: Louis Lenders <xerox.xerox2000x(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/shell32/shlfolder.c | 38 ++++++++++++++++++++++++++++++++++----
dlls/shell32/tests/shlfolder.c | 4 ++--
2 files changed, 36 insertions(+), 6 deletions(-)
Prior to this patch the function returned always E_NOTIMPL.
This patch changes the return value from E_NOTIMPL to E_FAIL even when flags is
not FCS_FORCEWRITE and when fcs->dwMask is not FCSM_ICONFILE.
At least the first case is also with the patch not implemented and should
return E_NOTIMPL.
Changing this return values changes the behavior of our application (which
shows the next crash :-).
--
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=45528
Bug ID: 45528
Summary: Bad URL precludes updates
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agoodanswer(a)gmail.com
Distribution: ---
Hi,
I am running Linux Mint 19 if that matters....
I recently installed Wine 3 via terminal.
The install went fine, but afterwards I started getting the following error
when Update Manager would run:
>> Failed to fetch https://dl/winehq.org/wine-builds/ubuntu/dists/bionic/InRelease Could not resolve 'dl'Some index files failed to download. They have been ignored, or old ones used instead. <<
I tracked the problem down to a bad URL in a file named
"additional-repositories.list", which is stored in "etc/apt/sources.list.d"
You can see the error documented at the bottom of this page:
https://askubuntu.com/questions/1017679/unable-to-download-wine-due-to-upda…
Changing this URL --
https://dl/winehq.org/wine-builds/ubuntu xenial
-- to this URL --
https://dl.winehq.org/wine-builds/ubuntu xenial
-- solved the problem, and Update Manager immediately set about fetching the
latest updates for Wine.
Thanks for all U do....
Hawkeye
--
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=42833
Bug ID: 42833
Summary: Gothic 2 night of the raven: Application is working
(sound, keyboard etc) but graphics is freezing
Product: Wine
Version: 2.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kacper-paczos(a)linux.pl
Distribution: ---
Created attachment 57927
--> https://bugs.winehq.org/attachment.cgi?id=57927
Hardware info, wine log
I use ubuntu 17.04.
My notebook model is HP 15-d015sw.
(hardware info in attach)
I install wine:
sudo apt-get install --install-recommends winehq-devel
https://wiki.winehq.org/Ubuntu
I use playonlinux with 'system wine' of devel (no addons)
(debug info in attach)
I run the application, all work good. (game menu)
While i play the game graphics is freezing.
Application work (i can switch dialogs option - I can to hold talks with Xardas
:) )
Sound, application and game are working but graphics is not working.
I use Radeon graphics mayby it is problem?
Gothic 2 worked on ubuntu 15.10 with amd property driver.
--
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.