https://bugs.winehq.org/show_bug.cgi?id=42008
Bug ID: 42008
Summary: Final Fantasy XI Online: Opening movie doesn't play.
Product: Wine
Version: 2.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: escomk3(a)hotmail.com
Distribution: ---
The opening cinematics play for about ten (10) seconds, then it's skipped.
The actual video does not show up at all, but the audio is played, up until
that point.
Reverting '29deae351b4a4460fe8d7a04af88325dac420a0c' fixes this.
Before Wine 1.9.10, the movie plays, but upside down, and mirrored from the
left to the right. At 1.9.10, it works OK. After that, the above mentioned
commit comes along, and breaks it.
There was an error message in terminal that I saw at some point that might be
helpful, but I can't seem to make it happen now (and I'm a bit confused about
the logs I saved right now).
Let me know if any logs will be of help.
--
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=48524
Bug ID: 48524
Summary: [EA Origin] OriginClientService.exe crashing at launch
Product: Wine
Version: 5.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wbgkrvza(a)gmail.com
Distribution: ---
Created attachment 66332
--> https://bugs.winehq.org/attachment.cgi?id=66332
Backtrace
Upon launching Origin a crashdialog appears saying that OriginClientService.exe
crashed. Origin continues to launch but is unable to install any games
afterwards.
According to that post stopping the service manually solved the issue on
Windows as Origin restarts the service automatically when it is about to
download some game.
https://answers.ea.com/t5/Battlefield-4/origin-needs-to-download-files-and-…
I tried doing the same by disabling the service's autostart through regedit.
The result was Origin launching with no issue but when trying to install a game
the same crashdialog appears.
The only interesting thing I found in the log was this line:
004e:err:module:import_dll Library Qt5Svg.dll (which is needed by L"C:\\Program
Files (x86)\\Origin\\imageformats\\qsvg.dll") not found
Qt5Svg.dll actually does not exist, not sure if it should be there with a clean
installtation or not. I tried both OriginSetup and OriginThingSetup, no
difference.
Using wine-staging 5.0 on Gentoo
--
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=39213
Bug ID: 39213
Summary: advapi32:security fails if privileges not high enough
Product: Wine
Version: unspecified
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following failures only happen if the test is run in a regular user account
on old Windows versions, or without elevated privileges on the more recent
ones.
Windows 2000 - Restricted user account
Windows XP - Limited user account
security.c:5888: Test failed: got 5
security.c:5899: Test failed: got 5
security.c:5908: Test failed: got 6
security.c:5919: Test failed: got 6
security.c:5925: Test failed: got 5
security.c:5929: Test failed: got 6
security.c:5940: Test failed: got 5
security.c:5943: Test failed: got 6
security.c:5947: Test failed: got 2
Windows 7 - Administrator account
Windows 7 - Regular user account
security.c:3739: Test failed: MACHINE\Software owner SID != Administrators SID.
security.c:3792: Test failed: Builtin Admins ACE has unexpected flags (0x3 !=
0x0)
plus those below:
Windows 2000 - Standard (Power) user account
security.c:5899: Test failed: got 1314
security.c:5908: Test failed: got 6
security.c:5919: Test failed: got 6
security.c:5929: Test failed: got 1314
Currently these test failures happen on the following WineTest boxes: .
fg-win2000-rusr, fg-win2000-susr, fg-winxp-lusr, fg-win7u64-1spie9adm,
fg-win7u64-1spie9usr.
https://test.winehq.org/data/tests/advapi32:security.html
--
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=37046
Bug ID: 37046
Summary: Roblox Studio cannot load games due to issue in
wininet (trace:wininet:DllMain 0x7dec0000,2,(nil))
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: alfonsojon1997(a)gmail.com
Created attachment 49228
--> http://bugs.winehq.org/attachment.cgi?id=49228
RobloxStudio wininet log
Hi, it seems Roblox Studio cannot load games without using the winetricks
wininet verb (which is bad because it causes a very long hang when loading),
which is slightly frustrating. I've attached an error log which was executed
with the wine debug channels "fixme-d3d,+wininet". Please let me know if any
more information is needed. Thanks
--
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=48777
Bug ID: 48777
Summary: msiexec failure with glibc>=2.31
Product: Wine
Version: 5.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: xantares09(a)hotmail.com
Distribution: ---
on archlinux x86_64, with glibc 2.31, current wine 5.4, msiexec fails with an
error code 67:
cd /tmp && wget http://www.python.org/ftp/python/2.7.16/python-2.7.16.msi &&
WINEARCH=win32 WINEPREFIX=~/.wine_glibc231 msiexec /i python-2.7.16.msi /qb
TARGETDIR=$PWD
0009:err:msi:ACTION_InstallFiles compressed file wasn't installed
(L"w9xpopen.exe")
0009:err:msi:execute_script Execution of script 0 halted; action
L"InstallFiles" returned 1603
0009:err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize"
returned 1603
0009:fixme:msi:internal_ui_handler internal UI not implemented for message
0x0b000000 (UI level = 3)
0009:fixme:msi:internal_ui_handler internal UI not implemented for message
0x0b000000 (UI level = 3)
I bisected the change in glibc to a change related to the futimens function:
https://github.com/bminor/glibc/commit/42893aa38fd6041d349ea0427c4d5ccbacd9…
Is is possible that the 32bits build of wine erroneously call futimens64 ?
If I rollback glibc to 2.30 or patch wine to not use futimens, the problem
disappears:
diff --git a/include/config.h.in b/include/config.h.in
index de434d6..192cbcc 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -210,7 +210,7 @@
#undef HAVE_FT_TRUETYPEENGINETYPE
/* Define to 1 if you have the `futimens' function. */
-#undef HAVE_FUTIMENS
+/*#undef HAVE_FUTIMENS*/
It is used in
https://github.com/wine-mirror/wine/blob/master/dlls/ntdll/file.c#L1914
I cant tell if its a bug in wine or glibc.
An error can also happen if you have a lot of simultaneous wine processes.
--
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=44048
Bug ID: 44048
Summary: Affinity-Designer can't be Installed
Product: Wine
Version: 2.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: buliinwhite(a)gmail.com
Distribution: ---
Created attachment 59723
--> https://bugs.winehq.org/attachment.cgi?id=59723
Startet Wine with Debug
I start the Installer .exe and i got following message:
Exception: ResourcesSection::ResourceSection
Software Links:
Affinity Designer
https://affinity.store/download/aea673/
--
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=46725
Bug ID: 46725
Summary: Sniper Elite 3 crashes when using FAudio
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: xaudio2
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63696
--> https://bugs.winehq.org/attachment.cgi?id=63696
log
Crashes after around 10 seconds of gameplay.
wine-4.2-195-gf784cabd34
--
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=39623
Bug ID: 39623
Summary: Origin installer crashes wine on "Explain this"
Product: Wine
Version: 1.7.55
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kneekoo(a)yahoo.com
Distribution: ---
Created attachment 52795
--> https://bugs.winehq.org/attachment.cgi?id=52795
Click "Explain this" and it will crash.
Wine crashes when I click "Explain this" in the Origin setup window.
--
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.