I cant install dotnet40 & jet40 by winetricks .

Questions about Wine on Linux
Locked
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

When I try to install dotnet40 & jet40 by winetricks ,
error occurred .
So , I couldnt install dotnet40 & jet40 ...
The error messages were ...

Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.


Now , Wine version is 2.2.0 .
Winetricks is winetricks 20160724 .

Debian GNU linux

Please HELP Me ...
I dont know how to fix this problem ....
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by Bob Wya »

deep forest wrote:...
Winetricks is winetricks 20160724
...
Which is months out of date... See WineHQ: Winetricks

Code: Select all

winetricks --verison
20170207 - sha1sum: 1ca9018f668d8e2efce7164d1515bd05e4733d4d
You need to be running on the latest version of winetricks all the time - as download links (for the Windows installers) change quite regularly.

Bob
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

Hi , Bob .
I tried to do this

Code: Select all

winetricks --verison
20170207 - sha1sum: 1ca9018f668d8e2efce7164d1515bd05e4733d4d

But , error message appeared ...


user@host:~$ winetricks --verison 20170207 - sha1sum: 1ca9018f668d8e2efce7164d1515bd05e4733d4d
Could not find the database of available applications, run update-command-not-found as root to fix this
winetricks: command not found


Oh ... Please Help me ...
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

I noticed spell miss .

So , I tried to do this on Console panel .

Code: Select all

winetricks --version 20170207 - sha1sum: 1ca9018f668d8e2efce7164d1515bd05e4733d4d
But , error massage appeared ...

user@host:~$ winetricks --version 20170207 - sha1sum: 1ca9018f668d8e2efce7164d1515bd05e4733d4d
Could not find the database of available applications, run update-command-not-found as root to fix this
winetricks: command not found
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

I tried to do this

Code: Select all

wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks

But , my winetricks version is still 20160724 .

Why cant I upgrade winetricks ??
I dont know ...
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by Bob Wya »

Try:

Code: Select all

sudo cp winetricks /usr/bin/winetricks
to install the newer winetricks script over the installed Debian package.

Bob
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

Hi , Bob
I tried this

Code: Select all

sudo cp winetricks /usr/bin/winetricks
But , nothing had happened ...

after this ,

I tried

Code: Select all

winetricks --version 20170207 - sha1sum: 1ca9018f668d8e2efce7164d1515bd05e4733d4d

Code: Select all

wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
But , after this , I checked the winetricks version ,
But still , the verson was 20160724 ...

Why cant I upgrade winetricks ??
Please help me ...
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by Bob Wya »

OK then, try:

Code: Select all

wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo cp winetricks $(which winetricks)
Bob
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

Hi , Bob .
I tried

Code: Select all

wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo cp winetricks $(which winetricks)

And I checked winetricks version .
But , winetricks version is still 20160724 ...

Oh ...my God ...
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: I cant install dotnet40 & jet40 by winetricks .

Post by lahmbi5678 »

deep forrest, there's been some confusion:

You should just run

Code: Select all

winetricks --version
The output should have been

Code: Select all

20170207
or later.

The sha1sum part

Code: Select all

sha1sum: 1ca9018f668d8e2efce7164d1515bd05e4733d4d
is a checksum, that you'd get, if you'd use the sha1sum command on the winetricks file.

winetricks is just a script, you don't have to install it, you can simply call it 'locally', i.e. save it somewhere in your home directory, "cd" to the directory where you saved winetricks and issue a command like this:

Code: Select all

./winetricks
If you'd still get the wrong version, then you've messed up your system or simply saved/copied the wrong file.

I'd recommend to remove all winetricks first, whether manually copied or installed by your package manager, and just copy winetricks to your home directory. Alternatively you should find out, if your package manager offers a source for latest wine and winetricks.
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

Hi , lahmbi5678 .
I tried

Code: Select all

winetricks --version
.

But result is ...

