similar to: Trying to run From Dust

Displaying 20 results from an estimated 6000 matches similar to: "Trying to run From Dust"

2012 Mar 09
4
[Error Message]_gcry_ath_mutex_lock
Hi, I installed Assassin's Creed II but Ubisoft Game Launcher crash when is launched. The error message in the console is this : > Game Launcher\UbisoftGameLauncher.exe: ath.c?:193?:?_gcry_ath_mutex_lock: L'assertion ??*lock == ((ath_mutex_t) 0)?? failed. I search in bugzilla if a bug still exist (or existed) and i found this patch for the bug #25504:
2014 Oct 10
1
dumping using tftp
Hi Yeah I ended up figuring it out My usage for the tool will be to gather hardware specs of new servers that we receive and servers we have in storage I will then see if I can script something to phrase the dumps to update our inventory tool. Our main issue is that gathering information manually by opening the server and having to locate each parts is time consuming and being humans we are
2011 Apr 04
1
[Ubisoft Game Launcher]Online Mode doesn't work
Hi, Since the Assassin's Creed : Brotherhood, the Ubisoft Game Launcher was updated. It's actually the 0268 version. For Assassin's Creed 2 and Brotherhood, it's possible to connect at the Ubisoft server having indicated my login and password. The problem come from when i must to click on "play" to launch the game on the following window. I have a message told me that
2019 Feb 25
2
Making LLD PDB generation faster
Yes, -Tllvm works. [cid:image002.jpg at 01D4CCF6.C440CFF0] From: Zachary Turner <zturner at google.com> Sent: Monday, February 25, 2019 10:36 AM To: Leonardo Santagada <santagada at gmail.com> Cc: Alexandre Ganea <alexandre.ganea at ubisoft.com>; Reid Kleckner <rnk at google.com>; llvm-dev <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] Making LLD PDB
2012 May 08
0
[Ubisoft's Games]Can't save a game
Hi, With Bruno Jesus, we create a hack to pass the ReadFileEx error for the Ubisoft Game Launcher (see bug #28119). I tried the hack with 3 games and they work correctly. But for two games (Assassin's Creed 2 and Revelations), the savegame does not works correctly. The savegame folder is here : "c:/users/berillions/Local Settings/Application Data/Ubisoft Game
2014 Oct 09
2
dumping using tftp
Hello, I'm not quite sure I understand how do you use HDT for dumping over tftp server. The wiki on dumping does not offer much details on how to set this up. >From my understanding is you need to run pxelinux somewhere but being that HDT is a bootable cd ISO, I don't see how I can get HDT up from a TFTP server without the need to install something on that TFTP server. Is there a more
2019 Feb 28
3
Making LLD PDB generation faster
As for multithreaded ghashes: Even if the hashtable stores 32-bit indices to SeenHashes, you would still need to compare the ghashes for collisions: https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/ADT/DenseMap.h#L627 Finding the 32-bit index in the hashtable doesn’t necessarily mean it’s the right one. The following table shows the collision distribution when inserting (type)
2019 Feb 25
2
Making LLD PDB generation faster
Sadly the patch on https://reviews.llvm.org/D55585 didn't apply on my clone of llvm at all :( It will take me quite some time to test this out. On Mon, Feb 25, 2019 at 5:08 PM Alexandre Ganea <alexandre.ganea at ubisoft.com> wrote: > > For enabling large memory pages, see this link: https://support.sisoftware.co.uk/knowledgebase.php?article=52 > > Meow hash isn't in the
2019 Feb 25
2
Making LLD PDB generation faster
I think its a huge bug that it doesn't raise any errors or warnings about it. But I will open a ticket on cmake, they should be using clang-cl.exe and lld-link.exe if T="llvm" probably set host to 64 bit as well. On Mon, Feb 25, 2019 at 3:34 PM Zachary Turner <zturner at google.com> wrote: > > I don’t think changing the compiler or linker is supported with the vs
2019 Feb 27
4
Making LLD PDB generation faster
This could be ICF. There were lots of issues with ICF on ARM64, but they are not inherently ARM64-specific, they just come up there more often. See https://reviews.llvm.org/D56986 which fixes that. Easiest thing is always to profile or add /time to see what's slow. On Wed, Feb 27, 2019 at 6:30 AM Leonardo Santagada <santagada at gmail.com> wrote: > Anyone would know why lld takes
2019 Feb 25
3
Making LLD PDB generation faster
Can you please try using Ninja instead? cmake -G Ninja f:/svn/llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_OPTIMIZED_TABLEGEN=true -DLLVM_EXTERNAL_LLD_SOURCE_DIR=f:/svn/lld -DLLVM_TOOL_LLD_BUILD=true -DLLVM_ENABLE_LLD=true -DCMAKE_C_COMPILER="C:/Program Files/LLVM/bin/clang-cl.exe" -DCMAKE_CXX_COMPILER="C:/Program Files/LLVM/bin/clang-cl.exe" -DCMAKE_LINKER="C:/Program
2011 Sep 05
6
help with warcraft please launcher problem
i have read everything i can find relating to this and i got nothing i have ubuntu 11.04 wine 1.3.15 amd athlon x2 dual core QL-60 ati radeon graphics card 3100 i belive at first i was running wine 1.2 and i got the water glitch. trolled for a while and updated the version to 1.3 now WoW wont load after pushing the play button on the loader. after more looking i fount that wine 1.3.26 will work
2009 Nov 17
3
gem install rails - errors MAC OSX (snow leopard)
This produced quite a mouthful of text. I''m stuck on the error messages and wondering if I messed something up. Any advice would be very appreciated. Thank you. dust:~ Lex$ gem install rails WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and /usr/bin aren''t both writable. WARNING: You don''t have /Users/Lex/.gem/ruby/1.8/bin in your PATH, gem executables
2011 Jul 02
6
playonlinux - FARCRY2 glitch
Hello. I installed Far Cry 2 + the patch. I have suse 11.4 + KDE. The run button doesn't do anything. Right after I installed it, I use the autorun feature to get far cry running. After I reboot, I can't get the feature to work again. The start menu has far cry references, but they give file not found. The correct location: media\FARCRY2, it's set at media\cdrom. I have to attemped a
2019 Feb 25
5
Making LLD PDB generation faster
Times for lld compiled with LTO: Input File Reading: 1430 ms ( 3.3%) Code Layout: 486 ms ( 1.1%) PDB Emission (Cumulative): 41042 ms ( 94.6%) Add Objects: 33117 ms ( 76.4%) Type Merging: 25861 ms ( 59.6%) Symbol Merging: 7011 ms ( 16.2%) TPI Stream Layout: 996 ms ( 2.3%) Globals Stream Layout:
2019 Feb 25
2
Making LLD PDB generation faster
That's good news. For having debug info, you could try adding /Z7 on the cmake cmd-line, such as -DCMAKE_CXX_FLAGS="/Z7". Or use the 'RelWithDebInfo' target instead of 'Release' and add -DCMAKE_CXX_FLAGS="/Ob2" (because that target uses /Ob1 as a default). Can you please send a patch on Phabricator if you fix the LLVM_ENABLE_PDB issue with Clang? The goal
2008 Mar 06
1
Repeated measures using lme
Dear list, I am trying to do a repeated analysis using lme in R and a little bit unsure if I have set up the right statement. The problem is the IL6 (interleukin 6) was measured 5 times on each individual in each of 6 companies. The hypotheses are to see whether there is a relationship between IL6 and the total dust in each of the companies and if there is any change in IL6 across time
2020 Apr 01
2
LLD issue on a massively parallel build machine
On another login node which is 256 (GB)/48 (nodes) JURECA at JSC, I never had an LLD issue without setting -j when executing ninja in the past few weeks. On Thu, Apr 2, 2020 at 7:17 AM Itaru Kitayama <itaru.kitayama at gmail.com> wrote: > Tom, > Then what ratio do you think it’s minimal? > > On Thu, Apr 2, 2020 at 6:11 Tom Stellard <tstellar at redhat.com> wrote: >
2011 Mar 21
0
[Assassin's Creed : Brotherhood]Online Mode doesn't
Hi everybody, I have a problem with this game when i want to play with the Online Mode. (It's possible to play it with the Offline Mode) The connection at the Ubisoft server works correctly, there isn't the same bug that Assassin's Creed 2 (24590 (http://bugs.winehq.org/show_bug.cgi?id=24590) and 22064 (http://bugs.winehq.org/show_bug.cgi?id=22064). The problem come from when i
2008 Dec 25
19
Prince of Persia 2008 HowTo
Hi there. Sorry, but I am a total noob regarding wine. I succeeded in installing Prince of Persia 2008 with wine and the game also starts, but I can't see any video (only hear sound). Can somebody help me with a how-to to run the game? I run Ubuntu Intrepid and in the winw configuration I can see it is set to Win XP and that the sound drivers al alsa, but I don't know anything about the