MySQL Workbench

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Daniel Kasak

MySQL Workbench

Post by Daniel Kasak »

MySQL Workbench is starting to look nice, but hasn't run on Linux for
quite a while. Does anyone know if it's possible to get it running in
Wine at the moment?

I built 0.9.56 and tried to run MySQLWorkbench.exe from the zipped
binaries. It complained about .NET. So I installed
mono-1.2.6-gtksharp-2.10.2-win32-5 into wine. Now I get this in the
console:

fixme:spoolsv:serv_main (0 (nil))
fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly",
not <assembly>
ALSA lib conf.c:3952:(snd_config_expand) Unknown parameters 0
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default:0
ALSA lib conf.c:3952:(snd_config_expand) Unknown parameters 0
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default:0
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in
the registry for bias -600, std (d/m/y): 6/04/2008, dlt (d/m/y):
5/10/2008

and a GUI error too:

** ERROR **: file icall.c: line 5671
(ves_icall_System_CurrentSystemTimeZone_GetTimeZoneData):
assertion failed: (err)
aborting...

Any clues?

--
Daniel Kasak
IT Developer
NUS Consulting Group
Level 5, 77 Pacific Highway
North Sydney, NSW, Australia 2060
T: (+61) 2 9922-7676 / F: (+61) 2
9922 7989
email: [email protected]
website:
http://www.nusconsulting.com.au
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: MySQL Workbench

Post by vitamin »

Daniel Kasak wrote:MySQL Workbench is starting to look nice, but hasn't run on Linux for
quite a while. Does anyone know if it's possible to get it running in
Wine at the moment?
The windows version requires .net v2.0 This stuff doesn't work on Wine yet. Mono is even worse - there is no v2 version for windows (the only one that can be used on Wine).
All I can tell either wait for native Linux version of this app, or try some experimental patches from bugzilla to get .net v2 some-what running. Keep in mind you have to have valid windows license for that.
User avatar
L. Rahyen
Moderator
Moderator
Posts: 338
Joined: Fri Feb 22, 2008 9:13 pm

MySQL Workbench

Post by L. Rahyen »

On Tuesday February 26 2008 06:17:43 vitamin wrote:
Daniel Kasak wrote:
MySQL Workbench is starting to look nice, but hasn't run on Linux for
quite a while. Does anyone know if it's possible to get it running in
Wine at the moment?
The windows version requires .net v2.0 This stuff doesn't work on Wine yet.
Mono is even worse - there is no v2 version for windows (the only one that
can be used on Wine). All I can tell either wait for native Linux version
of this app, or try some experimental patches from bugzilla to get .net v2
some-what running. Keep in mind you have to have valid windows license for
that.
You can find short howto along with links to experimental patches from
bugzilla for .NET 2.0 support on AppDB [1].

[1]
http://appdb.winehq.org/objectManager.p ... ingId=2992
Locked