Displaying 20 results from an estimated 1000 matches similar to: "Wine 1.0 criterias"
2012 Jan 13
1
Guild Wars on Ubuntu 11.10 64 bit
Hello!
When I start Gw.exe with the Windows 98 profile it works very good. But I only have DX8 graphics. I guess this is the reason, why the game works so good.
Changing the profile to Win XP (and therefore GW uses now DX9) I have much graphic problems. Even at the lowest settings I have much errors.
I have installed DX9 with winetricks and I have a ATI 4900 Card which can do DX 10 and OpenGL
2006 Sep 28
4
PowerDVD 4.0: unimplemented function MFC42.DLL.6467 called in 32-bit code
I was able to install PowerDVD 4.0 by overriding mfc42.dll. So I could
close bug 6067.
Trying to run it I get:
Unhandled exception: unimplemented function MFC42.DLL.6467 called in
32-bit code (0x7bc37f38).
What should I do with this info? Open somewhere a bug? Is it a non-Wine
bug? Googling for it gives that some other people had problems with it
(see
2006 Sep 28
0
re: Wine 1.0 criteria
Bojan wrote:
> Is there a list of criterias for a 1.0 release of Wine? I couldn't find
> one. I was looking in the developers mailing list. But there's only a
> collection of bugs that must be fixed. ...
http://winehq.org/?issue=320 has a summary of Alexandre's talk
at Wineconf recently. It said in part:
"... a 1.0 release seems to be near... The current plan is to
2006 Aug 17
1
installation of "Civ 4", "Matrix: Path of Neo", etc.
Hi all
When I try to install some games, an error screen like the one in the
attachment appears. What can I do?
I use plain Wine 0.9.19.
Sorry, if I askes soem questions that could be in the FAQ. But I'm doing
now a rigid testing of Wine to see how good it works.
greetings
Bojan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Wine + "Matrix:
2006 Aug 22
1
Star Wars Battlefront 2: can't type the code in
On trying to install "Star Wars Battlefront 2", the installation arrived
at the point where the code has to be typed in. Unlike an other game,
the cursor blinks but neither a text appears nor is the code accepted.
The problem seems to trivial for me to open a bug. And anyway I opened
too many bug entries. :) So I ask here.
Has any one experienced a similar problem ?
In the
2006 Aug 13
1
Eclipse 3.2 with JVM 1.5.08
(Yes, I know that there's a version for Linux. I'm even using it!)
here the bug report for a simple start:
bojan@linux:~/Desktop/Downloads/eclipse> wine
/home/bojan/.wine/drive_c/Program\ Files/Java/jdk1.5.0_08/bin/java -jar
startup.jar
fixme:msg:PeekMessageW PM_QS_xxxx flags (0040) are not handled
fixme:oleacc:CreateStdAccessibleObject 0x2003a -4
2009 Apr 23
4
Which version of OpenGL is wine using?
Hello again.
Today I got following questions:
1.Which version of OpenGL is wine written in? 3.1? 3.0? 2.1? 2.0? Lower
maybe?
2.Is wine using custom OpenGL extensions? From which vendors (NVIDIA I
guess, ATI, S3, INTEL or others as well?)?
3.What is the minimum OpenGL version to run DX2/3/6/7,DX8,DX8.1 and DX9.0
apps? (I guess for OpenGL apps it doesn't really matter right? You are just
2010 Feb 26
2
interesting problems with dual monitors
ok so i will start off with some specs to help you, help me, help us all.
i am running ubuntu karmic 64bit, corei7, 6gigs ram, and 2 nv gts 250s(wont be able to run sli until they add dual monitor sli support to linux drivers) ignore the fact that i have a second card its not used in linux. but my big problem lies somewhere in my two monitors running twinview (both monitors resolutions are
2010 Feb 02
1
ggplot/time series with indicators question
Hello, I am trying to plot time-series data with certain weeks highlighted using symbols.
require(ggplot2)
#plotting time series data
timescale <- seq(as.Date("01/01/09","%m/%d/%y"), length.out=12, by=7)
data.all <- data.frame(
id = c(rep('111',12),rep('222',12),rep('333',12)),
week=c(timescale,timescale,timescale),
2006 Feb 02
3
What is best way to show only records belonging to logged user?
Hi all,
What is best way to show only records belonging to logged user? I
understand that it is better to handle this in model and not controller.
I am thinking of intercepting find methods in model and add clause
something like "WHERE id_user = #{user_id}". I would like to hear if you
would do it likewise and if yes is it better to hack find_by_sql() or
find() method?
thanks in
2006 Jun 12
2
Pdf::Witer question
Does anyone knows how to embed Type1 font with PDF::Writer? I read
manual, tried everything but nothing seems to work (The font ''FontName''
contains a bad /BBox error on PDF).
any help or hint would be really appreciated,
Bojan Mihelac
--
Bojan Mihelac
Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com
-> tools, scripts, tricks from our code lab:
2006 Jun 20
1
Possible to check if form field is required?
Hi list,
is it possible to check if form field will be required when form is
submitted (through validates_presence_of or some other validates_*
method)? I could do this manually but it doesn''t seems to me very DRY.
For example, I would like to be able to dynamically add asterisk with
some helper method if city is required here:
City*: <%= text_field
2006 Jul 21
1
Capistrano before and after tasks
I try to extend db:test:copy_structure task to poulate test database
with some existing data everytime i run it.
It seems that "after_" task is not called as should be:
> namespace :db do
> namespace :test do
> task :after_clone_structure do
> puts "after_clone_structure_to_test"
> end
> end
> end
Anyone know what I am doing wrong?
2006 Feb 02
0
What is best way to show only records belonging to loggeduser?
When I do this, I store the after a successful login. user''s id in
session. My controller actions pass that id into the find method
@tasks = Task.find_all_by_user_id(session[:user_id])
The session would have to be hacked in order for that to be broken. It''s
been secure enough for me.
-----Original Message-----
From: rails-bounces@lists.rubyonrails.org
2006 Jan 30
1
how to get column_for_attribute?
Hi all,
In the code below I don''t understand:
1. Why I have to prepend overriden method content_columns with "self."
to get it working?
2. Why column_for_attribute method is not working (no such method?) even
if SomeTable is subclass of ActiveRecord::Base which have public
column_for_attribute method?
> class SomeTable < ActiveRecord::Base
>
> def
2007 Jan 30
2
Error running Guild Wars with .9.3
Hello all,
I gave this a stab a few months ago but gave up and
just set up a dual boot. I'm running low on disk
space now and tired of messing with the muliple
partitions, so I'm giving it another go to get Guild
Wars running in Linux.
I'm runing Wine 0.9.3 on Kubuntu 6.06 (Dapper Drake).
I'm able to go through the instillation without issue,
but when it actually tries to
2006 Apr 13
1
ICH7 SATA RAID Broken, Was (Re: Timescale for 6.1-RELEASE...)
On 4/12/06, Ted Mittelstaedt <tedm@toybox.placo.com> wrote:
>
> >-----Original Message-----
> >From: Ted Mittelstaedt [mailto:tedm@toybox.placo.com]
> >Sent: Tuesday, April 11, 2006 6:04 PM
> >To: Nikolas Britton
> >Cc: Harrison Peter CSA BIRKENHEAD; freebsd-questions@freebsd.org
> >Subject: RE: Timescale for 6.1-RELEASE...
> >
>
2012 Jan 22
1
WineD3D installation issues
I don't know if this is the right place to ask for help on WineD3D, but as I am not using it for Virtualbox I thought it would be pretty useless to post on their forums.
Basically I want to use Wine to bypass the new DirectX 10's annoying 'feature' of software accelerating any programs that use DX8 or lower. I makes playing some older games either impossible or impossibly slow,
2006 Jul 12
1
Is it possible to reload all ActiveRecord objects
Hi all,
I wander if it is possible to force reload of all ActiveRecord object''s
of some class that are already loaded, something like Book.reload_all? I
know that I am able to reload specific objects with reload method but I
would like to reload all that are currently in memory.
thanks in advance,
Bojan
--
Bojan Mihelac
Informatika Mihelac, Bojan Mihelac s.p. |
2008 Apr 25
5
DX steam problems on WINE
Hello everyone, I'm new here and I need a little bit of help.
I'm running WINE 0.9.59 on Ubuntu 7.04
For starters I'm trying to get steam games to work on wine. I can get steam installed, and I log in fine. but when I go to launch a game it says "the latest version of Microsoft DirectX is needed to play this game"
So I look around the internet on how to installed dx on