[Ubuntu 10.10] SQLYog breaks after Wine update

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
demian85
Newbie
Newbie
Posts: 2
Joined: Thu Jul 28, 2011 10:38 am

[Ubuntu 10.10] SQLYog breaks after Wine update

Post by demian85 »

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: Select all

demian@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 bias 180, std (d/m/y): 0/00/0000, dlt (d/m/y): 0/00/0000
fixme:imm:ImmReleaseContext (0x201d0, 0x174c48): stub
X Error of failed request:  BadAlloc (insufficient resources for operation)
  Major opcode of failed request:  53 (X_CreatePixmap)
  Serial number of failed request:  33343
  Current serial number in output stream:  33373
:cry:

Appreciate any help!
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: [Ubuntu 10.10] SQLYog breaks after Wine update

Post by dimesio »

demian85 wrote:I don't know what happened but now i cannot use it any more and i really need it!
Does reverting to the older Wine version fix it? If so, please run a regression test and file a bug.
http://wiki.winehq.org/RegressionTesting
Business Kid

[Ubuntu 10.10] SQLYog breaks after Wine update

Post by Business Kid »

fixme:ntdll:NtLockFile I/O completion on lock not implemented yet

Appreciate any help!

Have you tried a native ntdll? There isn't much way around 'not implemented
yet'
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Re: [Ubuntu 10.10] SQLYog breaks after Wine update

Post by dimesio »

Business Kid wrote: Have you tried a native ntdll?
Have you tried reading the documentation?
http://www.winehq.org/docs/wineusr-guid ... -OVERRIDES
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Set your email to plain text only.
demian85
Newbie
Newbie
Posts: 2
Joined: Thu Jul 28, 2011 10:38 am

Post by demian85 »

i downloaded this file: http://www.dll-files.com/dllindex/dll-files.shtml?ntdll

and pasted it at system32 but the same thing happens, in winecfg there isn't any option to override that file, how can i do that?
User avatar
dimesio
Moderator
Moderator
Posts: 13368
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

demian85 wrote:i downloaded this file: http://www.dll-files.com/dllindex/dll-files.shtml?ntdll

and pasted it at system32 but the same thing happens, in winecfg there isn't any option to override that file, how can i do that?
You can't.
jjmckenzie
Moderator
Moderator
Posts: 1153
Joined: Wed Apr 27, 2011 11:01 pm

[Ubuntu 10.10] SQLYog breaks after Wine update

Post by jjmckenzie »

On Thu, Jul 28, 2011 at 11:05 AM, demian85 <[email protected]> wrote:
i downloaded this file: http://www.dll-files.com/dllindex/dll-files.shtml?ntdll

and pasted it at system32 but the same thing happens, in winecfg there isn't any option to override that file, how can i do that?
Are you ignoring us? Both dimensio and I have said this: YOU CANNOT
OVERRIDE NTDLL..

Now I'll add this:

The problem you are experiencing has nothing to do with the fixme that
you see printed.

If you can go back to the version of Wine that worked and capture a
log file. Go to the version that breaks and do the same. Compare and
list out the problem (and it looks like it is a broken video driver
that is the source, not Wine.)

James
Business Kid

[Ubuntu 10.10] SQLYog breaks after Wine update

Post by Business Kid »

On 28 July 2011 17:54, dimesio <[email protected]> wrote:
Business Kid wrote:
Have you tried a native ntdll?
Have you tried reading the documentation?

http://www.winehq.org/docs/wineusr-guid ... -OVERRIDES
Evidently not! :-).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
Locked