similar to: Star Sonata

Displaying 20 results from an estimated 300 matches similar to: "Star Sonata"

2011 Mar 31
2
Atlantica Online
Hello, Context As the topics mentions I'm trying to run the game Atlantica Online under wine. I have read some topics where is clearly stated the game runs with wine and I have even seen some screenshots. I hope someone here will be able to help me out. Environment OS: Kubuntu 10.10 Kernel: 2.6.35-28-generic Wine: 1.3.16 WineTricks: vcrun2005 Succeeded Launching the installer Downloading
2012 Mar 01
2
Eligium on Ubunto 11.10 Wine 1.3.28
Hello all. Just having some hiccups getting this game running. Hope I got enough information in here for you guys. I checked the APPDB site but the guy is actually getting further than I am. XP Emulation Have Winetricks Using Allfonts. Using D3dx_43 I added Vcrun2008 but it required msvcp80.dll so I also added Vcrun2005 and that made fixed that. Used: Code: cd
2009 Mar 15
11
Grand prix legends recognize only two joystick axis
Hi, I'm trying to use my saitek cyborg evolution to play with grand prix legends. The device is correctly recognized by linux as a 6 axis 12 button device: Code: jstest /dev/input/js0 Driver version is 2.1.0. Joystick (Saitek Cyborg USB Stick) has 6 axes (X, Y, Z, Rz, Hat0X, Hat0Y) and 12 buttons (Trigger, ThumbBtn, ThumbBtn2, TopBtn, TopBtn2, PinkieBtn, BaseBtn, BaseBtn2, BaseBtn3, BaseBtn4,
2004 Feb 29
0
[RESEND] Mixer + Joystick problems with a game. Anybody willing to debug?
Hi there! I've just downloaded a shiny new demo version of the rocking flight simulator X-Plane 7.30 [1]. Wine seems to like it, except for two flaws. It would be nice if any of you felt good enough to track down and solve any of them: - Mixer underrun: The sound mixer buffer seems to have some problems with this game when changing engine speed. I guess there this is a multi-wav mixing
2008 Dec 27
1
contour plot - smooth lines
Dear R-Users, I am using 'contour' to plot a graph using values x,y and a matrix z. I would like to obtain 'smooth lines' instead of no-smooth contour lines. I tried with filled.contour too. In a Post I found yy <-predict(interpSpline(x, y)) I could use that method for each range that I want to plot but I hope to find a easier method. Thank you Tommaso Letterio DIAF - UniFi
2008 Jun 01
1
Joystick Axis not working
My Joystick, a Logitech Extreme 3D, works natively in Linux. It's mapped to /dev/input/js0 All the buttons on the joystick work in wine, but the Joystick's Axis', HAT switch and throttle do not work in wine. Specifically, I'm trying to play Xwing Alliance. I'm running Gentoo Linux, 2.6.25.4 kernel, wine 1.0 rc3 Any help getting my joystick's axis', hat switch,
2007 Sep 14
1
[Bug 1288] ssh-add on Cygwin -- can't access ssh-agent socket
http://bugzilla.mindrot.org/show_bug.cgi?id=1288 Tom Ueltschi <bugzilla.mindrot.org at ueltschi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla.mindrot.org at ueltsch | |i.net ---
2001 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 20010731 you get a warning message. // generates a warning CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1); These warning relates to the defines found in include/winbase.h file where we have: UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); UINT WINAPI
2008 May 09
4
VB6 and wine_get_unix_file_name
Hello, I'm trying to make a function for using wine_get_unix_file_name in VB6 programs. Private Declare Function lstrcpyA Lib "kernel32.dll" (ByVal lpString1 As String, ByVal lpString2 As Long) As Long Public Declare Function GetProcessHeap Lib "kernel32" () As Long Public Declare Function HeapFree Lib "kernel32" (ByVal hHeap As Long, ByVal dwFlags As
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons: A long time ago I used to be able to start R (version 2.6.1) from a Delphi 7 program and run a script by using a procedure like the following: function StartRAndWait (CommandLine : string) : Boolean; var Proc_info: TProcessInformation; Startinfo: TStartupInfo; ExitCode: longword; CreateOK : Boolean; begin Result := False; { Initialize the structures }
2005 Aug 08
1
Wine (latest) - Keyboard not functioning
Hi, I am having a little bit of trouble with wine: I am running the CVS version (200507025), which is the only version that has worked so far in trying to get anything running for several weeks. As a test, I am running rayman 2. It goes to the menu beautifully, sound works perfectly, etc... the only problem is, my keyboard does not work! I have tried changing video modes etc, and considering
2014 Jan 14
1
[PATCH] hivex: Make empty strings in REG_MULTI_SZ values available.
--- lib/value.c | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/lib/value.c b/lib/value.c index db6396f..c4e21ec 100644 --- a/lib/value.c +++ b/lib/value.c @@ -462,7 +462,27 @@ hivex_value_string (hive_h *h, hive_value_h value) return ret; } -/* http://blogs.msdn.com/oldnewthing/archive/2009/10/08/9904646.aspx */ +/* Even though + *
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
Anarchy Online is running great through WINE. However, I need to apply this patch in order for the right mouse button to do extra functionality === Code: diff --git a/dlls/user32/Makefile.in b/dlls/user32/Makefile.in index 3dbde26..d1ebfe8 100644 --- a/dlls/user32/Makefile.in +++ b/dlls/user32/Makefile.in @@ -1,7 +1,7 @@ EXTRADEFS = -D_USER32_ -D_WINABLE_ MODULE = user32.dll IMPORTLIB =
2004 Mar 26
0
sequencer (sound)
Greetings! Hope this is the right forum. Got the 20040309 wine source, built it, installed it. Seemns to work reasonably well. However, when attempting to install/run games that are stated to be working under wine (Caesar III, Railroad Tycoon II), I can install (in the case of Caesar III, I get sound, none in RRTII). However, when attempting to run Caesar, it hangs, and I get a blank
2004 Aug 06
1
C++ wrapper for speex
hi sirs, i am only recently studying speex and i'm looking for a C++ wrapper for speex that has higer-level implementations for the Encode and Decode functions, to sort of base my initial understaning of how the speex API work. i have in fact created my own, following on the instructions in the speex codec manual, but i havn't really made any positive progress. (a lot of people have
2005 Feb 21
0
Starfury again
Hmm, no one bit on my previous question about Space Empires Starfury... all right, this time I've got a little bit of technical info which might be helpful - here's what the terminal prints prior to the game crashing and requiring a kill -9 to get rid of it: fixme:font:load_VDMX Failed to retrieve vTable fixme:ddraw:DirectDrawEnumerateExA no non-display devices supported.
2004 Aug 06
2
C++ wrapper for speex
hi Tom, i downloaded your speex wrappers and they're really what i'm looking for! i really cannot worry about container support at the moment because i'm working with real-time audio, and hopefully toward VoIP when everything else is in order. im using waveform to capture data from the microphone. the raw PCM sample is stored in the WAVEHDR structure's member lpData, and this
2001 Aug 13
1
WineLib Linker Error?
I am doing some testing with WineLib and the 20010731 release and am having some trouble with the final linkage. I have a very simple test.cpp file and the following spec file: name test mode guiexe type win32 import shell32.dll import comdlg32.dll import user32.dll import gdi32.dll import kernel32.dll import ntdll.dll and a hand crafted make file. When I run the make I get the
2004 Aug 06
0
C++ wrapper for speex
Ronald, I recently wrote some wrapper classes for the Speex encoder and decoder for use with my VoIP program. I think they're pretty high level and easy to use. They handle all buffer allocation internally to make life easy. Here's a simple little example that happens to use VAD: // buf is float[] or short int[], buflen is multiple of frame size // (there is a getFrameSize() method
2011 Feb 13
0
Re: Star Sonata - wine client error:25: write: Bad file descript
Well I'm not sure exactly if this fixed it, but when I was doing some audio stuff I switch my wine from OSS back to ALSA and now Star Sonata works just fine. Another game I had which crashed in windowed mode but worked in fullscreen now also works just fine in windowed mode. So this is all good now.