https://bugs.winehq.org/show_bug.cgi?id=40378
Bug ID: 40378
Summary: Monitor AOC I-menu not running
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: fatihfawaz(a)gmail.com
CC: michael(a)fds-team.de, sebastian(a)fds-team.de
Distribution: ---
Created attachment 54084
--> https://bugs.winehq.org/attachment.cgi?id=54084
Program error
i can't running application from AOC, I-menu becouse i have a bug, a bug i
attach the file. thank you...
--
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=47904
Bug ID: 47904
Summary: Jobs should also report a count of failed test units
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Currently jobs report the number of individual ok() failures.
That's ok when testing an individual test unit.
But for WineTest jobs one can get numbers like 390 or even 2733. That's
impossible to compare to the results of test.winehq.org which report the number
of failed test units. In particular test.winehq.org rejects reports that have
more than 50 or 70 failed test units and its impossible to tell by looking at
the results on the TestBot whether the report was rejected or not.
So it would be nice to report the number of failed test units in addition to
the number of individual ok() failures.
This would also be nice when a patch modifies a Wine module so that all its
test units are re-run.
--
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=47902
Bug ID: 47902
Summary: CheckForWinetestUpdate systematically claims to have
created jobs
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
CheckForWinetestUpdate.pl ends with the following lines:
LogMsg "Submitted jobs\n";
exit $Rc;
So whenever cron runs it this line appears in the TestBot log, even if the
WineTest binaries have not been updated and no job was created. So while this
allows making sure the script is still running as expected, the message is
misleading. It would be better if it exited either with a message saying there
was no update or which jobs got created.
--
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=47878
Bug ID: 47878
Summary: VirtualProtect across page boundaries does not work
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: c3210606(a)urhen.com
Distribution: ---
Official VirtualProtect documentation states:
The size of the region whose access protection attributes are to be changed, in
bytes. The region of affected pages includes all pages containing one or more
bytes in the range from the lpAddress parameter to (lpAddress+dwSize). This
means that a 2-byte range straddling a page boundary causes the protection
attributes of both pages to be changed.
This however is not replicated in Wine as only the first page will have its
protection changed and any pages after that resulting from the dwSize crossing
the boundary will not be affected.
--
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=47835
Bug ID: 47835
Summary: `-funroll-loops` breaks wine, "wine: Unhandled page
fault on write access to 0x00000000 at address ..."
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zegentzy(a)protonmail.com
Distribution: ---
As the name implies, compiling with `-funroll-loops` breaks wine. Every part of
it, from winedbg, to wine, to wineboot. Tested against both the latest wine on
git, wine 4.15, and wine 4.15. GCC 9.1.0. Arch Linux.
This is `winedbg`, for example:
```
wine: created the configuration directory '/home/gentz/.wine'
000b:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
000b:fixme:winediag:start_process Wine Staging 4.16 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
000d:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0010:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0012:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0014:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
wine: Unhandled page fault on write access to 0x00000000 at address
00006BB2783C2DB9 (thread 0014), starting debugger...
0014:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 19 80" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on write access to 0x00000000 at address
0000634EEE5AADB9 (thread 0012), starting debugger...
0012:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 17 88" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on write access to 0x00000000 at address
000062C321ACADB9 (thread 0010), starting debugger...
0010:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 15 84" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
^C0009:err:seh:raise_exception Unhandled exception code c000013a flags 0 addr
0xea872929
```
Here is `winecfg`:
```
winecfg
wine: created the configuration directory '/home/gentz/.wine'
000b:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
000b:fixme:winediag:start_process Wine Staging 4.16 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
000d:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0010:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0012:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
0014:fixme:thread:create_user_shared_data_thread Creating user shared data
update thread.
wine: Unhandled page fault on write access to 0x00000000 at address
000060CC8A44ADB9 (thread 0012), starting debugger...
0012:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 17 80" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
wine: Unhandled page fault on write access to 0x00000000 at address
00006628B5FD2DB9 (thread 0014), starting debugger...
0014:err:seh:start_debugger Couldn't start debugger L"winedbg --auto 19 88" (2)
Read the Wine Developers Guide on how to set up winedbg or another debugger
^C0009:err:seh:raise_exception Unhandled exception code c000013a flags 0 addr
0xe16b1929
```
I'm marking this as minor, as the workaround is trivial: just don't build with
`funroll-loops`, but hopefully someone looks into it. I did some searching, and
couldn't find this already reported, but feel free to close if it's a dupe,
sorry!
--
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=47892
Bug ID: 47892
Summary: Cinebench crashes just after finishing benchmark
Product: Wine
Version: 4.12.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: gnarlin(a)gmail.com
Distribution: ---
Created attachment 65382
--> https://bugs.winehq.org/attachment.cgi?id=65382
Wine running cinebench r15 console output crashinfo
Cinebench crashes just after finishing benchmark just before it can display the
results.
--
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=46102
Bug ID: 46102
Summary: Wine cannot recognize Turkish keyboard layout
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yurnerolinux(a)yandex.com
Distribution: ---
I noticed that in some games , both on plain Wine ( i'm using staging ) and
both on Proton.
On Fallout: New Vegas , you can't type "i" when Turkish keyboard layout
selected. Game ( or Wine probably , since game doesn't know about it ) just
shows it as " when you pressed "i" button. Same behaviour is also going on with
Skyrim.
When i set my keyboard layout to English thorugh my system , "i" starts to work
again.
Another example is Deus EX: Human Revolution - Director's Cut on Proton. I
realized i can't open up tab menu ( tab key ) when my keyboard set to Turkish.
If i set my keyboard English again , it starts to work.
My keyboard layout is Turkish Q keyboard.
--
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=47757
Gijs Vermeulen <gijsvrm(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|STAGED |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #2 from Gijs Vermeulen <gijsvrm(a)gmail.com> ---
This has been removed from staging now. Marking this as a dupe of bug 47758.
*** This bug has been marked as a duplicate of bug 47758 ***
--
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=47830
Bug ID: 47830
Summary: Exact Audio Copy (EAC) does not run with latest
development release
Product: Wine
Version: 4.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)konink.de
Distribution: ---
Created attachment 65336
--> https://bugs.winehq.org/attachment.cgi?id=65336
Problem running EAC with mono-only installation
I ran Exact Audio Copy using a stock Ubuntu wine package, from the 4.0.x
branch. In this installation I stumbled on the issue that the EAC plugins were
not recognized. This issue is said to be fixed in #43270. I have manually
compiled Wine 4.17 for 32bit, which let to the output in the attachment.
After winetricks dotnet20 I was able to run EAC.exe, including the plugins that
were previously missing, this resulted in not able to retrieve information
about CDs. But this seems to be a side effect of the plugins "working". When
selecting Build-in freedb engine under Metadata options, information was
retrieved. The second attachment shows the problem using the CUETools plugin.
I have reproduced the steps with winehq-devel (4.17~disco):
Download: https://www.fosshub.com/Exact-Audio-Copy-DE.html?dwl=eac-1.3.exe
Run: wine eac-1.3.exe
Validate the output in output.txt after starting the application.
Run: winetricks dotnet2
Run: cd ~/.wine/drive_c/Program\ Files\ \(x86\)/Exact\ Audio\ Copy/
Run: wine EAC.exe
Cancel the CD-rom detection. Insert a common audio CD. Alt-G, specify e-mail.
Another Alt-G. Validate the output in output-networking.txt after starting the
application.
--
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=45508
Bug ID: 45508
Summary: wine staging and gallium patches
Product: Wine-staging
Version: unspecified
Hardware: x86
URL: https://github.com/sarnex/wine-d3d9-patches
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hasculdr(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hello. It's possible to add this patches:
https://github.com/sarnex/wine-d3d9-patches
to wine-staging project? 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=47845
Bug ID: 47845
Summary: Bug to x86_64
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: haasesaah(a)gmail.com
Distribution: ---
My original architecture was x64 but as I like play some games in x86 I did
convert with add-apt-repository ppa: architecture i386 to turn over x86_64 and
after that I had trouble within ever runnig up the games at x86 architecture.
Well, I thought the x86_64 architecture would support both. As x86 and x64.
Sorry about my barely english typewriting. Thank you so very much.
--
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=21312
Summary: Sony Vegas Movie Studio Platinum 9.0b: Serious issues
making video production impossible
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.softpedia.com/get/Multimedia/Video/Video-Ed
itors/Sony-Vegas-Movie-Studio-Platinum.shtml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gaming4jc2(a)yahoo.com
Created an attachment (id=25649)
--> (http://bugs.winehq.org/attachment.cgi?id=25649)
Numerous FixMes and some Errs...
Well, I finally got it installed using winetrick's dontnet20 and wmp9 as
suggested on my previous bug report for not being able to install it.
It only works on Windows Vista and above compatibility modes, so the log
attached was using Windows 7 which seems best.
I'm not sure where to start on this bug report.
Sony Vegas Movie Studio 9.0b Platinum has several serious issues, all of which
we should be able to be determined from the short log attached.
I'll list them below:
* No plug-ins were found. (This includes the Media Generator, Transitions, and
Video FX tabs making them totally unusable) This effects the majority of the
application and the "Video Event FX..." window, making the program somewhat
useless.
* The Audio "Track FX..." and "Apply Non-Real Time Event FX..." windows are
both totally unusable since nothing can be clicked in them. The audio plugins
there are at least detected, just borked.
* Video Preview Window doesn't show anything, and occasionally flickers a
different color only when rendering. Terminal cycles a never ending
"fixme:msvideo:DrawDibDraw" bug when attempting to play the movie. This also
effects the "Video Event Pan/Crop..." window, making it nearly impossible to do
animation effects since determining your current location in the window is
simply a black screen.
* All icons have a black rectangle around them (trivial and probably just a
simple alpha transparency bug)
Note: Keyword download can be added since Sony Vegas Movie Studio has a free
trial. I made this log using the retail version, but it's using the same exe as
the one on the softpedia link provided.
--
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=42316
Bug ID: 42316
Summary: Cannot play multiplayer in Gwent
Product: Wine-staging
Version: 2.0-rc6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: stas5978(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
When tried to start Multiplayer's "Casual Math" and wait about 5 sec you will
get wine fixme:
fixme:bcrypt:BCryptOpenAlgorithmProvider algorithm L"ECDSA_P384" not supported
--
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=47850
Bug ID: 47850
Summary: Automatically restart the TestBot Engine if it crashes
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The CheckWineTestBot.pl script is supposed to automatically restart the TestBot
Engine if it crashes (such as because of a Perl error that only happens in
specific code paths).
However it does not work in the current usage scenario.
I think what happens is that the script is run in a non-root account for
security reasons so the call to 'service winetestbot restart' fails with a
permission denied error.
So a different approach is needed, probably one where there are two scripts:
* One which communicates with the Engine and returns whether it runs. This
script would be run through su.
* And a second script that uses the first script's exit code to decide when to
restart the Engine. It may even be possible to have systemd handle the task of
this second script (to be investigated).
Another totally different approach would be to parse the Engine log and check
the presence of messages logged by SafetyNet() which runs every 10 minutes. But
that would not really guarantee that the Engine is reachable through its
socket.
Yet a third option would be to have systemd start the Engine automatically when
its socket is accessed. That may allow for systemd to automatically restart the
Engine when it crashes (to be investigated).
--
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=47827
Bug ID: 47827
Summary: Nostale - New Launcher doesn't work
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonadev1993(a)gmail.com
Distribution: ---
Created attachment 65332
--> https://bugs.winehq.org/attachment.cgi?id=65332
Screenshot (Launcher)
Error message:
Error: Insufficient free space.
Logs:
00d8:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated.
Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in
the winbind package of your distribution.
00d8:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
00d9:fixme:ver:GetCurrentPackageId (0xa5fefc (nil)): stub
00d9:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
00d9:fixme:toolhelp:Heap32ListFirst : stub
00d8:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
okok00e1:err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is
outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can
find it in the winbind package of your distribution.
00e1:err:winediag:wined3d_dll_init Setting multithreaded command stream to 0.
00e1:fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
00e1:fixme:toolhelp:Heap32ListFirst : stub
00e1:fixme:ole:CoInitializeSecurity
(00000000,-1,00000000,00000000,0,3,00000000,0,00000000) - stub!
00e1:fixme:wbemprox:client_security_SetBlanket 6795E758, 096785F0, 10, 0,
(null), 3, 3, 00000000, 0x00000000
00e1:fixme:wbemprox:client_security_Release 6795E758
00e1:fixme:shell:propertystore_SetValue (0x9617898)->(0x68cfe0 0x32f724): stub
00e1:fixme:shell:propertystore_Commit (0x9617898): stub
0054:fixme:process:ProcessIdToSessionId Unsupported for other processes.
00e1:fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
00db:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
00e1:fixme:ntdll:server_ioctl_file Unsupported ioctl 110004 (device=11 access=0
func=1 method=0)
00e1:err:ole:CoUninitialize Mismatched CoUninitialize
ok00d8:fixme:ntdll:NtQueryInformationToken QueryInformationToken( ...,
TokenElevation, ...) semi-stub
--
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=10130
Summary: Wine does not compile on x86_64
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: garry.hurley.jr(a)gmail.com
CC: posta10100(a)yahoo.it, garry.hurley.jr(a)gmail.com
+++ This bug was initially created as a clone of Bug #4594 +++
gcc -c -I. -I. -I../include -I../include -Wall -pipe -fno-strict-aliasing
-gstabs+ -Wdeclaration-after-statement -Wpointer-arith -g -O2 -o preloader.o
preloader.c
preloader.c: In function ‘wld_mmap’:
preloader.c:259: warning: cast to pointer from integer of different size
preloader.c: In function ‘map_so_lib’:
preloader.c:680: warning: cast to pointer from integer of different size
preloader.c: In function ‘wld_start’:
preloader.c:910: warning: cast from pointer to integer of different size
preloader.c:910: warning: cast to pointer from integer of different size
{standard input}: Assembler messages:
{standard input}:434: Error: suffix or operands invalid for `push'
{standard input}:435: Error: suffix or operands invalid for `push'
{standard input}:437: Error: suffix or operands invalid for `pop'
{standard input}:438: Error: suffix or operands invalid for `pop'
{standard input}:439: Error: suffix or operands invalid for `push'
{standard input}:524: Error: suffix or operands invalid for `push'
{standard input}:524: Error: suffix or operands invalid for `mov'
{standard input}:524: Error: suffix or operands invalid for `pop'
{standard input}:927: Error: suffix or operands invalid for `push'
{standard input}:927: Error: suffix or operands invalid for `pop'
{standard input}:1016: Error: suffix or operands invalid for `push'
{standard input}:1016: Error: suffix or operands invalid for `pop'
{standard input}:1030: Error: suffix or operands invalid for `push'
{standard input}:1030: Error: suffix or operands invalid for `pop'
{standard input}:1130: Error: suffix or operands invalid for `push'
{standard input}:1130: Error: suffix or operands invalid for `mov'
{standard input}:1130: Error: suffix or operands invalid for `pop'
{standard input}:1153: Error: suffix or operands invalid for `push'
{standard input}:1153: Error: suffix or operands invalid for `pop'
{standard input}:1356: Error: suffix or operands invalid for `push'
{standard input}:1356: Error: suffix or operands invalid for `pop'
{standard input}:1550: Error: suffix or operands invalid for `push'
{standard input}:1550: Error: suffix or operands invalid for `mov'
{standard input}:1550: Error: suffix or operands invalid for `pop'
{standard input}:1585: Error: suffix or operands invalid for `push'
{standard input}:1585: Error: suffix or operands invalid for `mov'
{standard input}:1585: Error: suffix or operands invalid for `pop'
{standard input}:1668: Error: suffix or operands invalid for `push'
{standard input}:1668: Error: suffix or operands invalid for `mov'
{standard input}:1668: Error: suffix or operands invalid for `pop'
make[1]: *** [preloader.o] Error 1
make[1]: Leaving directory `/files/awjb/BUILD/wine-0.9.8-fe/loader'
make: *** [loader] Error 2
Additional information:
As I stated in bug 4594, which was ignored, the current git tree refused to
build WITHOUT using the --enable-win64 option. configure --with-x fails. Bug
is valid regardless of the --enable-win64 switch. Actual output is similar to
the following:
/usr/lib64/gcc/x86_64-slamd64-linux/4.1.2/../../../../x86_64-slamd64-linux/bin/ld:
i386:x86-64 architecture of input file `c_28606.o' is incompatible with i386
output
make[2]: *** [libwine.so.1.0] Error 1
make[2]: Leaving directory `/wine-current/wine/libs/wine'
make[1]: *** [wine] Error 2
make[1]: Leaving directory `/wine-current/wine/libs'
make: *** [libs] Error 2
This is only the last of such messages. This also occurs when doing
./configure with no options, make depend, and then make.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19297
Summary: MS Office Access Runtime 2007 don't work
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: js-box(a)nm.ru
CC: js-box(a)nm.ru
MS Office Access Runtime 2007 don't work
--
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=47840
Bug ID: 47840
Summary: Run the TestBot's WineTest executables
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Currently the TestBot monitors the WineTest executables on test.winehq.org and
schedules a full WineTest run when they change.
But the TestBot build VMs produce WineTest executables too and thus the TestBot
could use those to for the full test suite. Combined with bug 47839 this would
remove the dependency on test.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=47839
Bug ID: 47839
Summary: Trigger VM updates whenever there are Wine commits
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Currently the TestBot monitors the WineTest executables on test.winehq.org and
triggers an unpdate of the build and Wine VMs when they change.
This means that if these executables are not updated (for instance if there is
a build on that machine), then the TestBot's build and Wine VMs are not updated
so that on the next day patches are likely to fail to apply.
So the TestBot Engine should have its own Wine repository and monitor Wine
commits and trigger VM updates accordingly.
--
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=43270
Bug ID: 43270
Summary: Exact Audio Copy does not detect plugins
Product: Wine
Version: 2.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: redstone(a)gmail.com
Distribution: ---
With a clean wine 2.11 (inited with "WINEARCH=win32 wine wineboot"), on Ubuntu
17.04 Zesty:
After installing Exact Audio Copy 1.3
(http://www.exactaudiocopy.de/en/index.php/resources/download/),
EAC does not detect the plugins that it comes bundled with. Specifically, it
does not detect CUE Tools DB Plugin, or the AcoustID Plugin.
It looks like this problem existed on older versions of wine/EAC, see comments
in https://appdb.winehq.org/objectManager.php?sClass=version&iId=24705.
To reproduce:
1. Install EAC 1.3
2. Start EAC
3. Go to menu -> EAC -> EAC Options -> Audio Plugins
The list there is empty. It should have CUETools and AcoustID listed (which is
what I see when I install EAC 1.3 on my Windows 7 machine)
I tried getting some debug info:
WINEDEBUG=+relay wine ~/.wine/drive_c/Program\ Files/Exact\ Audio\
Copy/EAC.exe > /tmp/foo 2>&1
but it didn't have anything helpful. Specifically, the DLLs for the plugins
don't appear (e.g., CUETools*.dll), nor does PluginHandler.dll appear, so it's
like it's not even trying to access them.
Any suggestions on how to debug?
--
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=47174
Bug ID: 47174
Summary: Sibelius complains about missing
AvidRemoteObjects364.dll
Product: Wine
Version: 4.3
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
Created attachment 64426
--> https://bugs.winehq.org/attachment.cgi?id=64426
Log
I used "winetricks -q msxml3 dotnet472" before installation. When running the
program it failes to start.
--
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=47826
Bug ID: 47826
Summary: Nostale Gameshop doesn't work with d9vk (child window)
Product: Wine
Version: 4.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jonadev1993(a)gmail.com
Distribution: ---
Patch used: childwindow.patch
The issue is here:
https://github.com/Joshua-Ashton/d9vk/issues/186
--
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=14801
Summary: Random freeze of Grand Prix Legends 1.2.0.1
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: peter.hoogkamer(a)gmail.com
Created an attachment (id=15349)
--> (http://bugs.winehq.org/attachment.cgi?id=15349)
Error lines from GPL freeze
When running Grand Prix Legends 1.2.0.1 I randomly get a freeze of the game.
Most of the times this happens when I wait for the last seconds to run out
after a qualifying session of when I let the Options screen open. As for the
error I am getting, they are always the same
err:ntdll:RtlpWaitForCriticalSection errors within section 0x94d100 and
0x94d1e0 (see attachement for the full error log).
I am trying to reproduce this error consitently, but I did manage to get that
write yet.
Tux
--
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=39026
Bug ID: 39026
Summary: Wrong key mapping in virtualdub
Product: Wine
Version: 1.7.44
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-p-t(a)gmx.net
Distribution: Ubuntu
I am using German keyboard layout qwertz.
Virtualdub uses the us keys + and - (the keys left to backspace) to jump to
start (-) and end (+) of the selection.
Since + and - on German keyboard are at odd positions, Virtualdub seems to use
the scan codes of these keys and thus uses the same keys regardless of the
keyboard layout. On Windows and German keyboard it's "ß" and "'" left of
backspace.
In wine this doesn't work at all. It uses the + and ö keys. (not -, strange)
VirtualDub 1.10.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=36313
Bug ID: 36313
Summary: valgrind shows a possible leak in
propsys/tests/propstore.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==31754== 40 bytes in 1 blocks are possibly lost in loss record 232 of 560
==31754== at 0x7BC4C735: notify_alloc (heap.c:255)
==31754== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==31754== by 0x499C848: PropertyStore_CreateInstance (propstore.c:464)
==31754== by 0x499CFD2: InMemoryPropertyStoreFactory_CreateInstance
(propsys_main.c:113)
==31754== by 0x4B4AE26: CoCreateInstance (unknwn.h:226)
==31754== by 0x49561C0: test_persistserialized (propstore.c:207)
==31754== by 0x4956646: func_propstore (propstore.c:256)
==31754== by 0x495C13C: run_test (test.h:584)
==31754== by 0x495C52B: main (test.h:654)
==31754==
--
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=47752
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 4.17.
--
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=39934
Bug ID: 39934
Summary: AppCAD graphics corruption
Product: Wine
Version: 1.8
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhansonxi(a)gmail.com
Distribution: Ubuntu
Created attachment 53345
--> https://bugs.winehq.org/attachment.cgi?id=53345
Correct rendering on WinXP
AppCAD is a freeware RF circuit design tool. In the Balun calculator (Circuit
Design>Balun) the schematic drawing for solution 2 is replaced by large dark
areas. Wine message:
fixme:enhmetafile:PlayEnhMetaFileRecord EMR_EXTCREATEPEN: Need to copy brush
bitmap
This affects version 4.0.0 only. It is a VB6 application.
--
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=43842
Bug ID: 43842
Summary: Cached Authorization cause wrong username/password to
be used
Product: Wine
Version: 2.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: leslie_alistair(a)hotmail.com
Distribution: ---
When a connection is made to a server, the username/password is stored for
later use. However, if a another connection is made to the same server, using
a different username/password then the 1st username/passowrd is used instead.
Example of the code.
Connecting to the same server, using Basic Authentication.
function GetData(username, pass)
{
internet = new CInternetSession;
CHttpConnection http = internet->GetHttpConnection(..., username, pass,...)
http->OpenRequest( "GET", "/", ..., _T("HTTP/1.1"),
INTERNET_FLAG_EXISTING_CONNECT | INTERNET_FLAG_RELOAD |
INTERNET_FLAG_DONT_CACHE | INTERNET_FLAG_SECURE; );
http.Close()
internet.Close();
delete internet;
}
GetData("user", "pass");
GetData("admin", "word");
--
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=24701
Summary: Vampire the Masquerade bloodlines
Product: Wine
Version: 1.3.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: i30817(a)gmail.com
err:d3d:resource_init Out of adapter memory
Seems to be the first error. I have fglrx drivers but removed them from a while
and tested, and it continued.
using winetricks videomemorysize=512 for my graphics card (Ati mobility radeon
4570 512 mb) didn't have a effect (there is a difference in the offsets
reported). I'm using installed the last unofficial patch. Without it a addional
error relating to the refresh rate would manifest (it has to do with a dll file
in the bin folder shaderapidx9.dll
http://forumplanet.gamespy.com/bloodlines_tech_support/b50391/20211232/p1/
)
and a nocd.
This seems to me a regression, because i played it before in this computer. But
since i changed release, X, fglrx, wine, unofficial patch compilation and other
things, i have no idea if that is certain.
--
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=47736
Bug ID: 47736
Summary: __ASM_CFI not working on mac
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Mac OS X
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: piotr.caban(a)gmail.com
Regression SHA1: f2503a3e0d10bb563bc7ab62c6ff5093e6ad3f15
The problem is reproducible in 64-bit wine build on Mac (built with clang).
The simplest way of reproducing the problem is to write application with
following code:
try {
RaiseException(0, 1, 0, NULL);
} catch(...) {
}
It will crash when relay debug channel is enabled. It's caused by wine not
being able to unwind relay_call function.
--
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=22239
Summary: BabelMap's display is corrupted in several dialog
boxes
Product: Wine
Version: 1.1.41
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rebecca.menessec(a)ironhavoc.org
BabelMap is a well-regarded utility for managing and tracking Unicode fonts.
http://www.babelstone.co.uk/Software/BabelMap.html
Unfortunately, this is everything I have-- these errors are generated on
appinit (main window creation, I think), and not when opening dialog boxes, and
not on app close:
user@host ~ $ wine BabelMap.exe
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR,
hwnd=(nil), edge=2): stub
I can attach a screenshot, if needed, but this display corruption should be
easy to reproduce. For instance, open the app and click Configure... next to
"Composite Font".
I'm using simple autogen settings, with Windows XP set as the OS. If I can
provide other useful info, I'll be happy to.
--
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=47816
Bug ID: 47816
Summary: Half Life 2 doesn't download custom/missing files from
HTTP server
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: greob(a)yahoo.com.sg
Distribution: ---
Created attachment 65306
--> https://bugs.winehq.org/attachment.cgi?id=65306
log generated by Steam's Proton
This issue is related to Half Life 2 mod Neotokyo (and possibly all other mods,
even Half Life 2 and its derivatives as well).
Multiplayer HL2 servers often serve custom maps and other assets through a
separate http server called "fast download" in order to reduce bandwidth burden
on the game server itself.
When missing a map, or any other asset, the game client (hl2.exe) connects to
that "fast download" server through http and fetches the missing content.
This works on Windows, but not under Wine. I see absolutely no connection
attempt coming from my Linux client. Nothing in Wireshark, so I assume it's not
even getting past the socket level.
Example from nginx http server log of a Windows client Get request:
26/Sep/2019:19:32:31 +0200] "GET /test_fastdl//maps/nt_ballistrade_ctg.bsp.bz2
HTTP/1.1" 200 2768027 "hl2://123.123.123.123:26300" "Half-Life 2"
I suspect this error is related to the problem (see log attached):
warn:winsock:WS2_recv_base -> ERROR 10035
Ran inside Proton (Valve's redistribution of Wine, version 4.16) with
WINEDEBUG=warn+all %command%.
I'm available for any further information. I would love to help figure this out
but I'm not sure where to start digging myself.
Love you all!
--
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=31855
Bug #: 31855
Summary: Unable to start the sims 1 deluxe and unsleshed
Product: Wine
Version: 1.5.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fantonifabio(a)tiscali.it
Classification: Unclassified
Created attachment 41919
--> http://bugs.winehq.org/attachment.cgi?id=41919
Log of the sims start on wine 1.5.14
I have install the sims deluxe and the expansion unslashed without error but
the game not start.
Tried on Ubuntu 12.04 with wine 1.5.14.
Clean install with also:
winetricks corefonts vcrun6 vcrun2003 vcrun2005sp1 vcrun2008 vcrun2010 d3dx9
Log of start in 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=47465
Bug ID: 47465
Summary: Issues with KnoxManageRemoteSupportClient.exe
Product: Wine-staging
Version: 4.11
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ToddAndMargo(a)zoho.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64839
--> https://bugs.winehq.org/attachment.cgi?id=64839
blur ball
Dear Wine Staging,
Samsung’s Knox Manage Remote Support Client is very similar to Go To Assist
Customer for Android and Windows. It allows your to do remote support on an
Android machine from a Windows machine.
Samsung Knox support has given you permission to use their software to
troubleshoot Wine Staging:
https://partnerhub.samsung.com/s/case/5000K00001oezH7QAI/permission-to-shar…
“Our backend team expressed no qualms over this app being made available to
your support contacts at the WINE project. They do not have permission to
modify the app but they can utilize the .exe to test it in their environment.
They can and are expected to modify their environment to fascilitate the
execution of this application. If you require additional support with this
ticket, please give our office a call (1-855-567-5669) and request me by name.
Best Regards,
Jimmy B.”
Two problems with KnoxManageRemoteSupportClient.exe (the consultant side)
running under Wine Staging.
1) KnoxManageRemoteSupportClient.exe installs perfect the first time. Under
Windows 7, the second install does an uninstall. You have to a third install
to get the software back on. Under Wine Staging, the second install runs to a
point and dies. Nothing gets accomplished. If you use Wine’s Uninstaller, the
install again works fine. Would you please fix the second install problem?
The following forum post contains a lot of troubleshooting information this
issue:
https://forum.winehq.org/viewtopic.php?f=2&t=32584&p=123288
2) once it is up and working, the stinker is blurry! And it is not the fonts
or font size that is the issue. I will post a screen shot.
The following forum post contains a lot of troubleshooting information this
issue:
https://forum.winehq.org/viewtopic.php?f=8&t=32554&p=123182
Would you please fix the blur?
I can send you my copy of KnoxManageRemoteSupportClient.exe and you can run it
through Virus Total to make sure I am not pulling anything on you. It is 47
MB in size. Just tell me how you want it delivered.
Or you can create an account at samsungknox.com then sign up for the Knox
Manage free trial. It is a pain to figure out where the download is, but I can
guide you through it, if that is the route you want to take.
Many thanks,
-T
--
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=47811
Bug ID: 47811
Summary: Pro/Desktop Panels : cannot resize bigger, artifacts
appear instead
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n296869(a)rtrtr.com
Distribution: ---
Created attachment 65299
--> https://bugs.winehq.org/attachment.cgi?id=65299
terminal-console output
Pro/Desktop Panel windows, does not resize to→bigger correctly,
edge becomes bigger without making the actual inner part bigger,
redraw artifacts appear at the gap.
all the affected dialogs in question are optionally collapsable when loosing
mouse focus, the bug affects the program regardless of the setting.
--
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=47804
Bug ID: 47804
Summary: Make adding Windows locales more scalable
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
Currently adding a new Windows locale available for testing requires:
1. Manually installing the language on Windows, either through the Windows
Update mechanism for Windows < 10, or through the new (cumbersome) Windows 10
interface.
2. Manually creating a new VM object through the web interface.
3. Manually creating a live snapshot. (*)
It also has consequences:
4. On the VM selection page of the submit job procedure this creates a new line
for the VM. So if all 30+ Windows languages for each of the 3 VMs where that's
possible we would be looking at 90+ lines.
5. On the Activity page there is one column per VM. That page would get way to
big to be usable.
(*) LibvirtTool is no able to automatically change the Windows VM locale and
create the appropriate live snapshot. So issue 3 is solved. Four more to go!
--
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=47802
Bug ID: 47802
Summary: Monitor the VMs disk usage
Product: Wine-Testbot
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
We have a Munin plugin that monitors various TestBot metrics like the VM revert
times. This can be pretty useful to diagnose issues.
However this does not monitor the VM's disk usage, i.e. the size of their qcow2
files. Yet for some VMs the disk usage can increase quite a bit with time.
Tests could also fill a VM's disk (accidentally or not), causing an increase in
the qcow2's file size.
Libvirt provides a way to query a VM's disk usage remotely. However I expect
this to not be super fast so I don't think this should be done directly in the
Munin.pl script. Also these typically do not change all that often so querying
them every 5 minutes may be overkill. So the way to go would probably be to run
a script from cron to update a TestBot table with that data (likely the Records
table), and then have Munin.pl return the latest data from that table.
--
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=43880
Bug ID: 43880
Summary: Testbot will not submit results (too many errors)
Product: Wine-Testbot
Version: unspecified
Hardware: x86-64
OS: Windows
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: unknown
Assignee: wine-bugs(a)winehq.org
Reporter: parkerjbarker(a)yahoo.com
"59 tests failed, there's probably something broken with your setup.
You need to address this before submitting results."
52 errors for the 64 bit test, and 59 errors for the 32 bit test.
I'm running this on real hardware, Vista, as administrator. Please update the
testing software so that I can submit the results, even with a high number of
errors.
And while you're at it, I would change the comma after "failed" to a colon.
I looked for similar bug reports but found nothing expressly dealing with this.
--
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=47796
Bug ID: 47796
Summary: mysql-workbench: Error para iniciar la aplicación
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fitopy(a)gmail.com
Distribution: ---
Created attachment 65288
--> https://bugs.winehq.org/attachment.cgi?id=65288
mysql-workbench: Error para iniciar la aplicación
mysql-workbench: Error para iniciar la aplicación, no se puede iniciar, se
instala tranquilamente si tiene toda las dependencias satisfechas pero no
inicia despues de instalar
--
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=44338
Bug ID: 44338
Summary: cmd: Brackets are no deliminiter in the condition part
of the if command.
Product: Wine
Version: 3.0-rc5
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: bernhardu(a)mailbox.org
Distribution: ---
Created attachment 60213
--> https://bugs.winehq.org/attachment.cgi?id=60213
cmd: Change parsing of the if command to avoid parsing the operators.
Found while trying to look into #44236.
There a batch script is executed that contains lines as this:
---
if (%1)==(p) start /W " " "%SFDIR%WSFplot" wr2300.t35 3
---
This returns an error like this:
---
Syntax error
Can't recognize 'p' as an internal or external command, or batch script.
---
It looks like native does handle the brackets differently when contained
inside the condition part of the if command.
Attached is a patch that tries to skip the parsing in WCMD_ReadAndParseLine
of that part. Therefore it moves most of the content of WCMD_if into a
helper and calls that to estimate how long the condition part 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=47757
--- Comment #1 from Nikolay Sivov <bunglehead(a)gmail.com> ---
I suggest removing this from staging patches.
--
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=47793
Bug ID: 47793
Summary: Avast cannot be installed
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: thekingstream(a)gmail.com
Distribution: ---
When trying to install avast the installer stop and a message error is
displayed, the error is:
HTMLayout.dll cannot be loaded to properly start GUI. Therefore process cannot
continue.
I try to copy dll in system, system32 and syswow64 directory of wine but
problem still persist
--
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=47787
Bug ID: 47787
Summary: Path maniplation bug in cpython 3.5/3.6 but not 3.7
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zzhang(a)codeweavers.com
Distribution: ---
Bug reported by Sebastian M. Ernst on wine-devel mail list.
Found one more odd thing and it might be closely related (if not the
same bug). I tested different versions of CPython for Windows on Wine
4.14 and noticed that pytest (a Python test library) was somehow broken
on CPython 3.5 and 3.6 but not on CPython 3.7. It can also be traced
back to path manipulation:
# CPython 3.5.4
user@comp:/path/to/target> wine python.exe -c "from pathlib import Path;
print(Path('.').resolve())"
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "pathlib.py", line 1109, in resolve
File "pathlib.py", line 186, in resolve
FileNotFoundError: [WinError 2] Datei nicht gefunden: '.'
# CPython 3.6.3
user@comp:/path/to/target> wine python.exe -c "from pathlib import Path;
print(Path('.').resolve())"
.
# CPython 3.7.4
user@comp:/path/to/target> wine python.exe -c "from pathlib import Path;
print(Path('.').resolve())"
Z:\path\to\target
CPython 3.7 is correctly resolving the path '.' while CPython 3.5 and
3.6 fail in different ways. All three examples work correctly on Windows
10. "Datei nicht gefunden" translates to "file not found".
If any one wants to take this bug. Please assign it. 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=46192
Bug ID: 46192
Summary: Beat Hazard 2: Open Mic can't capture desktop audio
Product: Wine
Version: 3.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: devilj(a)outlook.pt
Distribution: ArchLinux
Created attachment 62852
--> https://bugs.winehq.org/attachment.cgi?id=62852
Wine debug output
The game fails to use WASAPI's software loopback mode to capture audio being
played by the computer. It uses a middleware library called basswasapi.dll for
this effect.
This has been reproduced in Wine 3.18 through 3.21, including Staging versions.
Attached log captured with:
+tid,+seh,+mmdevapi,+winmm,+driver,+msacm,+midi,+dsound,+dsound3d,+xaudio2,+xapofx,+dmusic,+mci,+pulse,+oss,+alsa,+coreaudio,+timestamp,+debugstr
Since there's a relatively clean and simple workaround with PulseAudio and
pavucontrol, I'm setting the severity to minor, but this is still functionality
loss.
BASS Audio library: https://www.un4seen.com/bass.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.
https://bugs.winehq.org/show_bug.cgi?id=47781
Bug ID: 47781
Summary: Occurs after opening vovoid
Product: Wine
Version: 4.0.2
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: emilyschulteslifkin(a)gmail.com
Created attachment 65270
--> https://bugs.winehq.org/attachment.cgi?id=65270
Error message after opening vovoid
Open Vovoid, loads as normal, shows starting screen, then says a serious error
happened it is a 64 application and I have 64 optional downloaded
--
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=40850
Bug ID: 40850
Summary: MS Money 2000: text is cut off when entering an
operation
Product: Wine
Version: 1.8.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrea.vai(a)unipv.it
Distribution: ---
Created attachment 54839
--> https://bugs.winehq.org/attachment.cgi?id=54839
Screenshot of cut off text
While I am entering a transaction, the text that I try to enter is cut off at
the bottom. After the enter is done, the text appears correctly.
In the attached screenshot you can see, from top to bottom:
- the first transaction, previously entered, which shows the text ("Car: Fuel")
correctly;
- a second transaction, during its insertion, showing the same text ("Car" /
"Fuel") cut off
The text cut off is somewhat unreadable, so this bug is quite annoying.
--
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=47785
Bug ID: 47785
Summary: CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG not taken
into account
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: lois.diqual(a)gmail.com
Distribution: ---
Created attachment 65274
--> https://bugs.winehq.org/attachment.cgi?id=65274
c# program that verifies an expired certificate using IgnoreNotTimeValid
I am debugging a C# program that validates a certificate chain using
X509VerificationFlags.IgnoreNotTimeValid. The provided certificate is expired,
but it shouldn't matter because of this flag.
The chain validates properly on MacOS with Mono.
However on Wine with dotnet472, the policy fails with error NotTimeValid.
I believe there is a bug in `chain.c verify_base_policy`:
https://github.com/wine-mirror/wine/blob/e6138a52a907fe4b9b03abe0b6cf6cfb9f….
In this if statement, the policy verification routine determines that the
certificate has expired, but it should ignore the error if `checks` contains
`CERT_CHAIN_POLICY_IGNORE_NOT_TIME_VALID_FLAG`, and this logic is missing.
To reproduce:
- Create a wine prefix with dotnet472 using winetricks
- Go to drive_c/windows/Microsoft.NET/Framework/v4.0.30319 and copy verify.cs
in there
- Compile verify.cs: wine csc.exe
/reference:"C:\windows/Microsoft.NET/Framework/v4.0.30319/WPF/WindowsBase.dll"
verify.cs
- Run: wine verify.exe
- It should print "Valid cert" but instead prints "Invalid cert" with
NotTimeValid.
--
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=47784
Bug ID: 47784
Summary: Subtitle Edit in Wine fails when attempting to use OCR
utility
Product: Wine
Version: 4.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shagooserver(a)gmail.com
Distribution: ---
Created attachment 65273
--> https://bugs.winehq.org/attachment.cgi?id=65273
backtrace
This is Wine 32 bit, windows 7.
When opening a .sup file (bitmaps) with SE's OCR utility the file is loaded and
then the program terminates with an error file/backtrace which is attached.
--
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=47752
Matteo Bruni <matteo.mystral(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |cb703739e5c138e3beffab321b8
| |4edb129156000
Resolution|--- |FIXED
Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Matteo Bruni <matteo.mystral(a)gmail.com> ---
I think it's better to resolve this bug for the time being instead. Feel free
to reopen if things change.
Thank you for the various bug reports!
--
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=47711
Bug ID: 47711
Summary: Crash DbgBreakPoint
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sppmacd(a)gmail.com
Distribution: ---
Created attachment 65182
--> https://bugs.winehq.org/attachment.cgi?id=65182
backtrace
Program crashes while running. It's working fine on Windows.
--
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=47619
Bug ID: 47619
Summary: No Sound on all Games [WINE + PROTON]
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: florian.richer(a)protonmail.com
Distribution: ---
When i run a game with Proton or With wine only. I don't have any sound.
I use Kubuntu 18.04.3.
I don't have any console error for sound problem and on winecfg it detect
pulseaudio device with proton and all device with wine
Steam system information:
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Desktop
No Touch Input Detected
Processor Information:
CPU Vendor: AuthenticAMD
CPU Brand: AMD Ryzen Threadripper 2990WX 32-Core Processor
CPU Family: 0x17
CPU Model: 0x8
CPU Stepping: 0x2
CPU Type: 0x0
Speed: 3000 Mhz
64 logical processors
8 physical processors
HyperThreading: Supported
FCMOV: Supported
SSE2: Supported
SSE3: Supported
SSSE3: Supported
SSE4a: Supported
SSE41: Supported
SSE42: Supported
AES: Supported
AVX: Supported
CMPXCHG16B: Supported
LAHF/SAHF: Supported
PrefetchW: Unsupported
Operating System Version:
Ubuntu 18.04.3 LTS (64 bit)
Kernel Name: Linux
Kernel Version: 5.0.0-25-generic
X Server Vendor: The X.Org Foundation
X Server Release: 12004000
X Window Manager: KWin
Steam Runtime Version: steam-runtime_0.20190711.3
Video Card:
Driver: NVIDIA Corporation GeForce RTX 2080 Ti/PCIe/SSE2
Driver Version: 4.6.0 NVIDIA 430.26
OpenGL Version: 4.6
Desktop Color Depth: 24 bits per pixel
Monitor Refresh Rate: 60 Hz
VendorID: 0x10de
DeviceID: 0x1e07
Revision Not Detected
Number of Monitors: 3
Number of Logical Video Cards: 1
Primary Display Resolution: 1920 x 1080
Desktop Resolution: 5200 x 1080
Primary Display Size: 20.08" x 11.42" (23.07" diag)
51.0cm x 29.0cm (58.6cm diag)
Primary Bus: PCI Express 16x
Primary VRAM: 11264 MB
Supported MSAA Modes: 2x 4x 8x 16x
Sound card:
Audio device: %s1
Memory:
RAM: 32094 Mb
Miscellaneous:
UI Language: English
LANG: fr_FR.UTF-8
Total Hard Disk Space Available: 223813 Mb
Largest Free Hard Disk Block: 195227 Mb
VR Headset: None detected
Recent Failure Reports:
--
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=47725
Bug ID: 47725
Summary: DirectX End-User Runtimes (June 2010) install fail
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
Created attachment 65201
--> https://bugs.winehq.org/attachment.cgi?id=65201
LOG FAIL
Wine 4.15 DirectX End-User Runtimes (June 2010) install fail
VIDEO BELOW
https://youtu.be/pziw0eQrOws
--
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=47636
Bug ID: 47636
Summary: Wizard101 text is upside down
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: dimesio(a)earthlink.net
CC: hverbeet(a)gmail.com
Regression SHA1: e795ddb3d80d7b94d29cf97a24a01bb157b0138d
Distribution: SUSE
Created attachment 65069
--> https://bugs.winehq.org/attachment.cgi?id=65069
Wizard101 with upside down text
I'm attaching a screenshot that shows the problem. The launcher is not
affected; the problems starts at the KingsIsle splash screen. Also note that
besides the text being upside down, the text boxes are also in the wrong
positions; the row of controls should be at the bottom of the screen, the
avatar name at the top.
Regression test results:
e795ddb3d80d7b94d29cf97a24a01bb157b0138d is the first bad commit
commit e795ddb3d80d7b94d29cf97a24a01bb157b0138d
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Aug 6 01:23:16 2019 +0430
wined3d: Store clip control support in struct wined3d_d3d_info.
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 e30ce5a41e66389a4d47eb51a074eea3448c24e5
c758d10d382595dec61f6883b55a0df603269477 M dlls
--
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=47654
Bug ID: 47654
Summary: NFSU2 crashes in menu
Product: Wine
Version: 4.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rehutsi(a)gmail.com
Distribution: ---
Created attachment 65097
--> https://bugs.winehq.org/attachment.cgi?id=65097
Backtrace file
I experienced crashes during gameplay after playing for several minutes in the
recent development versions (4.11 and 4.12), but now it happens already while
being still in the menu after starting the application.
--
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=47590
Bug ID: 47590
Summary: Bug when playing BFME 2 ROTWK
Product: Wine
Version: 4.12.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: prometheuswithbutter(a)gmail.com
Distribution: ---
Created attachment 64997
--> https://bugs.winehq.org/attachment.cgi?id=64997
The terminal log file.
In the application base its written the game would work fine. It usually does,
but when I play the war of the ring mode I have a problem. Every time a battle
occurs, and I click on the land where the battle is located, a square yellow
window opens and a few seconds nothing happens. Then a new window opens which
says Wine C++ runtime library error. When I start wine debugger he tells about
Critical error in GameEngine::update(). The game crashes. I tried every
faction. I tried Windows XP, 7, 10.
My terminal log is attached. I am using 32bit Wineprefix but tried 64 as well.
--
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=46531
Bug ID: 46531
Summary: Regression in Spellforce 2: textures flickering to
darker/lighter ones
Product: Wine
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: idarktemplar(a)mail.ru
Distribution: ---
Created attachment 63385
--> https://bugs.winehq.org/attachment.cgi?id=63385
screenshots-collage.jpeg
When playing first mission of Spellforce 2 Shadow Wars, I've noticed screen
flickering. On further inspection I noticed that when you move screen to
different locations on map using mouse at screen border or arrow keys,
sometimes objects on screen go darker, sometimes they go back to original
colours or something close to them, and on some other locations it switches
between dark and usual colours few times a second. This colour switching during
move of screen camera looks like some annoying screen flickering. Effect is
especially noticeable if there are a lot of trees on screen.
Due to bug #34323 I was using a prefix with directx9, directplay and
d3dcompiler_43 installed via winetricks.
I've tried a clean prefix with wine 3.0.3 with and without winetricks stuff,
and it worked fine. After that I've switched to wine 4.0, and both with and
without winetricks stuff issue appears.
After that I've tried bisecting and testing using prefix with winetricks stuff,
and I've found first commit which causes issue to me. I wasn't able to revert
it for wine 4.0 and test without that change.
3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5 is the first bad commit
commit 3d6eb8cf1dc1e509a74f85fd2356c6946372ecc5
Author: Matteo Bruni <mbruni(a)codeweavers.com>
Date: Tue Feb 13 01:00:42 2018 +0100
d3d9: Handle D3DUSAGE_AUTOGENMIPMAP textures entirely in d3d9.
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
:040000 040000 85b2524db3e32e37bf00a4cc87c0c1b63b68a6be
0fc10fb629b23703e3aa087b45b3b3960e6b5956 M dlls
Screenshots collage is in attachment. It contains two locations from first map
of campaign, taken with wine 3.0.3, wine 4.0 and wine 4.0 at a bit different
location (causing objects to be coloured darker). It demonstrates difference
between usual screen and darker screen, and when camera is moving the change
between two of them causes effect similar to flickering.
OS: Gentoo Linux x86_64 (amd64)
--
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=47772
Bug ID: 47772
Summary: Origin: Legacy installer client won't open on
winvista+ environment
Product: Wine-staging
Version: 4.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: werifGX(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 65253
--> https://bugs.winehq.org/attachment.cgi?id=65253
wine_output.txt
Legacy installer of Origin (Digital Distribution Platform) from
https://origin-a.akamaihd.net/Origin-Client-Download/origin/legacy/OriginTh…
won't open on winvista+ environment.
# To reproduce
- Download
https://origin-a.akamaihd.net/Origin-Client-Download/origin/legacy/OriginTh…
- Execute with wine <4.16 in winvista+ environment
- Expect failure like 'wine_output.txt'
# Workaround
Workaround is to use winxp environment for the installation and then switch to
default environment with overwrites alike:
```bash
# Set environment on winxp for required apps
## Using winvista is mandatory
https://github.com/Winetricks/winetricks/pull/1318#issuecomment-531562386
if [ "$(uname)" = 'FreeBSD' ]; then w_set_app_winver 'Origin.exe' 'winxp';
else w_set_app_winver 'Origin.exe' 'winvista' ; fi
w_set_app_winver 'OriginClientService.exe' 'winxp'
w_set_app_winver 'Setup.exe' 'winvista'
w_set_app_winver 'UpdateTool.exe' 'winvista'
w_set_app_winver 'OriginUninstall.exe' 'winvista'
w_set_app_winver 'OriginCrashReporter.exe' 'winvista'
w_set_app_winver 'OriginClient.exe' 'winvista'
w_set_app_winver 'IGOProxy.exe' 'winvista'
w_set_app_winver 'IGOProxy64.exe' 'winvista'
w_set_app_winver 'OriginFR.exe' 'winvista'
w_set_app_winver 'GetGameToken32.exe' 'winvista'
w_set_app_winver 'GetGameToken64.exe' 'winvista'
w_set_app_winver 'EAProxyInstaller.exe' 'winvista'
# winxp is required for the installation
w_set_winver 'winxp'
w_warn "You should *uncheck* sharing hardware info"
# Installer
w_try "$WINE" "${W_CACHE}/origin/OriginThinSetup.exe"
# Switch back to default environment
w_unset_winver
```
Referencing winetricks merge request:
https://github.com/Winetricks/winetricks/pull/1318
--
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=47774
Bug ID: 47774
Summary: OST PST Viewer fails to launch in Wine
Product: Wine
Version: 4.0.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sendtojimmy(a)yahoo.com
Distribution: ---
Created attachment 65259
--> https://bugs.winehq.org/attachment.cgi?id=65259
error and backtraces
OST PST Viewer v. 1.01.104
(http://try.ostpstviewer.com/free-ost-pst-files-viewer/) installs in Wine 4.0.2
on Linux Mint 19 Tara but fails to launch.
OST PST Viewer (free version) works OK in Windows 8.
ZIP attachments:
Program error from Wine when trying to launch OST PST Viewer:
OSTPSTViewer-Wine_Program_Error.png
Wine backtrace with app settings for Windows 8: OSTPSTViewer-backtrace-Win8.txt
Wine backtrace with app settings for Windows 10:
OSTPSTViewer-backtrace-Win10.txt
--
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=47762
Bug ID: 47762
Summary: LoadStringA fails instead of returning const pointer
to string if buffer length is zero
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: tsmx(a)tut.by
Distribution: ---
https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-loads…
According to MSDN doc, LoadStringA should be able to return const pointer
without using allocated buffer if the buffer size is set to zero.
Here we see that Wine just returns -1 in that case:
https://source.winehq.org/git/wine.git/blob/refs/heads/master:/dlls/user32/…
Since there is something that looks legit in the LoadStringW just above, it
shouldn't be too hard to fix, amirite?
--
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=47732
Bug ID: 47732
Summary: This is bad bug in wine.
Product: Packaging
Version: unspecified
Hardware: Other
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: dfurman156(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Created attachment 65207
--> https://bugs.winehq.org/attachment.cgi?id=65207
This is nightmare
Everybody have this
--
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=47752
--- Comment #1 from tempel.julian(a)gmail.com ---
An incomplete list of applications affected:
Hitman 2
Doom (2016) OpenGL
TES IV: Oblivion
TES V: Skyrim
The Witcher 3
--
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=47760
Bug ID: 47760
Summary: "Music racer" game crash
Product: Wine
Version: 4.16
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: przemowi2002(a)gmail.com
Distribution: ---
Created attachment 65242
--> https://bugs.winehq.org/attachment.cgi?id=65242
backtrace
Latest version of "Music racer" from steam is crashing when trying to start the
game.
Tried clear install of wine, wine64, 32/64bit prefixes, playonlinux install.
HW: Thinkpad T60p/4gb ram (FireGL V5250 [modified X1300])
SW: Lubuntu desktop 19.04
Error report in the attachment.
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=47761
Bug ID: 47761
Summary: BYOND Dreamseeker 512.1472 crashes upon shift-clicking
a mob
Product: Wine
Version: 4.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: steamport(a)protonmail.com
Distribution: ---
Created attachment 65243
--> https://bugs.winehq.org/attachment.cgi?id=65243
winedbg backtrace
Upon attempting to examine a mob (via shift-click), sometimes, the game will
crash. The crash is inconsistent but easily reproduced.
BYOND download: http://www.byond.com/download/build/512/512.1479_byond.exe
`wine --version` outputs "wine-4.15 (Staging)".
Steps to reproduce:
- Install/setup BYOND + it's dependencies
- Join SS13 server (I was playing on Hippie)
- Observe
- Shift click random mobs til you crash.
--
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=42907
Bug ID: 42907
Summary: Wine crashes when loading The Specialists mod for Half
Life
Product: Wine
Version: 2.6
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ganthore(a)gmail.com
Distribution: ---
Consider this a followup to the ABANDONED ticket:
https://bugs.winehq.org/show_bug.cgi?id=8859
This has been a long standing problem for around a decade, I'd like for this to
get fixed...
When running The Specialists mod, the game will instantly crash once a map
being to load.
I've reproduced this on both Gentoo and FreeBSD systems. The game runs fine on
native windows.
> wine hl.exe -game ts -novid -debug
fixme:module:load_dll Loader redirect from L"wined3d.dll" to
L"wined3d-csmt.dll"
err:dc:CreateDCW no driver found for L"\\\\.\\DISPLAY2\\Monitor0"
Using breakpad crash handler
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
fixme:ver:GetCurrentPackageId (0x30eb40 0x0): stub
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
Setting breakpad minidump AppID = 70
Forcing breakpad minidump interfaces to load
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f}, 0xe57850,
0xece168, 0xece160) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70}, 0xe57850,
0xece1a0, 0xece198) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f}, 0xe57850,
0xece130, 0xece128) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433}, 0xe57850,
0xece1d8, 0xece1d0) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519}, 0xe57850,
0xece210, 0xece208) stub.
fixme:imm:ImmGetOpenStatus (0x168bd8): semi-stub
fixme:ver:GetCurrentPackageId (0x32e68c 0x0): stub
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
err:ole:CoGetClassObject class {4c9b6dde-6809-46e6-a278-9b6a97588670} not
registered
err:ole:CoGetClassObject no class object {4c9b6dde-6809-46e6-a278-9b6a97588670}
could be created for context 0x1
fixme:win:RegisterDeviceNotificationW (hwnd=0x10182,
filter=0x161f64c,flags=0x00000000) returns a fake device notification handle!
fixme:xinput:XInputGetCapabilities (index 0, flags 0x1, capabilities 0x32f674)
Stub!
fixme:win:RegisterTouchWindow (0x10184 00000003): stub
fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList
fixme:imm:ImmReleaseContext (0x10184, 0xf8a6a0): stub
fixme:msctf:ThreadMgr_ActivateEx Unimplemented flags 0x4
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:imm:NotifyIME NI_CLOSECANDIDATE
fixme:msctf:ThreadMgrSource_AdviseSink (0x206a58) Unhandled Sink:
{ea1ea136-19df-11d7-a6d2-00065b84435c}
fixme:iphlpapi:NotifyAddrChange (Handle 0x1022ee34, overlapped 0xfc55670): stub
fixme:winsock:WSALookupServiceBeginW (0x1022ef34 0x00000ff0 0x1022ef7c) Stub!
[0428/164919:ERROR:network_change_notifier_win.cc(111)] WSALookupServiceBegin
failed with: 8
fixme:ntdll:create_logical_proc_info stub
fixme:ntdll:create_logical_proc_info stub
AppActive: active
AppActive: active
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:winsock:convert_af_w2u unhandled Windows address family 6
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f22f620, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:iphlpapi:NotifyAddrChange (Handle 0x307014c, overlapped 0x3070150): stub
fixme:wbemprox:wbem_locator_ConnectServer unsupported flags
fixme:wbemprox:client_security_SetBlanket 0x666b4b18, 0x1f221328, 10, 0,
(null), 3, 3, 0x0, 0x00000000
fixme:wbemprox:client_security_Release 0x666b4b18
fixme:wbemprox:enum_class_object_Next timeout not supported
Looking up breakpad interfaces from steamclient
Calling BreakpadMiniDumpSystemInit
Steam_SetMinidumpSteamID: Caching Steam ID: 76561197960455784 [API loaded
yes]
Steam_SetMinidumpSteamID: Setting Steam ID: 76561197960455784
fixme:winsock:interface_bind Broadcast packets on interface-bound sockets are
not currently supported on this platform, receiving broadcast packets will not
work on socket 03ac.
err:winsock:interface_bind Failed to bind to interface, receiving broadcast
packets will not work on socket 03ac.
fixme:ntdll:EtwEventRegister ({47a9201e-73b0-42ce-9821-7e134361bc6f},
0x3f006740, 0x3f041d28, 0x3f041d20) stub.
fixme:ntdll:EtwEventRegister ({58a9201e-73b0-42ce-9821-7e134361bc70},
0x3f006740, 0x3f041d60, 0x3f041d58) stub.
fixme:ntdll:EtwEventRegister ({3fa9201e-73b0-43fe-9821-7e145359bc6f},
0x3f006740, 0x3f041cf0, 0x3f041ce8) stub.
fixme:ntdll:EtwEventRegister ({1432afee-73b0-42ce-9821-7e134361b433},
0x3f006740, 0x3f041d98, 0x3f041d90) stub.
fixme:ntdll:EtwEventRegister ({4372afee-73b0-42ce-9821-7e134361b519},
0x3f006740, 0x3f041dd0, 0x3f041dc8) stub.
File c:\program files\steam\steamapps\common\half-life\ts\demoheader.dmf was
never closed
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
fixme:ntdll:EtwEventUnregister (deadbeef) stub.
--
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=47524
Bug ID: 47524
Summary: Hearthstone black screen
Product: Wine-staging
Version: 4.12.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: priit(a)ww.ee
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Hearthstone not working correctly with this new version either (since 4.10) -
on startup the screen remains black while the sound / music is working on the
background. Had to revert back to 4.9-1 where it works.
--
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=46549
Bug ID: 46549
Summary: PUBG Lite Launcher crash
Product: Wine-staging
Version: 4.0
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: esdrastarsis(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 63418
--> https://bugs.winehq.org/attachment.cgi?id=63418
PUBG Lite Log with vcrun2017 installed with winetricks
PUBG Lite launcher causes some errors when it runs, the prefix is 64-bit,
Windows 7, and I installed the .NET Framework 4.7.1 with Winetricks, when I run
the launcher without vcrun2017 the launcher opens but an error message appears
(Visual C++ Runtime error), then with vcrun2017 (installed with Winetricks) the
wine closes with an error message. Its possible easily reproduce this error by
using the PUBG Lite installer in Lutris created by me.
--
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=47476
Bug ID: 47476
Summary: Rhinoceros 6 unable to verify online-license because
of missing functions in httpapi.dll
Product: Wine-staging
Version: 4.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: felix+winehq(a)klaftenegger.de
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Created attachment 64852
--> https://bugs.winehq.org/attachment.cgi?id=64852
Log of running Rhino.exe
The current Version of Rhino3d (Version 6.15) isnt able to verify the
online-license and im not able to test more functions without.
I was able to use Rhino3d Version 5 with wine this is a really old version and
didnt need a online-license to run
The console-output shows that there are missing parts in wines httpapi.dll
---------------------------
Unhandled Exception: System.EntryPointNotFoundException: Unable to find an
entry point named 'HttpCloseRequestQueue' in DLL 'httpapi.dll'.
at
System.Net.UnsafeNclNativeMethods.SafeNetHandles.HttpCloseRequestQueue(IntPtr
pReqQueueHandle)
at System.Net.HttpRequestQueueV2Handle.ReleaseHandle()
at System.Runtime.InteropServices.CriticalHandle.Cleanup()
at System.Runtime.InteropServices.CriticalHandle.Dispose(Boolean disposing)
at System.Runtime.InteropServices.CriticalHandle.Finalize()
---------------------------
To be able to install and start rhino so far i needed to install following
parts via winetricks:
dotnet35,dotnet40,dotnet452,vcrun2010,vcrun2013,vcrun2017
and wine need to be 64-bit
i have attached the full 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=41258
Bug ID: 41258
Summary: Paragon crashes in loading screen
Product: Wine
Version: 1.9.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: plata(a)mailbox.org
Distribution: ---
Created attachment 55555
--> https://bugs.winehq.org/attachment.cgi?id=55555
Debug output
Paragon first freezes, then crashes in the loading screen.
--
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=22038
Summary: Art of Murder Cards of Destiny: some character models
are plain white
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=26799)
--> (http://bugs.winehq.org/attachment.cgi?id=26799)
White character model in the game
In Art of Murder: Cards of Destiny (this is the latest one from the series)
some of the characters appear in plain white. First time I realized this issue
in the second scene of the game, where you can enter a bar.
Wine-1.1.40 from source
Fedora 12 x86
Nvidia 7600 GT card with driver 195.36.08
I could only find a German demo of the game:
http://www.worthdownloading.com/download.php?gid=4444&id=21130 (1.1 Gb in
size) but don't know if it includes that part of the game.
The game was installed into a clean wineprefix but it installed DirectX
runtimes automatically. I didn't try it with wine's built-in DX dlls. I don't
know if that matters.
--
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=47629
Bug ID: 47629
Summary: PotPlayer 1.7: Crash when trying to play any file
Product: Wine
Version: 4.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: smart-32(a)s-32.tk
Distribution: ---
Created attachment 65061
--> https://bugs.winehq.org/attachment.cgi?id=65061
Bug report
In 4.14 version of wine when you trying to open any file in potplayer for the
first time happens nothing. This is same as in 4.13 version and earlier.
But when you press stop and then open file again potplayer starts to play it in
wine 4.13. In wine 4.14 it leads to crash.
--
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=26215
Summary: Super Meat Boy shows grey textures for some objects
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scott(a)open-vote.org
I'm getting grey textures for some, but not all, objects in Super Meat Boy.
The walls and player render fine, but the squirrels and spinning blades in the
first few levels show up as moving grey squares.
Nvidia driver version 260.19.06 on Ubuntu 10.10 64-bit, with a GeForce GTS 450
--
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=47752
John E <john.ettedgui(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |john.ettedgui(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=47737
Bug ID: 47737
Summary: Edusystem installs but cannot login due to a missing
menu
Product: Wine
Version: 4.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: danielsuarez369(a)protonmail.com
Distribution: ---
Created attachment 65216
--> https://bugs.winehq.org/attachment.cgi?id=65216
Terminal output
Hello there! Edusystem (Direct download link:
http://resource.edufile.net/tools/viewe ... Viewer.zip ) is a piece of software
for viewing books, unfortunately while I can install it just fine it seems,
when I go to create a profile and login, the select language dropdown menu is
missing, also minor issue is I cannot change profile picture (who cares about
that though haha).
Any help is greatly appreciated! Thank you! The attachment I sent is the
output, note this little bit keeps getting spammed constantly when I try to
access the menu with minor variations:
0009:fixme:msctf:InputProcessorProfileMgr_GetActiveProfile
(05FF9338)->({34745c63-b2f0-4784-8b67-5e12c8701a31} 0034E6B0)
--
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=47756
Jeremy Newman <jnewman(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|ASSIGNED |RESOLVED
--- Comment #10 from Jeremy Newman <jnewman(a)codeweavers.com> ---
(In reply to Alexandre Julliard from comment #9)
> Hopefully it's working now
Looks good. Closing this out.
--
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=47730
Bug ID: 47730
Summary: Synthesia does not handle piano reconnect
Product: Wine
Version: 4.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spleefer90(a)gmail.com
Distribution: ---
Using Synthesia 10.5.1.
Setting Synthesia up for USB MIDI Piano works great, but when I disconnect the
piano (either by turning it off or physically unplugging the cable) and then
reconnecting it again, I need to restart Synthesia or disable/enable the piano
in Synthesia to make it work again.
This does not happen on Windows 10 1903, there it finds the piano again on
reconnect.
Physically disconnecting the cable:
0077:fixme:midi:handle_midi_event Unexpected event received, type = 43 from 0:1
At reconnect there's no new logs.
Pressing "Ignore this device" and "Use this device" in Synthesia to get it
picked up again:
0078:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub
007e:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",03EAFF14): stub
007e:fixme:avrt:AvRevertMmThreadCharacteristics (12345678): stub
0084:fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",03FBFF14): stub
Tried with wine and wine-staging on 4.15.
--
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=47756
--- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> ---
Hopefully it's working now
--
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=47756
--- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> ---
testing...
--
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=47753
Benjamin <benjamin.bozou(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |benjamin.bozou(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=47749
Bug ID: 47749
Summary: Reconnect of gamepad
Product: Wine-staging
Version: 4.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexzk(a)mail.ru
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
If gamepad is reconnected windows game (Elite dangerous in my case) fails to
use it back.
Elite itself has a bug so you can see if gamepad was connected during startup
due this bug. So it seems game detects gamepad but cannot receive events from.
Complete restart of wine (closing ALL windows programs in prefix) resolves
issue. If wine was not restarted (for example, launcher still runs) then
gamepad is "broken".
Downgrading to 4.12.1 fixed that - gamepad is working after reconnect.
P.S. ONCE it worked ok for me in 4.15 too, but it was 1 time of 100 reconnects
or so.
--
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=47729
Bug ID: 47729
Summary: Amazon Workspaces Client: crashes after login when
launching Windows WorkSpace desktop
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: casutherland(a)gmail.com
Distribution: ---
Created attachment 65206
--> https://bugs.winehq.org/attachment.cgi?id=65206
backtrace
Running Ubuntu 18.04 LTS and installed the Amazon WorkSpaces client Version
2.5.8.1216 around 16-Jul-2019, using the distro default wine-stable package,
and a (much) older version of wine-stable.
Everything was working fine, the WorkSpaces client successfully launched
Windows WorkSpaces & Linux WorkSpaces.
Then, I ran the software update tool, for Ubuntu 18.04.3 LTS around
01-Aug-2019.
Shortly after the update, the WorkSpaces client began failing with the error
message below whenever a Windows WorkSpace was launched.
Authentication is successful, however the client crashes immediately after the
Windows WorkSpace display is opened.
"The program workspaces.exe has encountered a serious problem and needs to
close. We are sorry for the inconvenience."
"This can be caused by a problem in the program or a deficiency in Wine. You
might want to check the Application Database for tips about running this
application."
Note that the WorkSpaces client running with wine successfully launches a Linux
WorkSpaces desktop, however the client crashes when launching a Windows
WorkSpaces desktop.
Upgraded the WorkSpaces client to Version 2.5.10.1246, and it is till failing,
with the same error message.
Updated Wine to 4.15 development and tried both versions of the WorkSpaces
client, 2.5.8.1216 and 2.5.10.1246, still failing with the same error message.
A full stacktrace is attached, and the following excerpt is displayed on the
terminal from which the workspaces.exe is launched using wine.
017c:fixme:msvcp:_Locinfo__Locinfo_ctor_cat_cstr (0034CDFC 1 C) semi-stub
00ec:fixme:winsock:WSAIoctl WS_SIO_UDP_CONNRESET stub
0117:err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this
requires special permissions.
014b:fixme:winspool:FindFirstPrinterChangeNotification Stub: 0x1 7 0 0xfe7fef4
wine: Unhandled page fault on read access to 0x00000000 at address 0x7da63bac
(thread 014b), starting debugger...
014e:fixme:dbghelp:elf_search_auxv can't find symbol in module
--
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=47745
Bug ID: 47745
Summary: crash dialog should instruct to attach console log to
bug report
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: apq49584(a)tuofs.com
Distribution: ---
The crash dialog displays the backtrace in a convinent window and instructs the
user to attach that to a bug report.
But as I have learned, the console log (with debug symbols installed) is even
more useful/required information to attach.
It would make sense for the Error Details Windows to prominently mention that
and display short instructions on how to obtain it, or even display it right
away, if possible.
related: https://bugs.winehq.org/show_bug.cgi?id=28543
--
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=46821
Bug ID: 46821
Summary: Alan Wake has light rendering issue
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 63844
--> https://bugs.winehq.org/attachment.cgi?id=63844
screenshot
Staying in a safe zone shows this. Contrast depends on angle.
Reproducible after commit dd0ea0a61463db83c647a9367ca61e2b69a98eb3.
Solves with cleaning shaders cache and disabling CSMT.
After that:
err:d3d:wined3d_debug_callback 0x1c589c0: "GL_INVALID_OPERATION error
generated. <program> has not been linked, or is not a program object.".
err:d3d:wined3d_debug_callback 0x1c589c0: "GL_INVALID_OPERATION error
generated. <program> object is not successfully linked, or is not a program
object.".
NVIDIA Driver 418.43, wine-4.3-229-g6d82b2f1ad
--
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=42987
Bug ID: 42987
Summary: Dawn of Magic does not start with DirectX failed call
error
Product: Wine
Version: 2.7
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
Distribution: Debian
Created attachment 58124
--> https://bugs.winehq.org/attachment.cgi?id=58124
std log with +msgbox
Dawn of Magic installs but does not run with the message below right after
changing screen resolution. The game does not seem to have a demo, I can
provide other logs as requested.
trace:msgbox:MSGBOX_OnInit L".\\BMRender\\rmode.cpp(3583): DirectX call failed:
code=0x80004001 (-2147467263)"
Tested on both Intel with Mesa 13.0.5 and NVIDIA proprietary driver, with CSMT
on/off results are the same.
--
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=47714
Bug ID: 47714
Summary: Empire Earth: Gold rotate some menu components
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: slawek(a)lach.art.pl
Distribution: ---
Empire Earth's main menu is completely broken.
Background is rotated 180 degrees, but menu element not.
After go to options menu, some elements are rotated 180 degrees with rotate
point set to center of the screen.
https://pastebin.com/e7GkpqzE
I using wine 4.14 on OpenSUSE Tumbleweed. My computer have Intel and AMD
graphic card.
--
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=47723
Bug ID: 47723
Summary: Wine 4.14 DX11 demul07_111117 Resident Evil 2 Pal
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: seganfl2k(a)gmail.com
Distribution: ---
Created attachment 65197
--> https://bugs.winehq.org/attachment.cgi?id=65197
Misssing Shaders
missing shaders ect
VIDEO LINK
https://youtu.be/uIObb2omaYQ
--
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=35279
Bug ID: 35279
Summary: Giana Sisters: Twisted Dreams v1.1.2: certain objects
have no textures
Product: Wine
Version: 1.7.9
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
Classification: Unclassified
Regression SHA1: 611b541f292761e459eac4eb1cf88d765b939ff8
Created attachment 47053
--> http://bugs.winehq.org/attachment.cgi?id=47053
screenshot
This bug is present in the latest version of the game (1.1.2) available on
Steam or GOG.com, but I can't reproduce it with the demo version which is an
earlier version of the game.
Certain objects, characters are black when shader quality in the launcher set
to medium or high. Those objects appear correctly when shader quality set to
low.
Regression testing resulted in
611b541f292761e459eac4eb1cf88d765b939ff8 is the first bad commit
commit 611b541f292761e459eac4eb1cf88d765b939ff8
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Tue Jun 12 17:03:49 2012 +0200
wined3d: Set undefined vertex attributes to 0.0.
:040000 040000 b36ae918ed4dbda9ae31976e72d500fce79c69fc
4d4701b1fcdaeeacffb68fd1b6f5d241e7a79a24 M dlls
Note: treasure chests in the game also appear without texture (one chest can be
seen in the attached screenshot with a flag on top of it). This, however, was
caused by a much earlier commit according to my regression testing, it was
commit 4936e71828669ef084f9cf243f924a11a2cdce50 that caused it. Setting shader
quality to low makes chests appear correctly.
Installing native d3dx9 libraries or disabling GLSL don't solve the problem.
Wine terminal output doesn't contain any useful information.
Let me know if you need a log with debug channels enabled.
Fedora 19 x86
Nvidia 250 / driver 325.15
--
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=30061
Bug #: 30061
Summary: Shader bug in The Darkness II
Product: Wine
Version: 1.4-rc5
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: K1773R(a)darkgamex.ch
Classification: Unclassified
The Darkness II isnt rendering everything correct when using this patch from
here http://bugs.winehq.org/show_bug.cgi?id=29896.
Some textures arent rendered (black) and sometimes things are way to bright.
--
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=46336
Bug ID: 46336
Summary: Resident Evil 4 on Steam (appid 254700) black textures
in outdoor lighting
Product: Wine
Version: 4.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
Assignee: wine-bugs(a)winehq.org
Reporter: vash63(a)gmail.com
Distribution: ---
Created attachment 63085
--> https://bugs.winehq.org/attachment.cgi?id=63085
Black textures
Almost every texture in the game is black including player characters,
seemingly other than decals like some leaf textures which are fine. Some areas
randomly have textures like normal, noticeably when you enter the first cabin
you can see Leon as soon as you enter the door but right when you exit back to
the outdoor lighting he turns black again.
Similar reports:
https://www.protondb.com/app/254700
Example image attached.
Duplicated with wine4.0rc2, proton 3.16 and proton 3.7.
--
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=36089
Bug ID: 36089
Summary: SpinTires a wrong dirt rendering
Product: Wine
Version: 1.7.17
Hardware: x86
URL: http://oovee.chicsystems.net/SpinTiresInstall_060613.z
ip
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Created attachment 48275
--> http://bugs.winehq.org/attachment.cgi?id=48275
in wine
See attached screenshots.
--
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=46606
Bug ID: 46606
Summary: [Git]vkd3d_d3d12.h not found
Product: vkd3d
Version: 1.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vkd3d
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Distribution: ---
Hello,
I try to build vkd3d from git and it's impossible at this moment because
"vkd3d.h" does not find "vkd3d_d3d12.h".
make[1] : on entre dans le répertoire «
/home/babaorheum/Desktop/vkd3d-git/src/build »
CC libs/vkd3d/command.lo
In file included from ../vkd3d/libs/vkd3d/vkd3d_private.h:32,
from ../vkd3d/libs/vkd3d/command.c:20:
../vkd3d/include/vkd3d.h:26:11: erreur fatale: vkd3d_d3d12.h : Aucun fichier ou
dossier de ce type
# include <vkd3d_d3d12.h>
^~~~~~~~~~~~~~~
compilation terminée.
make[1]: *** [Makefile:1138: libs/vkd3d/command.lo] Error 1
make[1] : on quitte le répertoire «
/home/babaorheum/Desktop/vkd3d-git/src/build »
make: *** [Makefile:814: all] Error 2
==> ERREUR : Une erreur s’est produite dans build().
Abandon…
--
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=29792
Bug #: 29792
Summary: Gothic 2 (JoWood Productions) installer fails due to
media validation tool failing (don't add
FILE_ATTRIBUTE_ARCHIVE by default to file entries)
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
I first wanted to investigate bug 22515 hence i bought the game for a few bucks
and looked into it...
Well, it seems there exist different editions of the game and the problems
might not be connected at all.
Although this is related to copy protection it's not the SecuROM 4.x tests
failing here - that part of protection works fine.
I have the 3 CD set by JoWood Productions released on November 29, 2002.
Near the end of installation process there is a tool "g2setup.exe" launched
which verifies the authenticity of install media.
That process returns a specific exit code (0x777 -> 1911) which basically says:
"all checks passed".
Any different exit code will roll back the whole installation!
Current workaround: kill the installer from another terminal when this
verification process starts.
Everything has already been copied up to this point so just wait until the disc
spins up and execute 'wineserver -k'.
--- snip ---
0024:Starting process L"C:\\Program Files\\Jowood\\Gothic II\\g2setup.exe"
(entryproc=0x4c6929)
--- snip ---
--- snip ---
-=[ ProtectionID v0.6.4.0 JULY]=-
(c) 2003-2010 CDKiLLER & TippeX
Build 07/08/10-17:57:05
...
Scanning -> Z:\home\focht\.wine\drive_c\Program Files\Jowood\Gothic
II\g2setup.dll
File Type : 32-Bit Dll (Subsystem : Win GUI / 2), Size : 229376 (038000h)
Byte(s)
[File Heuristics] -> Flag : 00000000000000001100001100000001 (0x0000C301)
[!] Armadillo v2.xx - v3.xx detected !
[i] Splash Setting (0x0) -> NONE / Duration : 00 second(s)
[CompilerDetect] -> Visual C/C++
- Scan Took : 0.560 Second(s)
--- snip ---
Various anti-debugging/hacking trickery which of course can be bypassed ;-)
Additionally to physical media analysis of GOTHIC2_CD3 (part of SecuROM) there
are "custom" checks present.
Most of them are simple ones like comparing disc serial against hard coded
value.
The directory structure is read from disc and CRC32 checksums are calculated
for specific files.
--- snip ---
ATTRIBS SIZE CRC32 NAME
____________________________________________________________
A R 362,789,836 5f4cb098 Gothic2-Setup.W03
A R 123 JoWooD Homepage.url
A R 14,816 Readme.txt
A R 289 Register.url
A R 5,569 eula.txt
A R 766 gothic2.ico
(DIR) 168,146,318 ArxDemo
A R 31,744 1d31e5c6 ArxDemo\Setup.exe
A R 877 ArxDemo\Setup.ini
A R 1,304,064 ArxDemo\Setup.msi
A R 101,581,207 ArxDemo\Setup1.cab
A R 23,103,162 ArxDemo\Setup2.cab
A R 31,150,491 ArxDemo\Setup3.cab
A R 1,309,184 ArxDemo\Setup_Deutsch.msi
A R 1,708,856 34ec21c0 ArxDemo\instmsi.exe
A R 1,822,520 e5563f20 ArxDemo\instmsiw.exe
...
Scan time.............[ 551.80] Seconds (551801 ms)
Total files...........[ 35] Files
Total size............[ 558,468,227] Bytes
Dirlist Text CRC32....[ 0032ED44]
____________________________________________________________
...
--- snip ---
Forget the scan time, I was debugging at this place ;-)
What makes things complicated is that additionally to per-file CRC32 checksums
there is also a CRC32 for the whole in-memory folder listing content generated
(see snippet) -> "Dirlist Text CRC32" (in snippet the address is printed, not
the value itself).
That overall checksum didn't match the internal hard-coded one.
One problem is that Wine adds FILE_ATTRIBUTE_ARCHIVE by default to each file
info entry.
Source:
http://source.winehq.org/git/wine.git/blob/c7cb3e6cb21598281cf2b00b2ccd8323…
This is breaks the overall checksum (file entries get "A" added).
The file entries have to have only FILE_ATTRIBUTE_READONLY set -> "R" (reside
on CDROM).
If FILE_ATTRIBUTE_ARCHIVE is omitted (and a second bug is worked around) the
verification process exits with exit code 0x777 which allows the main installer
to successfully finish.
---
There is another problem, a bug in the verification tool that unfortunately
prevents a "full" fix for this installer.
One of the file CRC32 on CD3 gets miscalculated ...
It took me some hours to find out this brain damage after successfully pinning
down the first problem and wondering why the overall checksum still didn't
match.
--- snip ---
...
0024:Call KERNEL32.CreateFileA(0032d734
"D:\\arxdemo\\setup.exe",80000000,00000001,00000000,00000003,00000080,00000000)
ret=00d86dfe
0024:Ret KERNEL32.CreateFileA() retval=000000a0 ret=00d86dfe
0024:Call KERNEL32.GetFileSize(000000a0,00000000) ret=00d87385
0024:Ret KERNEL32.GetFileSize() retval=00007c00 ret=00d87385
0024:Call ntdll.RtlAllocateHeap(00fc0000,00000000,00010010) ret=00be379b
0024:Ret ntdll.RtlAllocateHeap() retval=00fc5238 ret=00be379b
0024:Call KERNEL32.ReadFile(000000a0,00fc5238,00010000,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call ntdll.RtlFreeHeap(00fc0000,00000000,00fc5238) ret=00be3cea
0024:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00be3cea
0024:Call KERNEL32.CloseHandle(000000a0) ret=00d8743a
0024:Ret KERNEL32.CloseHandle() retval=00000001 ret=00d8743a
--- snip ---
"D:\\arxdemo\\setup.exe" is the culprit. The file size is 31744 bytes.
The tool allocates a fixed 65552 byte buffer to read file content in and
calculate checksum on (actually 65536 bytes are used for checksumming).
Prior to calculating file CRC32 for "D:\\arxdemo\\setup.exe", the 350 MiB
"D:\\gothic2-setup.w03" was checksummed in 0x10000 byte chunks.
It had the same heap chunk address 0x00fc5238 which was later reused for
"D:\\arxdemo\\setup.exe" checksum calculation.
--- snip ---
0024:Call KERNEL32.CreateFileA(0032dd20
"D:\\gothic2-setup.w03",80000000,00000001,00000000,00000003,00000080,00000000)
ret=00d86dfe
0024:Ret KERNEL32.CreateFileA() retval=0000009c ret=00d86dfe
0024:Call KERNEL32.GetFileSize(0000009c,00000000) ret=00d87385
0024:Ret KERNEL32.GetFileSize() retval=159fbbcc ret=00d87385
0024:Call ntdll.RtlAllocateHeap(00fc0000,00000000,00010010) ret=00be379b
0024:Ret ntdll.RtlAllocateHeap() retval=00fc5238 ret=00be379b
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00010000,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
...
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00010000,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00008480,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call KERNEL32.ReadFile(0000009c,00fc5238,00008480,00bfd464,00000000)
ret=00d8725a
0024:Ret KERNEL32.ReadFile() retval=00000001 ret=00d8725a
0024:Call ntdll.RtlFreeHeap(00fc0000,00000000,00fc5238) ret=00be3cea
0024:Ret ntdll.RtlFreeHeap() retval=00000001 ret=00be3cea
...
--- snip ---
Because the heap chunk was reused and the buffer was fully filled from previous
run, the read file operation for "D:\\arxdemo\\setup.exe" only initialized the
first 31744 bytes.
The checksum is done on 65536 bytes of buffer which includes garbage/leftover
already present.
Well, the developers didn't bother to pass HEAP_ZERO_MEMORY to
RtlAllocateHeap() or explicit memset(ptr, 0, nbytes).
The tool "works" in Windows most likely due to different heap manager
implementation/usage or maybe application shims.
They put some effort into anti-debugging/hacking/copying and rambled about
piracy in hidden messages (found while debugging) ... and yet managed to put in
such bugs.
You can hack/patch ntdll.dll RtlAllocateHeap() -> forcing flags |=
HEAP_ZERO_MEMORY to verify the installer really works after fixing the first
problem.
Regards
--
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=47739
Bug ID: 47739
Summary: realMyst stuck after clicking the image inside the
book
Product: Wine
Version: 4.0.1
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: uri.valevski(a)gmail.com
Distribution: ---
Created attachment 65220
--> https://bugs.winehq.org/attachment.cgi?id=65220
logs
See attached logs.
The game starts up fine, up to the point where I click the image in the book.
Then there is just the sky background and nothing else happens (the music
continues). If I click esc it lets me pick the play mode, but then nothing
happens. Then if I click escape it takes me to the settings menu, but that
doesn't help either.
Although there are some dll issues, I don't think this is current blocker,
because these logs don't always show up (it has something to do with the play
mode I select or opening the options menu).
I also tried downloading the dlls and placing them in the system directory, but
this resulted in a different import error for them so maybe the files I used
weren't good.
--
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=47735
Bug ID: 47735
Summary: navicat运行问题
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: qcb122658550(a)163.com
Distribution: ---
Created attachment 65212
--> https://bugs.winehq.org/attachment.cgi?id=65212
navicat生成的错误日志
deepin系统安装mysql8.0.17和navicat后,打开navicat点击链接,输入信息,点击测试连接,navicat崩溃,点击链接也是崩溃
--
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=30421
Bug #: 30421
Summary: obscure GDI Message Queue + Focus bug
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
Classification: Unclassified
ok, this is a rather obscure bug that i've been experiencing for quite some
time, but hadn't got a handle on any of the functions being used, so couldn't
really provide a useful report. as i am now running pyjamas-desktop which uses
python ctypes bindings to gdi32 (!!) i can now provide useful feedback.
please see the following file, the GetMessage loop towards the end:
http://pyjs.org/pygit/#file=pyjd/mshtml.py&id=0d4b6787d01c3d90f2c8801c5c4c4…
basically, the repro is as follows:
* run wine python.exe Hello.py (an example)
* move the mouse out of the GDI32 (IWebBrowser2 OLE control) window
* move the mouse into the xterm where wine was fired up
* press ctrl-c
now, _normally_, under xp, nothing happens... and nothing _should_ happen...
ever. ctrl-c should be *completely* ignored. but, continue:
* move the mouse _back_ into the GDI32 window
* the program exits
the exit should *not* be happening when the mouse is moved back.
which brings me on to the various experiences that i've had with focus issues,
especially dialog boxes. maybe this is because i'm using fvwm2, but the
behaviour of focus on dialog boxes and especially inputboxes within dialog
boxes is _very_ erratic. the mouse is needed to be moved into the parent
window in order sometimes for keyboard focus to arrive on the inputbox within
the dialog box! sometimes that doesn't work, and the mouse is required to be
moved onto the bar at the top of the parent window (the one with the title -
the x-windows / fvwm window bar!)
all very odd, and probably a different bug, but hey :)
--
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=47715
Bug ID: 47715
Summary: Maximized Window size and location is incorrect if
overridden by WM_GETMINMAXINFO or SetWindowPos
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: danweiss(a)gmail.com
Distribution: ---
Created attachment 65185
--> https://bugs.winehq.org/attachment.cgi?id=65185
Example WIN32 program that demonstrates the bug
Tested on Wine Staging 4.14 on MX Linux.
On Windows, you can use WM_GETMINMAXINFO, then a maximized window will appear
with a specified size and location. Even though the window is considered
Maximized, it is not necessarily covering up the whole screen.
You can also use SetWindowPos to move the maximized window to a specific
location and size.
After calling SetWindowPos, the window will immediately move and resize. The
next time the window is restored, then maximized, it will snap back to the
coordinates specified in WM_GETMINMAXINFO.
When I run the test program on Windows 10, it create the window at location
(256,256), with size 256x256, then moves it to location (512,256).
When I try this on Wine, Maximized means maximized, and the window fills the
entire region that a maximized program would occupy. It does not take into
account the maximized size specified in WM_GETMINMAXINFO or SetWindowPos.
Related bugs: 5941
--
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=47692
Bug ID: 47692
Summary: RealmWorks can not extend a Field after it has been
saved (Context_CC_ContextCallback?)
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: legine(a)gmx.net
Distribution: ---
Despite similar Reports I decided to write an own description. The behavior is
specific to Realm Works. And not really compare able to 38940 or 21483since I
have no crash. I can work on.
Background:
Realmworks is a special Documentation tool for Role playing Adventures and
Campaigns. Basically you enter information to a topic and the tool can link
and extend Information very easily. It is a great tool for Game mastering Pen &
Paper Role playing games.
Issue Description:
1) create an Object where you want to edit something
2) edit a text field. Just enter something.
3) save the object.
4) reopen the Object for extending the text field (if you want to fix something
before it is all fine) the Fronted prints only boxes.
In the Log I see after a short delay following message:
002c:fixme:ole:Context_CC_ContextCallback (001B0430/001B0434)->(017481F0,
042AFB68, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
002c:fixme:ole:Context_CC_ContextCallback (001B0430/001B0434)->(017481F0,
042AFAEC, {d7174f82-36b8-4aa8-800a-e963ab2dfab9}, 2, 00000000)
0168:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
0177:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
0170:fixme:thread:NtQueryInformationThread ThreadIsIoPending info class not
supported yet
An open and close is logged with
0009:fixme:ole:snapshot_QueryGetData (118ABAF0, 0034F198 {cf c075 ptd 00000000
aspect 1 lindex -1 tymed 75})
Thanks for all your work.
--
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=47734
Bug ID: 47734
Summary: Free games by Alawar
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kraisler87(a)yandex.ru
Distribution: ---
Launcher crash after closing.
--
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.