forums › forums › SQLyog › Using SQLyog › Sqlyog(w/ Wine) On Linux Crashing All The Time
- This topic is empty.
-
AuthorPosts
-
-
September 27, 2006 at 6:41 pm #9914andrispMember
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 π
-
September 27, 2006 at 6:48 pm #22537peterlaursenParticipant
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
-
September 27, 2006 at 6:49 pm #22538andrispMemberandrisp wrote on Sep 27 2006, 09:41 PM:Wine 0.9.21,
ok, i will quote myself π
-
September 27, 2006 at 6:54 pm #22539peterlaursenParticipant
I am sorry – did not notice that you wrote the wine version.
hmmm… need to think about this ….
-
September 27, 2006 at 7:18 pm #22540andrispMember
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.
-
September 28, 2006 at 8:39 am #22541peterlaursenParticipant
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!
-
September 28, 2006 at 5:04 pm #22542andrispMember
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. -
September 28, 2006 at 5:22 pm #22543peterlaursenParticipant
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 ??
-
September 29, 2006 at 4:06 pm #22544andrispMember
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.
-
-
AuthorPosts
- You must be logged in to reply to this topic.