user@host:~$ winetricks --version
20160724 - sha1sum: 92adb723b78d09317d373a17ae9a4932abe64923

So , I think that I should remove winetricks completely .
After removing it , I should install winetricks the newest version .

But , I dont know the code how to remove winetricks completely ...
So , Please tell me the code or way ...
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: I cant install dotnet40 & jet40 by winetricks .

Post by lahmbi5678 »

I'm not on Debian. How did you install wine and winetricks anyway? Wine 2.2.0 is fairly recent, whereas your winetricks isn't, so you probably chose an uptodate wine repository, now you should just find out, if there's a repository for an up2date winetricks, too. If you don't have much experience with Linux, then you might be better off using a GUI like Synaptics.

But maybe we should keep things as simple as possible. In your case it should be sufficient to issue a command like this:

Code: Select all

sudo apt-get remove winetricks
Removing the already installed winetricks shouldn't be necessary, if you run winetricks from your home directory, I just wanted to exclude all sources of trouble. As said before, just download a recent version of winetricks and run it from your home directory ("./winetricks"), the only disadvantage of not installing winetricks is, that you will always have to run from that directory or supply the corresponding path.
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

I tried

Code: Select all

sudo apt-get remove winetricks
Result was

user@host:~$ sudo apt-get remove winetricks
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'winetricks' is not installed, so not removed
The following package was automatically installed and is no longer required:
rinetd
Use 'apt-get autoremove' to remove it.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.


So next , I tried

Code: Select all

sudo apt-get autoremove winetricks
And result was

user@host:~$ sudo apt-get autoremove winetricks
[sudo] password for user:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'winetricks' is not installed, so not removed
The following packages will be REMOVED:
rinetd
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 143 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 118198 files and directories currently installed.)
Removing rinetd (0.62-5.1) ...
Processing triggers for man-db (2.7.0.2-5) ...


I thought that I could remove winetricks completely .
So next , I tried

Code: Select all

wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo cp winetricks $(which winetricks)



I thought that I could install the newest winetricks .
Then I checked winetricks version .
But , result was ...

user@host:~$ winetricks --version
20160724 - sha1sum: 92adb723b78d09317d373a17ae9a4932abe64923


Uuuuummm .....
Why ?? Maybe Debian is the reason ??
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

And Now , my Wine version is Wine 2.3

Cant Debian upgrade winetricks to newest version ??

Whats the reason ??
Debian ?? or other factor ??

Uuuummm .. :?

I dont know .... :?
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: I cant install dotnet40 & jet40 by winetricks .

Post by lahmbi5678 »

You have to run the "local" copy of winetricks in the following way (after cd-ing to the directory, where you saved it):

Code: Select all

./winetricks
or if you want to get the version

Code: Select all

./winetricks --version
The "./" will mean, that the file from the currently chosen directory will be used. Alternatively, you could supply the full path to the file.
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: I cant install dotnet40 & jet40 by winetricks .

Post by lahmbi5678 »

In my last posting I forgot to mention, please save the winetricks file in your home directory and run it from there, as said before.
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by Bob Wya »

@deep forest

Boy oh boy - you're setting us a challenge there... Fixing Debian packaging... :lol:

Why not just bypass the whole thing? Just run the winetricks self-updater at every boot! 8)
If so desired the script could be moved to a daily cron job instead...

So (as your normal user):

Code: Select all

# Remove obsolete winetricks package
sudo apt-get remove winetricks
# Add main dependencies for winetricks...
sudo apt-get install cabextract p7zip unrar unzip wget zenity
cd ~/Downloads
wget  https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
sudo mkdir -p /usr/local/bin
sudo cp winetricks /usr/local/bin/winetricks

# Add a little startup command to auto-update winetricks - NB could also be done in a crontab, etc.
sudo -s -- <<EOF
if [[ -f "/etc/rc.local" ]]; then
    sed -i '/^exit 0/d' /etc/rc.local
    printf '\n(\nuntil ping -nq -c3 github.com  &>/dev/null; do\n\tsleep 10\ndone\n/usr/local/bin/winetricks --self-update\n)&\nexit 0\n' >>/etc/rc.local
