Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Sqlyog(w/ Wine) On Linux Crashing All The Time #22544
    andrisp
    Member

    I'm not sure, but I think it's not SQLyog problem, but the combination of Kubuntu and Wine. I gues I have bad configuration or something, because I have experienced problems with Wine earlier too.

    in reply to: Sqlyog(w/ Wine) On Linux Crashing All The Time #22542
    andrisp
    Member

    From the strace man page:

    Code:
    In the simplest case strace runs the specified command until it exits.
    It intercepts and records the system calls which are called by a pro‐
    cess and the signals which are received by a process. The name of each
    system call, its arguments and its return value are printed on standard
    error or to the file specified with the -o option.
    in reply to: Sqlyog(w/ Wine) On Linux Crashing All The Time #22540
    andrisp
    Member

    hm.. I runned SQLyog like this

    strace -o filename wine /full/path/to/SQLyog.exe

    and it didn't crashed.

    I thought that maybe the problem is that I previously did'nt

    run it by full path, but when I tried it like wine /full/path/to/SQLyog.exe,

    but without strace, it crashed again.

    For now I will stick with wraping SQLyog in strace.

    Why is that ?

    PS. I have using it for about 10 minutes and I like it. It seems to have every functionality that I want or would want. Thanks for making it open source.

    in reply to: Sqlyog(w/ Wine) On Linux Crashing All The Time #22538
    andrisp
    Member
    andrisp wrote on Sep 27 2006, 09:41 PM:
    Wine 0.9.21,

    ok, i will quote myself 🙂

Viewing 4 posts - 1 through 4 (of 4 total)