search for: 0x00000

Displaying 20 results from an estimated 31 matches for "0x00000".

Did you mean: 0000000
2008 Nov 29
3
Can't run Evidence Scribe
...orm. See Exception.InnerException for details. The error is: The requested feature is not implemented [GDI+ status: NotImplemented] ---> System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented] at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] at System.Drawing.Font.GetHeight (Single dpi) [0x00000] at System.Drawing.Font.GetHeight () [0x00000] at System.Drawing.Font.get_Height () [0x00000] at (wrapper remoting-invoke-with-check) System.Drawing.Font:get_Height () at System.Windows.Forms.Form.GetAutoScaleSize (System.Drawing...
2008 Jan 03
3
unimplemented function gdiplus.dll.GdipGetGenericFontFamilySansSerif
I'm trying to install My Siruis Studio (to access a Sirius satellite radio) with Wine 0.9.52 on in Intel iMac running OS X 10.5.1. This application requires MS .NET Framework 1.1, so I tried installing Mono 1.26 instead. This allowed the My Siruis Studio installation to complete, but an attempt to run My Siruis Studio fails immediately with: Call from 0x7b830330 to unimplemented
2010 Oct 06
2
Regression bug in latest Wine?
...Wine and this is the error I get when I start it: Code: fixme:gdiplus:GdipMeasureString graphics object has no HDC Unhandled Exception: System.NotImplementedException: The requested feature is not implemented [GDI+ status: NotImplemented] at System.Drawing.GDIPlus.CheckStatus (Status status) [0x00000] in <filename unknown>:0 at System.Drawing.Graphics.GdipMeasureString (IntPtr graphics, System.String text, System.Drawing.Font font, System.Drawing.RectangleF& layoutRect, IntPtr stringFormat) [0x00000] in <filename unknown>:0 at System.Drawing.Graphics.MeasureString (System....
2009 Apr 28
0
Unhandled Exception: System.TypeInitializationException
...ill be able to help me out with this. I'm trying to run a .NET application in Mac OS X. Wine asked me to install the Windows version of Mono under Wine, so I did. Now when I try to run the program, I get the following sequence of errors: Code: fixme:win:EnumDisplayDevicesW ((null),0,0x60e04c,0x00000000), stub! Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.TimeZone ---> System.NotSupportedException: Can't get timezone name. at System.CurrentSystemTimeZone..ctor (Int64 lnow) [0x00000] at System.TimeZone..cctor ()...
2012 Feb 07
4
Unable to run Pass 11
...em.InvalidProgramException: Invalid IL code in A.cd7c4f001fa40ec6115a54e453e1e3985/c01205c5b8e2e5d6666b766ec5076be9e:c509e5fdd4c4316468375a591a85078c5<A> (A): IL_00ac: dup at A.cd7c4f001fa40ec6115a54e453e1e3985+c01205c5b8e2e5d6666b766ec5076be9e.c1eaa1bd66a0b8bd06333ca0fbf6c70b1 () [0x00000] in <filename unknown>:0 at A.c2a1143fe58f82c9e2713fdfeff88bf06.OnCreateMainForm () [0x00000] in <filename unknown>:0 at Microsoft.VisualBasic.ApplicationServices.WindowsFormsApplicationBase.OnRun () [0x00000] in <filename unknown>:0 at Microsoft.VisualBasic.ApplicationSe...
2010 Oct 31
3
msg:install the Windows version of Mono to run .NET executab
...ducts -> 2 ignored L"Upgrade" table values fixme:msi:ITERATE_CreateShortcuts poorly handled shortcut format, advertised shortcut Unhandled Exception: System.NotImplementedException: The requested feature is not implemented. at System.Security.Principal.WindowsIdentity.get_Groups () [0x00000] in <filename unknown>:0 at Oticon.InternetUpdater.Common.Config.get_LocalizedUserGroupEveryone () [0x00000] in <filename unknown>:0 at Oticon.InternetUpdater.DownloadService.RemotingProvider..ctor (IBitsManager newDownloadManager) [0x00000] in <filename unknown>:0 at Oti...
2006 Feb 17
0
Problems with Sanitarium
...n BPP from 32 to 8 fixme:xrandr:X11DRV_XRandR_SetCurrentMode Cannot change screen BPP from 32 to 8 fixme:x11drv:X11DRV_DDHAL_CreatePalette stub fixme:ddraw:DIB_DirectDrawSurface_Blt Can't handle DDBLT_WAIT flag right now. fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403dadb0)->(flags=0x00000 001,handle=(nil)) fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403dadb0)->(flags=0x00000 001,handle=(nil)) ... fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403dadb0)->(flags=0x00000 001,handle=(nil)) fixme:ddraw:Main_DirectDraw_WaitForVerticalBlank (0x403dadb0)->(flags=0x00...
2014 Mar 11
2
[PATCH] nv50/ir/gk110: fix some instruction emission
...tterGK110::emitSFnOp(const Instruction *i, uint8_t subOp) NEG_(33, 0); ABS_(31, 0); - - // XXX: find saturate + SAT_(35, 0); } void @@ -1073,32 +1072,32 @@ CodeEmitterGK110::emitFlow(const Instruction *i) switch (i->op) { case OP_BRA: - code[1] = f->absolute ? 0x00000 : 0x12000000; // XXX - // if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST) - // code[0] |= 0x4000; + code[1] = f->absolute ? 0x11000000 : 0x12000000; + if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST) + cod...
2017 Oct 09
4
Understanding of ldd header allocation
...0: Elf file type is EXEC (Executable file) Entry point 0x80002670 There are 3 program headers, starting at offset 52 Program Headers: Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align PHDR 0x000034 0x7ffff034 0x7ffff034 0x00060 0x00060 R 0x4 LOAD 0x000000 0x7ffff000 0x7ffff000 0x0a098 0x0a098 RWE 0x1000 GNU_STACK 0x000000 0x00000000 0x00000000 0x00000 0x00000 RW 0x0 Section to Segment mapping: Segment Sections... 00 01 .text .rodata .data 02 From what I understand if a linker script is used and the headers fail to allocat...
2014 May 02
4
[PATCH] tests: simple test for execstack supermin
Add a simple test which uses scanelf or readelf to detect whether the supermin executable is really not executable. Kind of followup of commit c9f7a7998021e1cbe22a8ec325d43e2bdc3eff5a. --- tests/Makefile.am | 1 + tests/test-execstack.sh | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100755 tests/test-execstack.sh diff --git a/tests/Makefile.am
2014 Mar 11
0
[PATCH] nv50/ir/gk110: fix some instruction emission
...gt; NEG_(33, 0); > ABS_(31, 0); > - > - // XXX: find saturate > + SAT_(35, 0); > } > > void > @@ -1073,32 +1072,32 @@ CodeEmitterGK110::emitFlow(const Instruction *i) > > switch (i->op) { > case OP_BRA: > - code[1] = f->absolute ? 0x00000 : 0x12000000; // XXX > - // if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_CONST) > - // code[0] |= 0x4000; > + code[1] = f->absolute ? 0x11000000 : 0x12000000; > + if (i->srcExists(0) && i->src(0).getFile() == FILE_MEMORY_...
2011 May 29
1
[LLVMdev] LLVMInitializeNativeTarget error
...I uncomment the initializeNativeTarget line I get the following error from mono: Unhandled Exception: System.EntryPointNotFoundException: LLVMInitializeNativeTarget at (wrapper managed-to-native) LLVM.Generated.Target:initializeNativeTargetNative () at Simpletest2.main (System.String[] _arg5) [0x00000] in <filename unknown>:0 I'm using LLVM on OS X 10.5 and since enable-shared is needed for use with mono it was configured as: ./configure --enable-shared --prefix=/Users/keith/lib --exec-prefix=/Users/keith/bin The LLVM bindings are generated by my F# code so they are not in the repo,...
2010 Jul 14
3
sample sleep command killed
I re-wrote the compile script to build klibc (cleaning up how I do it, and how to find the source tarballs). It seems to be compiling fine. I tried several of the commands in usr/utils/static and most one. However, the sleep command fails in a strange way (EINVAL on execve): ================================================================ faraday/phil /home/phil/klibc-project-0 581> strace
2009 May 20
6
Error
...onException: An exception was thrown by the type initializer for <Module> ---> System.InvalidProgramException: Invalid IL code in <PrivateImplementationDetails>{B4838DC1-AC79-43d1-949F-41B518B904A8}:KUPcUot9D7gf0oSaikMb (): IL_0005: pop > > > at <Module>..cctor () [0x00000] > --- End of inner exception stack trace --- Anyway idea what this means and how I might fix it? BFC
2020 Apr 23
2
Debug symbols are missing in elf
...stion I have used llvm-dwarfdump and was able to figure >> out that debug_info section was incomplete. > > Hi David, Thanks for the reply. > What command did you run, on what file, and what was the output? I ran llvm-dwarf with -verbose option. It gave me the verbose print as below 0x0000000b: DW_TAG_compile_unit [1] * DW_AT_producer [DW_FORM_strp] ( .debug_str[0x00000000] = "clang version 8.0.1 ") DW_AT_language [DW_FORM_data2] (DW_LANG_C99) DW_AT_name [DW_FORM_strp] ( .debug_str[0x00000000] = "clang version 8.0.1 &quot...
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it wakes up from S3 state. Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> -- Jean Guyader _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2010 Jul 28
6
Attempting to bypass .net check/use mono
I am trying to use the mono26 install from winetricks in order to run an installer that fails to find: C:\\windows\\Microsoft.NET\\Framework\\v2.0.50727\\mscorsvw.exe even though I have both that 2.0 and the 3.0 framework in my .wine/ folder. Once it fails to find that file it starts to run a 3.5 framework installer that wine doesn't quite have working yet. Does anybody have any advice on
2018 Aug 23
3
[PATCH 0/3] drm/nouveau: Fixup module probe to add ->shutdown()
This series is intended to add support for shutting down the GPU on kernel shutdown/reboot using the ->shutdown() hook, similar to what amdgpu does. This is mainly intended to workaround a bios issue on the P50 that was preventing nouveau from initializing the dedicated GM107 GPU on that system properly. You can find more details on this issue in the patch labeled "Shut down GPU on kernel
2010 Aug 10
0
D&D Adventure Tools/Character Generator
...amp;D Character Generator. Both use the same base program, so I'm getting the same thing whenever I try to run either of them which is the following: Code: Unhandled Exception: System.IndexOutOfRangeException: Array index is out of range. at UpdaterStub.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 Any idea what that means or how to fix it?
2010 Feb 25
0
[PATCH] drm/nv50: Remove redundant/incorrect ctxvals initialisation.
...aph.c b/drivers/gpu/drm/nouveau/nv50_graph.c index 857a096..08d87b7 100644 --- a/drivers/gpu/drm/nouveau/nv50_graph.c +++ b/drivers/gpu/drm/nouveau/nv50_graph.c @@ -229,10 +229,6 @@ nv50_graph_create_context(struct nouveau_channel *chan) nouveau_grctx_vals_load(dev, ctx); } nv_wo32(dev, ctx, 0x00000/4, chan->ramin->instance >> 12); - if ((dev_priv->chipset & 0xf0) == 0xa0) - nv_wo32(dev, ctx, 0x00004/4, 0x00000000); - else - nv_wo32(dev, ctx, 0x0011c/4, 0x00000000); dev_priv->engine.instmem.finish_access(dev); return 0; -- 1.6.4.1