https://bugs.winehq.org/show_bug.cgi?id=47583
Bug ID: 47583
Summary: Tower of the Sorcerer: Item text does not show up
Product: Wine
Version: 4.13
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kingoipo(a)gmail.com
Distribution: ---
Created attachment 64988
--> https://bugs.winehq.org/attachment.cgi?id=64988
TSW on Wine - shows missing text
When running Tower of the Sorcerer v1.2, the text in the left and right side of
the game doesn't show (see screenshot). Text in text messages does show.
Download link of application:
www.vector.co.jp/download/file/win95/game/fh146559.html (click the green button
and you'll get the English version of the game)
--
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=55719
Bug ID: 55719
Summary: Grim Down - compiler generates incorrect shader
signatures
Product: vkd3d
Version: 1.9
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: bunglehead(a)gmail.com
Distribution: ---
Created attachment 75224
--> https://bugs.winehq.org/attachment.cgi?id=75224
vs
The game compiles shaders for vs_5_0/ps_5_0 using d3dcompiler_43 with
D3DCOMPILE_ENABLE_BACKWARDS_COMPATIBILITY flag.
That should trigger semantic remapping:
* vs: output POSITION -> SV_Position
* ps: input POSITION -> SV_Position, output COLORN -> SV_TargetN.
Without compatibility flag semantic names are preserved as is.
--
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=55453
Bug ID: 55453
Summary: Motor4MX crashes due to missing 'atan' handling
Product: vkd3d
Version: 1.8
Hardware: x86-64
URL: http://www.gamepressure.com/download.asp?ID=21182
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
0024:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0024:err:d3dcompiler:D3DCompile2 Shader log:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:48:15: E5005: Function "atan"
is not defined.
0024:err:d3dcompiler:D3DCompile2
Logs + shaders can be found in bug 55448.
--
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=55154
Bug ID: 55154
Summary: Sacred 2 crashes due to missing 'acos' handling
Product: vkd3d
Version: 1.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: hlsl
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ---
Continuation of bug 55084.
0024:err:d3dcompiler:D3DCompile2 Failed to compile shader, vkd3d result -4.
0024:err:d3dcompiler:D3DCompile2 Shader log:
0024:err:d3dcompiler:D3DCompile2 <anonymous>:123:13: E5005: Function "acos"
is not defined.
0024:err:d3dcompiler:D3DCompile2
--
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=43618
Bug ID: 43618
Summary: Sonic CD crashes after failing to compile a shader
Product: Wine
Version: 2.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
Distribution: ---
Created attachment 59037
--> https://bugs.winehq.org/attachment.cgi?id=59037
log with +d3dcompiler
Sonic CD, a Steam game, crashes on startup. I'm attaching a log with
WINEDEBUG=+d3dcompiler.
The game works fine after running `winetricks dlls d3dcompiler_43`.
--
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=41249
Bug ID: 41249
Summary: Serato DJ 1.9.2 : Gray Screen with cursor
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: machst(a)live.ca
Distribution: ---
After installing Serato DJ 1.9.2, with vcrun2013 from winetricks and changing
config settings to Windows 7,
Serato DJ opens to a Gray with a your mouse. Can't do anything, must Alt-Tab to
exit and the force kill from task manager.
--
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=56399
Bug ID: 56399
Summary: cmd.exe's %~s modifier (short DOS path) expands to
mixed short/long format
Product: Wine
Version: 9.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: tncgyp+uypezc35u0dyxed6tszn0wk59xjphxb2gcxycxno8mxg4od
48(a)sharklasers.com
Distribution: ---
Try the following:
cd /tmp &&
printf 'for %%%%P in ("%%ProgramFiles%%\Internet Explorer") do winepath.exe -s
%%%%P\r\n' > shortpath.bat &&
wine cmd.exe /c shortpath.bat &&
printf 'for %%%%P in ("%%ProgramFiles%%\Internet Explorer") do echo
%%%%~sP\r\n' > shortpath.bat &&
wine cmd.exe /c shortpath.bat &&
rm shortpath.bat &&
cd "$OLDPWD"
The first batch file uses winepath.exe -s and returns 'C:\PROG~5P2\INTE~H1A'.
The second batch file uses cmd.exe's %~s modifier and returns
'C:\PROG~5P2\Internet Explorer'.
Wine's cmd.exe %~s modifier seems to be broken. It should produce the same path
as winepath.exe -s.
The second batch file works as expected with MS cmd.exe in a WinXP VM and a
Win7 VM.
Tested on wine 9.2 with fresh prefixes and:
- WINEARCH=win32 and wine cmd.exe
- WINEARCH=win64 and wine cmd.exe
- WINEARCH=win64 and wine64 cmd.exe
--
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=22413
Summary: Cursor flickers/is sluggish
Product: Wine
Version: 1.1.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: simulcra(a)uchicago.edu
CC: simulcra(a)uchicago.edu
Outside of the main menu in Icewind Dale II, the mouse cursor flickers very
heavily and sometimes is very sluggish. This is definitely a regression - am
in the process of doing some git bisects.
--
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=56404
Bug ID: 56404
Summary: Implement IoRing API of Windows ≥11
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: kolan_n(a)mail.ru
Distribution: ---
https://learn.microsoft.com/en-us/windows/win32/api/ioringapi/
--
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.