search for: 00000409

Displaying 20 results from an estimated 35 matches for "00000409".

Did you mean: 00000400
2010 May 04
2
Half-Life 2 crashing with Wine 1.1.43 on Ubuntu 10.4
Hey guys, I'm new to this forum and also to Linux. I hope this problem is not caused by my lack of knowledge, but I would guess not. Hopefully^^. As the title says, I try to play Half-Life 2 with Wine, which is listed as platinum in the Appdb, so I expected no problems. But unfortunately, the game is crashing when I want to start a new game. I see the loading bar filling, but when it's
2009 Apr 08
5
Trying to Run UnRealWorld through Wine
I have heard great things about this game and decided to give it a try. The website says it is playable on a Mac running Wine, and so far it seems to work, but I get this error: Code: fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub! fixme:keyboard:X11DRV_LoadKeyboardLayout L"04090409", 0001: stub! I've looked around but it seems no one else has had this problem. Can anyone help me get through this?
2012 Mar 22
2
[LLVMdev] Sorting relocation entries
...e function in the following link: http://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c#l15222 $ mips--linux-gnu-readelf -r z29.gas.o Relocation section '.rel.text' at offset 0x4584 contains 705 entries: Offset Info Type Sym.Value Sym. Name ... 00000748 00000409 R_MIPS_GOT16 00000000 .bss // %got(scope_top) 00000750 00000406 R_MIPS_LO16 00000000 .bss // %lo(scope_top) 0000074c 00000409 R_MIPS_GOT16 00000000 .bss // %got(body_ok) 00000754 00000406 R_MIPS_LO16 00000000 .bss // %lo(body_ok) The attached patch makes the fol...
2011 Nov 04
3
Cannot start Amnesia nor Penumbra via Steam
...hwnd (nil) err:ole:RevokeDragDrop invalid hwnd 0x4013e 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:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub! fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000809", 0001: stub! fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList Penumbra: Requiem (working) Code: err:ole:RevokeDragDrop invalid hwnd (nil) err:ole:RevokeDragDrop invalid hwnd 0x130146 err:winediag:SECU...
2012 Feb 05
0
Planswift
...(nil) (nil) 0x198d68 (nil) fixme:bitblt:client_side_dib_copy potential optimization: client-side color-index mode DIB copy fixme:bitblt:client_side_dib_copy potential optimization: client-side color-index mode DIB copy fixme:shell:FileIconInit (true) fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub! fixme:keyboard:X11DRV_UnloadKeyboardLayout (nil): stub! err:ole:CoReleaseMarshalData IMarshal::ReleaseMarshalData failed with error 0x8001011d fixme:bitblt:client_side_dib_copy potential optimization: client-side color-index mode DIB copy fixme:shell:FileIconInit (true) fixme:key...
2012 Mar 22
0
[LLVMdev] Sorting relocation entries
...tp://repo.or.cz/w/binutils.git/blob/master:/gas/config/tc-mips.c#l15222 > > > $ mips--linux-gnu-readelf -r z29.gas.o > > Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >  Offset     Info    Type            Sym.Value  Sym. Name > ... > 00000748  00000409 R_MIPS_GOT16      00000000   .bss // %got(scope_top) > 00000750  00000406 R_MIPS_LO16       00000000   .bss   // %lo(scope_top) > 0000074c  00000409 R_MIPS_GOT16      00000000   .bss // %got(body_ok) > 00000754  00000406 R_MIPS_LO16       00000000   .bss // %lo(body_ok) > > > The...
2012 Mar 22
2
[LLVMdev] Sorting relocation entries
.../master:/gas/config/tc-mips.c#l15222 >> >> >> $ mips--linux-gnu-readelf -r z29.gas.o >> >> Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >> Offset Info Type Sym.Value Sym. Name >> ... >> 00000748 00000409 R_MIPS_GOT16 00000000 .bss // %got(scope_top) >> 00000750 00000406 R_MIPS_LO16 00000000 .bss // %lo(scope_top) >> 0000074c 00000409 R_MIPS_GOT16 00000000 .bss // %got(body_ok) >> 00000754 00000406 R_MIPS_LO16 00000000 .bss // %lo(body_ok) >&gt...
2012 Mar 21
0
[LLVMdev] Sorting relocation entries
Hi Akira, If I follow correctly, the relocation entries can thus be in a different order than the instructions that they're for? That seems a bit odd, but I suppose there's nothing inherently wrong with that. It's just not something, AFAIK, that llvm has had to deal with before. This should definitely be a target-specific thing, not a general ELFObjectWriter thing, as other targets
2012 Mar 31
20
Need help with a windows app
so i was trying to run a game and when i ran it via terminal i got some answers why. fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0080: stub! fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0001: stub! fixme:wgl:X11DRV_wglChoosePixelFormatARB unused pfAttribFList wine: Unhandled exception 0xc000000d at address 0x80000023:0x7814e785 (thread 0009), starting debugger... AL lib: ALc.c:1879: exit(): closing...
2012 Mar 19
2
[LLVMdev] Sorting relocation entries
What would be the best way to sort relocation entries before they are written out in ELFObjectWriter::WriteRelocationsFragment? According to the Mips ABI documents I have, there are certain restrictions on the order relocations appear in the table (e.g. R_MIPS_HI16 and R_MIPS_GOT16 must be followed immediately by a R_MIPS_LO16). When I enable post RA scheduling, some of the restrictions are
2012 Mar 23
0
[LLVMdev] Sorting relocation entries
...#l15222 >>> >>> >>> $ mips--linux-gnu-readelf -r z29.gas.o >>> >>> Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >>>  Offset     Info    Type            Sym.Value  Sym. Name >>> ... >>> 00000748  00000409 R_MIPS_GOT16      00000000   .bss // %got(scope_top) >>> 00000750  00000406 R_MIPS_LO16       00000000   .bss   // %lo(scope_top) >>> 0000074c  00000409 R_MIPS_GOT16      00000000   .bss // %got(body_ok) >>> 00000754  00000406 R_MIPS_LO16       00000000   .bss // %lo(body...
2012 Mar 23
1
[LLVMdev] Sorting relocation entries
...gt;> >>>> $ mips--linux-gnu-readelf -r z29.gas.o >>>> >>>> Relocation section '.rel.text' at offset 0x4584 contains 705 entries: >>>> Offset Info Type Sym.Value Sym. Name >>>> ... >>>> 00000748 00000409 R_MIPS_GOT16 00000000 .bss // %got(scope_top) >>>> 00000750 00000406 R_MIPS_LO16 00000000 .bss // %lo(scope_top) >>>> 0000074c 00000409 R_MIPS_GOT16 00000000 .bss // %got(body_ok) >>>> 00000754 00000406 R_MIPS_LO16 00000000 .bss...
2009 Apr 28
1
Gw.exe -- keyboard:X11DRV_MapVirtualKeyEx keyboard layout
...ng in uncontrollable spinning (or running or whatever key gets stuck. The log output has a bunch (100+) fixmes relating to keyboard (see code). Thanks for any help! Code: fixme:keyboard:X11DRV_MapVirtualKeyEx keyboard layout (nil) is not supported fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0000: stub! I did try these below fixes, btw: Running: WINEDEBUG=-all wine "C:\Program Files\Guild Wars\Gw.exe" WINEDEBUG=-all will stop the flood of fixme messages generated from normal use. If you require debugging, omit this option. Troubleshooting: * Make sure 3D w...
2007 Mar 19
1
How to handle this error
...02b FS:0063 GS:005b EIP:5570558c ESP:55d7b884 EBP:55d7b8e8 EFLAGS:00000282( - 00 - -IS1) EAX:55d7b890 EBX:5574c63c ECX:558b0020 EDX:55d7bc6c ESI:55d7bc6c EDI:55d7b8f4 Stack dump: 0x55d7b884: 00000001 55a71594 00000001 c0000025 0x55d7b894: 00000001 55d7bc6c 00000000 00000000 0x55d7b8a4: 00000409 55a7486c 55a7487c 5574c63c 0x55d7b8b4: 00000004 55a71594 55d7b92c 5571f1f9 0x55d7b8c4: 00000000 00000001 00000002 55d7b91c 0x55d7b8d4: 00000407 00000001 00000407 55705540 fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119 Backtrace: =>1 0x5570558c __regs_RtlRaiseException+0x4c in...
2007 Mar 19
1
Crystal Report functions not working in Wine
...P:0034f66c EFLAGS:00200202( - 00 - - I1) EAX:7b82bd59 EBX:7b8a59c0 ECX:00000000 EDX:0034f684 ESI:0034f684 EDI:0034f738 Stack dump: 0x0034f608: 0034f684 00000008 2501b1df c000008f 0x0034f618: 00000001 00000000 7b83f430 00000002 0x0034f628: deadcafe deadcafe 00000011 6601ab38 0x0034f638: 00000409 00000004 0034f738 00000000 0x0034f648: 0034f718 0034f748 0034f68c 660697c8 0x0034f658: 001c4ad8 7ea132b5 0034f738 001663f0 fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for c0000119 Backtrace: =>1 0x7b83f4a0 RaiseException+0x70 in kernel32 (0x0034f66c) 2 0x660d0956 in msvbvm60 (+0xd0956)...
2008 Jul 08
1
Rumble Fighter. A free game that won't work.
...ice is for North American Users Only. Thank you for your interest. I'm in North America! - Your computer configuration. Awesome dual core 64 bit AMD AM2 2600 Mhz 128 bit GPU Nvidia 256 MB 2 GB RAM 800 DDR2 bla bla bla. Could this have anything to do with it? In my registry the local value is 00000409 I think that maybe changing the time zone to US Pacific Standard Time zone might fix it. Do I do this in the registry editor? If I do how? Is there anything else that this program could be looking for that would tell it what country it was in? This is a free game to download and to use. A lot of...
2008 Aug 06
4
[wine 1.1.2 opensuse 11]
...QueryFileInformation, aborting err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of your distribution. fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0082: stub! fixme:win:EnumDisplayDevicesW ((null),0,0x32f7c4,0x00000000), stub! fixme:dbghelp:dump_system_info fill in CPU vendorID and feature set this Make sure that ntlm_auth >= 3.0.25 is in your path. i think first problem, is it so?
2010 May 29
2
Running MSACCESS and Tildes Jumis
...handled exception: page fault on read access to 0x00000000 in 32-bit code (0x300cb4f5). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b EIP:300cb4f5 ESP:0033dd4c EBP:0033dd60 EFLAGS:00210246( R- -- I Z- -P- ) EAX:00000000 EBX:0017e7f8 ECX:0033de88 EDX:0033dd5c ESI:0033dd70 EDI:00000409 Stack dump: 0x0033dd4c: 0033dd70 0033dd5c 00604138 0033dde0 0x0033dd5c: 00000409 0033dd80 300cb5da 00000001 0x0033dd6c: 0017e7f8 00110000 0033de08 005548f4 0x0033dd7c: 00604138 0033ddb0 300bd417 023301c4 0x0033dd8c: 0000000b 0033dda4 00000000 0017e7f8 0x0033dd9c: 0033de08 023301c4 00000001 00...
2011 Jun 19
3
Steam game wont start
...BreakpadMiniDumpSystemInit Looking up breakpad interfaces from steamclient Calling BreakpadMiniDumpSystemInit Steam_SetMinidumpSteamID: Caching Steam ID: 76561198018732793 [API loaded yes] Steam_SetMinidumpSteamID: Setting Steam ID: 76561198018732793 fixme:keyboard:X11DRV_LoadKeyboardLayout L"00000409", 0000: stub! fixme:d3d:debug_d3dformat Unrecognized 1129272385 (as fourcc: ATOC) WINED3DFORMAT! fixme:d3d:getFormatDescEntry Can't find format unrecognized(1129272385) in the format lookup table fixme:d3d:debug_d3dformat Unrecognized 1094800211 (as fourcc: SSAA) WINED3DFORMAT! fixme:d3d:g...
2008 Dec 27
10
HL2 crashes, when I break some glass!
I am running wine 1.10 with the latest nVidia drivers, the 180 series. Now, everytime I shoot at the glass, or somebody breaks it, hl2 crashes without any unusual output. Just all it does is exit. Even if I throw a grenade, and go away, it will crash when I return to the place and make it load the picture. Any help will be appreciated!