http://bugs.winehq.org/show_bug.cgi?id=27976
Summary: Software Astronav Crash Product: Wine Version: 1.3.25 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: amfem@hotmail.com
Created an attachment (id=35805) --> (http://bugs.winehq.org/attachment.cgi?id=35805) Astronav Error
Software Astronav - version 1.1.6 from www.navsoft.com
When i ask for "Almanac" from "Screen" menu the program stops and go down.
http://bugs.winehq.org/show_bug.cgi?id=27976
amfem amfem@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |amfem@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=27976
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #1 from Jerome Leclanche adys.wh@gmail.com 2011-08-04 10:48:41 CDT --- - Upgrade your wine version - Post terminal output.
http://wiki.winehq.org/FAQ#head-3b297df7a5411abe2b8d37fead01a2b8edc21619
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #2 from Bruno Jesus 00cpxxx@gmail.com 2011-08-05 00:11:56 CDT --- Created an attachment (id=35815) --> (http://bugs.winehq.org/attachment.cgi?id=35815) Crash on current git after clicking Screen -> Almanac
URL: http://www.navsoft.com/AstroNav_Setup.exe
Looks like a bad font pointer is sent to fontcmp because the gdi_font_list is empty (?):
... 3262 static BOOL fontcmp(const GdiFont *font, FONT_DESC *fd) 3263 { 3264 if(font->font_desc.hash != fd->hash) return TRUE; 3265 if(memcmp(&font->font_desc.matrix, &fd->matrix, sizeof(fd->matrix))) return TRUE;
...
3322 LIST_FOR_EACH(font_elem_ptr, &gdi_font_list) { 3323 ret = LIST_ENTRY(font_elem_ptr, struct tagGdiFont, entry); 3324 if(!fontcmp(ret, &fd)) {
http://bugs.winehq.org/show_bug.cgi?id=27976
Dan Kegel dank@kegel.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dank@kegel.com
--- Comment #3 from Dan Kegel dank@kegel.com 2011-08-05 01:51:15 CDT --- Does 'winetricks corefonts' help?
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #4 from amfem amfem@hotmail.com 2011-08-05 04:31:09 CDT --- (In reply to comment #3)
Does 'winetricks corefonts' help?
Thanks, but NO! The same thing happens.
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #5 from amfem amfem@hotmail.com 2011-08-24 06:04:09 CDT --- I have tried to install the program in an other computer with ubuntu, and got this message: "unable to register the DLL/OCX: RegSvr32 failed with exit code 0x1", in the final of the installation, with the options to "Abort", "Retry" or "Cancel". The program also crashed, when executed!
http://bugs.winehq.org/show_bug.cgi?id=27976
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com 2011-09-01 22:09:21 CDT --- "winetricks vb6run" before trying to install the application. This solves the regsvr issues.
http://wiki.winehq.org/winetricks
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #7 from amfem amfem@hotmail.com 2011-09-02 03:12:16 CDT --- (In reply to comment #6)
"winetricks vb6run" before trying to install the application. This solves the regsvr issues.
Olá Bruno Jesus, tentei correr o "winetricks vb6run" e obtive esta mensagem: "Executing w_do_call vb6run vb6run already installed, skipping"
Origado pela dica, mas continua a não resultar.
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #8 from Dan Kegel dank@kegel.com 2011-09-02 08:39:38 CDT --- Try it in a clean wineprefix.
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #9 from amfem amfem@hotmail.com 2011-09-03 05:29:49 CDT --- (In reply to comment #8)
Try it in a clean wineprefix.
How do I do that? Please.
Thank you and best regards
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #10 from Dan Kegel dank@kegel.com 2011-09-03 10:32:16 CDT --- rm -rf ~/.wine See "uninstalling all apps", http://wiki.winehq.org/FAQ#uninstall_app
http://bugs.winehq.org/show_bug.cgi?id=27976
--- Comment #11 from amfem amfem@hotmail.com 2011-09-03 13:58:27 CDT --- (In reply to comment #10)
rm -rf ~/.wine See "uninstalling all apps", http://wiki.winehq.org/FAQ#uninstall_app
NO RESULT. THE ERROR IS ALWAYS THE SAME: "The program AstroNav.exe has encountered a serious problem and needs to be close. Maybe be it was caused for a problem in program or in Wine"
1-I've made all in "http://wiki.winehq.org/FAQ#uninstall_app". 2-Shutdown and reboot. 3-Install "Wine" 4-In the console: "winetricks corefonts" and "winetricks vb6run" 5-Install the "NavSoft" (and all is well done and the "dll" are registed) 6-When I ask for almanac the same error appears 7-The program quit.
Thanks a lot your help
http://bugs.winehq.org/show_bug.cgi?id=27976
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.navsoft.com/Astr | |oNav_Setup.exe
http://bugs.winehq.org/show_bug.cgi?id=27976
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #12 from Bruno Jesus 00cpxxx@gmail.com 2012-03-04 20:43:26 CST --- Still present in wine 1.4-rc6.
http://bugs.winehq.org/show_bug.cgi?id=27976
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33239
http://bugs.winehq.org/show_bug.cgi?id=27976
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks|33239 |
--- Comment #13 from Nikolay Sivov bunglehead@gmail.com 2013-03-18 15:20:19 CDT --- Similar crash with wine-1.5.26.
http://bugs.winehq.org/show_bug.cgi?id=27976
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Blocks| |33239
http://bugs.winehq.org/show_bug.cgi?id=27976
Jarkko K jarkko_korpi@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi@hotmail.com
--- Comment #14 from Jarkko K jarkko_korpi@hotmail.com --- It gives me regserv32 error about astro0.dll-astro7.dll.
/wine AstroNav.exe err:module:import_dll Library MSVBVM60.DLL (which is needed by L"C:\Program Files\NavSoft\AstroNav.exe") not found err:module:LdrInitializeThunk Main exe initialization for L"C:\Program Files\NavSoft\AstroNav.exe" failed, status c0000135
Well I installed huge amounts of vcrun files, and "winetricks corefonts" and "winetricks vb6run"
and installed it again.
I got it running now.
wine 1.7.18
I don't know what files are actually needed. But I don't get crash.
http://bugs.winehq.org/show_bug.cgi?id=27976
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #15 from Bruno Jesus 00cpxxx@gmail.com --- Indeed fixed somewhere after wine 1.7.11. Only vb6run is required to run the application. Thanks for testing.
https://bugs.winehq.org/show_bug.cgi?id=27976
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #16 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.19.