else
    printf '#!/bin/sh -e\n(\nuntil ping -nq -c3 github.com  &>/dev/null; do\n\tsleep 10\ndone\n/usr/local/bin/winetricks --self-update\n)&\nexit 0\n' >/etc/rc.local
fi
chmod +x "/etc/rc.local"
systemctl enable rc-local.service &>/dev/null
EOF
I think that should work OK... But it's a while since I messed with rc.local startup scripts!!

Bob
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: I cant install dotnet40 & jet40 by winetricks .

Post by lahmbi5678 »

Modifying rc.local? Seriously, Bob? When not even simply copying a file over works?

I thought about it. It didn't work. I believe, that deep forest actually executed the commands to download and copy winetricks into a system directory. There must have been an error message like couldn't save/copy file, either when downloading with wget or during copying, maybe due to missing rights (e.g. already existing winetricks file created as root couldn't be overwritten).

Again, deep forest, please download the winetricks file, save it in your home directory. Before you do so, make sure, that if there is already an existing winetricks file in your home folder, remove it and make sure that it actually has been removed (maybe you downloaded/saved an earlier winetricks file as root before, which would make it impossible to be overwritten under user account). Then "cd" into that directory, if you haven't already, and run winetricks from there using "./winetricks". Don't forget the "./" part, it is important.

So the commands to be run would be

Code: Select all

wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
./winetricks
in an empty folder (at least empty regarding previous winetricks versions).
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

Hi , Bob & lahmbi .

I tried to remove winetricks in HOME directory .
I removed winetricks completely .
And , I tried

Code: Select all

wget https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
chmod +x winetricks
./winetricks
Result is ...

user@host:~$ ./winetricks
Using winetricks 20170316 - sha256sum: 9310d457fb2530f9fba4b1166c7374a383d63dc856287b774f4e13a93cfe8398 with wine-2.4 and WINEARCH=win32

Yes , This is Good !! But ...
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

When I run this

Code: Select all

./winetricks --version
Result is ...

user@host:~$ ./winetricks --version
20170316 - sha256sum: 9310d457fb2530f9fba4b1166c7374a383d63dc856287b774f4e13a93cfe8398

But When I run this

Code: Select all

winetricks --version
Result is ...

user@host:~$ winetricks --version
20160724 - sha1sum: 92adb723b78d09317d373a17ae9a4932abe64923


Why these happen ?? I dont know ...
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

And I tried to install dotnet40 & jet40 .
By using this

Code: Select all

./winetricks


The results are ...

user@host:~$ ./winetricks
Using winetricks 20170316 - sha256sum: 9310d457fb2530f9fba4b1166c7374a383d63dc856287b774f4e13a93cfe8398 with wine-2.4 and WINEARCH=win32
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Executing w_do_call dotnet40
Executing load_dotnet40
------------------------------------------------------
dotnet40 does not yet fully work or install on wine. Caveat emptor.
------------------------------------------------------
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Executing w_do_call remove_mono
Executing load_remove_mono
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
------------------------------------------------------
Working around wine bug 34803
------------------------------------------------------
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
reg: The system was unable to find the specified registry key or value
reg: The system was unable to find the specified registry key or value
reg: The system was unable to find the specified registry key or value
Executing rm -f /home/user/.wine/dosdevices/c:/windows/system32/mscoree.dll
Executing w_do_call winxp
Executing load_winxp
Setting Windows version to winxp
Executing winetricks_early_wine regedit C:\windows\Temp\_winxp\set-winver.reg
Executing cd /home/user/.cache/winetricks/dotnet40
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (3): stub
fixme:clusapi:OpenCluster ((null)) stub!
fixme:clusapi:ClusterOpenEnum (0xdeadbeef, 4) stub!
fixme:clusapi:ClusterEnum (0xdeadbeef, 0, 0x33f840, 0x122180, 261) stub!
fixme:clusapi:ClusterCloseEnum (0xdeadbeef) stub!
fixme:clusapi:CloseCluster (0xdeadbeef) stub!
fixme:advapi:DecryptFileW (L"C:\\2ca21b723581b9742fa05d7638\\", 00000000): stub
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.
fixme:ntdll:EtwRegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fd10, (null), (null), 0x6cd20188): stub
fixme:ntdll:EtwRegisterTraceGuidsW register trace class {e2821408-c59d-418f-ad3f-aa4e792aeb79}
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:thread:SetThreadStackGuarantee (0x33fb48): stub
fixme:advapi:LsaOpenPolicy ((null),0x33f438,0x00000001,0x33f424) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:msxml:domdoc_putref_schemas (0x850030)->(0x33f390 {VT_DISPATCH: 0x89f7b4}): semi-stub
fixme:msxml:domdoc_get_readyState stub! (0x850030)->(0x33f37c)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
err:mscoree:LoadLibraryShim error reading registry key for installroot
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\\windows\\system32\\unlodctr.exe /m:\"\"", 0): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\\windows\\system32\\unlodctr.exe \"ServiceModelEndpoint 4.0.0.0\"", 0): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\\windows\\system32\\unlodctr.exe \"ServiceModelOperation 4.0.0.0\"", 0): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\\windows\\system32\\unlodctr.exe \"ServiceModelService 4.0.0.0\"", 0): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\\windows\\system32\\unlodctr.exe \"SMSvcHost 4.0.0.0\"", 0): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\\windows\\system32\\unlodctr.exe \"MSDTC Bridge 4.0.0.0\"", 0): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\clr.dll", "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\diasymreader.dll", "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\mscoree.dll", "C:\\windows\\system32\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscoreei.dll", "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\system32\\msvcr100_clr0400.dll", "C:\\windows\\system32\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\clrjit.dll", "", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorpe.dll", "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorpehost.dll", "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\", (null), (nil)): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\vbc.exe", "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\", (null), (nil)): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_ServiceModelEndpointPerfCounters.ini\"", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_ServiceModelOperationPerfCounters.ini\"", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_ServiceModelServicePerfCounters.ini\"", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_SMSvcHostPerfCounters.ini\"", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_TransactionBridgePerfCounters.ini\"", 0): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:mofcomp:wmain stub
fixme:mofcomp:wmain stub
fixme:service:SERV_QueryServiceObjectSecurity 0xf64888 4 (nil) 0 0x9cde4d0 - semi-stub
fixme:service:SERV_QueryServiceObjectSecurity 0xf64888 4 0xf3fd60 28 0x9cde4d4 - semi-stub
fixme:advapi:SetSecurityInfo stub: Service objects are not supported at this time.
fixme:service:SERV_QueryServiceObjectSecurity 0xf66268 4 (nil) 0 0x9cde4d0 - semi-stub
fixme:service:SERV_QueryServiceObjectSecurity 0xf66268 4 0xf3e9c0 28 0x9cde4d4 - semi-stub
fixme:advapi:SetSecurityInfo stub: Service objects are not supported at this time.
fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 86400 msg L"" cmd L""
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 86400 msg (null) cmd (null)
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\corperfmonsymbols.ini", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_DataPerfCounters.ini", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_dataperfcounters_shared12_neutral.ini", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_Networkingperfcounters.ini", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_Networkingperfcounters_v2.ini", 0): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"C:\\windows\\system32\\unlodctr.exe \"Windows Workflow Foundation 4.0.0.0\"", 0): stub
fixme:imagehlp:BindImageEx (0, "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\mscorsn.dll", "C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\", (null), (nil)): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:service:SetServiceObjectSecurity 0x11f170 12 0x11f440
fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 900 msg (null) cmd (null)
fixme:httpapi:HttpInitialize ({1,0}, 0x2, (nil)): stub!
fixme:httpapi:HttpQueryServiceConfiguration ((nil), 2, 0x33fd24, 12, (nil), 0, 0x33fd30, (nil)): stub!
fixme:httpapi:HttpTerminate (0x2, (nil)): stub!
fixme:httpapi:HttpInitialize ({1,0}, 0x2, (nil)): stub!
fixme:httpapi:HttpSetServiceConfiguration ((nil), 2, 0x33fd28, 8, (nil)): stub!
fixme:httpapi:HttpTerminate (0x2, (nil)): stub!
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\netmemorycache.ini\"", 0): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\PerfCounters.ini\"", 0): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 4.0.30319.0"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0001,0x400003f9,(nil),0x0002,0x00000000,0x33ecc4,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17
fixme:loadperf:UnloadPerfCounterTextStringsW (L"u \"ASP.NET_4.0.30319\"", 1): stub
fixme:mofcomp:wmain stub
fixme:advapi:LsaOpenPolicy ((null),0x33df88,0x00000001,0x33df80) stub
fixme:advapi:LsaClose (0xcafe) stub
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:CoGetClassObject class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
err:ole:create_server class {a9e69610-b80d-11d0-b9b9-00a0c922e750} not registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {a9e69610-b80d-11d0-b9b9-00a0c922e750} could be created for context 0x17
fixme:advapi:LsaOpenPolicy ((null),0x33f284,0x000f0fff,0x33f2c4) stub
fixme:advapi:LsaStorePrivateData (0xcafe,0x33f2b8,(nil)) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:advapi:GetExplicitEntriesFromAclW 0x450178 0x33f188 0x33f174
fixme:loadperf:UnloadPerfCounterTextStringsW (L"u aspnet_state", 1): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_state_perf.ini\"", 1): stub
fixme:service:svcctl_ChangeServiceConfig2W SERVICE_CONFIG_FAILURE_ACTIONS not implemented: period 86400 msg (null) cmd (null)
fixme:service:svcctl_ChangeServiceConfigW Setting password not supported
fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_perf.ini\"", 1): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"u ASP.NET", 1): stub
fixme:loadperf:UnloadPerfCounterTextStringsW (L"u ASP.NET_64", 1): stub
fixme:loadperf:LoadPerfCounterTextStringsW (L"l \"C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\aspnet_perf2.ini\"", 1): stub
fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 4.0.30319.0"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0002,0x0001,0x800003fc,(nil),0x0000,0x00000000,0x33eccc,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:advapi:RegisterEventSourceW ((null),L"ASP.NET 4.0.30319.0"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0001,0x400003fb,(nil),0x0002,0x00000000,0x33ecc4,(nil)): stub
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:msi:ACTION_CustomAction msidbCustomActionTypeTSAware not handled
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:RtlSetHeapInformation (nil) 1 (nil) 0 stub
fixme:fusion:InitializeFusion
fixme:fusion:InitializeFusion
fixme:loadperf:LoadPerfCounterTextStringsW (L"C:\\windows\\system32\\lodctr.exe C:\\windows\\Microsoft.NET\\Framework\\v4.0.30319\\_DataOracleClientPerfCounters_shared12_neutral.ini", 0): stub
fixme:advapi:LsaOpenPolicy ((null),0x33f288,0x00000001,0x33f274) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:ntdll:EtwUnregisterTraceGuids deadbeef: stub
Using native override for following DLLs: mscoree
Executing winetricks_early_wine regedit C:\windows\Temp\_dotnet40\override-dll.reg
The operation completed successfully
The operation completed successfully
Setting Windows version to winxp
Executing winetricks_early_wine regedit C:\windows\Temp\_dotnet40\set-winver.reg
Executing w_do_call jet40
Executing load_jet40
Executing w_do_call mdac27
Executing load_mdac27
Using native,builtin override for following DLLs: odbc32 odbccp32 oledb32
Executing winetricks_early_wine regedit C:\windows\Temp\_mdac27\override-dll.reg
Setting Windows version to nt40
Executing winetricks_early_wine regedit C:\windows\Temp\_mdac27\set-winver.reg
Executing cd /home/user/.cache/winetricks/mdac27
Executing wine mdac_typ.exe
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:SetupAddInstallSectionToDiskSpaceListA Stub
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\msvcrt.CAB"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\mtxfiles.CAB"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\MDACxpak.CAB"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params ec2e60,0
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\MDACxpak.CAB"
fixme:setupapi:SetupDefaultQueueCallbackW notification 262144 params ec2e60,0
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\MDACxpak.CAB"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\MSXMLX.CAB"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\SQLXMLXP.CAB"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\sqlnet.cab"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\sqlodbc.cab"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\SQLOLDB.CAB"
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP000.TMP\\JETFILES.CAB"
Setting Windows version to winxp
Executing winetricks_early_wine regedit C:\windows\Temp\_mdac27\set-winver.reg
Executing w_do_call wsh57
Executing load_wsh57
Executing cabextract -q -d /home/user/.wine/dosdevices/c:/windows/system32 /home/user/.cache/winetricks/wsh57/scripten.exe
Using native,builtin override for following DLLs: jscript scrrun vbscript cscript.exe wscript.exe
Executing winetricks_early_wine regedit C:\windows\Temp\_wsh57\override-dll.reg
Executing wine regsvr32 dispex.dll jscript.dll scrobj.dll scrrun.dll vbscript.dll wshcon.dll wshext.dll
regsvr32: Successfully registered DLL 'dispex.dll'
regsvr32: Successfully registered DLL 'jscript.dll'
regsvr32: Successfully registered DLL 'scrobj.dll'
regsvr32: Successfully registered DLL 'scrrun.dll'
regsvr32: Successfully registered DLL 'vbscript.dll'
regsvr32: Successfully registered DLL 'wshcon.dll'
regsvr32: Successfully registered DLL 'wshext.dll'
Executing cd /home/user/.cache/winetricks/jet40
Executing wine jet40sp8_9xnt.exe
fixme:setupapi:extract_cabinet_file awful hack: extracting cabinet "C:\\users\\user\\Temp\\IXP001.TMP\\Jetsetup.CAB"
err:ole:TLB_ReadTypeLib Loading of typelib L"C:\\Program files\\Common files\\Microsoft shared\\dao\\dao2535.tlb" failed with error 2
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

