Displaying 20 results from an estimated 1000 matches similar to: "GDI and MSCMS Color Management Patch"
2009 Sep 16
1
noise from decoded file
Hy,
can anyone recognize that pixel noise in the playbackfile
recorder file:
http://www.megafileupload.com/en/file/135429/FMODTestRecording-wav.html
playback file:
http://www.megafileupload.com/en/file/135431/FMODTestPlayback-wav.html
i have no idea what that is anymore. i try everything i know, from changing
the way of copying data to different encode/decode algorithms
the recorded file is
2012 Nov 06
0
How to get which check boxes has beed unchecked and remove Subscription for them?
I have following subscription creating system, right now when I`m selection
available subscription groups(Marketing, Sales) action Save Subscription
create this two subscriptions:
@subscriptions = current_user.subscriptions
> @apps = App.all
> if request.post?
> if params[:subscription] and params[:subscription][:app_id]
> params[:subscription][:app_id].each do |app_id|
>
2009 Sep 15
1
Getting better perf from multithreaded app
Hello all,
first post here,
I have a multithreaded program that I can't live without. It's a commercial RAW image conversion program called SilkyPix. It works fine under Wine, with a few very minor bugs. But one thing nags me: it's oh so slow...
- I have a 64bit quad core with Ubuntu 64.
- Wine can use the multicore (or so I've read in the FAQ).
- SilkyPix is also
2010 Oct 29
0
Wine release 1.3.6
The Wine development release 1.3.6 is now available.
What's new in this release (see below for details):
- Support for GStreamer filters.
- Mapping of standard cursors to native desktop cursors.
- Improved support for installers with services.
- Many MSXML improvements.
- Decoder for TGA-format images.
- Translation updates.
- Various bug fixes.
The source is available from the
2013 Apr 08
1
cattr_accessor and Thread.current prblems
Hello,
I am trying to convert three applications to multitenant, all of them have
same structure difference is only in little functions and template designs.
All of them using cattr_accessor for setting currencies and other data, and
it works perfectly
Now i added app_id as cattr_accessor to App model to use it in
default_scope to implement multi-tenancy
class App < ActiveRecord::Base
2006 Feb 20
2
file_column: changing default store_dir
File_column plugin is great. I need to change the default :store_dir
from the dynamic "model_name/attribute_name" to an equally dynamic
"client_id/app_id/model_name/attribute_name". In my model I have:
class Component < ActiveRecord::Base
belongs_to :component_type
belongs_to :component_group
breakpoint
file_column :content,
:magick => { :versions
2007 Dec 10
0
password authentication stops but can be restarted
I have several Sun Solaris systems that share directories via SAMBA. After
some period (I think 30 days, which the password expiration period) the
authentication stops with the following messages (all names changed to protect
the guilty):
li_rpc_pipe_open_schannel: failed to get schannel session key from server
W3K_SERVER for domain DOMAINX.
connect_to_domain_password_server: unable to open the
2010 Nov 09
1
IDriver crash on install
Hello all,
I use Silkypix Pro on Wine (a licensed RAW file converter). It worked fine in the last few versions but the current one won't install:
I get a popup "The program IDriver.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience" the "InstallShield 1628: Failed to complete installation". A more complete log is below.
Google
2010 Nov 19
1
Help: delegated association 'App' returning ActionDispatch::Integration::Session instead
class Foo < ActiveRecord::Base
has_one :bar
delegate :app, :to => :bar
end
class Bar < ActiveRecord::Base
belongs_to :app
def self.attribute_column_names
return @@attr_columns if defined?(@@attr_columns)
readers = content_columns.map { |n| n.name.intern } -
[:created_at,:updated_at]
@@attr_columns ||= readers.map { |k| [k, "#{k}=".to_sym] }.flatten
end
2006 Nov 30
1
Sharing GDI printers
Hi guys,
Can someone explain why sharing a GDI printer (think Laserjet
1000/1005/1020 for example) is so unreliable? I'm not moaning about
Samba - I just want to understand.
I have seen this several times. I get the printer working fine under
Linux, then print to it through Samba, also fine. But then I get a call
a day later "we can't print" and when I get there the printer
2005 May 25
0
err:local:LOCAL_GetBlock not enough space in GDI heap
Hello,
I've wrote a program in win32 that does some drawing. After running it
for a while it stops drawing the colors for the shapes I draw using GDI
functions and it throws multiple time this error:
err:local:LOCAL_GetBlock not enough space in GDI heap 10bf for 36 bytes
The WM_PAINT message looks like this:
GetClientRect (m_pMainWnd->m_hWnd, &rc);
hdc = BeginPaint
2011 Apr 18
3
guitar pro 5.2 runs of out of gdi handles
On both wine 1.3.15 and 1.3.17, guitar pro 5.2 has a tendency to crash
after a while. Wine gives the error message that it ran out of gdi
handles and expect crashes.
Trigger unknown.
2008 Feb 21
1
GDI Printer problem
Hi,
we have a new printer here (OKI C5650). It's a GDI printer
attached to our cups server. I installed the windows driver
as root on the print share without any problems.
However it's not working. When a user maps the printer
only a message appears "printing not possible".
So I looked at the printserver and compared everything with
a local printer on my XP notebook and found
2009 Jan 09
0
GDI failure
Hi,
I've installed with succes a music notation software -Berlioz- under Wine. But when I start the program, all seems OK until I have this warning (a ObjectWindows Exception window): GDI failure, OK to resume? I can 1000 times click on "yes", nothing happend. I've try to start this program in a Win97, Win98, Win2000 and XP version but without succes.
Regards
Bernard
Kubuntu
2005 Aug 22
0
Programs using GDI and timers...
Does anyone know how to get programs using GDI and timers to update the
display to work smoothly? I am using DeLorme street atlas on wine 20041108,
and the real-time update of the screen does not work. The program seems to
talk properly to the GPS, the data comes back, but the screen does not track
when the GPS is moved. If I click on a button forcing the screen to update,
the GPS is
2002 Jul 18
1
VP3/QT: Fix for QuickTime 6 GDI bug
QuickTime 6 for Windows breaks the VP3 codec quite severely--if you turn on "Safe Mode" (which forces QuickTime to draw through GDI), you'll see a white or black screen instead of video. This is logged as bug #2111990 in Apple's QuickTime feedback system. The fix is a classic one-liner, although it took me a long time to figure it out. :-/
Also attached is a patch to bump the
2009 Dec 27
1
Can't load GDI from background service
I am running a win32 application that has a graphics and command line mode; I use the command line mode. When I login and run from a terminal, it works fine under Wine, but when I run it as a service via a script in /etc/init.d, it fails. I have it set up so the service runs as my account, not root.
It gives the following messages:
Application tried to create a window, but no driver could be
2002 Oct 21
0
GDI bug?
Hi!
I am not sure if this is a bug, or I did something wrong. My collegaues
made a little program what shows the bug. Two screenshots and the source
are included in the tar.gz.
Please somebody examine it, and help me if you can.
The source, binaries, and screenshots can be downloaded from
ftp://ftp.uhulinux.hu/misc/testprg.tar.gz. It needs to be exctracted to
the wine c:\ directory
Thanks for
2018 Nov 17
2
Forum
Hi Bruce
Thank you very much for reaching out. This is likely to be a short discussion due to me potentially learning that my infrastructure possibly has shortfalls that I did not appreciate until just recently.
What I was hoping to do is deploy Windows from a Thecus branded NAS. Natively the NAS does not support PXE, but with community created mods it is achievable. So with this mod
2011 Sep 29
4
How to run wine regedit on crossover?
I know this is on crossover, but seeing as crosover is just a tweaked version of wine (or something) i thought you guys could help out. Just wondering, I'm wanting to play yuris revenge and red alert 2 on my mac using crossover. It works, but is slow, and so following this; http://www.codeweavers.com/compatibility/browse/cat/?app_id=4149;forum=1;msg=56763 it tells me to run wine regedit. but i