World wide telescope?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
t3ch
Level 1
Level 1
Posts: 5
Joined: Sun Jun 22, 2008 12:51 pm

World wide telescope?

Post by t3ch »

Helo,

Iam trying to run Microsoft World Wide Telescope from .msi format but I get some errors or msiexec crash.. i dont now it start debugging and i get that:

Code: Select all

xxx@m5:~/Desktop$ msiexec /i wwtsetup.msi
fixme:advapi:LookupAccountNameW (null) L"xxx" (nil) 0x32f7fc (nil) 0x32f800 0x32f7f4 - stub
fixme:advapi:LookupAccountNameW (null) L"xxx" 0x160e00 0x32f7fc 0x160ce8 0x32f800 0x32f7f4 - stub
fixme:msi:MsiGetMode 1 4
fixme:mscoree:GetRequestedRuntimeInfo ((null), L"v2.0.50727", (null), 0x00000006, 0x00000001, 0x7e22143c, 0x00000104, 0x7e2213f8, 0x7e22174c, 0x00000014, 0x7e2213ec) stub
fixme:mscoree:GetCORVersion (0x7e22174c, 20, 0x7e2213ec): semi-stub!
fixme:msi:MsiGetMode 1 4
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
err:richedit:ReadStyleSheet ReadStyleSheet: skipping optional destination
fixme:msi:MsiGetMode 1 4
fixme:mscoree:GetRequestedRuntimeInfo ((null), L"v2.0.50727", (null), 0x00000006, 0x00000001, 0x7e11043c, 0x00000104, 0x7e1103f8, 0x7e11074c, 0x00000014, 0x7e1103ec) stub
fixme:mscoree:GetCORVersion (0x7e11074c, 20, 0x7e1103ec): semi-stub!
fixme:msi:MsiGetMode 1 4
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders"
fixme:msi:msi_unimplemented_action_stub RemoveExistingProducts -> 2 ignored L"Upgrade" table values
fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 7 ignored L"MsiAssembly" table values
fixme:msi:msi_unimplemented_action_stub UnregisterExtensionInfo -> 3 ignored L"Extension" table values
fixme:msi:msi_unimplemented_action_stub UnregisterProgIdInfo -> 3 ignored L"ProgId" table values
fixme:msi:msi_unimplemented_action_stub UnregisterMIMEInfo -> 3 ignored L"MIME" table values
fixme:msi:msi_unimplemented_action_stub RemoveShortcuts -> 2 ignored L"Shortcut" table values
fixme:msi:msi_unimplemented_action_stub RemoveFolders -> 1 ignored L"CreateFolder" table values
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut
fixme:shell:DllCanUnloadNow stub
err:msi:register_progid L"WorldWideTelescope.wtt" has no class
err:msi:register_progid L"WorldWideTelescope.wtml" has no class
err:msi:register_progid L"WorldWideTelescope.wwtfig" has no class
wine: Unhandled page fault on read access to 0x00000008 at address 0x7ede39a0 (thread 0009), starting debugger...
xxx@m5:~/Desktop$ err:menubuilder:InvokeShellLinker failed wait for semaphore
err:menubuilder:InvokeShellLinker failed to fork and exec wineshelllink
fixme:shell:DllCanUnloadNow stub
fixme:shell:DllCanUnloadNow stub
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

That program requires .NET 2.0. You can try installing dotnet20 with winetricks:

Code: Select all

wget http://www.kegel.com/wine/winetricks
sh winetricks dotnet20
t3ch
Level 1
Level 1
Posts: 5
Joined: Sun Jun 22, 2008 12:51 pm

same error

Post by t3ch »

hello,

i have instaled winetricks but stell get the same error. It crash and start debugging.
David Gerard

World wide telescope?

Post by David Gerard »

2008/6/28 t3ch <[email protected]>:
i have instaled winetricks but stell get the same error. It crash and start debugging.
.NET 2.0 installs in Wine, but not everything works properly as yet.
Presumably the bit giving an error is a function that isn't properly
implemented in Wine as yet, and is likely a reportable bug.


- d.
t3ch
Level 1
Level 1
Posts: 5
Joined: Sun Jun 22, 2008 12:51 pm

stell dont work!

Post by t3ch »

Hello,

Microsoft WWT stell dont work, so if anyone have installed it and runs please tell here.

tnx in advance =)
Locked