similar to: Help with Wine programming.

Displaying 20 results from an estimated 1000 matches similar to: "Help with Wine programming."

2011 Jul 28
4
[Ubuntu 10.10] SQLYog breaks after Wine update
I don't know what happened but now i cannot use it any more and i really need it! The following error occurs when any user interaction is needed: Code: demian at demian-desktop:~/.wine/drive_c/Program Files/SQLyog$ wine SQLyog.exe fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for
2012 Mar 28
4
Wine and SQLyog
Hello, I'm trying to run sqlyog under wine in Linux Mint 12, gnome to use with mysql database. The application launches and seems to work and connect to the database, but when you try to create a query or table, it quits without warning or message. The debug log shows the below. How can I fix this? fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
2012 Apr 29
0
Sqlyog 8.5.5 and mysql
Hello all, I posted an article about an issue with sqlyog and mysql database program. After I upgraded to wine 1.41 the issue appears to resolve itself. Thanks for fixing the ntlldr issue! Fyi John
2010 Feb 26
4
ClientAliveInterval
Hi, I am having some trouble with the ClientAliveInterval server setting. My (C++) application fails to start an SSH channel to an OpensSSH server within this time-out period if it doesn't reply correctly to this 'keep-alive' no-op that is sent by the server. How is this no-op handled? I am using the libssh client library, and I could find no references on how to handle this.
2009 Jan 04
6
Apps that officially support Wine?
http://www.cockos.com/reaper/ is the home page for an app that officially supports Wine; it says "Requires Windows 98/ME/NT/2k/XP/Vista/WINE" Anyone know of other such apps? Do we already have a list of them somewhere? If we don't, maybe we should start one on the wiki page. It would be kind of neat to watch that list grow. - Dan
2007 May 06
0
MySQL adapter bug? Date col being set to NULL when default is 0000-00-00
Ok, simple case. MySQL table with date column. The date column default is 0000-00-00. When I view these rows in say SQLyog, all rows in this table have value of 0000-00-00. by default. ..... Now, onto my Rails app. I don''t even care about the date column described above. I am attempting to update an entirely different column in the same table. However, when I use an active record to
2011 May 08
0
mysql.exe ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093)
Hi, Fedora 14, wine version 1.3.18 when i try to connect to linux mysql server with command line: wine mysql.exe -h localhost -u root -p i got this error: ERROR 2005 (HY000): Unknown MySQL server host 'localhost' (10093) with this command line is all ok. wine mysql.exe -h 127.0.0.1 -u root -p linus hosts file /etc/hosts: 127.0.0.1 localhost 127.0.0.1 localhost.localdomain
2008 Jun 23
2
Issues with WINE + ODBC
i'm trying to run a windows-based application from my company in a Linux environment. it requires a mysql database to retrieve data. i am running PCLinuxOS MiniMe 2008. the issue i am having is that it does not seem that any WINE applications are able to connection to UnixODBC. i have installed mysql, configured it, installed UnixODBC, configured it (and verified connection to mysql
2006 Aug 11
2
User Favorites
Hi there, I''m currently creating a simple (at least so I thought) structure of user favorites. Basically users can add certain ''objects'' to their list of favorites. Here is my current structure (simplified) class User has_many :favorites end class Book belongs_to :favorites end class Favorite belongs_to :user has_one :book end The table favorite just has a two
2004 Apr 21
1
Symlinks and roaming profiles
Hi all, Has anyone else had trouble (or not) with symlinks created in root preexec scripts and roaming profile directories? I'm trying to add a "shared links" director (symlink) to everyone's favorites, and I get error loading profiles where a symlink loop is forming (ends up with something like "cannot copy
2006 Jul 10
2
Polymorphic associations in reverse?
My app has an association that''s got me scratching my head. I have Users, and Images. A User has many Images. (Yes, another picture sharing app, but it''s for a small niche, and it doesn''t end in -r!) I would like to express a "Favorite" relationship between both Users to Users, and Users to Images. This seems like the opposite of the standard
2006 Jun 23
2
polymorphic challenge
Hello All, I have a little challenge and I am not sure if this is even possible I am working on a dating/event site and few functionalities are similar that I want to centralize them. We have users which can have - favorite users - interest list - blocked users All these relations are like; User <-> Relation <-> User I was thinking I could have a class called Relation (with a
2015 Sep 01
4
Redirected Folders not working for Desktop
I have a problem I've not been able to figure out. I'm using Samba4 as the office AD/DC. I've set up the Redirected Folders policy to redirect Desktop, Favorites and Documents to \\mail.hprs.local. I set this up months ago and it works great for Documents and Favorites, but Desktop is not redirected (no Desktop): $ ls -l /redirectedFolders/Users/thisuser/ total 16 drwxrwx---+ 10
2013 Jun 14
0
Wine release 1.6-rc2
The Wine development release 1.6-rc2 is now available. What's new in this release (see below for details): - Bug fixes only, we are in code freeze. The source is available from the following locations: http://prdownloads.sourceforge.net/wine/wine-1.6-rc2.tar.bz2 http://mirrors.ibiblio.org/wine/source/1.6/wine-1.6-rc2.tar.bz2 Binary packages for various distributions will be available
2007 May 31
2
policy files
Hi, I think I have two questions - one which is samba and one which is windows policy files. I'll try to limit this question to the samba side but will give the full picture for completeness. I'm trying to implement a simple policy to redirect a few simple folders (for starters). I have a policy file called NTConfig.POL that is available on my share \\wilson\netlogon (wilson is the
2013 Feb 21
1
Roaming Profile synchronization errors on new samba server
Hi, I am running an old CentOS 4 server with samba 3.4.9 and am trying to move to a new server running Centos 6 and the latest stock samba 3.5.10-125. Upon trying to switch over to the new server, I noticed that accessing shares and copying files worked perfectly fine, however upon login off, the roaming profile fails with error message: Your roaming profile was not completely synchronized.
2006 Apr 30
2
HABTM: Find sorted by number of associations
Hi, I''ve been googling and searching the forums for some time but can''t seem to find exactly what I''m looking for. Suppose User HABTM Products (for example a favorites list). I would like to construct a single query for finding Products ordered by the number of Users that have flagged them as favorites. Although I can construct the query using SQL a with a
2015 Sep 02
4
Redirected Folders not working for Desktop
Well, I've just added another directory to not make the redirected folders a the root. And, Favorites and Documents do work. Goog suggestion to check the Windows event viewer. I'll do that and get back with what I find. Thanks, --Mark -----Original Message----- > To: samba at lists.samba.org > From: James <lingpanda101 at gmail.com> > Date: Tue, 1 Sep 2015 08:14:06 -0400
2007 May 04
1
habtm and also has_many of the same things
Hi, our app is a situation where users can upload files and also mark files uploaded by other users as their favorites. So for the favorites we are using a simple many-to-many with a tie table. So in attempting that it looks like class User < ActiveRecord::Base has_and_belongs_to_many :media_file has_many :media_file end class MediaFile < ActiveRecord::Base
2006 Sep 13
1
security with normal profiles
Following TOSHARG and "Samba 3 by examples" I implemented Folder redirection plus some security restrictions by building a custom NTUSER.DAT which is the default profile of my users. The problem is that each user has read/write access to its profile share therefore he can replace its NTUSER.DAT. This is why I chose mandatory profiles. Is there another solution? The problem with