Uuuuummmm... :?

Could I succeed to install dotnet40 & jet40 ?? :?

It seems to me that there are some errors and not completely installing ... :?


Could I succeed ?? :?
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: I cant install dotnet40 & jet40 by winetricks .

Post by lahmbi5678 »

I tried to explain you, that with "./winetricks" you will select the version stored in the currently active folder, whereas plain "winetricks" will execute the version in a system folder ("which winetricks" should give you the location). You should delete the old version of winetricks, on the other hand your attempt to copy a newer version over didn't work (there should have been some kind of error message like "couldn't save file"). So now I'm a bit afraid of telling you to delete something, don't want to be responsible of you messing up your system.

Code: Select all

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.
This may not be the main issue, but you should fix it by installing the 32bit version of winbind package.
deep forest
Level 2
Level 2
Posts: 45
Joined: Tue May 31, 2016 4:57 pm

Re: I cant install dotnet40 & jet40 by winetricks .

Post by deep forest »

Sorry for late response .
But these days I was very busy ...

winbind package ??
I dont know it so much ...

Should I install it ??
lahmbi5678
Level 7
Level 7
Posts: 823
Joined: Thu Aug 27, 2009 6:23 am

Re: I cant install dotnet40 & jet40 by winetricks .

Post by lahmbi5678 »

Probably yes. Please, in your graphical package manager ("software center", "synaptic", etc) search for winbind and, make sure, that you install the 32bit version. This may not be the root cause, but it is another issue, that should be fixed, before you continue.
Locked