http://bugs.winehq.org/show_bug.cgi?id=21843
Summary: FreeFalcon 5.3: Crash when attempting to fly a mission Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: knives.out.0@gmail.com
Created an attachment (id=26442) --> (http://bugs.winehq.org/attachment.cgi?id=26442) errorlog + backtrace
FreeFalcon crashes when attempting to fly a mission, even with all in-game graphics options turned down.
Steps to reproduce: install freefalcon 5 install freefalcon 5.3 patch wine FFViper.exe choose 'Instant Action' click 'Takeoff'
My system: Fedora 12 x86_64 Nvidia 8800 GTS
This bug is possibly related to #14505, as FreeFalcon and Allied force share similar code base after all. Different errors are reported in the logs though.
http://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #1 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-24 08:37:13 --- What Wine version is this? Please compile it with CFLAGS="-gdwarf-2" and attach more usable backtrace.
http://bugs.winehq.org/show_bug.cgi?id=21843
knives.out.0@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.1.38
--- Comment #2 from knives.out.0@gmail.com 2010-02-24 16:48:26 --- (In reply to comment #1)
What Wine version is this? Please compile it with CFLAGS="-gdwarf-2" and attach more usable backtrace.
My apologies for not providing all the information. I have not submitted a bug before and I was sure I followed all the steps detailed at http://wiki.winehq.org/Bugs
I am using wine version 1.1.38-1 installed from rpms.
Is it normal for bug submitters to use source installs with the above CFLAGS? Only I tried uninstalling the rpms and recompiling as you suggested from source but ran into problems despite following the steps at http://wiki.winehq.org/WineOn64bit#head-96832b689255a0b357c311ceeb2fd37f3ce4...
Please also let me know what you mean by a more usable backtrace, as I followed the steps listed at http://wiki.winehq.org/FAQ#head-a37de3282d447376d2220d20a278ae52258551a4
Is there a particular command line parameter I should be using to generate said useful backtrace?
Thanks for your help.
http://bugs.winehq.org/show_bug.cgi?id=21843
knives.out.0@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Platform|x86 |x86-64
http://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #3 from Vitaliy Margolen vitaliy@kievinfo.com 2010-02-24 22:50:27 --- (In reply to comment #2)
I am using wine version 1.1.38-1 installed from rpms.
Which rpms? They are clearly broken.
http://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #4 from knives.out.0@gmail.com 2010-02-26 00:04:26 --- I have installed wine-1.1.38-1 from http://download.fedora.redhat.com/pub/fedora/linux/updates/12/i386/
Could you please give more information on why you think they are 'clearly broken'? It is certainly not clear to me.
I'm also able to use other windows apps without problems (sins of a solar empire, defcon for example) under this wine install, so that suggests to me that there isn't a problem with the wine packages.
Thanks for your help.
http://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #5 from Juan Lang juan_lang@yahoo.com 2010-02-26 10:30:19 --- (In reply to comment #4)
Could you please give more information on why you think they are 'clearly broken'? It is certainly not clear to me.
He means, there's no debug information about the Wine source in the backtrace. The last stack frame of your backtrace: 0 0x0059df6e FarTexDB::Setup+0x25e(hrc=(nil), path="C:\Program Files\FreeFalcon5\terrdata\korea\texture") [g:\cobradev\ffviper\graphics\texture\fartex.cpp:120] in ffviper (0x0547dc74)
That's interesting, it has source and line number information from the application itself. The first couple of stack frames:
8 0x68162ab5 (0x0547f498) 9 0x68251dce (0x00000000)
These should provide line number and source information about the Wine source. If there's a debug rpm package, please install that instead. When providing backtraces, yes, it's normal to compile Wine so that backtrace information with debug info is available.
http://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #6 from GyB gyebro69@gmail.com 2010-03-20 05:52:06 --- Created an attachment (id=26905) --> (http://bugs.winehq.org/attachment.cgi?id=26905) console log including backtrace
I have the same issue with the game, using Wine-1.1.41. I'm on Fedora 12, too, and have a GeForce 7xxx series card with proprietary driver. I compiled Wine-1.1.41 from source using CFLAGS="-gdwarf-2" still my backtrace is very similar to the bug reporter's (provides source information from the game).
The game and the patch can be downloaded for free: http://www.freefalcon.com/
Fedora 12 x86 Nvidia 7600 GT with driver 195.36.08
http://bugs.winehq.org/show_bug.cgi?id=21843
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #26905|0 |1 is obsolete| |
--- Comment #7 from GyB gyebro69@gmail.com 2010-08-31 12:32:08 CDT --- Created an attachment (id=30495) --> (http://bugs.winehq.org/attachment.cgi?id=30495) backtrace using winedbg
I tested the game again, using the latest git (wine-1.3.1-368-g2c08a3f) and the issue is still there. This time I got a (hopefully) proper backtrace. I had to remove the FFViper.pdb file from the game directory so the log doesn't contain information from the game's source.
In the meantime they've updated the game to the version 5.5.1. This version of the game doesn't generate a crash while trying to launch a mission, but simply shows an error dialog, titled: 'Failed to setup rendering context'. Pressing on <OK> terminates the game, without a backtrace.
Fedora 13 Nvidia 7600 / driver 256.44
http://bugs.winehq.org/show_bug.cgi?id=21843
Matteo Hausner matteo.hausner@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #8 from Matteo Hausner matteo.hausner@gmail.com 2011-01-07 10:37:23 CST --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=21843
victhor393 victhor.foster@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |victhor.foster@gmail.com
--- Comment #9 from victhor393 victhor.foster@gmail.com 2011-03-04 11:54:21 CST --- I think this is somehow related to the #26252 bug.
http://bugs.winehq.org/show_bug.cgi?id=21843
GyB gyebro69@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gyebro69@gmail.com
--- Comment #10 from GyB gyebro69@gmail.com 2012-04-08 01:27:03 CDT --- Still present as of wine-1.5.1-197-g73e7346. Tested with FreeFalcon v5.55.
http://bugs.winehq.org/show_bug.cgi?id=21843
Jarkko K jarkko_korpi@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jarkko_korpi@hotmail.com
--- Comment #11 from Jarkko K jarkko_korpi@hotmail.com --- Can someone update the status?
I think freefalcon is already at 6.0
http://freefalcon.org/pages/downloads/
(Dropbox link doesnt work for me).
http://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #12 from Jarkko K jarkko_korpi@hotmail.com --- I downloaded the latest freefalcon (6 at the moment) when trying to start mission screen goes into blue and that's it.
No debug available right now.
1.7.16
https://bugs.winehq.org/show_bug.cgi?id=21843
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #13 from super_man@post.com --- not working 1.7.50
https://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #14 from super_man@post.com --- I had a local copy of this game, but the version is higher than in the title mentioned. No crash, but it complains some odd error with popup. I am not even trying to analyze this.
wine 1.9-git
https://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #15 from super_man@post.com --- (In reply to super_man from comment #14)
I had a local copy of this game, but the version is higher than in the title mentioned. No crash, but it complains some odd error with popup. I am not even trying to analyze this.
wine 1.9-git
Still fails 1.9.7 and staging 1.9.6
https://bugs.winehq.org/show_bug.cgi?id=21843
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #16 from André H. nerv@dawncrow.de --- (In reply to Jarkko K from comment #12)
I downloaded the latest freefalcon (6 at the moment) when trying to start mission screen goes into blue and that's it.
No debug available right now.
1.7.16
Still the same in 2.0-rc1
https://bugs.winehq.org/show_bug.cgi?id=21843
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #17 from joaopa jeremielapuree@yahoo.fr --- Dos the bug still occur with wine-4.5?
https://bugs.winehq.org/show_bug.cgi?id=21843
--- Comment #18 from joaopa jeremielapuree@yahoo.fr --- Created attachment 64044 --> https://bugs.winehq.org/attachment.cgi?id=64044 Console output wit ddraw,d3d channel enabled
The bug still exists with wine-4.4