https://bugs.winehq.org/show_bug.cgi?id=37972
Bug ID: 37972
Summary: MSI installer (made by Wise) won't complete
Product: Wine
Version: 1.7.34
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: s.maddox(a)lantizia.me.uk
Distribution: ---
Installer:
http://appupdates.yourservices.co.uk/internetcentral/receptionist.exe
Althought it doesn't look like it's an MSI, it is - you can extract it with
7zip and find setup.exe, setup.ini and the MSI within.
The installation program will let you pick a destination folder, whether you
want Complete/Custom install, but then you'll get...
'Installation ended prematurely because of an error'.
On the console all you see is below (ask me which debug options you'd like on
and I'll attach to this bug a proper log).
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:msi:event_spawn_wait_dialog doing nothing
err:msi:msi_dialog_create_controls no handler for element type L"Billboard"
fixme:vbscript:parse_script parser failed around L"objSID =
objWbem.Get(\"Win32_SID.SID='\" & strKey & \"'\")\r\n\t\t\t\t'WScript.Echo
\"SID: \" & strKey & vbCrLf & Space(3) & \"Name: \" & objSid.AccountName & \"
-- In Domain: \" & objSID.ReferencedDomainName \r\n\t\t\t\r\n\t\t\t\t'miPA Corp
installed\r\n\t\t\t\tCORP_userName = read_reg(\"U\",\"strin"...
err:msi:ITERATE_Actions Execution halted, action L"getOldInstallDir" returned
1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--
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=40779
Bug ID: 40779
Summary: Error in Copy/Past to Registration bar of PDF Eraser
Product: Wine
Version: 1.9.12
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yousifjkadom(a)yahoo.com
Distribution: ---
Hi. I install wine 1.9.12, then winetricks, then mfc42 & finally install PDF
Eraser.
When I try to register program by copy/past serial number into registration
bar, then I will recive error message say some thing like "do you like to exit
from program?" So, I can not enter serial number by copy/past!
I have to enter serial menually. I can enter serial number in registration bar
menually without problem. I can switch CAPS lock on/of without any problem in
shifting from capital to small.
Program site is:
http://www.pdferaser.net/
Please your kind fix.
--
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=39428
Bug ID: 39428
Summary: Failing owner SID test in advapi32:security
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
The following test fails on many Windows 7+ machines:
security.c:3738: Test failed: MACHINE\Software owner SID != Administrators SID.
On Windows 7 it's clearly dependent on having elevated privileges since it
succeeds in all of the fg-win7u64 configurations except the one running as
administrator without elevated privileges, fg-win7u64-1spie9adm, and the one
running in a regular user account, fg-win7u64-1spie9usr.
On Windows 8+ it only succeeds when run with the same bitness as Windows:
* On w8, the 32 bit Windows 8.1 TestBot machine, it succeeds.
* On w864, the 64 bit Windows 8.1 TestBot machine, it fails in 32 bit, succeeds
in 64 bits.
* On w1064, the 64 bit Windows 10 TestBot machine, it fails in 32 bit, succeeds
in 64 bits.
* On cw1-hd6800 and cw2-gtx560 the hardware GPU test machines, it fails in 32
bit, succeeds in 64 bits.
* On fg-acer64, my 64 bit Windows 8 laptop, it fails in 32 bit, succeeds in 64
bits.
--
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=39429
Bug ID: 39429
Summary: Failing ACE flag tests in advapi32:security
Product: Wine
Version: 1.7.52
Hardware: x86
OS: Windows
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
On Windows 8 the advapi32:security test has the following failures when not run
with the same bitness as Windows:
security.c:3778: Test failed: Builtin Users ACE has unexpected flags (0x12 !=
0xa)
security.c:3782: Test failed: Builtin Users ACE has unexpected mask (0x20019 !=
0x80000000)
security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0x12 !=
0x0)
I short this means these failures only happen in the 32 bit test running on a
64 bit Windows such as on the w864 TestBot VM, but not on the w8 TestBot VM.
The cw1-hd6800 and cw2-gtx560 64 Windows 10 machines follow the same pattern
but with just one failure in the 32 bit tests:
security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0xa !=
0x0)
(and fg-acer64 too probably but the 64 bit results are missing due to too many
failures)
But for some reason the w1064 64 bit Windows 10 TestBot VM has more failures
and both with the 32 and 64 bit tests:
32 bit:
security.c:3778: Test failed: Builtin Users ACE has unexpected flags (0x12 !=
0xa)
security.c:3782: Test failed: Builtin Users ACE has unexpected mask (0x20019 !=
0x80000000)
security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0x12 !=
0x0)
64 bit:
security.c:3778: Test failed: Builtin Users ACE has unexpected flags (0x2 !=
0xa)
security.c:3782: Test failed: Builtin Users ACE has unexpected mask (0x20019 !=
0x80000000)
security.c:3791: Test failed: Builtin Admins ACE has unexpected flags (0x2 !=
0x0)
--
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=41472
Bug ID: 41472
Summary: errors data base
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
URL: https://yadi.sk/d/UEjUzLAkuYJdq
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: agus.susanto558(a)yahoo.co.id
Regression SHA1: errors data base
Distribution: Ubuntu
Created attachment 55857
--> https://bugs.winehq.org/attachment.cgi?id=55857
errors data base
kolotibablo worker application can not be opened, because there are errors in
the data base
--
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=34624
Bug #: 34624
Summary: [dogfood] Qt Creator online setup aborts downloading
packages
Product: Wine
Version: 1.7.3
Platform: x86-64
URL: http://download.qt-project.org/official_releases/onlin
e_installers/1.4/qt-windows-opensource-1.4.0-2-x86-onl
ine.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: andriusmao(a)gmail.com
Classification: Unclassified
Created attachment 46140
--> http://bugs.winehq.org/attachment.cgi?id=46140
screenshot
When running Qt Creator online setup some files abort to download at nearly 96%
no matter how I retry, cleanup temp files etc. I've tried changing Windows
version on winecfg but no configuration solves the problem.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=10048
Summary: unimplemented function imm32.dll.ImmDisableIme
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan.oshea(a)minacs.com
Created an attachment (id=8595)
--> (http://bugs.winehq.org/attachment.cgi?id=8595)
Splashscreen
Trying to run program call iHEAT 8.37 client.
This is a trouble ticket system client by Frontrange solutions
(http://www.frontrage.com).
The client uses an embedded program call GoGlobal by
Graphon(http://www.graphon.com) to connect to some type of terminal server
application running on a designated server.
When i run the client i can get as far as the splash screen and then it stops
with call to unimplemented function imm32.dll.ImmDisableIme.
wine: Call from 0x7ee15c70 to unimplemented function imm32.dll.ImmDisableIme,
aborting
See attachment for screenshot.
--
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=31438
Bug #: 31438
Summary: [EA Origin]Unable to download game since the new
version
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 41324
--> http://bugs.winehq.org/attachment.cgi?id=41324
Output console EA Origin
Since few days, EA Origin had an update to pass to the version 9.0.2.2064 -
185387. With this new version, it's impossible to download a game to install
and play.
Actually, i have 2 games (Battlefield 2 / Bad Company 2) bought only on Origin
store so i have not the DVD. With Origin v8.*, i haven't this problem but now,
i can't download the game with Wine.
I add the output console when i launch Origin and try to download a game.
You could see an error with "{dcb00c01-570f-4a9b-8d69-199fdba5723b}".
On Windows 7 regedit, this class object is for "netprofm" dll but this dll does
not exist in Win XP.
I already tried to add this class object in wine regedit but i have always this
message so i don't know if this error is the cause of my problem.
--
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=40177
Bug ID: 40177
Summary: multicharacter constant warning in wineqtdecoder
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
gcc-4.8.4 shows me a warning
~~~
dlls/wineqtdecoder/qtsplitter.c:1049:187: warning: multi-character character
constant [-Wmultichar]
err = NewMovieFromDataRef(&filter->pQTMovie,
newMovieActive|newMovieDontInteractWithUser|newMovieDontAutoUpdateClock|newMovieDontAskUnresolvedDataRefs|newMovieAsyncOK,
&id, dataRef, 'WINE');
~~~~
Should it be "WINE" or some other idea?
According to spec it must be (file, URL, pointer, or handle), not a character
and moreover not a multicharacter.
--
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=38322
Bug ID: 38322
Summary: Call of Duty 4 Modern Warfare 3: Wine crashes when
Steam is starting the game
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: timsta2000(a)googlemail.com
Distribution: ---
Created attachment 51163
--> https://bugs.winehq.org/attachment.cgi?id=51163
backtrace.txt, the wine "error box" has given me
I've installed PlayOnLinux and downloaded the game over Steam and if I try to
start it, Wine crashes when Steam is starting MW3. I've changed the Windows
version from Windows XP to Windows 8 and now Steam is showing me a small empty
black box before starting the game and then it crashes.
I have a Dualboot-System with Ubuntu 14.10 and Windows 8.
--
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.