Displaying 20 results from an estimated 20000 matches similar to: "Wine Tweaks"
2008 Jul 24
3
DoW Soulstorm crack
I was wondering if anyone has been able to get DoW Soulstorm Running on their Wine. I've looked at several forum lines, and no one seems to have been able to crack it yet. From what i've gathered, the reason it wont work is because of the cd check. If i were able to crack the game so it didnt check for the cd, would it work then? I'm very new to Linux, so please post any replies with a
2008 May 03
3
Soulstorm Error
I am running the latest version of wine on Ubuntu 8.04 - I have allowed my restricted video card to work and definitely meet system requirements.
When I run the .exe in terminal this is the error:
[Image: http://nickdbarron.250free.com/Pics/soulstormerror.gif ]
Any Ideas what is causing this? It doesn't allow for it to play at all.
2006 Jul 23
2
constructing a dataframe from a database of newspaper articles
I am hoping for some assistance with formatting a large text file which
consists of a series of individual records. Each record includes specific
labels/field names (a sample of 1 record (one of the longest ones) is
below - at end of post. What I want to do is reformat the data, so that
each individual record becomes a row (some cells will have a lot of text).
For example, the column
2011 Sep 15
9
Help with Supreme Commander Forged Alliance
Dear wine users,
when i try to run the game via
Code:
wine "C:\Programme\THQ\Gas Powered Games\Supreme Commander - Forged Alliance\bin\ForgedAlliance.exe" /novalidate /nomovie /nomusic
(or just the path without novalidate etc.)
I got this error:
Code:
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
2008 May 03
9
Supreme Commander Forged Alliance
I am running the latest version of wine on Ubuntu 8.04 - I have allowed my restricted video card to work and definitely meet system requirements.
When I run the .exe in terminal this is the error:
nick at Compy386:/hive/games/scfa/bin$ wine ForgedAlliance.exe
preloader: Warning: failed to reserve range 00000000-00010000
err:module:import_dll Library WINSTA.dll (which is needed by
2010 Mar 04
1
Minor tweak to sshd_config(5)
Hi,
There are a few minor tweaks I would like to suggest regrading the recently added
TrustedUserCAKeys section in sshd_config(5).
TrustedUserCAKeys
Specifies a file containing public keys of certificate authorities that are
trusted sign user certificates for authentication. Keys are listed one per
line, empty lines and comments starting with
2011 Dec 06
4
how to view/edit large matrix/array in R?
head, tail and fix commands don't really work well if I have large
matrix/array for which I would like to be able to scroll up and dow, left
and right ...
Could anybody please help me?
Thanks
[[alternative HTML version deleted]]
2008 Jan 31
1
RFC: ssh-copy-id tweaks
I'd like to propose a couple of tweaks to ssh-copy-id:
o Change the default ID_FILE from identity.pub to id_dsa.pub or perhaps
{id_dsa,id_rsa,identity}.pub to cover all the bases, although the
patch below deals only with id_dsa.pub - it would need some more
tweaking to deal with more than one (possibly non-existent) file.
o If the destination authorized_keys file already contains the
2008 May 03
0
Re : Re: Supreme Commander Forged Alliance
----- Message d'origine ----
> De : vitamin <wineforum-user at winehq.org>
> ? : wine-users at winehq.org
> Envoy? le : Samedi, 3 Mai 2008, 5h01mn 13s
> Objet : [Wine] Re: Supreme Commander Forged Alliance
>
>
> Harkainos wrote:
> > this is the first time i have heard of it actually 'breaking' wine.
>
> Said deaf person about birds singing
2010 May 17
0
Bug minimizing Warhammer DoW:Soulstorm in Gnome/Ubuntu 10.04
Hello.
I don't know if it's a bug or a feature of wine, Gnome, Ubuntu or all of them.
When I start Soulstorm, it is fullscreen, which suits me fine. When I hit Alt+Ctrl+D, the game minimizes, and I go back to the desktop. However, if I want to restore the window of another application (e.g. firefox), the game's window is restored fullscreen too, so I can't access firefox.
Is it
2012 Nov 12
5
Matrix to data frame conversion
I have a matrix which I wanted to convert to a data frame. As I could not
succeed and resorted to export to csv and reimport it again. Why did I fail
in the attempt and how can I achieve what I wanted without this
roundabouts?
The original matrix:
> str(comb_model0)
num [1:90, 1:4] 3.5938 0.0274 0.0342 0.0135 0.0207 ...
- attr(*, "dimnames")=List of 2
..$ : chr [1:90]
2010 Feb 26
7
How to add a variable to a dataframe whose values are conditional upon the values of an existing variable
Hi everyone,
I am at my wits end with what I believe would be considered simple by a more experienced R user. I want to know how to add a variable to a dataframe whose values?are conditional?on the values of an existing?variable.?I can't seem to make an ifelse statement work?for my situation.?The existing variable?in my dataframe is?a character variable named DOW which contains abbreviated
2010 Mar 05
2
How to assign week numbers to a time-series
Hello everyone,
My progress has stalled on finding a way of creating a somewhat complicated variable to add to my existing dataframe and I am hoping one of you could help me out. The dataframe below contains only a fraction of the data of my complete dataframe, but all of the variables. What I want to do is add another variable named 'WEEK' to this dataframe that is assigned 1 for row 1
2007 Feb 06
3
Warhammer: Dawn Of War Winter Assault Expansion (MSI problem)
Hello.
I'm trying to install this expansion under wine. The uninstaller reverted
Dawn Of War to 1.40 correctly as it should, but due to an msi installer
error, the expansion didn't install:
fixme:advapi:LookupAccountNameW (null) L"fab" (nil) 0x34f808 (nil) 0x34f804
0x34f810 - stub
fixme:advapi:LookupAccountNameW (null) L"fab" 0x16d190 0x34f808 0x16d1a8
0x34f804
2005 Jan 25
2
Having problems running palm desktop or the uninstall program
I have a user John Dow on a local machine johnsmachine. I have a samba
user jdow. When I moved the profile john dow to the domain keydomain, I
can't get the install program to run. This is how it looks. I have
local profile johnsmachine/John Dow and roaming profile
keydomain/jdow. When logged into profile johnsmachine/John Dow, I can
install and uninstall the palm software with no
2006 Jun 15
3
Can I call MySql statements directly??
Hi All.
I have a mysql statement that I would really really like to call from my
Ruby program which goes like this:
SELECT a, b, DAYOFWEEK(date_time) as DOW,
HOUR(date_time) at hr,
AVG(x/y)
FROM records;
This is possible by creating a 3-dimentional array of a, b, date_time
containing x/y, and then finding averages and putting it into a
4-dimensional array of a, b, dow,
2012 Feb 17
1
R's list data structure
Given
dayOfWeekName<-c("Mon","Tue","Wed","Thu","Fri","Sat","Sun");
dayOfWeekOrdinal<-c(1,2,3,4,5,6,0);
dayOfWeekWorkDay<-c(TRUE,TRUE,TRUE,TRUE,TRUE,FALSE,FALSE);
weekProfile<-list(dow=dayOfWeekName,dowI=dayOfWeekOrdinal,dowW=dayOfWeekWorkDay)
1. How can I conditionally get dow, dowI, and dowW from weekProfile?
2010 Aug 18
4
Supreme Commander crashes as game starts. Ubuntu 10.04 lucid
Hi,
I'm trying to run Supreme Commander Forged Alliance on my computer. The menus work fine, but when I come to start the game, it starts loading, crashes, then exits. On the game's winehq page, someone else had the same problem. The response from another poster was that setting the color depth to 24 bits fixes the issue. However, this doesn't work.
I'm new to wine, so sorry if I
2011 Mar 09
2
Complex sampling?
R users,
I am trying to generate a randomized weekday survey schedule that ensures even coverage of weekdays in
the sample, where the distribution of variable DOW is random with respect to WEEK. To accomplish this I need
to randomly sample without replacement two weekdays per week for each of 27 weeks (only 5 are shown). However,
I need to sample from a sequence (3:7) that needs to be
2016 Jun 02
2
CMake version specific tweaks in compiler-rt
Hi!
compiler-rt's CMakeLists.txt still contains tweaks for CMake version
2.8. Pre-2.8.12 are definitely irrelevant for CMake 3.4.3, but may be
post-2.8.12 tweaks are irrelevant too?
Eugene.