https://bugs.winehq.org/show_bug.cgi?id=41213
Bug ID: 41213
Summary: Missing textures
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: montanawoody(a)gmail.com
Distribution: ---
Created attachment 55467
--> https://bugs.winehq.org/attachment.cgi?id=55467
Compressed terminal output
The D3D 11 renderer for Elder Scrolls Online is almost working with the latest
Wine version. The only issue I'm see now are missing textures, and these
related error/fixme messages:
err:d3d:wined3d_debug_callback 0x15c2400: "GL_INVALID_OPERATION in
glUseProgram(program 15 not linked)".
fixme:d3d:context_bind_shader_resources Shader 0x7ff6c9ae0b70 needs 21
samplers, but only 16 are supported.
I've attached the terminal output as a compressed file since it was 35MB
uncompressed.
I have a patch that I will attach as well that fixes the problem -- but is
probably a hack. Hopefully someone more knowledgeable will know of a proper
solution.
--
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=53311
Bug ID: 53311
Summary: Older verions of Chromium for windows crashes when you
download any file
Product: Wine
Version: 7.12
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: dwrite
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
Chromium for Windows starting from build 325599 crashes when you try to
download any file.
This chromium patch led to Wine's DWRITE malfunction:
https://chromium.googlesource.com/chromium/src/+/0d6b74070c3f53f68026415636…
Chromium 325599 download link:
https://commondatastorage.googleapis.com/chromium-browser-snapshots/index.h…
Steps to reproduce:
1. download and unpack chrome-win32.zip
2. run chrome.exe in Win7 compatibility
3. try to download any file from the web
--
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=7499
Alina <bugattia71(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bugattia71(a)gmail.com
--
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=53422
Bug ID: 53422
Summary: Bully: Scholarship Edition fails to play intros
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 72812
--> https://bugs.winehq.org/attachment.cgi?id=72812
+quartz
Disabling quartz or renaming Movies folder helps with getting to main menu.
wine-7.13-188-g1d65bc06b30
--
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=53421
Bug ID: 53421
Summary: useless 002c:err:winediag:getaddrinfo Failed to
resolve your host name IP
Product: Wine
Version: 7.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: david(a)ixit.cz
Distribution: ---
I'm running apitrace, which has no access to the internet and works only
locally.
When using Wine 5.0, I'm not getting any warnings, so I assume no process tried
to communicate over IP.
With winehq-stable wine, I'm getting this warning:
```
002c:err:winediag:getaddrinfo Failed to resolve your host name IP
```
I assume it's not critical, but WINE seems to try to do something beyond what
is needed.
I'm looking at changes here:
https://gitlab.winehq.org/wine/wine/-/commits/master/dlls/ws2_32/protocol.c but
I'm not seeing anything obvious.
--
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=53420
Bug ID: 53420
Summary: baby in yellow keeps insta-crashing
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: itznotjax(a)gmail.com
Created attachment 72811
--> https://bugs.winehq.org/attachment.cgi?id=72811
backtrace of the bug
baby in yellow
--
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=53418
Bug ID: 53418
Summary: Msys2 pacman fails inside _alpm_makepath_mode
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: joel(a)airwebreathe.org.uk
Distribution: ---
Run:
$ mkdir /home/user/pacman-test/var/lib/pacman -p
$ wine64 /path/to/msys64/usr/bin/pacman.exe -Sy --config pacman.conf --debug
With pacman.conf
--------------------------------------
[options]
RootDir = /z/home/user/pacman-test/
CacheDir = /z/home/user/pacman-test/var/cache/pacman/pkg/
GPGDir = /z/home/user/pacman-test/etc/pacman.d/gnupg/
HoldPkg = pacman
Architecture = auto
Color
CheckSpace
ParallelDownloads = 5
[mingw32]
Include = /etc/pacman.d/mirrorlist.mingw
SigLevel = Required
[mingw64]
Include = /etc/pacman.d/mirrorlist.mingw
SigLevel = Required
[ucrt64]
Include = /etc/pacman.d/mirrorlist.mingw
SigLevel = Required
[clang32]
Include = /etc/pacman.d/mirrorlist.mingw
SigLevel = Required
[clang64]
Include = /etc/pacman.d/mirrorlist.mingw
SigLevel = Required
[msys]
Include = /etc/pacman.d/mirrorlist.msys
SigLevel = Required
--------------------------------------
Produces the following error in the log:
--------------------------------------
:: Synchronising package databases...
debug: database dir '/z/home/user/pacman-test/var/lib/pacman/sync/' does not
exist, creating it
debug: returning error 2 from get_sync_dir (../lib/libalpm/be_sync.c: 58) :
unexpected system error
error: failed to synchronize all databases (unexpected system error)
--------------------------------------
Note that Wine needs to be patched with these hacks first, or it will crash due
to stack overflow issues:
* https://bugs.winehq.org/show_bug.cgi?id=47808#c12
* https://bugs.winehq.org/show_bug.cgi?id=47808#c13
--
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=53163
Bug ID: 53163
Summary: ts!us papy.exe: crashes with an win32 function failed
error regarding Graphics_DisplayM.cpp
Product: Wine
Version: 7.10
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: laymondfleming1005(a)gmail.com
Distribution: ---
Created attachment 72601
--> https://bugs.winehq.org/attachment.cgi?id=72601
I don't know how to describe the attachment here
ts!us papy.exe fails to convert with wine 7.10 and shows a Win32 function
failed error and shows the error log with an unhandled exception error
--
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=53415
Bug ID: 53415
Summary: Abbyy Finereader 14 installs but does not start.
Product: Wine
Version: 7.13
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: reychango(a)gmail.com
Distribution: ---
Created attachment 72808
--> https://bugs.winehq.org/attachment.cgi?id=72808
Log error
The installation is carried out normally, but when starting the Wine
application it reports an error, whose log is attached.
Thanks in advance.
--
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.