https://bugs.winehq.org/show_bug.cgi?id=50668
Bug ID: 50668
Summary: Submarine Titans crashes when the opening video should
be played
Product: Wine
Version: 6.2
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-71450/Submarine-T
itans-Demo
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: z.figura12(a)gmail.com
Regression SHA1: d028217a56f61631ad577f51a7b0b5083bbfc825
Distribution: ---
The game crashes when the opening video is about to play:
>>err:virtual:virtual_setup_exception stack overflow 884 bytes in thread 0024 addr 0x7b06e51d stack 0x220c8c (0x220000-0x221000-0x320000)
This was introduced by
commit d028217a56f61631ad577f51a7b0b5083bbfc825
winegstreamer: Use amt_to_wg_format() in
decodebin_parser_source_query_accept().
With the previous commit the game plays the video then it gets to the main
menu.
stdemo.exe
md5sum: eb74fce386138981f75ec101ec2d9661
--
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=50159
Bug ID: 50159
Summary: Lylian demo plays: we can hear sounds but no video.
Product: Wine
Version: 5.22
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: ---
Created attachment 68676
--> https://bugs.winehq.org/attachment.cgi?id=68676
console output with quartz debug channel enabled
All is said in the tile.
Demo starts, one can hear sound, but no video is played.
--
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=49397
Bug ID: 49397
Summary: DX11 Sample "Texturing and Lighting" fails with error
"Failed to load texture"
Product: Wine
Version: 5.10
Hardware: x86-64
URL: https://drive.google.com/uc?export=download&id=0B0ND0J
8HHfaXenFyNC12ZlJlS1U
OS: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gijsvrm(a)gmail.com
Distribution: ArchLinux
Created attachment 67467
--> https://bugs.winehq.org/attachment.cgi?id=67467
+d3d11,+d3d,+dxgi
I'm running Arch Linux with a GTX 750Ti (driver version 440.82).
Attached is a +d3d11,+d3d,+dxgi 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=47875
Bug ID: 47875
Summary: kernel32:file: FindFirstFile("foo\nul\bar") succeeds
on AMD graphics!
Product: Wine
Version: 4.17
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
On some machines kernel32:file systematically gets the following two failures:
file.c:2709: Test failed: FindFirstFile on C:\foo\bar\nul should fail
file.c:2710: Test failed: Bad Error number -559038801
-559038801 is 0xdeadbeaf which is the value LastError is set to before the
test:
SetLastError( 0xdeadbeaf );
strcpy(buffer2, buffer);
strcat(buffer2, "foo\\bar\\nul");
handle = FindFirstFileA(buffer2, &data);
ok ( handle == INVALID_HANDLE_VALUE, "FindFirstFile on %s should fail\n",
buffer2 );
ok ( err == ERROR_PATH_NOT_FOUND, "Bad Error number %d\n", err );
This suggests that FindFirstFile() succeeds in finding "foo\bar\nul".
Furthermore this only happens on two Windows 8.1 machines, cw-rx460 and
dr-RS740, both in the 32 and 64 bit tests.
They share the same build number (9600) but so does cw2-gtx560 which does not
have these failures. The other common point is that they both have an AMD
graphics card and, presumably, the corresponding driver. But why would a
graphics driver change the behavior of FindFirstFile()?
--
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=48032
Bug ID: 48032
Summary: Errors when installing games in Origin (regression)
Product: Wine
Version: 4.18
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
During game installations, Origin will almost always print "An unexpected error
has occurred. Please try again in a few moments. Error: 327682:11" and not flag
the game as successfully installed.
Through bisect I've found that this is a regression which was caused by commit
e4ca5dbec056c977bffce31bd7901aaec884f199 (server: Add new pipe servers to the
end of the servers list). Reverting that commit against wine-4.3 also fixed the
issue (can't revert it against 4.19 as git revert doesn't let me).
I've made a log with +server debug channel. It was too big for bugzilla so I
had to upload it to my Google Drive:
https://drive.google.com/open?id=1doEVWo1qW1ppP_VemoCu8xhFkWXEsn0z
(oh, and ignore errors about wine not finding some .exes - i disabled them
myself for certain reasons).
Let me know if anything else is needed.
--
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=51159
Bug ID: 51159
Summary: test_NLSVersion() fails on Windows 10 >= 2004 in
kernel32:locale
Product: Wine
Version: 6.8
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
test_NLSVersion() fails on Windows 10 >= 2004 in kernel32:locale:
locale.c:6900: Test failed: IsValidNLSVersion succeeded
This is the test where dwNLSVersion is decreased compared to its initial
version:
info.dwNLSVersion -= 0x200;
ret = pIsValidNLSVersion( COMPARE_STRING, L"en-US", &info );
ok( !ret, "IsValidNLSVersion succeeded\n" );
Traces show that Windows 8.1 to Windows 10 1809 have NLSVersion=6020f,
while Windows 10 >= 2004 has NLSVersion=60305.
Maybe the test fails because the older Windows accept anything in the 602xx
range and 60206 (60305+1-0x100) falls in that range?
What was the point of that test?
This test was introduced by the commit below:
commit 84cca2baae23c6afa0c8070f5009fdcfa218e039
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Fri Mar 20 14:43:45 2020 +0100
kernelbase: Implement IsValidNLSVersion().
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=48776
Bug ID: 48776
Summary: GoToMeeting Opener crashes
Product: Wine
Version: 5.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Tried to get a goto meeting running just with an older Firefox and Wine.
Unfortunately the "GoToMeeting Opener.exe" crashes short after start,
when showing around 10% progress.
I could follow the crash to an allocation of 0x100000 bytes,
to which some data get asynchronously downloaded, written to a file,
and then freed.
But after that, below a INTERNET_WorkerThreadFunc,
a memcpy tries to access the previously freed memory.
Further looking might lead to a SetEvent that get triggered by
the INTERNET_STATUS_RECEIVING_RESPONSE callback,
but I am not sure if this is related or supposed the way it runs now.
A windows Firefox offers for following link a download:
https://global.gotomeeting.com/join/100000000
(meeting id changed - the download is the same
except 176 bytes, but shows the same issue.)
--
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=50792
Bug ID: 50792
Summary: RadiRec doesn't start with wine-mono.
Product: Wine
Version: 6.3
Hardware: x86-64
URL: https://dogaraag.temporarydomain.net/download/installe
r/radirec/win/RadiRec.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
Assignee: wine-bugs(a)winehq.org
Reporter: sagawa.aki+winebugs(a)gmail.com
Distribution: Ubuntu
RadiRec (らじれこ in Japanese) is a download manager for online radio stations in
Japan. When I start the program, らじれこ.exe, it shows the following exceptions to
the console and doesn't start.
----
Unhandled Exception:
System.Runtime.Remoting.RemotingException: Channel ipc is not securable while
ensureSecurity is specified as true
at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel
(System.Runtime.Remoting.Channels.IChannel chnl, System.Boolean ensureSecurity)
[0x0002a] in <3d7a9349295c42b6abb3487b4473a6b8>:0
at RadiRec.App.Main (System.String[] args) [0x0001f] in
<62aa39eab2e94b36a8311899088b942d>:0
[ERROR] FATAL UNHANDLED EXCEPTION: System.Runtime.Remoting.RemotingException:
Channel ipc is not securable while ensureSecurity is specified as true
at System.Runtime.Remoting.Channels.ChannelServices.RegisterChannel
(System.Runtime.Remoting.Channels.IChannel chnl, System.Boolean ensureSecurity)
[0x0002a] in <3d7a9349295c42b6abb3487b4473a6b8>:0
----
--
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=51242
Bug ID: 51242
Summary: Tycoon airport crashes (a Mesa bug?)
Product: Wine
Version: 6.10
Hardware: x86-64
URL: https://www.fileplanet.com/archive/p-30575/Airline-Tyc
oon-Demo/download
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: jeremielapuree(a)yahoo.fr
Distribution: Ubuntu
Created attachment 70117
--> https://bugs.winehq.org/attachment.cgi?id=70117
console ourput with opengl, wgl,d3d and ddraw channels enabled
When launching Tycoon airport crashes. It looks like the crash is in the mesa
driver. I know Henri likes free driver, so I let him to choose if this bug is
correct or it is invalid.
--
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=42795
Bug ID: 42795
Summary: LEGO City Undercover crashes on startup (Steam, DX11)
Product: Wine
Version: 2.5
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wylda(a)volny.cz
Distribution: ---
Created attachment 57820
--> https://bugs.winehq.org/attachment.cgi?id=57820
Console log + Backtrace from wine-2.5-151-g61a1a266fa
LEGO City Undercover crashes on startup under wine-2.5-151-g61a1a266fa.
winetricks alldlls=builtin
export WINEDEBUG=+tid,+seh
wine ./Steam.exe -no-cef-sandbox steam://run/578330 >>log.txt 2>&1
--
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.