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

Sqlyog(w/ Wine) On Linux Crashing All The Time

forums forums SQLyog Using SQLyog Sqlyog(w/ Wine) On Linux Crashing All The Time

  • This topic is empty.
Viewing 8 reply threads
  • Author
    Posts
    • #9914
      andrisp
      Member

      I have:

      Kubuntu 6.06,

      Wine 0.9.21,

      SQLyog 5.2 beta. (Tried 4.19 too)

      Problem:

      After a few minutes running SQLyog it crashes with no errors. At least when I run it from console then only message what I see is something like “Process of pid=0x00000015 has terminated”.

      No matter what I do it crashes.

      What could be wrong ?

      I suppose it is Wine problem.

      Maybe I can run it in more verbose mode to see what's wrong.

      PS. Sorry, if my english is a bit weird, it's not my native πŸ™‚

    • #22537
      peterlaursen
      Participant

      please inform about the Wine version!

      execute “wine –version” from a command shell.

      I have no such issue with Wine 0.9.13+ on SuSE 10.0 and 10.1

    • #22538
      andrisp
      Member
      andrisp wrote on Sep 27 2006, 09:41 PM:
      Wine 0.9.21,

      ok, i will quote myself πŸ™‚

    • #22539
      peterlaursen
      Participant

      I am sorry – did not notice that you wrote the wine version.

      hmmm… need to think about this ….

    • #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.

    • #22541
      peterlaursen
      Participant

      I do not know what 'strace' is! stack-trace?

      I usually use KDE. From KDE I rightclick the .exe .. 'open with' .. wine. Check the box that 'exe's shall allways be executed by wine.

      For the future I only need to click an/any .exe and it is opened by wine!

    • #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.
    • #22543
      peterlaursen
      Participant

      thanks for teaching!

      I have never heard of such issue before. I use SQLyog wtih Wine on Suse 10.0 and 10.1 regurlarly. I also briefly tried it on Fedora5. And no other user reported this with different distros (DEBIANbased, RH/CentOS, Slackware).

      Do you have an idea if it is a Kubuntu, a Wine or a SQLyog issue ??

    • #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.

Viewing 8 reply threads
  • You must be logged in to reply to this topic.