https://bugs.winehq.org/show_bug.cgi?id=47036
Bug ID: 47036
Summary: Game Yuri's Revenge Work perfectly in wine-4.5-1 but
has problem in wine-4.6-1
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: zhoujian8585169(a)126.com
Distribution: ---
See https://bugs.archlinux.org/task/62365
Description:
Game Command & Conquer: Yuri's Revenge
(https://en.wikipedia.org/wiki/Command_%26_Conquer:_Yuri%27s_Revenge) run
perfectly in wine-4.5-1 but has problem in wine-4.6-1
Steps to reproduce:
1. sudo pacman -U /var/cache/pacman/pkg/wine-4.5-1-x86_64.pkg.tar.xz
2. WINEARCH=win32 WINEPREFIX=~/.win32 wine ~/sda4/games/yuri/yuri/YURI.EXE
run perfectly see image 1 in attach file
3. sudo pacman -U /var/cache/pacman/pkg/wine-4.6-1-x86_64.pkg.tar.xz
4. WINEARCH=win32 WINEPREFIX=~/.win32 wine ~/sda4/games/yuri/yuri/YURI.EXE
has problem see image 2.
--
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=42033
Bug ID: 42033
Summary: Fallout 3: Radio music not playing
Product: Wine
Version: 2.0-rc1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: aaronbpaden(a)gmail.com
Distribution: ---
Created attachment 56507
--> https://bugs.winehq.org/attachment.cgi?id=56507
log
When listening to the radio in Fallout 3, the DJ's voice works, but the songs
don't. Sometimes you'll hear the song start for a second, but then it stops and
the DJ's voice starts up again. This happens both on GNR and the enclave
station.
--
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=50398
Bug ID: 50398
Summary: Microsoft Office XP 2002 installer shows "Error 25504.
Failed to set Feature xyz to the install state of
Feature xyz for mode 2." message boxes since Wine 2.12
Product: Wine
Version: 2.12
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: focht(a)gmx.net
Distribution: ---
Hello folks,
while checking bug 5163 ("Microsoft Office XP 2002 installer reports error
25003 (installation source corrupted), custom action 'CADpc' returns 1603")
I've noticed a bunch of message boxes during installation which didn't appear
with earlier Wine releases.
They can be dismissed so the installer proceeds further. Alternatively the
installer can be run in "no UI" mode (pass '/q' or '/qn').
Wine 2.11 (ok):
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
Wine 2.12:
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
trace:msgbox:MSGBOX_OnInit L"1: 2: SpeechHidden 3: SpeechFiles 4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: SpeechHidden 3: ExcelTTS 4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: TranslationHidden 3: TranslationFiles_3082
4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: TranslationHidden 3: TranslationFiles_1036
4: "
trace:msgbox:MSGBOX_OnInit L"1: 2: OutlookCDO 3: OutlookAddressBookControl 4:
"
trace:msgbox:MSGBOX_OnInit L"1: "
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
Wine 2.13:
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25504. "
trace:msgbox:MSGBOX_OnInit L"The installer has encountered an unexpected error
installing this package. This may indicate a problem with this package. The
error code is 25003. "
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
Wine 2.15 to Wine 6.0-rc3:
--- snip ---
$ WINEDEBUG=+msgbox wine ./SETUP.EXE
...
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature SpeechHidden to
the install state of Feature SpeechFiles for mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature SpeechHidden to
the install state of Feature ExcelTTS for mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature
TranslationHidden to the install state of Feature TranslationFiles_3082 for
mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature
TranslationHidden to the install state of Feature TranslationFiles_1036 for
mode 2."
trace:msgbox:MSGBOX_OnInit L"Error 25504. Failed to set Feature OutlookCDO to
the install state of Feature OutlookAddressBookControl for mode 0."
trace:msgbox:MSGBOX_OnInit L"Error 25003. Microsoft Office setup cannot
continue because the installation source has been corrupted"
err:msi:ITERATE_Actions Execution halted, action L"CADpc" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---
--- snip ---
$ WINEDEBUG=+seh,+relay,+msi wine ./SETUP.EXE >>log.txt 2>&1
...
018c:trace:msi:MsiQueryFeatureStateW L"{90110409-6000-11D3-8CFE-0050048383C9}"
L"SpeechFiles"
...
018c:trace:msi:MSI_SetFeatureStates examining feature L"SpeechFiles" (level 1
installed 2 request 1 action 1)
...
0328:Call msi.MsiGetFeatureStateA(00000001,014dfc48
"SpeechFiles",014dfc14,014dfc18) ret=35f25cb9
...
0328:Ret msi.MsiGetFeatureStateA() retval=00000000 ret=35f25cb9
0328:Call msi.MsiGetFeatureStateA(00000001,014dfc70
"SpeechHidden",014dfc1c,014dfc10) ret=35f25cd6
...
0328:Ret msi.MsiGetFeatureStateA() retval=00000000 ret=35f25cd6
...
0328:Call msi.MsiRecordSetStringA(00000006,00000000,35f41f78
"FeatureDependency: Follow: 'SpeechHidden' current state: 2, action state: 2,
using state 2") ret=35f348fa
...
0328:Call msi.MsiRecordSetStringA(00000006,00000000,35f41f78
"FeatureDependency: Lead: 'SpeechFiles' current state: 2, action state: 1,
using state 1") ret=35f348fa
...
0328:Call msi.MsiSetFeatureStateA(00000001,014dfc70 "SpeechHidden",00000001)
ret=35f25d55
...
0328:Ret msi.MsiSetFeatureStateA() retval=0000065b ret=35f25d55
...
0328:Call msi.MsiRecordSetStringA(00000006,00000000,35f41f78
"FeatureDependency: Feature 'SpeechHidden' changed state to 1") ret=35f348fa
...
0328:Call msi.MsiRecordSetInteger(00000006,00000001,000063a0) ret=35f2605d
0328:Ret msi.MsiRecordSetInteger() retval=00000000 ret=35f2605d
0328:Call msi.MsiRecordSetStringA(00000006,00000002,014dfc70 "SpeechHidden")
ret=35f26069
...
0328:Ret msi.MsiRecordSetStringA() retval=00000000 ret=35f26069
0328:Call msi.MsiRecordSetStringA(00000006,00000003,014dfc48 "SpeechFiles")
ret=35f26075
...
0328:Ret msi.MsiRecordSetStringA() retval=00000000 ret=35f26075
0328:Call msi.MsiRecordSetInteger(00000006,00000004,00000002) ret=35f2607e
0328:Ret msi.MsiRecordSetInteger() retval=00000000 ret=35f2607e
0328:Call msi.MsiProcessMessage(00000001,01000000,00000006) ret=35f26088
...
032c:trace:msi:MSI_DatabaseOpenViewW L"SELECT `Message` FROM `Error` WHERE
`Error` = 25504" 033FFB44
...
032c:Call user32.MessageBoxW(00000000,01aeb350 L"Error 25504. Failed to set
Feature SpeechHidden to the install state of Feature SpeechFiles for mode
2.",10096f4e L"Windows Installer",00000030) ret=10052d3a
--- snip ---
Installer log:
--- snip ---
...
DetectDarwin10: Detected Windows Installer version 1.1 or better; manipulating
feature defaults.
...
Action start 10:46:16: FeatureDependency.
FeatureDependency: Reset: Feature 'SpeechHidden' changed state to 2
FeatureDependency: Reset: Feature 'TranslationHidden' changed state to 2
FeatureDependency: Reset: Feature 'HandWritingHidden' changed state to 2
FeatureDependency: Follow: 'OUTLOOKNonBootFiles' current state: -1, action
state: -1, using state -1
FeatureDependency: Lead: 'OUTLOOKFiles' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'OUTLOOKNonBootFiles' did not change state, still
using -1
FeatureDependency: Follow: 'ProductNonBootFiles' current state: -1, action
state: -1, using state -1
FeatureDependency: Lead: 'ProductFiles' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'ProductNonBootFiles' did not change state, still
using -1
FeatureDependency: Follow: 'SpeechHidden' current state: -1, action state: 2,
using state 2
FeatureDependency: Lead: 'SpeechFiles' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'SpeechHidden' did not change state, still using
2
FeatureDependency: Follow: 'SpeechHidden' current state: -1, action state: 2,
using state 2
FeatureDependency: Lead: 'ExcelTTS' current state: -1, action state: -1,
using state -1
FeatureDependency: Feature 'SpeechHidden' did not change state, still using
2
...
Action ended 10:46:16: FeatureDependency. Return value 1.
...
Action start 10:46:34: MigrateFeatureStates.
MigrateFeatureStates
Info 2726. An internal error has occurred. (MigrateFeatureStates
)
Action ended 10:46:35: MigrateFeatureStates. Return value 0.
...
Action start 10:47:13: FeatureDependency.
FeatureDependency: Reset: Feature 'SpeechHidden' changed state to 2
FeatureDependency: Reset: Feature 'TranslationHidden' changed state to 2
FeatureDependency: Reset: Feature 'HandWritingHidden' changed state to 2
FeatureDependency: Follow: 'OUTLOOKNonBootFiles' current state: 2, action
state: 3, using state 3
FeatureDependency: Lead: 'OUTLOOKFiles' current state: 2, action state: 3,
using state 3
FeatureDependency: Feature 'OUTLOOKNonBootFiles' did not change state, still
using 3
FeatureDependency: Follow: 'ProductNonBootFiles' current state: 2, action
state: 3, using state 3
FeatureDependency: Lead: 'ProductFiles' current state: 2, action state: 3,
using state 3
FeatureDependency: Feature 'ProductNonBootFiles' did not change state, still
using 3
FeatureDependency: Follow: 'SpeechHidden' current state: 2, action state: 2,
using state 2
FeatureDependency: Lead: 'SpeechFiles' current state: 2, action state: 1,
using state 1
FeatureDependency: Feature 'SpeechHidden' changed state to 1
...
--- snip ---
Regression testing lead to:
https://source.winehq.org/git/wine.git/commitdiff/48237e249b76f5ad883ec073e…
("msi: Add a basic internal UI implementation.")
author Zebediah Figura <z.figura12(a)gmail.com>
Thu, 6 Jul 2017 04:31:52 +0000 (23:31 -0500)
$ wine --version
wine-6.0-rc3-34-g9d7a710fc0d
Regards
--
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=40690
Bug ID: 40690
Summary: Thin Basic Script Abends
Product: Wine
Version: 1.9.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fengshui(a)webleicester.co.uk
Distribution: ---
Created attachment 54561
--> https://bugs.winehq.org/attachment.cgi?id=54561
The trace of the Abend as produced by Wine ?
I've just installed Thinbasic 1.8.9 under Wine 1.9.10 (POL "install non listed
program" was used to manage the install & wine versions).
Linux Mint 17 Cinnamon desk top.
Upon executing the script in the ThinAir component of Thinbasic, TA abended
(please see attached file for diagnostics). TA & the script run fine in Windows
XP (SP3) 32bit & as a 32bit app in Windows 7 64bit.
I then tested against various versions of Wine. The script runs to completion
upto & including Wine 1.7.39. In later versions it abends (1.7.40, .43, .55 &
1.8.2 were tried) I also tried XP & W7 emulations.
--
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=28021
Summary: cmd lacks documentation on command line options ( /c ,
etc )
Product: Wine
Version: 1.3.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)rodrigosilva.com
Unlike start, winepath, and other tools, cmd has no documentation anywhere. It
should have at least a builtin /h (or /?) for a brief explanations of its
command line options (are there others besides /c ? is /c in any user
documentation?)
Or wiki cmd page could be updated to list its options
--
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=50133
Bug ID: 50133
Summary: Command line: Issues in some generic commands
Product: Wine
Version: 5.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: Psycho-A(a)yandex.ru
Distribution: ---
Continuing exploring native CMD.exe issues...
1) TYPE command can't read from UTF-8 and UTF-16 files. Windows can do it since
Win2000.
2) MOVE command doesn't support /Y key for overwriting target files.
Also, the command still can't move between disk partitions, and haven't produce
any output on moving files operation.
3) PAUSE command's output text have no line-breaking, so any further text will
be merged with same line.
4) TASKLIST command does nothing.
5) TASKKILL command have no /T key for killing processes tree.
--
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=26610
Summary: Impulse: some buttons are not displayed and some
disappear on mouse over
Product: Wine
Version: 1.3.16
Platform: x86
URL: http://www.impulsedriven.com/downloads/impulse_setup_f
ull.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Created an attachment (id=33879)
--> (http://bugs.winehq.org/attachment.cgi?id=33879)
terminal output
When you start impulse with builtin gdiplus, some buttons like
"organize","register product" and "view" are not visible at all, some others
like the game buttons are disappearing on mouse over.
winetricks dotnet20 is needed, winetricks gdiplus fixes this issue.
wine-1.3.16-213-gda4ed47
--
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=46033
Bug ID: 46033
Summary: Execution of commands that contain special symbols
will be truncated.
Product: Wine
Version: 3.18
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: yanjie875077968(a)gmail.com
Distribution: ---
when i use the wine cmd, i find same command can't be run, but it can be run in
winxp cmd.
➜ temp wine cmd
Wine CMD Version 5.1.2600 (1.6.2)
Z:\tmp\temp>dir_ny
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
File not found.
Z:\tmp\temp>./dir_ny
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 4:50 PM <DIR> .
10/22/2018 4:50 PM <DIR> ..
10/22/2018 4:50 PM 471,040 cmd1.exe
10/22/2018 4:50 PM 7 dir_ny.bat
2 files 471,047 bytes
2 directories 9,204,056,064 bytes free
Z:\tmp\temp>exit
➜ temp wine cmd1
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
Z:\tmp\temp>dir_ny
fixme:process:CmdBatNotification 1
Z:\tmp\temp>dir .
Volume in drive Z has no label.
Volume Serial Number is 0000-0000
Directory of Z:\tmp\temp
10/22/2018 04:50 PM <DIR> .
10/22/2018 04:50 PM <DIR> ..
10/22/2018 04:50 PM 471,040 cmd1.exe
10/22/2018 04:50 PM 7 dir_ny.bat
2 File(s) 471,047 bytes
2 Dir(s) 9,204,056,064 bytes free
fixme:process:CmdBatNotification 0
i review the cmd code in version 3.18. there is a bug in line 1318.
while (IsCharAlphaNumericW(whichcmd[count])) {
the IsCharAlphaNumericW function not include "_", so when a command include a
"_"
will be truncated.
--
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=37297
Bug ID: 37297
Summary: CreateEdit windows always fullscreen under wine
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: n4af(a)n4af.net
ref:
https://forum.winehq.org/viewtopic.php?t=23405&p=96423
I have a Pascal (Dephi) app that runs well under Wine application layer.
The problem is that there are a number of edit controls that will only show in
full screen under Wine.
This would be an example of a procedure to create a editable window using Alt-D
WM_INITDIALOG:
begin
Windows.SetWindowText(hwnddlg, RC_DUPECHECKOAR);
Format(TempBuffer1, TC_ENTERCALLTOBECHECKEDON,
BandStringsArray[InActiveRadioPtr.BandMemory],
ModeStringArray[InActiveRadioPtr.ModeMemory]);
CreateStatic(TempBuffer1, 15, 3, 250, hwnddlg, 102);
AltDEditWindowHandle := CreateEdit(ES_CENTER or ES_UPPERCASE or WS_BORDER,
15, 27, 250, 30, hwnddlg, 101);
asm
mov edx,[MainWindowEditFont]
call tWM_SETFONT
end;
CreateOKCancelButtons(hwnddlg);
The above CreateEdit dutifully creates a window under Win7.
Ubuntu (kernel 3.16) will only display as fullscreen.
Under linux I can grab the title bar and move the f/s window but nothing else.
Right clicking on the title bar i have options Restore, Resize, Maximize
selected.
Screen captures on https://forum.winehq.org/viewtopic.php?t=23405&p=96423
Tks, Howard
--
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=48501
Bug ID: 48501
Summary: U.S. Naval Observatory MICA2 software has annoying
error message upon closing
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: distroastro(a)gmail.com
Distribution: ---
Created attachment 66295
--> https://bugs.winehq.org/attachment.cgi?id=66295
The backtrace.txt file generated by Wine.
The program "U.S. Naval Observatory - Multiyear Interactive Computer Almanac
(MICA) 1800-2050" has an annoying issue that says:
"The program MICA2.exe has encountered a serious problem and needs to close. We
are sorry for the inconvenience."
Note: This message did not appear in Wine 1.8. (though I have not tested it in
versions of Wine between 1.8 and 5.0)
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.