similar to: Help with debugging Fable

Displaying 20 results from an estimated 4000 matches similar to: "Help with debugging Fable"

2009 Mar 15
4
Fable breaks from wine 1.1.10 to 1.1.11
Hi, I guess I should open a bug in bugzilla. Some questions: I installed 1.1.10 and 1.1.11 through PlayOnLinux. Does this make a difference for the bug reporting? I have the output from the terminal (backtrace below). What could I do to provide more useful information? I suppose the next step would be to do a bisect but I've never done it and I suspect I'll need quite a bit of time.
2008 Jul 01
1
Fable The Lost chapters
If you install Windows Media Player, will the cutscenes in Fable work?
2011 Jan 15
6
Unity 3D Ubuntu
Installed unity perfectly, no error whatsoever, although when i run it, whatever path i put in it to create a new project in, it says "Specified path is not valid(should be a name of non existing or empty directory). I also tested using Unity Loader, and it shows the splashscreen until it crashes Ubuntu. I'm using Ubuntu 10.10, Maverick Meerkat. I can run it fine on Windows 7, without
2009 Feb 07
1
Fable crashes
I followed the installation instructions in AppDB but when I press New Game the game crashes. I'm using 1.1.15 in ubuntu 8.10 and it is reported that the game runs in 1.1.5. I tried in two machines both with NVidia cards (7600GT and a 9600GT). What I get running from terminal is below. Is there anything I can try out? I've tried also the "safe mode" from Fable which switches off
2023 Jan 05
1
R 'arima' discrepancies
Rob J Hyndman gives great explanation here (https://robjhyndman.com/hyndsight/estimation/) for reasons why results from R's arima may differ from other softwares. @iacobus, to cite one, 'Major discrepancies between R and Stata for ARIMA' (https://stackoverflow.com/questions/22443395/major-discrepancies-between-r-and-stata-for-arima), assign the, sometimes, big diferences from R
2010 Sep 21
3
Need help with dragonage
I finally moved from windows to ubuntu and so far have enjoyed it. But I have had some problems installing games such as Diablo 2, Fable, And my most recent failed attempt Dragonage. If any one has mastered the installation of this game could you please lend some help. Before any one mentions it I have tried to google it to no avail. Please and Thanks.
2001 Nov 12
2
Anyone had sucess with AutoCad ?
I played with it for about a year ago, and then I cold not get AutoCad R13 to work at all (except splashscreen). Does anyone have any status to give on AutoCad with wine ? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
2008 Mar 12
6
Relocating WINE prefix
On my system, I have the wine prefix installed in the default location (/home/username/.wine). However, I goofed when I was installing linux, and my home partition is very small compared to the root partition. I tried repartitioning it with a livecd, but it said that the volume was "locked" or something like that. Anyways, I only have about 2 gigs of space left on my home partition,
2007 Dec 27
1
Wx::SplashScreen, and events
I have the following code: #time = 7000 class TimeSplash < Wx::SplashScreen PATH_MAIN = 1 PATH_SETUP = 0 def initialize(time, path=PATH_MAIN) splash_bitmap = Wx::Bitmap.new(''timefly.png'', Wx::BITMAP_TYPE_PNG) super(splash_bitmap, Wx::SPLASH_CENTRE_ON_SCREEN|Wx::SPLASH_TIMEOUT, time, nil, -1) evt_close() {|evt| on_close_window(evt, path)} end
2006 Sep 27
2
SplashScreen
Because it was easy, I added SplashScreen support Roy _______________________________________________ wxruby-users mailing list wxruby-users@rubyforge.org http://rubyforge.org/mailman/listinfo/wxruby-users
2007 Mar 19
1
steam games
i have steam installed fine, everything works the way its suppost to, but i cant get CS or any of the 1.6 games to open. when i open any of them it makes my desktop rediculously big and i cant click on anything. the only way to get out of it is to hit ctrl alt delete and log out. anyone have any ideas? steam is like the only reason i got wine.
2009 Aug 19
1
Mouse Cursor drifts in some directx games
Hello, I am currently attempting to run some windows games through wine, specifically Fable - The Lost Chapters and The Elder Scrolls III - Morrowind and I am experiencing problems with my cursor drifting during game play. When I start the game (as soon as the menu screen) the mouse is initially stable, but after I move the mouse it will begin to drift vertically down at a constant speed
2007 Nov 12
1
Debugging WINE?
Hi, I'm trying to get EVE Online working under WINE in Solaris. Reading various forums, it works fine with the last few versions in _Linux_, however in Solaris it does not. The game consists out of two executables. The first is a simple splashscreen application that then starts the actual game executable. The splashscreen app seems to work fine, the splashscreen shows and WINE exits with
2008 Dec 28
1
Rayman 3 under Wine... it doesn't start
Hello there ^^ I have some trouble getting Rayman 3 to work. If i start Rayman3.exe i get the splashscreen, but then it's gone, no program whatsoever. I started the *.exe directly from the CD. What can i do to make it work ? Ps : i have Ubuntu 8.10
2010 Mar 22
1
how to analyze repeated measures count data?
Dear R community, I've data-set with reaction times and count data (answers - yes, no) of N subjects under conditions A, B. For the analysis reaction time I used aov. fit.rt = aov(rt ~ A * B + Error(subjects/(A*B)), data = m ) But how do I analyze the frequencies correctly? example fable of frequencies from one subject: , , = A1 B1 B2 B3 yes 31 36 19 no 22
2023 Aug 12
1
time series transformation....
dear members, I have a heteroscedastic time series which I want to transform to make it homoscedastic by a box cox transformation. I am using Otexts by RJ hyndman and George Athanopolous as my textbook. They discuss transformation and also say the fpp3 and the fable package automatically back transforms the point forecast. they also discuss the process which I find to be
2007 Dec 28
1
Wx:Wizard, Wx::WizardPageSimple
Ok, here is my class: #==================================== class SetupWizard < Wx::Wizard def initialize(timefly, title) setup_image = Wx::Bitmap.new("wizard_side.png", Wx::BITMAP_TYPE_PNG) super(nil, -1, title, setup_image) @timefly = timefly step_one = Wx::WizardPageSimple.new() setup_page_one(step_one) step_two = Wx::WizardPageSimple.new(nil,
2008 Jan 02
2
Invalid extensions
Hi all First I want to wish for everone a happy new year... Well... I have run asterisk 1.4.16.1 in a server. I have this IVR, in extensions.conf: [ura] ;exten => s, 1, Wait,1 exten => s, 1, Answer() exten => s, n, Noop() exten => s, n(debug),DumpChan() exten => s, n, Set(LANGUAGE()=pt_BR) exten => s, n, Set(CALLFILENAME=/var/spool/asterisk/monitor/entrada/) exten => s,
2005 Feb 25
5
installing from src on OS X
Hi I''ve built WxWidgets (2.5.4) and wxruby-swig (CVS) from source on OS X (.3). I''ve got something called wx.bundle in lib/ that looks the right sort of size - 2.5MB - but I don''t know what to do with it to install it - no rake install or make install? btw - wx on OS X looks fantastic, esp after seeing a Tk interface inside Aqua this am ... cheers alex
2004 Aug 06
2
RE: Mediacast1 yp dir update
Oddsock wrote: > > there are no known issues with > > listing streams at the moment...I am assuming that you know > there are > > multiple pages of listings, sometimes it hard to see that little > > "Next/Prev" link on each page.... and Ross Levis wrote: > Sometimes when I restart my stream it appears for a while without > updating the title etc and