http://bugs.winehq.org/show_bug.cgi?id=30397
Bug #: 30397
Summary: Spoon Studio 2011 (ex Xenocode) application sandboxing
scheme needs support for NtSetInformationFile class
FileDispositionInformation (Stylizer 5.x, Visual CSS
editor)
Product: Wine
Version: 1.5.1
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,
Stylizer 5.x (Visual CSS editor) is wrapped in Xenocode like sandboxing scheme,
now called "Spoon Studio 2011".
The usual native API hooking in several places.
It seems not very happy about some unimplemented NtSetInformationFile classes.
---snip ---
...
0025:Call ntdll.RtlInitUnicodeString(0032f334,008b3068
L"\\??\\C:\\users\\focht\\Local Settings\\Application
Data\\Skybound\\Stylizer\\Sandbox\\2011.12.15T20.58\\XSandbox.bin.__tmp__")
ret=0034d108
0025:Ret ntdll.RtlInitUnicodeString() retval=0032f334 ret=0034d108
0025:Call
ntdll.NtOpenFile(0032f308,00110100,0032f31c,0032f2f8,00000007,00000020)
ret=0034da48
0025:Ret ntdll.NtOpenFile() retval=00000000 ret=0034da48
0025:Call
ntdll.NtSetInformationFile(00000068,0032f300,0032f2cc,00000028,00000004)
ret=0034da84
0025:Ret ntdll.NtSetInformationFile() retval=00000000 ret=0034da84
0025:Call
ntdll.NtSetInformationFile(00000068,0032f300,0032f31b,00000001,0000000d)
ret=0034da9d
0025:fixme:ntdll:NtSetInformationFile Unsupported class (13)
0025:Ret ntdll.NtSetInformationFile() retval=c0000002 ret=0034da9d
0025:Call ntdll.NtClose(00000068) ret=0036b1d3
0025:Ret ntdll.NtClose() retval=00000000 ret=0036b1d3
...
0025:Call user32.MessageBoxW(00000000,008b2f70 L"The sandbox at
\\??\\C:\\users\\focht\\Local Settings\\Application
Data\\Skybound\\Stylizer\\Sandbox\\2011.12.15T20.58 is corrupt or inaccessible.
Please check the location and try again.",008a3f48 L"Spoon Studio
2011",00000010) ret=00396aa6
...
---snip ---
MSDN (ZwSetInformationFile):
http://msdn.microsoft.com/en-us/library/windows/hardware/ff567096%28v=vs.85…
class 13 -> FILE_DISPOSITION_INFORMATION:
http://msdn.microsoft.com/en-us/library/windows/hardware/ff545765%28v=vs.85…
Also interesting read: Cygwin's Corinna Vinschen and some MS guy about deletion
semantics ;-)
http://www.tech-archive.net/Archive/Development/microsoft.public.win32.prog…
--- quote ---
First off, FILE_DELETE_ON_CLOSE
and FileDispositionInformation are NOT the same thing.
There are really two parts to delete. The first part is to logically
delete the file. This consists of the file system marking the file as
deleted and then waiting for the last handle to close. When a file is
marked as deleted, many operations (including new opens) fail. Once the
last handle as closed, the actual delete of the file can take place.
When you open a file with FILE_DELETE_ON_CLOSE, the file is left as is.
Neither part of delete is done. The only thing done is to remember that
when this handle is closed, the file should be deleted. All operations on
the file will proceed as normal. When the handle marked as delete on close
is closed, the file is logically deleted. If that handle was the last
handle, the file will also actually be deleted.
When you use FileDispositionInformation to set a file to deleted, the file
is logically deleted right then. Any new opens for the file and many other
operations will fail. The file system will not complete the actual removal
of the file until the last handle is closed, though.
--- quote ---
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.
http://bugs.winehq.org/show_bug.cgi?id=24018
Summary: Cygwin 1.7.6 installer crashes at start of postinstall
Product: Wine
Version: 1.3.0
Platform: x86
URL: http://cygwin.com
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Running the cygwin installer with today's git in a clean .wine
aborts when it gets to the postinstall stage:
...
Installing file cygfile:///etc/postinstall/update-info-dir.sh
AddAccessAllowedAce(, group) failed: 1337
AddAccessAllowedAce(, group) failed: 1337
Visited: 51 nodes out of 1789 while creating dependency order.
Dependency order of packages: base-cygwin base-passwd cygwin libgcc1 libiconv2
libintl8 alternatives alternatives libattr1 libgmp3 libsigsegv2 terminfo0
libncurses8 texinfo _update-info-dir gawk tzcode coreutils terminfo libncurses9
libreadline7 bash findutils sed base-files libbz2_1 bzip2 libpopt0 libstdc++6
cygutils groff gzip libncurses10 less man cygwin-doc dash diffutils editrights
gettext libpcre0 grep ipc-utils liblzma1 login rebase run xz tar which zlib0
wine: Unhandled page fault on write access to 0x00000001 at address 0x610074
(thread 0028), starting debugger...
Usage:
winedbg [ [ --gdb ] [ prog-name [ prog-args ] | <num> | file.mdmp |
--help ]
(bug 21424 seems to still be there, too, if you forge ahead and run bash
despite postinstall not having run.)
This is a dogfood bug. I was going to try to run gcj in cygwin to look at some
other wine bug, but curses! I was foiled.
--
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=21206
Summary: Cygwin 1.7.1 fails to install packages under wine
Product: Wine
Version: 1.1.35
Platform: x86-64
URL: http://www.cygwin.com/setup.exe
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=25469)
--> (http://bugs.winehq.org/attachment.cgi?id=25469)
terminal output from install
1.5 somewhat worked under wine, but 1.7 fails miserably. Try installing any
program:
$ sh winetricks cygwin # Make sure to use winetricks from svn, or download
cygwin from link above
Choose next all the way through to install the base system. Cygwin will
download its files, but when trying to install them, gives:
running: C:\cygwin\bin\bash.exe --norc --noprofile
/etc/postinstall/000-cygwin-post-install.sh
fixme:ntdll:NtSetInformationToken unimplemented class 4
fixme:ntdll:NtQueryInformationProcess (process=0xffffffff) Unimplemented
information class: ProcessSessionInformation
fixme:ntdll:NtQueryVolumeInformationFile 0x104: volume info not supported
fixme:ntdll:NtQueryVolumeInformationFile 0x104: attribute info not supported
fixme:ntdll:NtQueryObject Unsupported information class 1
...
/etc/postinstall/000-cygwin-post-install.sh: line 53: cannot create temp file
for here document: Invalid request code
6 [exiting thread] bash 47 cygthread::stub: erroneous thread activation,
name is NULL
20295 [exiting thread] bash 47 cygthread::stub: erroneous thread activation,
name is NULL
...
There's also a ton of:
AddAccessAllowedAce(, group) failed: 1337
while installing.
The installer claims to complete, but whenever you try to run it, the
ntdll/cygthread::stub messages flood the terminal again.
--
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=5714
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.17.
URL|http://www.microsoft.com/do |https://web.archive.org/web
|wnloads/details.aspx?family |/20060526142014/http://down
|id=32BC1BEE-A3F9-4C13-9C99- |load.microsoft.com/download
|220B62A191EE |/d/3/4/d342efa6-3266-4157-a
| |2ec-5174867be706/vcredist_x
| |86.exe
OS|other |Linux
Keywords| |Installer
Hardware|Other |x86
--
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=4632
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|InstallShield (MediaShout |Multiple applications fail
|v3) fails to install with |to install due to missing
|error -1603 |support for msi table joins
| |(MediaShout v3, Nero 7,
| |MSXML3, MSVC++ 2005 redist)
URL|http://www.mediashout.com/t |https://web.archive.org/web
|ry/30_ev.cfm |/20211117091702/https://cdn
| |-us.filecluster.com/nero/Ne
| |ro-7.11.10.0_all_update.exe
--
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=25344
Summary: Nero 7: Crashed when installing.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fendersens(a)gmail.com
Created an attachment (id=32222)
--> (http://bugs.winehq.org/attachment.cgi?id=32222)
error generated in the console(output of "wine program_name.exe")
It crashed after I choose next in the first window. It is quite similar to bug
10365....
--
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=4632
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |wine(a)enzerink.net
--- Comment #18 from Anastasius Focht <focht(a)gmx.net> ---
*** Bug 5062 has been marked as a duplicate of this bug. ***
--
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=5062
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Nero 7 installer bombs |Nero 7 installer fails due
| |to missing msi table joins
| |implementation
CC| |focht(a)gmx.net
URL|http://www.nero.com/ |https://web.archive.org/web
| |/20211117091702/https://cdn
| |-us.filecluster.com/nero/Ne
| |ro-7.11.10.0_all_update.exe
--- Comment #4 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
adding stable download links via Internet Archive for documentation.
https://web.archive.org/web/20211117091702/https://cdn-us.filecluster.com/n…
$ sha1sum Nero-7.11.10.0_all_update.exe
7fea9335c3be3959d657bccd34fbcdede7a5cfed Nero-7.11.10.0_all_update.exe
$ du -sh Nero-7.11.10.0_all_update.exe
389M Nero-7.11.10.0_all_update.exe
Alternate version:
http://www.gameszone.ro/download/navigare/Utilitare/CD_dash_DVD_Tools/Nero_…http://www.gameszone.ro/downloads/Nero-7.7.5.1_eng_trial.exe
(link requires some referrer magic from original page, hence manual upload):
https://archive.org/details/nero-7.7.5.1-eng-trial
$ sha1sum Nero-7.7.5.1_eng_trial.exe
a802e668f4a5d4db59284734cca2675e8f384959 Nero-7.7.5.1_eng_trial.exe
$ du -sh Nero-7.7.5.1_eng_trial.exe
191M Nero-7.7.5.1_eng_trial.exe
===
Changing the dupe id from bug 5062 to bug 4632 which is the collector.
Regards
*** This bug has been marked as a duplicate of bug 4632 ***
--
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.