https://bugs.winehq.org/show_bug.cgi?id=47687
Bug ID: 47687
Summary: fail to run winrar installer
Product: Wine-staging
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: b1779506(a)trbvn.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
Download url:
https://www.win-rar.com/download.html?&L=0
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=48063
Bug ID: 48063
Summary: World of Warcraft, Game Initialization fails, when run
from command line
Product: Wine-staging
Version: 4.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: eaglecomputers.ok(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
wine-4.19-158-g88d30985dd (Staging) is the version I just pulled from the git,
and compiled. the previous commit that I have is wine-4.19-85-g7f469b689a
(Staging) and it worked fine. Hope this helps you start regression 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=48498
Bug ID: 48498
Summary: When I try to open the game 'Flower' it crashes. Crash
log attached
Product: Wine
Version: 5.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: slhodson013(a)yahoo.com
Distribution: ---
Created attachment 66294
--> https://bugs.winehq.org/attachment.cgi?id=66294
Crash report when game failed to open
I folowed the direction to install the game 'Flower' with PlayOnLinux. When I
open the game, a black scrren comes up, then immediately a Program Error box
which says "The program Flower.exe has encountered a serious problem and needs
to close. We are sorry for the inconvenience." In a secondary panel, it says
"This can be caused by a problem in the program or a deficiency in Wine. You
may want to check the Application Database for tips about running this
application."
There are no tips in the database at this time.
Once I close that window, a POL window pops up "PlayOnLinux has encountered an
error. If the program you are installing does not work correctly, it might be
the cause of the problem. Visit www.playonlinux.com to get further
information." (was unable to find further information on that site) It also
says "Error in POL_Wine
Wine seems to have crashed"
--
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=42792
Bug ID: 42792
Summary: SQL Server 2012/2014: Installer requires
ChangeServiceConfig2 with
SERVICE_CONFIG_SERVICE_SID_INFO support
Product: Wine
Version: 2.5
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: pgkos.bugzilla(a)yahoo.com
Distribution: ArchLinux
Currently, during the installation of SQL Server 2012 or 2014, the setup fails
during the configuration of the SqlWriter component, because
ChangeServiceConfig2 (svcctl_ChangeServiceConfig2W) does not implement
SERVICE_CONFIG_SERVICE_SID_INFO.
Relevant part of SqlWriter_Cpu32_1.log:
Doing Action: Do_sqlServiceSidType
PerfTime Start: Do_sqlServiceSidType : Sun Apr 09 11:15:55 2017
<Func Name='Do_sqlServiceSidType'>
SQLWriter
Configuring service:
Name: SQLWriter
SID type: 0x1
Failed:
Unable to set the SID type for service SQLWriter to 1. Error code: 124.
Error Code: 0x80077377 (29559)
Windows Error Text: Source File Name: sqlca\sqlsddlca.cpp
Compiler Timestamp: Fri Feb 10 17:29:21 2012
Function Name: ExceptionInSDDL
Source Line Number: 65
Error Code: 29559
1: 29559
2: SQLWriter
3: pgkos
<Failure Type='Fatal' Error='29559'>
<EndFunc Name='LaunchFunction' Return='29559' GetLastError='0'>
1: 29528
2: Setting Service SID Type
3: Installation failed.
--
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=48493
Bug ID: 48493
Summary: Any AutoIt software using built-in Sound.au3 crashes -
FolderImpl_GetDetailsOf problem
Product: Wine
Version: 5.0-rc2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: tomas(a)unimus.net
Distribution: ---
Greetings,
Environment:
Wine: 5.0-rc2
OS: Manjaro (Arch)
Kernel: 4.19.96
I am attempting to run "ISN AutoIt Studio" under Wine5, but this problem is not
limited to ISN (more details further down).
It crashes during startup.
After a bit of investigation, I found FolderImpl_GetDetailsOf doesn't support
"iColumn" of "-1" in Wine (as suggested by the fixme in console):
[me@pc ISN AutoIt Studio]$ ./Autoit_Studio.exe
000b:fixme:winediag:start_process Wine Staging 5.0-rc2 is a testing version
containing experimental patches.
000b:fixme:winediag:start_process Please mention your exact version when filing
bug reports on winehq.org.
0009:fixme:ver:GetCurrentPackageId (0xaefc1c (nil)): stub
0009:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi
sound output probably won't work.
0009:fixme:gstreamer:source_query_accept (0x5be8e88) stub
0009:fixme:shell:FolderImpl_GetDetailsOf (0x5bd95b0,0xaeea40 {VT_DISPATCH:
0x5bd99b0},-1,0xaeebb0)
-- ISN crashes here --
Running ISN in debug mode shows the following error:
The requested action with this object has failed.:
Local $sRaw = $oShellDir.GetDetailsOf($oShellDirFile, -1)
Local $sRaw = $oShellDir^ ERROR
AutoIt requires this in it's built-in Sound.au3 library.
>From the above fragment we can see "$oShellDir.GetDetailsOf($oShellDirFile,
-1)" is called, and "The requested action with this object has failed" is
received.
MS reference:
https://docs.microsoft.com/en-us/windows/win32/shell/folder-getdetailsof
Lack of this function makes any AutoIt script / application using the native
Sound.au3 library non-functional, so this problem is not ISN specific.
--
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=43250
Bug ID: 43250
Summary: PerfectTUNES cannot access network
Product: Wine
Version: 2.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rixasha(a)yahoo.com
Distribution: ---
Created attachment 58561
--> https://bugs.winehq.org/attachment.cgi?id=58561
running AlbumArt.exe and AccurateRip.exe with +wininet,+winsock
PerfectTUNES is set of programs to edit audio metadata on a music collection.
Its network features - looking for album art on the internet and the checking
of the files against the accuraterip database - do not work. The interfaces
report "Could not connect" and "No Art Found". A feature-crippled trial version
of PerfectTUNES is available that exhibits the network problems.
According to the author the network code does nothing special and the only
dependency is winsock. Curiously the related dBpoweramp software does find
album arts and has no problems accessing accuraterip.
Attaching logs with WINEDEBUG="+wininet,+winsock" made running AlbumArt.exe and
AccurateRip.exe with wine-2.11 in a clean WINEPREFIX with just mono, gecko and
PerfectTUNES-Unregistered, and one album in My Music.
An outside reference:
https://forum.dbpoweramp.com/showthread.php?37601-Bug-with-PerfectTunes-und…
--
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=44741
Bug ID: 44741
Summary: Men of War: Assault Squad - water rendering is broken
Product: Wine
Version: 3.3
Hardware: x86-64
URL: http://download.nvidia.com/downloads/GeForcecom/gamede
mos/MoWAS_SPDemo.zip
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
Distribution: ---
Created attachment 60749
--> https://bugs.winehq.org/attachment.cgi?id=60749
comparison
Looks like a mirror.
wine-3.3-235-g1c8c9308e7
--
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=39338
Bug ID: 39338
Summary: Unreal Tournament 2004 - inaccurate shadows
Product: Wine
Version: 1.7.51
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: DanBrake0819(a)freenet.de
Distribution: ---
Created attachment 52420
--> https://bugs.winehq.org/attachment.cgi?id=52420
inaccurate shadows
Using the Direct3D renderer the game sometimes produces inaccurate shadows from
the character models, they are darker than in the windows version. Also
sometimes there are not correctly projected.
--
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=37789
Bug ID: 37789
Summary: cmd.exe /c cannot handle "(" and ")" characters in a
full script path name
Product: Wine
Version: 1.7.33
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: abolte(a)systemsaviour.com
Distribution: ---
Created attachment 50334
--> https://bugs.winehq.org/attachment.cgi?id=50334
Various cmd executions discussed in the report using WINEDEBUG='+cmd'.
Far Cry 4 (which requires at least a 64-bit Windows 7 prefix) fails to call a
bash script on launch:
Can't recognise 'C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\games\Far
Cry 4\Support\Software\GEFirewall.bat /silent' as an internal or external
command, or batch script.
Sure enough, calling it manually (even without the /silent argument) results in
the same error:
$ wine cmd.exe /c 'C:\Program Files (x86)\Ubisoft\Ubisoft Game
Launcher\games\Far Cry 4\Support\Software\GEFirewall.bat'
Can't recognise 'C:\Program Files (x86)\Ubisoft\Ubisoft Game Launcher\games\Far
Cry 4\Support\Software\GEFirewall.bat' as an internal or external command, or
batch script.
Suspicious of the ( and ) characters in the URL, I tried copying the
GEFirewall.bat to the path 'C:\Program Files\Ubisoft\Ubisoft Game
Launcher\games\Far Cry 4\Support\Software\' (which doesn't normally exist but I
manually created it).
$ wine cmd.exe /c 'C:\Program Files\Ubisoft\Ubisoft Game Launcher\games\Far Cry
4\Support\Software\GEFirewall.bat'
fixme:netsh:wmain stub: L"netsh" L"firewall" L"add" L"allowedprogram"
L"C:\\Program Files\\Ubisoft\\Ubisoft Game Launcher\\games\\Far Cry
4\\Support\\Software\\..\\..\\bin\\FarCry4.exe" L"FarCry4" L"ENABLE"
fixme:netsh:wmain stub: L"netsh" L"firewall" L"add" L"allowedprogram"
L"C:\\Program Files\\Ubisoft\\Ubisoft Game Launcher\\games\\Far Cry
4\\Support\\Software\\..\\..\\bin\\IGE_WPF64.exe" L"FarCry4-IGE" L"ENABLE"
The script ran perfectly.
One more test to confirm my sanity:
$ wine explorer.exe 'C:\Program Files (x86)\Ubisoft\Ubisoft Game
Launcher\games\Far Cry 4\Support\Software'
This opened the directory in explorer fine. Only cmd.exe /c ... seems to show
this issue.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.