search for: splinter

Displaying 20 results from an estimated 43 matches for "splinter".

2009 Feb 22
1
Can't get Splinter Cell Double Agent to run
...RAM AMD/ATI Mobility Radeon HD3470 (worst VGA ever used, but don't have better though) Ubuntu 8.10 Intrepid Ibex, wine-1.1.15, latest ati drivers Here are the terminal outputs: First with original .exe: Code: middreks at middreks-laptop:~/.wine/drive_c/Program Files/Ubisoft/Tom Clancy's Splinter Cell Double Agent/SCDA-Offline/System$ WINEDEBUG="fixme-all" wine Sp*.exe err:rpc:I_RpcGetBuffer no binding wine: Unhandled page fault on read access to 0x00000000 at address 0x10d3a303 (thread 0009), starting debugger... Unhandled exception: page fault on read access to 0x00000000 in 32-...
2012 Feb 20
4
Workarounds for Splinter Cell: Conviction
Hi I've been able to get Splinter Cell: Conviction running quite smooth on my system, and I just want to share with any others what I had to do to get it all working. A few days ago, I submitted a testreport in AppDB, but it was rejected with the info that I was testing a patched version of wine. Which is true, because vanilla win...
2010 May 05
0
Splinter Cell: Conviction crashes
Installed it on Ubuntu 10.04 64bit, latest nvidia drivers, wine 1.1.43. Used a no-cd crack and winetricks to install dx10 libraries. When I try to run the game it crashes and this is the terminal output: > wingnux at wingnux-desktop:~$ env WINEPREFIX=/home/wingnux/.wine-splinter wine ~/.wine-splinter/drive_c/Program\ Files/Ubisoft/Tom\ Clancy\'s\ Splinter\ Cell\ Conviction/src/system/conviction_game.exe > fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 21/02/2010, dlt (d/m/y): 17/10/2010 > fixm...
2010 Dec 21
4
Keeping Leading Zeros, Treating numbers as text
Hello, I have a data set, with some numerical values, some non-numerical data, my issue is that I need to preserve my ID numbers (numerics) with the leading zeros, but when I import the data into R (it's in .csv format) using the read.csv(" ") command, it turns all the ID numbers (Example: 00210) into numbers, removing the leading zeros, so I end up with 210. I tried using the
2010 Aug 31
2
Splinter Cell Conviction
...cess tid prio (all id:s are in hex) 0000000e services.exe 00000016 0 00000015 0 00000014 0 00000010 0 0000000f 0 00000011 winedevice.exe 00000017 0 00000013 0 00000012 0 00000019 explorer.exe 0000001a 0 0000001e (D) C:\Program Files\Ubisoft\Tom Clancy's Splinter Cell Conviction\src\system\Conviction_game.exe 00000020 1 0000001f 0 <== Backtrace: =>0 0x7b8326d3 DebugBreak+0x3() in kernel32 (0x017afb00) 1 0x00e99709 in conviction_game (+0xa99708) (0x014a3e08) Thanks for your help.
2010 Jan 07
1
Splinter Cell Double Agent crash on start up
Hello, I'm new to Wine but have just installed Splinter Cell Double agent. I can get the game to launch, but it crashes and displays a message saying Wine caused the crash. I've looked in the AppDB and have replaced one of the dll files it said to for the game... Here's the Terminal code... any chance anyone knows how to get this working? Many...
2011 Sep 15
1
portfolio, portfolio.optim function not found
...rary/tseries/html/portfolio.optim.html this is the example code, as found at the link: x <- rnorm(1000) dim(x) <- c(500,2) res <- portfolio.optim(x) res$pw the error I get is: Error: could not find function "portfolio.optim" Any thoughts on how this could be? Thanks James Splinter [[alternative HTML version deleted]]
2006 Mar 31
35
Frustrated with RoR environment splintering
Why isnt the RoR community focusing on robust and scalable mod_perl style of Apache environment, rather then splintering all over the place with lighthttp, mongrel, WEBrick, SCGI, fcgi, etc??? Its frustrating as someone who is trying to migrate to RoR. Its very unlikely I would ever get a contract to work on any webserver except Apache, so it would seem logicaly to focus all our efforts to make Apache the ...
2020 Jan 11
0
Wine release 5.0-rc5
...inehq.org/git for details. Wine is available thanks to the work of many people. See the file AUTHORS in the distribution for the complete list. ---------------------------------------------------------------- Bugs fixed in 5.0-rc5 (total 19): 9609 graphical glitches running Tom Clancy's Splinter Cell Demo (need better FBO stencil buffer support) 25728 UFO: Extraterrestrials Gold - crash at start caused by wine's built-in dsound/directmusic 34041 Skyrim (Steam) hangup on quit 34379 Splinter Cell: Blacklist voice stuttering 35194 Emperor: Battle for Dune does not show compres...
2006 May 29
14
Jabber Powered Rails Chatroom
For those who cant access IRC, or just looking for a quick browser based alternative, i started an open jabber powered webchat for rails. Hopefully this will be a nice alternative for people to go to ask questions, get some help, offer some help, etc. I hope the community enjoys it, just trying to give a little back for all the hard work. It can be accessed here http://jabber.dufftech.com
2013 Apr 26
0
[LLVMdev] Proposal for new Legalization framework
...ted to the community in the next 2-3 months. In the mean time, I think it's best if the interested parties meet to discuss this in person (sorry I understand this is not possible for some). To me, it's almost impossible to discuss such a broad topic in email threads since it will inevitably splinter into multiple threads. Evan > > > Reed > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
2007 Mar 21
2
ORA-03106: fatal two-task communication protocol error
...'' create tablespace mcd datafile ''/oracle/oradata/d102/mcd_0.dbf'' SIZE 500M; create user mcd identified by XXX default tablespace mcd ; grant select_catalog_role, connect, resource, XXX, create session to mcd; ## Start server app ruby script/server -d -p3000 http://splinter:3000/ ## Configure App ( Correct oracle db spec ) vi config/database.yml development: adapter: oracle database: d102 username: mcd password: XXX ## Test config ( db connection ) rake db:migrate (OK) ## Create Model & assosciated tables ruby script/generate model structure...
2013 Apr 25
2
[LLVMdev] Proposal for new Legalization framework
On 04/24/2013 07:39 PM, Chris Lattner wrote: > On Apr 24, 2013, at 6:27 PM, Reed Kotler <rkotler at mips.com> wrote: >> I would really push towards doing this in LLVM IR as the next step. > > What makes you say that? > >> It's possible that what you are proposing is the right "long term" solution but I think it's not a good evolutionary approach;
2002 Jan 08
0
Some X11 programs don't work on connection from SSH Secure Shell
...is O_NONBLOCK debug1: channel 2: new [X11 connection from 137.78.37.65 port 43165] debug1: channel 2: open confirm rwindow 30000 rmax 2048 And then it says no more. But these programs work fine if I connect via ssh from a Linux box or fsecure (SSH1). If I scratch my head any more I'll get splinters in my fingers. Any suggestions? -- Peter Scott Peter.J.Scott at jpl.nasa.gov
2007 Dec 10
1
centos 5.1 install on thumbdrive
Is there anything new on installing centos 5.1 on a 4G thumbdrive? What about the number of writes to the flash? Is that still a problem? Jerry
2011 Aug 19
1
2 mouse cursors visible using a steam app
...the middle of the screen and looks like the gnome cursor. If you move your mouse, the middle cursor tries to move in same direction but snaps back to the middle. Now some tested games; CS:S - During menu the middle cursor isn't there, but as soon as you enter game it's under the crosshair Splinter Cell (original) - original problem Elder Scrolls oblivion - same It only appears to affect my steam prefixes, I've tried a steam install with no overrides and same problem, yet another game in a different prefix (like bridge commander) hasn't got the same problem. In fact im sure its steam...
2010 Apr 30
1
USB Key Setup
Marcus Moeller wrote on 04/30/2010 02:45 AM: > Dear Phil. > >> Thanks for the feedback. Will have a look when I get time, which may not be >> soon with 5.5 QA heating up. I was actually thinking about depreciating >> that procedure and recommending UNetbootin which is a lot simpler to use. I >> created a RHEL6 Beta bootable USB flash device on an 8GB stick using
2011 Oct 02
2
Mou - Markdown editor for web developers
Hi all, I made a new markdown editor for Mac, named Mou - http://mouapp.com It's still in early beta stage. Requires OS X 10.7+ to run. Let me know how do you think about it. :) Kudos to John Gruber who invented Markdown language, as always! :) Best regards, Chen Luo
2018 Jul 09
0
Wine release 3.12
...senter 4.x (.NET 3.5 WPF app) fails on startup (devenum CreateInstance() doesn't support IID_IUnknown) 27497 Regedit mangles registry keys containing embedded NULLs 29325 Stranded II: laggy mouse pointer in the inventory screen 30910 Lighting incorrectly drawn in Alien Shooter 34365 Splinter Cell: Blacklist error with d3d_texture:wined3d_texture_apply_state_changes 34916 cmd:batch fails on Windows 8 and 8.1 35427 Diplomacy (1999) crashes on startup 35706 Splinter Cell: Blacklist crashes with Field AO & SSAO 35902 Certificates signed using ECDSA signature can not be veri...
2010 Oct 22
1
Problem with Aggregate - Sum, limit on number of criteria
Hello, It appears there is a limit in the number of criteria that can be put into the Aggregate sum function. (It looks like it is 32). My code is; HSfirst=aggregate(count,