Displaying 20 results from an estimated 44 matches for "mscorlib".
2008 Jul 22
2
.NET 2.0 fails compiling assemblies on OSX
...d people are running .net apps fine so I think this is a particular problem with Darwine (osx build)
.NET installs fine via winetricks and then I can run simple .net apps like QuickGUIDGen, but having a look to the NGen log I noticed there were no assemblies installed (It's supposed to install mscorlib and so after the install.
I tried to install manually:
Code:
wine ngen.exe install "mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /NoDependencies
and installs fine,
Code:
Microsoft (R) CLR Native Image Generator - Version 2.0.50727.42
Copyright (C) M...
2010 Feb 11
2
Errors running BiblePro and BibleStudyPro on today's Git
...790fabcc
0x0033ef04: 79e7be3f e0434f4d 0033ef80 790c2000
0200: sel=1007 base=7ffc0000 limit=00000fff 32-bit rw-
Backtrace:
=>0 0x7b82ba25 in kernel32 (+0x1ba25) (0x0033ef38)
1 0x79f97065 in mscorwks (+0x127065) (0x0033efa8)
2 0x7a0945a4 in mscorwks (+0x2245a4) (0x0033f06c)
3 0x79603073 in mscorlib.ni (+0x543073) (0x0033f0b4)
4 0x7934be1f in mscorlib.ni (+0x28be1f) (0x0033f0e0)
0x7b82ba25: subl $4,%esp
Modules:
Module Address Debug info Name (19 modules)
PE 400000- 57e000 Deferred bible
PE 40170000-40174000 Deferred advapi32
PE 40590000-40...
2008 Jul 23
1
AIRC application sendig email .NETV2 fails
...130000:
native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorwks.dll" at 0x79e70000: native
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
trace:loaddll:load_native_dll Loaded L"C:\\windows\\assembly\\GAC_32\\mscorlib\\2.0.0.0__b77a5c561934e089\\mscorlib.dll" at 0x790c0000: native
trace:loaddll:load_native_dll Loaded L"C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorjit.dll" at 0x79060000: native
err:ole:CoInitializeEx Attempt to change threading model of this apartment from apartment thre...
2011 Jun 02
2
fixme:shell:URL_ParseUrl
...uot;
fixme:advapi:RegisterTraceGuidsW (0x532dc234, (nil), {a42c77db-874f-422e-9b44-6d89fe2bd3e5}, 27, 0x32de4c, (null), (null), 0x53355f40,)
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Proxy, aborting
wine: Call from 0x7b839372 to unimplemented function windowscodecs.dll.WICCreateImagingFactory_Prox...
2008 Apr 06
1
running 4oD fails
...ine C4VoDClientConfig.exe (the only .exe there)
this gives
wine C4VoDClientConfig.exe
fixme:process:IsWow64Process (0xffffffff 0x33f8dc) stub!
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:ole:CoGetContextToken stub
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"System.Data"
fixme:shell:UR...
2010 May 24
4
Running .Net 2.0 SP1 application Zalktis
...rse_manifest_buffer root element is L"asmv1:assembly", not <assembly>
fixme:sync:CreateMemoryResourceNotification (0) stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"Microsoft.VisualBasic"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System.Draw...
2007 Aug 20
0
Wine and Vmware Instrastructure Client
...l:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:advapi:RegisterEventSourceA ((null),".NET Runtime"): stub
fixme:advapi:RegisterEventSourceW (L"",L".NET Runtime"): stub
fixme:advapi:ReportEventW
(0xcafe4242,0x0001,0x0000,0...
2009 Apr 28
1
Troublesome Toad for MySQL on Wine
...Url failed to parse L"System.Drawing"
fixme:shell:URL_ParseUrl failed to parse L"Accessibility"
fixme:win:EnumDisplayDevicesW ((null),0,0x33dd88,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33dd88,0x00000000), stub!
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:ole:CoGetContextToken stub
Invalid number of input arguments, you must have 13 of them.
Usage: RegisterFileAssociations.exe sqlFlag...
2011 Oct 26
8
IronRuby's Marshal.dump doesn't work with CLR types, or ruby types backed by a CLR type
...mmediately to the console.
This is using a relatively recent build of IronRuby from Github
Steps to repro:
e = RuntimeError.new ''xyz''
dumped = Marshal.dump e
e2 = Marshal.load dumped
I would expect e2 to be equivalent to e, but instead the process crashes
with this exception
mscorlib:0:in `_InvokeConstructor'': Exception has been thrown by the
target of an invocation. (System::Reflection::TargetInvocationException)
from mscorlib:0:in `InvokeConstructor''
from mscorlib:0:in `Invoke''
from (ir):1:in `load''
from (ir...
2011 Jan 03
0
Font '?' cannot be found when running .NET apps
...eaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoUninitialize Mismatched CoUninitialize
err:ole:CoUninitialize Mismatched CoUninitialize
Unhandled Exception: fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resourc
es"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
System.ArgumentException: Font '?' cannot be found.
at System.Drawing.FontFamily.GetGdipGenericSansSerif()
at System.Drawing.FontFamily.CreateFontFamily(String name, FontCollection fon
tCollectio...
2010 Sep 23
1
More info
...ock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented AcceptEx
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented GetAcceptExSockaddrs
fixme:winsock:WSAIoctl SIO_GET_EXTENSION_FUNCTION_POINTER: unimplemented TransmitFile
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.ServiceProces...
2011 Oct 23
2
What do I need to fix to get this running?
...for handling of multiple languages!
fixme:shell:URL_ParseUrl failed to parse L"DDay.Update.WinForms.resources"
fixme:shell:URL_ParseUrl failed to parse L"DDay.Update.WinForms.resources"
fixme:gdiplus:GdipCreateHalftonePalette stub
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:exec:SHELL_execute flags ignored: 0x00000100
fixme:sync:CreateMemoryResourceNotification (0) stub
...
And from there it keep on repeating because of the update loop.
What do I need to do to fix the ab...
2008 Mar 19
13
Running an .NET 1.1 Program
...nstallation works fine, but when i want to start the Program i get some errors and Program exits
Code:
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:shell:URL_ParseUrl failed to parse L"mscorlib"
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
err...
2010 Sep 23
2
Dragon Age dlc issues
Hello. I've read through the dragon age wine appdb page, installed all the requisite stuff through winetricks, used a fresh prefix and all that, but my dlc in dragon age is always showing up as unauthorized. I'm pretty sure the dragon age updater service is running, it just can't seem to see my account as being authorized to use the dlc. I have in fact bought a couple of dlc's such
2008 Sep 17
1
Help me, with an Italian Law-Software
...al:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_Parse...
2010 Jul 30
1
Photomatix Pro 3 no buttons in tone mapping
...Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.42 (RTM.050727-4200)
CodeBase: file:///C:/windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
Photomatix
Assembly Version: 3.0.3799.2763
Win32 Version: 3.0.3799.2763
CodeBase: file://...
2011 Sep 27
24
Wine on Tiger
I'm almost certain I installed Wine correctly, but when I try to get a Windows program working it doesn't happen. The program I'm trying to install is Arena 10 (a simulation program). I've attached some screen shots. The first one is when I completed the wine install, 2 through 6 show when I tried to install the program. If you could tell me what steps to take to fix these
2011 Feb 10
3
Legions: Overdrive on Linux/Ubuntu with WINE
I'm new to Linux/Ubuntu and need some help getting Legions: Overdrive (http://www.legionsoverdrive.com/) with PlayOnLInux and WINE.
Legions: Overdrive is a sci-fi FPS game, Freedom of movement returns in this spiritual successor to Tribes. Travel by jetpack and ski over foreign landscapes, dodging grenades and shooting enemies in deathmatch mode. Sharpen your shooting accuracy or prepared to
2011 Mar 11
4
The Geeks Toy (soft for Betfair)
Hi all,
I'm trying to run Geeks Toy (http://www.geekstoy.com/) but get an error
Code:
[aeo at localhost AGT Pro]$ ./AGT\ Pro.exe
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"configSections" in state 1
fixme:mscoree:ConfigFileHandler_startElement Unknown element L"connectionStrings" in state 1
fixme:mscoree:ConfigFileHandler_startElement Unknown element
2010 Aug 01
1
Re: ICM Trainer Light
...fixme:shell:URL_ParseUrl failed to parse L"PBNCore"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to...