|
booxviewer 是可以看超星书的一个软件,发行版只有两个文件(一个exe一个 ini 见附件 ) 我已看到了网友发的运行成功的图片,但我就是不成功。
1,软件 redhat7.3及自带的wine-20020327-1.i386.rpm
2, 经配置,已成功运行 editplus.exe notepad.exe xnview.exe等程序。
3,运行booxviewer.exe时出现问题为: (第一次为直接运行,第二次从gdb中运行)
[lj@worker3 tmp3]$ ls
bxvfq.ini BXViewerb2.exe BXViewerb3.exe log.txt
[lj@worker3 tmp3]$ wine BXViewerb3.exe
wine: Unhandled exception, starting debugger...
Terminated
[lj@worker3 tmp3]$ gdb wine
GNU gdb Red Hat Linux (5.1.90CVS-5)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux"...(no debugging symbols found)...
(gdb) run BXViewerb3.exe
Starting program: /usr/bin/wine BXViewerb3.exe
Program received signal SIGSEGV, Segmentation fault.
0x400962d0 in dump_exports () from /usr/lib/wine/libntdll.dll.so
Current language: auto; currently asm
(gdb) q
The program is running. Exit anyway? (y or n) y
[lj@worker3 tmp3]$
请问如何解决??? |
|