Menu

#2485 Does not start on Fedora 15

Upstream
nobody
None
Broken
Defect
2011-10-16
2011-07-01
Anonymous
No

Originally created by: gabr...@e-radical.ro

What exact steps will reproduce the problem?
1. Fedora 15, Gnome-Shell, wine/wine64 - fresh install
2. Install HeidiSQL (all ok)
3. Start HeidiSQL - nothing happens, process is in processlist but nothing on screen

What was the expected output?
HeidiSQL - should start

What happened instead?
Process in the background but no visible window

Version used?
HeidiSQL revision: installed 6, heidisql.[r3902].exe
MySQL Server version: MariaDB (but has no point... I didn't even got  there)
Operating system: Fedora 15

-----------------------------------------------
[radical@acasa ~]$ winedbg  --gdb "C:\Program Files\HeidiSQL\heidisql.exe"
001f:0020: create process 'C:\Program Files\HeidiSQL\heidisql.exe'/0x110760 @0x8007f0 (0<0>)
001f:0020: create thread I @0x8007f0
GNU gdb (GDB) Fedora (7.2.90.20110525-39.fc15)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
001f:0020: loads DLL C:\windows\system32\KERNEL32.dll @0x7b810000 (0<0>)
001f:0020: loads DLL C:\windows\system32\ntdll.dll @0x68320000 (0<0>)
001f:0020: loads DLL C:\windows\system32\advapi32.dll @0x68640000 (0<0>)
001f:0020: loads DLL C:\windows\system32\gdi32.dll @0x687f0000 (0<0>)
001f:0020: loads DLL C:\windows\system32\version.dll @0x68890000 (0<0>)
001f:0020: loads DLL C:\windows\system32\user32.dll @0x686b0000 (0<0>)
001f:0020: loads DLL C:\windows\system32\rpcrt4.dll @0x688b0000 (0<0>)
001f:0020: loads DLL C:\windows\system32\ole32.dll @0x68520000 (0<0>)
001f:0020: loads DLL C:\windows\system32\oleaut32.dll @0x68410000 (0<0>)
001f:0020: loads DLL C:\windows\system32\msimg32.dll @0x7af70000 (0<0>)
001f:0020: loads DLL C:\windows\system32\comctl32.dll @0x68920000 (0<0>)
001f:0020: loads DLL C:\windows\system32\shlwapi.dll @0x68c40000 (0<0>)
001f:0020: loads DLL C:\windows\system32\shell32.dll @0x68a30000 (0<0>)
001f:0020: loads DLL C:\windows\system32\winspool.drv @0x68d90000 (0<0>)
001f:0020: loads DLL C:\windows\system32\comdlg32.dll @0x68ca0000 (0<0>)
001f:0020: loads DLL C:\windows\system32\ws2_32.dll @0x68df0000 (0<0>)
001f:0020: loads DLL C:\windows\system32\iphlpapi.dll @0x68e20000 (0<0>)
001f:0020: loads DLL C:\windows\system32\wsock32.dll @0x68dd0000 (0<0>)
001f:0020: loads DLL C:\windows\system32\imm32.dll @0x68e50000 (0<0>)
001f:0020: loads DLL C:\windows\system32\oleacc.dll @0x68e80000 (0<0>)
001f:0020: loads DLL C:\windows\system32\winmm.dll @0x68e90000 (0<0>)
001f:0020: loads DLL C:\windows\system32\winex11.drv @0x68f90000 (0<0>)
001f:0020: loads DLL C:\windows\system32\uxtheme.dll @0x691f0000 (0<0>)
0000001f:00000020: exception code=0xc0000005
Unknown or malformed query Attached
0x686c7c54 in ?? () from /usr/lib/wine/user32.dll.so
trace: 98 => 80
Missing separate debuginfos, use: debuginfo-install wine-core-1.3.21-1.fc15.i686 wine-wow-1.3.21-1.fc15.i686

----------------------------------------------------------------------------------------------

[radical@acasa ~]$ ps axf
  PID TTY      STAT   TIME COMMAND
............................................
1300 ?        S      0:00 /bin/sh /usr/bin/mysqld_safe --datadir=/var/lib/mysql
1412 ?        Sl     0:12  \_ /usr/sbin/mysqld --basedir=/ --datadir=/var/lib/m
............................................
23668 pts/1    Ss     0:00              |       \_ bash
25001 pts/1    S+     0:00              |       |   \_ winedbg.exe --gdb C:\Prog
25025 pts/1    S+     0:00              |       |       \_ gdb -x /tmp/winegdb.B
25005 ?        Ss     0:00 /usr/bin/wineserver
25009 ?        Sl     0:00 C:\windows\system32\services.exe                   
25011 ?        Sl     0:00  \_ C:\windows\system32\winedevice.exe MountMgr    
25016 ?        Sl     0:00  \_ C:\windows\system32\plugplay.exe               
25022 ?        Ss     0:00 C:\windows\system32\explorer.exe /desktop          
25024 ?        Ss     0:00 C:\Program Files\HeidiSQL\heidisql.exe
............................................

Maybe you ca figure it out by these info. If not I'll be happy to help further.

Related

Commit: [r3902]

Discussion

  • Anonymous

    Anonymous - 2011-07-01

    Originally posted by: gabr...@e-radical.ro

    Same goes for HeidiSQL 5.1.
    So I think it's a wine issue. :(

     
  • Anonymous

    Anonymous - 2011-07-01

    Originally posted by: a...@anse.de

    I have no clue. Looks like it crashes in user32.dll.so, right? What about a Wine update?

    Labels: Severity-Broken
    Status: Accepted

     
  • Anonymous

    Anonymous - 2011-07-03

    Originally posted by: gabr...@e-radical.ro

    No new version for wine (not even in updates-testing).

    I entered a bug in wine http://bugs.winehq.org/show_bug.cgi?id=27686

    Yum says there is "No debuginfo packages available to install"

     
  • Anonymous

    Anonymous - 2011-07-07

    Originally posted by: a...@anse.de

    (No comment was entered for this change.)

    Status: Upstream

     
  • Anonymous

    Anonymous - 2011-07-18

    Originally posted by: lorenzo.... (code.google.com)@gmail.com

    Did you solve your problem?
    I have same issue, but on Fedora 14 64 bit after upgrade wine from wine-1.3.19-1 to wine-1.3.21-1.

     
  • Anonymous

    Anonymous - 2011-07-19

    Originally posted by: gabriel.... (code.google.com)@gmail.com

    I downloaded wine sources and compiled myself.

    It worked & still works.

     
  • Anonymous

    Anonymous - 2011-08-25

    Originally posted by: fernando... (code.google.com)@gmail.com

    Same here.
    Fedora15 32bit.
    Latest stable Wine
    Latest stable Heidi

    Wine in windows XP mode starts Heidi but crashes at the very start instant. Any greater Windows version emulation throws a Wine "serious error".

    Attaching Screenshots.

     
  • Anonymous

    Anonymous - 2011-09-10

    Originally posted by: elba... (code.google.com)@gmail.com

    I've had same error on ArchLinux. My steps to fix are following
    1. Installed wine, winetricks, q4wine
    2. Installed dotnet20, corefonts, vb6run via winetricks (don't know if any of them needed actually)
    $ WINEPREFIX=/your/prefix/if/needed winetricks corefonts
    3. When running heidi from terminal I've got this errors

    err:module:load_builtin_dll failed to load .so lib for builtin L"winemp3.acm": libmpg123.so.0: cannot open shared object file: No such file or directory

    fixme:win:DisableProcessWindowsGhosting : stub
    ek/Progs/heidi/drive_c/Program Files/HeidiSQL/heidisql.exe: ../../../wine/dlls/ole32/compobj.c:732: apartment_release: Assertion `list_empty(&apt->stubmgrs)' failed.

    4. Installed mpg123 package to get rid of first error
    5. Copied ole32.dll from my dual boot XP (c:\windows\system32\ole32.dll) to drive_c/windows/system32
    6. Run heidisql with native ole32.dll

    Voila! Its working

    p.s. Icons still have black background. I'll post a comment if I manage to get rid of it

     
  • Anonymous

    Anonymous - 2011-10-16

    Originally posted by: sebastia... (code.google.com)@gmail.com

    hi on ArchLinux you must change only ole32.dll to native in winecfg.
    You don't need oryginal ole32.dll and download other packages vie winetricks!

     
MongoDB Logo MongoDB