Strona 1 z 1

[Debian/CrunchBang Linux][Net. Framework] Instalacja i uruchomianie programu AnaVis

: 01 maja 2014, 17:47
autor: kubux
Witam wszystkich serdecznie, jako że to mój pierwszy post. Mam nadzieję, że piszę go w odpowiednim dziale. Mój system operacyjny to:
Jak do tej pory nie udało mi się napotkać na większe problemy przy odpalaniu większości windowsowych programów. Dziś chciałem zainstalować program AnaVis (http://www.anavis.de/) służący do komputerowej analizy muzycznej. Program ten korzysta z platformy .NET Framework więc zainstalowałem go poprzez wine wg. tej instrukcji: http://techformator.pl/net-framework-na ... inetricks/
Po zainstalowaniu programu i odpaleniu go w konsoli, wypluła ona takie dane i zakończyła działanie programu

Kod: Zaznacz cały

fixme:heap:HeapSetInformation (nil) 1 (nil) 0fixme :p rocess:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme :p rocess:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme :p rocess:GetProcessWorkingSetSize (0xffffffff,0x73e9ac,0x73e9b0): stub
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e6c4,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:win:RegisterDeviceNotificationA (hwnd=0x129158, filter=0x93e608,flags=0x00000001) returns a fake device notification handle!
fixme:win:UnregisterDeviceNotification (handle=0xcafecafe), STUB!
fixme:module:GetModuleHandleExW should pin refcount for 0x79000000
err :o le:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"WindowsBase"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"PresentationFramework"
fixme:shell:URL_ParseUrl failed to parse L"System.Xaml"
fixme:shell:URL_ParseUrl failed to parse L"PresentationCore"
fixme:shell:URL_ParseUrl failed to parse L"System.Core"
fixme:advapi:RegisterTraceGuidsW (0x112a69a, (nil), {e13b77a8-14b6-11de-8069-001b212b5009}, 1, 0x33e538, (null), (null), 0x33e540,): stub
fixme:advapi:UnregisterTraceGuids 0: stub


Następnie spróbowałem uruchomić program za pośrednictwem MONO z podobnym jak poprzednio rezultatem:

Kod: Zaznacz cały

Unhandled Exception: System.TypeLoadException: Could not load type 'AnaVis.App' from assembly 'AnaVis, Version=1.1.1.0, Culture=neutral, PublicKeyToken=1bf581c2af64f880'.[ERROR] FATAL UNHANDLED EXCEPTION: System.TypeLoadException: Could not load type 'AnaVis.App' from assembly 'AnaVis, Version=1.1.1.0, Culture=neutral, PublicKeyToken=1bf581c2af64f880'.


Z góry dziękuję za udzieloną pomoc