similar to: Star Wars Battlefront 2: can't type the code in

Displaying 20 results from an estimated 2000 matches similar to: "Star Wars Battlefront 2: can't type the code in"

2009 Feb 13
5
BattleFront II -- UnderWine NEED HELP BAD!!!!!!!!!!!!!!!!!!!
JavaGeek1212 <wineforum-user at winehq.org> wrote on Friday the 13th of February: > >ok here is the output it gives me; > > >i typed this: >wine start "c:\\Program Files\\LucasArts\\Star Wars Battlefront II\\GameData\\BattlefrontII.exe" > >and it told me this: >fixme:exec:SHELL_execute flags ignored: 0x00000500 >jacob at Battlefront2:~$
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 Aug 13
2
Star Trek Armada 2
I tried to install and play Star Trek Armada 2 (DirectX 8.0a) with Wine 0.9.19. No Winetools or so were used. Just plain wine. Installation worked fine. I just rejected to install DirectX 8.0a. Starting was without sound, but with movie sequences. Then it stopped. Any suggestions what to do? Here the reports: installation: err:ole:CoGetClassObject class
2006 Aug 17
1
bug 4794: Star Wars Galactic Battlegrounds & Wine 0.9.19
I tried to install SWGB with pure Wine 0.9.19. Beside err:mmio:MMIO_ParseExtA No . in szFileName: "D:\\Install\\HOVER" fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy a screen pops up with the text "The Install Shield Engine (Kernel.exe) couldn't be installed"+ "Write protected". Mike, can you install SWGB with Wine 0.9.19 and how?
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:
2009 Feb 13
2
Re: BattleFront II -- UnderWine NEED HELP BAD!!!!!!!!!!!!!!!!!!!
Ok I got it to launch but i have to run it through safe mode and it gets to the part where it starts loading like the tis and tricks screen and just sits there...... IT NEVER FINISHES PLEASE HELP????
2006 Aug 17
1
Avast Professional Edition 4.7 & Wine 0.9.19
crashes really soon: fixme:advapi:SetEntriesInAclA 1 0x337914 0x1835e4 0x3378f8 wine: Unhandled page fault on write access to 0x000000ae at address 0x7bc361ff (thread 000e), starting debugger... I know: It's a little bit crazzy to test an anti virus app in wine but why not? :)
2009 Jul 09
0
Battlefront II
Ok I would like to run a game in wine called "Starwars Battlefront II" My old attempts to do this were not working so I posted here I typed this into the terminal: wine start "c:\\Program Files\\LucasArts\\Star Wars Battlefront II\\GameData\\BattlefrontII.exe" and it told me this: fixme:exec:SHELL_execute flags ignored: 0x00000500 dave at Battlefront2:~$
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
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 26
7
RHTML in database?
Hi, is it possible to store RHTML templates or partials in database? thanks, Bojan Mihelac -- Bojan Mihelac Informatika Mihelac, Bojan Mihelac s.p. | www.informatikamihelac.com -> tools, scripts, tricks from our code lab: http://source.mihelac.org
2006 Jun 02
3
Advice, why value_before_type_cast in FormHelper?
I am wondering why is in creating text fields with form_helper used value_before_type_cast instead of attribute value for field value? I set rails enviroment so date fields are in european format (dd.mm.yyyy) and would like to have same format in forms, but because of value_before_type_cast is called, form fields are filled with ''yyyy-mm-dd'' or timestamp integer, etc.
2006 Mar 23
8
DRY principle - how to implement?
Hi all! I have ''send_status'' table which looks something like these: id code title 1 sent Sent 2 error Sending error 3 success Success Next I would like to associate some processed records with their ''send_status''. Is it better to use: 1) record.status_id = SendStatus.find(:one, :condition => "code=''sent''").id to
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 Jan 11
10
Recommend server for developing RoR on win
Hi all, can you recommend me which web server config to use for developing rails on windows machine. I tried webrick, which is good but it''s annoying because console window is in taskbar for every site running and it have to be started manually. Apache with CGI is to slow and using FastCGI on the other side brings me lot of problems, like randomly not working RoR sites. Any help is
2006 Jun 29
2
Shared or VPS/dedicated hosting
Hi, I was wander if anyone can tell based on self expirience what would be limitations for rails app regard shared hosting. For example on PHP/MySql db driven app on shared hosting can handle 1000 users a day without problems. I know there are many factors involved but would like to hear your thoughts, when would you upgrade and if you would deploy rails app on shared hosting at all. thanks
2002 Dec 10
2
C caron character in R
Hi! In R 1.6.1. for Windows using RGui interface I try to use characters of Slovenian alphabet. Slovenia is a small Slavic country south of Austria with 3 characters which are not found in English alphabet, namely C, S and Z- all with caron. As S and Z are presented OK in both Console and Graphics window, this is not the case with C caron, which is shown as E acute- for an example please see:
2006 Jan 09
3
FCGI and Apache2 on win performance problem
Hi all, I am having problems with FCGI and Apache2 on windows. The error I often receive is 500 error code response with logs listed down. I successfully use Webrick server and CGI (very slow). I had configured apache as is described in these document: http://dema.ruby.com.br/articles/2005/08/23/taming-fastcgi-apache2-on-windows. Any suggestions? Logs: > Errno::E232 (The pipe is being