similar to: I-bar "frozen" in text box, The Journal

Displaying 20 results from an estimated 1000 matches similar to: "I-bar "frozen" in text box, The Journal"

2010 Nov 28
2
Installing Wine for Debian Squeeze
Hi, I tried to install Wine following this instruction: http://www.winehq.org/download/deblenny, method 1. These instructions are in German. This gives me access to Wine 1.1.42 in 32-bit. According to the WineHQ homepage, 1.2 is the last stable. My system is 64-bit. I should be able to select between 1.2 and 1.3. So my guess is that this instruction is outdated, that that repository is not
2010 Jul 01
4
Wine 1.1.44 and WoW 3.3.5 crash
Similar case with the other recent post about this. World of Warcraft 3.3.5, just after install the new game patch Graphics: nVidia Corporation GeForce 7600 GT (rev a2) Driver: NVIDIA-Linux-x86-195.36.31-pkg1.run, the more recent now WIne 1.1.44, more recent versions have graphics errors for me Debian Lenny The console output after the crash is VERY long: wine: Unhandled page fault on write
2010 Nov 09
3
Does this software run under Wine 1.0?
Hello, I have got a little problem testing my MONIKA-Software in Wine. I acually use Wine 1.2 under Ubuntu 10.04. There erverything works fine so far. But now I got a request if my software will also run under Wine 1.0 (wine-1.0-3.1.i586, Suse 11 or 10). As far as I know it is not possible to install the old Wine 1.0 under Ubuntu 10.04. If there is a way, please let me know :) Otherwise, is
2010 May 01
4
Civ4 on Ubuntu doesn't work anymore after upgrade
Hi. I upgraded my Ubuntu installation to 10.04 this morning and now I can't make Civ4 work anymore (Beyond the Sword, patched 3.19, with last BUG mod). The application starts OK, but when I click "New Game", it crashes with this console message : wine: Unhandled page fault on read access to 0x18868000 at address 0x7c3428fa (thread 0009), starting debugger... Register dump:
2010 Jul 23
3
Java virtual machine problem on wine
Hello again everyone! I've got myself a problem trying to run a java application (with calls to Windows native libraries) on Wine 1.2. That aside, the problem is explained with this little example: Code: $ wine java -version java version "1.6.0_20" Java(TM) SE Runtime Environment (build 1.6.0_20-b02) Java HotSpot(TM) Client VM (build 16.3-b01, mixed mode) $ wine java -xmx1024
2010 May 03
2
MSHTML does not work in ja_JP.utf-8 locale
Behaviour: looks like any applications that try to use mshtml(most perfect dark and built-in iexplore) crash: Steps to reproduce > rm -rf ~/.wine > export LANG=ja_JP.utf-8 > wine --version wine-1.1.43 > wine iexplore wine: created the configuration directory '/devel/.wine' fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 - assuming all bytes
2010 Feb 12
7
Bonzai 3D - SketchUp with nurbs
Hi, I use SketchUp under wine and it runs really well, so first off many thanks to all those here who helped make that happen. Recentlly I've been looking for a SketchUp-ish app which can handle nurbs, and Bonzai3D appears to fit the bill. However, although though it currently runs under wine, menu icons are invisible. I am neither wine nor Bonzai competent, (under the hood), but if
2009 Jul 23
7
Ubuntu crashes when gaming
Hello, I am a french Ubuntu user since a few weeks. So, please excuse my English and my Technical knowledge. I've got a problem when I play games with wine : my computer crashes and reboots. I tried two games : wow and oblivion. Here is my config : ubuntu 9.04 ? Jaunty Jackalope ? 64 bits + Ext 4 Graphic card GeForce GTX 260 PLUS - 896 Mo DDR3 INTEL Core 2 Quad Q9400 - 2.66 GHz 3 x
2010 Apr 17
1
Alien vs. Predator Classic 2000 - Mouse doesn't working
Hi I have only one but BIG problem with this game. Mouse just doesn't working i don't know why i tried to change MouseWrapOverride to enable/disable/force and nothing helped. But sometimes when i lunch game i can see the mouse cursor somewhere in the game window and it doesn't moves the game just block it in one place. Of course i tried few things like run game in window/fullscreen
2010 Apr 17
1
Sim Tower crashing Under Latest dev vers
PC: Dell Inspirion 1300 w/ 1.6GHZ Intel and 512MB ram configuration OS: Lucid Lynx Xubuntu Beta 2 fully Updated like listed Installer fails to exit after install however when ran, "winevdm.exe" crashes and this is seen in terminal cael at cael-laptop:~/.wine/drive_c/SIMTOWER$ wine simtower fixme:winmm:MMSYSTDRV_SetHandle Already has a thunk for this handle (nil)!!! wine: Unhandled page
2011 Jan 26
1
Error handling with frozen RCurl function calls + Identification of frozen R processes
Dear list, I'm tackling an empiric research problem that requires me to address a whole bunch of conceptual and/or technical details at the same time which cuts time short for all the nitty-gritty details of the "components" involved. Having said this, I'm lacking the time at the moment to deeply dive into parallel computing and HTTP requests via RCurl and I hope you can help me
2008 Dec 03
9
wine upgrade 1.1.9 broke program
I have a Ubunu 8.04.1 system that has been running a package under wine with no problems since last June. A few days ago I ran the software upgrade program and it moved wine from 1.1.7 to 1.1.9 and this package no longer works. When the program starts it needs to contact a server and that portion fails. Can someone tell me how to return to the 1.1.7 version of wine. Or alternatively point me at
2006 Aug 17
2
Weird routing error in 1.1.6 slash frozen on edge
So i have this route set up: map.connect ''xml/download/:user/audio/:category/:file'', :controller => ''xml'', :action => ''download'' I am sending the user through an xml controller as it is coming from an RSS feed, the download action looks like this: def download episode = Episode.find(params[:episode]) episode.downloads
2006 Jul 19
1
Is params hash frozen?
I''m finding I can''t manipulate the params hash in my controller. -- Posted via http://www.ruby-forum.com/.
2007 May 18
1
Anybody may fix samba and php in frozen ports ?
subj [ODiP] == Dmitry Grigorovich
2007 Feb 27
1
Warcraft III Frozen Throne: Mouse problem
Hi, did you fix the problem with mouse in warcratf III? I have same problem.Mouse disapeare when i start game.Please reply -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070227/20dfa7bd/attachment.htm
2009 Jun 20
1
can't modify frozen hash
Hi, When I upgraded my rails application to rails 2.3.2 I am getting error ''can''t modify frozen hash'' on using @something.update_attribute(params[:something]). Can anyone help me who is familiarize with this bug? Thanks,
2008 Sep 11
0
6740837 zfs-crypto, buffer modified while frozen!
Author: Darren Moffat <Darren.Moffat at Sun.COM> Repository: /hg/zfs-crypto/gate Latest revision: 349e022c61d22a0a5a493c242c5bc9dad1547086 Total changesets: 1 Log message: 6740837 zfs-crypto, buffer modified while frozen! Files: update: usr/src/uts/common/fs/zfs/zio.c update: usr/src/uts/common/fs/zfs/zio_crypt.c
2007 Apr 18
0
catching frozen hashes
Hello I have been wrestling w/ the frozen hash problem in a script and I''m trying to catch this at the source where it crashes the program in flames. Unfortunately, when I look at the errors, the failure is way up in the active record ancestery chain. Here''s the first entries in the error output:
2011 Apr 16
1
btrfs frozen solid with postgresql dbs
kernel: 2.6.37.6 At least twice I''ve experienced problems when using btrfs with ssd for postgresql db storage. Server gets frozen, i even can''t kill it using kill -9, I cant chown postgresql db dir (it never gets done). If I initiate copy operation of postgresql db dir to another partition (without actually switching to using it) everything starts to work fine for some time...