similar to: [Regression Testing]Questions

Displaying 20 results from an estimated 10000 matches similar to: "[Regression Testing]Questions"

2011 May 23
1
Regedit + Applications = Options
Hi, Actually, i use "~/.wine" for my all applications. When i want to override a dll, it's simple, i use winecfg and i have this line on Regedit : Code: HKEY_CURRENT_USER\Software\Wine\AppDefaults\POWERPNT.EXE\DllOverrides I create a [DIRECT3D] key for Assassin's Creed Brotherhood, i create it like this : Code:
2011 May 09
4
ACBSP.exe bug.
I'm running Wine 1.3.19, And I'm using Steam for Assassins Creed: Brotherhood. When I try and start the game, it performs a first time setup, then the error: "The program ACBSP.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience." I would really like some help with this problem, please.
2007 Sep 13
5
cannot compile latest git since 8c921f54f26b483cd271a0677bb6e731bf7feb0b
Hi!, latest git does not compile: rm at eurasia:~/swfdec/swfdec$ make make all-recursive make[1]: Entering directory `/home/rm/swfdec/swfdec' Making all in libswfdec make[2]: Entering directory `/home/rm/swfdec/swfdec/libswfdec' make[2]: *** No rule to make target `swfdec_as_scope.c', needed by `swfdec_asnative.h'. Stop. make[2]: Leaving directory
2016 May 31
2
[cfe-dev] GitHub anyone?
On Tue, May 31, 2016 at 04:24:08PM -0400, Aaron Ballman via cfe-dev wrote: > On Tue, May 31, 2016 at 3:31 PM, Renato Golin via cfe-dev > <cfe-dev at lists.llvm.org> wrote: > > Folks, > > > > There has been some discussion on IRC about SVN hosting and the perils > > of doing it ourselves. The consensus on the current discussion was > > that moving to a
2016 May 31
0
[cfe-dev] GitHub anyone?
> On May 31, 2016, at 1:31 PM, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > On Tue, May 31, 2016 at 04:24:08PM -0400, Aaron Ballman via cfe-dev wrote: >> On Tue, May 31, 2016 at 3:31 PM, Renato Golin via cfe-dev >> <cfe-dev at lists.llvm.org> wrote: >>> Folks, >>> >>> There has been some discussion on IRC
2011 Sep 06
0
[AC Brotherhood]Does not works
Hi, There is a problem with this game since more wine version. If you play at this game with the vanilla version or if the patch 1.01 is installed, the game runs correctly without problem. But, if you installed the patch 1.02 or patch 1.03, impossible to launch the game, wine crash quickly. Error message : Code: berillions at Debian64:~/.wine/drive_c/Program Files/Ubisoft/Assassin's Creed
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
2020 May 09
5
Win7 clients problem after upgrading samba file server to 4.12 on Arch
Hi All, It's already 6am at my side. After the whole night of bisecting, compiling and testing I think I have nailed it: fd61e550acec6e9924a71712eef739b58c7d68e8 is the first bad commit commit fd61e550acec6e9924a71712eef739b58c7d68e8 Author: Volker Lendecke <vl at samba.org> Date: Mon Sep 16 16:16:40 2019 -0700 smbd: Don't always walk the share mode array in
2016 Jun 30
2
Git Move: GitHub+modules proposal
On 30 June 2016 at 05:14, Tim Northover <t.p.northover at gmail.com> wrote: >> That makes it fragile, and that’s why I disagree with your “90% done” assessment. >> What if the service behing the hook is down for a few days? > > In the long-term view, a pretty trivial catch-up script ought to be > able to synthesize a sane history after any amount of down-time. >
2011 May 15
2
Questions about Wine
Hi, Actually, i use different prefix for all my applications. I would like to know if it's possible to use one prefix for multiple app who use different override dll. For exemple, i have an application X and application Y. X need to use d3dx9_* override dll and Y need to use msvcr90 override dll (vcrun2008). How to override d3dx9_9 dll only for the app X if i install d3dx9 by winetricks ?
2016 Apr 06
3
Calling a script from a script in a lit test
I'm trying to put together some tests for the optimization bisecting feature I'm working on and I've come across a stumbling block trying to accomplish something in a lit test. I've got an IR file with some simple functions, one of which includes a call to another function that will be inlined during optimization. I can use this to manually test my new OptBisect class by invoking
2011 Apr 20
1
[AC Brotherhood]Patch 1.02 = Error
Hi, Since i installed the latest patch 1.02, the game doesn't work when i launch it. The only files modified are ACBSP.exe et ACBMP.exe. If i launch the game without patch (1.0) or with the game patch (1.01), i haven't crash, the game works correctly. If i launch the game with the patch 1.02, i have a "starting debugger" in my console : Code: berillions at
2020 May 05
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
'git checkout' in your first sentence- please be more detailed. And please remember where I start - I am just after 'git clone' and build of 4.13.x Pawel wt., 5 maj 2020 o 23:28 Andrew Bartlett <abartlet at samba.org> napisa?(a): > On Tue, 2020-05-05 at 22:32 +0200, pavlos wrote: > > Hi Andrew et al, > > > > Now is the time to come back to my
2017 Dec 19
2
nouveau. swiotlb: coherent allocation failed for device 0000:01:00.0 size=2097152
On 2017-12-18 08:01 PM, Tobias Klausmann wrote: > On 12/18/17 7:06 PM, Mike Galbraith wrote: >> Greetings, >> >> Kernel bound workloads seem to trigger the below for whatever reason. >>   I only see this when beating up NFS.  There was a kworker wakeup >> latency issue, but with a bandaid applied to fix that up, I can still >> trigger this. > > >
2016 May 31
2
[cfe-dev] GitHub anyone?
> On May 31, 2016, at 1:42 PM, Matthias Braun <mbraun at apple.com> wrote: > >> >> On May 31, 2016, at 1:31 PM, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> On Tue, May 31, 2016 at 04:24:08PM -0400, Aaron Ballman via cfe-dev wrote: >>> On Tue, May 31, 2016 at 3:31 PM, Renato Golin via cfe-dev >>>
2016 Mar 26
0
RFC: New support for triaging optimization-related failures in front ends
I've worked on a compiler with a counter, but for individual optimisations, not just passes. It was incredibly useful! In the llvm world, it would let you bisect exactly which instcombine, dagcombine, or whatever causes an issue. I support the addition of a pass counter if it helps bisecting, but just wanted to point out that this can be as fine grained as the community is willing to accept.
2015 Oct 08
2
beta: cloud compiler bisection tool
I am happy to announce we are contributing one of our favorite internal tools: llvm bisect! First: I want to thank Daniel Dunbar for writing all the code for this tool, and Google for providing cloud storage and bandwidth to host it! We keep the compilers we build in the Green Dragon CI cluster, and now upload them to the Google Storage Cloud. The llvmlab bisect tool, takes those compilers
2008 Apr 26
9
No hide button in 0.9.60 ?
i am running flashfxp under wine now a while, recently i upgraded to kubuntu 8.04 and installed wine 0.9.60. I discovered that then there is no hide button anymore in FlashFXP. Onbly 2 Buttons to the left, the close and the maximize button. I then re-installed 0.9.59 and with that i get again the minimse button back, unfortunaly this version has a bug not displaying the program in the taskbar.
2017 Dec 19
2
nouveau. swiotlb: coherent allocation failed for device 0000:01:00.0 size=2097152
Am 19.12.2017 um 11:39 schrieb Michel Dänzer: > On 2017-12-19 11:37 AM, Michel Dänzer wrote: >> On 2017-12-18 08:01 PM, Tobias Klausmann wrote: >>> On 12/18/17 7:06 PM, Mike Galbraith wrote: >>>> Greetings, >>>> >>>> Kernel bound workloads seem to trigger the below for whatever reason. >>>>   I only see this when beating up NFS.
2016 Mar 26
2
RFC: New support for triaging optimization-related failures in front ends
Ok I cleaned it up and added some explaining comments. It's in llvm/utils/abtest now. - Mathias > On Mar 25, 2016, at 4:40 PM, Michael Gottesman <mgottesman at apple.com> wrote: > > >> On Mar 25, 2016, at 4:37 PM, Matthias Braun <matze at braunis.de <mailto:matze at braunis.de>> wrote: >> >> And as we are on the topic of bisecting/diagnosing