http://bugs.winehq.org/show_bug.cgi?id=34551
Bug #: 34551
Summary: Necrovision demo crashes - Pixel shader and vertex
shader are not supported, yet.
Product: Wine
Version: 1.7.2
Platform: x86
URL: http://www.fileplanet.com/196528/190000/fileinfo/Necro
Vision-Demo
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andrey.goosev(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
Created attachment 46001
--> http://bugs.winehq.org/attachment.cgi?id=46001
log+backtrace
Crashes at launch.
fixme:d3dx:d3dx9_base_effect_get_pass_desc Pixel shader and vertex shader are
not supported, yet.
--
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=36820
Bug ID: 36820
Summary: rift does not run
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: arronwilliams(a)gmail.com
Created attachment 48896
--> http://bugs.winehq.org/attachment.cgi?id=48896
this is the errer
i get this errer message and the game does not start have no idea what to do.
--
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=32155
Bug #: 32155
Summary: MS Office 2007 SP3 installation
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linux.james.hon(a)gmail.com
Classification: Unclassified
Created attachment 42424
--> http://bugs.winehq.org/attachment.cgi?id=42424
Microsoft Office 2007 SP3 failed to install
See Attachment
--
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=37811
Bug ID: 37811
Summary: Xvid installer requires mfplat.dll.MFTRegister
Product: Wine
Version: 1.7.33
Hardware: x86
URL: http://downloads.xvid.org/downloads/Xvid-1.3.3-2014101
9.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: ---
Xvid-1.3.3-20141019.exe bc837b1d53199121ffc9447c9068c9943d455ced 11Mb
--
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=42712
Bug ID: 42712
Summary: Image-Bugs in Guild Wars 2 (Guild emblem)
Product: Wine
Version: 2.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: nighthunterzz(a)web.de
Distribution: ArchLinux
Guild Wars 2 - 64
https://appdb.winehq.org/objectManager.php?sClass=version&iId=32861
These Bugs happen in all WINE versions.
Way to reproduce:
1. Join/Create a guild.
2. Go Guild Hall and try to donate materials.
3. Materialimages will not be shown and Guildemblem will be displayed brokenly.
I recorded this effect here: https://youtu.be/WM3j3KMzoiU
--
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=42838
Bug ID: 42838
Summary: Steuer-Spar-Erklärung 2017 needs
api-ms-win-crt-runtime-l1-1-0.dll._invalid_parameter_n
oinfo_noreturn
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
With bug 42834 fixed, next crash is caused by missing
api-ms-win-crt-runtime-l1-1-0.dll._invalid_parameter_noinfo_noreturn.
--
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=34977
Bug #: 34977
Summary: WinDjView: missing checkbox in the set as default
viewer dialog
Product: Wine
Version: 1.7.6
Platform: x86
URL: http://downloads.sourceforge.net/windjview/WinDjView-2
.0.2-Setup.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gohabsgo60(a)yahoo.ca
Classification: Unclassified
Created attachment 46610
--> http://bugs.winehq.org/attachment.cgi?id=46610
WINEDEBUG=hook,msgbox log
to reproduce:
run installer in a clean prefix
* uncheck 'Associate with Djvu files'
* make sure 'Run WinDjView' is checked
the installer completes, the program starts and a dialog appears warning about
WinDjView not being the default viewer. this dialog has a checkbox missing and
some other stuff is wrong too.
The program's source can be downloaded here:
http://sourceforge.net/projects/windjview/files/WinDjView/2.0.2/WinDjView-2…
it requires vc++ pro to compile due to usage of MFC.
the relevant code is in WinDjView.cpp inside the functions
int CDjViewApp::DoMessageBox(LPCTSTR lpszPrompt, UINT nType, UINT nIDHelp,
const MessageBoxOptions& mbo)
and
LRESULT CALLBACK CDjViewApp::MBHookProc(int nCode, WPARAM wParam, LPARAM
lParam)
the first function sets a CBT hook and creates the dialog and the second one is
the CBT hook itself which performs the dialog's custom initialization.
i have included a winedebug log. please note that CBT hook 0x4776d0 is the one
that matters here. the other one (0x4e79f6) is used internally by MFC.
--
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=42905
Bug ID: 42905
Summary: Compile error Undefined GNUTLS_MAC_AEAD
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: critical
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
schannel_gnutls.c: In function ‘schannel_get_mac_algid’:
schannel_gnutls.c:329:10: error: ‘GNUTLS_MAC_AEAD’ undeclared (first use in
this function)
case GNUTLS_MAC_AEAD:
commit ffefa721ba4a0d8c35393b11238226e0d64a98ae
Author: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Date: Tue Apr 18 21:49:32 2017 +0900
secur32: Return PRF algorithm value when using GCM.
Signed-off-by: Akihiro Sagawa <sagawa.aki(a)gmail.com>
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)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=42605
Bug ID: 42605
Summary: B4J (Basic 4 Java) crashes when click menu
Product: Wine
Version: 2.3
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: olivier.mare(a)gmail.com
Distribution: ---
Created attachment 57550
--> https://bugs.winehq.org/attachment.cgi?id=57550
Crash log.
Application B4J crashes when I use menu.
This issue is new on WineHQ version 2.3 (Not reproduced with version 2.2).
Informations about application B4J :
https://www.b4x.com/b4j.html
used Framework dotnet 4
--
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=42478
Bug ID: 42478
Summary: 'O_CLOEXEC' undeclared
Product: Wine
Version: 2.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: version2013(a)openmailbox.org
Distribution: ---
Created attachment 57332
--> https://bugs.winehq.org/attachment.cgi?id=57332
log.txt
# gcc --version
gcc (GCC) 4.2.2
kernel version number
# uname -r
2.6.30.5
# ldd --version
ldd (GNU libc) 2.6.1
wine-2.2 does not finish compiling.
--
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.