http://bugs.winehq.org/show_bug.cgi?id=9804
Summary: Application unable to load off CD
Product: Wine
Version: 0.9.45.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alan.aversa(a)gmail.com
Created an attachment (id=8252)
--> (http://bugs.winehq.org/attachment.cgi?id=8252)
Wine's errors starting ZAN.EXE
Initially I thought this was a Securom issue, but the real problem seems to be
different. I have been trying to load an Italian dictionary program (ZAN.EXE)
off a CD, but it crashes every time.
fixme:ntdll:RtlNtStatusToDosErrorNoTeb no mapping for 00000005
See the attached files for OS X's crash report and for the exact error output
wine gives.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10811
Summary: EM_FORMATRANGE error on installation of several
Applications
Product: Wine
Version: 0.9.51.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-richedit
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jjmckenzie51(a)sprintpcs.com
Created an attachment (id=9678)
--> (http://bugs.winehq.org/attachment.cgi?id=9678)
Log demonstrating behavior of the infinite loop.
e-Sword and installable add-one fail with what appears to be an infinite loop
on richedit stub implementation of EM_FORMATRANGE. The current workaround is
to drop in a native version of riched20.dll. A proposed patch is in issue 6524
which may also correct this situation. Process had to be terminated by running
a ps -aux and kill -KILL the process.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9619
Summary: Winecfg audio tab crashes wine, midi does not work
Product: Wine
Version: 0.9.44.
Platform: Macintosh
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-multimedia
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: singingwolfboy(a)gmail.com
Created an attachment (id=8010)
--> (http://bugs.winehq.org/attachment.cgi?id=8010)
winecfg crash log, from when winecfg crashes when trying to open the Audio tab
Tested with Noteworthy Composer 1.75 and Finale Notepad 2007. Both programs
complained of non-responsive MIDI devices. (Noteworthy: "One or more of your
selected MIDI devices are failing to open." Finale: "One or more MIDI devices
are not responding") In the MIDI options in Noteworthy, it lists "Wine midi
mapper" under the "Devices used by play back" menu, and nothing under the
"Available play devices" menu. In neither application does any sound play
during playback.
While investigating this, I discovered that opening the Audio tab in winecfg
crashes wine. When I click on the Audio tab, winecfg first displays this
message:
There is no audio driver currently specified in the registry.
A recommended driver has been selected for you. You can use this driver or
select another driver if available.
You must click Apply for the selection to take effect.
When I hit OK on that message, winecfg briefly stays up with no menu options in
the open tab, and then crashes. Crash log is attached.
I thought this might be a duplicate of bug 4051, but since wine no longer uses
aRts, it can't be. Still, it seems to be a similar problem.
Download Noteworthy:
http://www.download.com/NoteWorthy-Composer/3000-2170_4-9017135.html?tag=pd…
Download Finale: http://www.makemusic-downloads.com/NPWinSetup12013.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11242
Summary: Deprecated functions called in audiounit.c
Product: Wine
Version: 0.9.53.
Platform: Macintosh
URL: http://lists.apple.com/archives/coreaudio-
api/2007/Aug//msg00073.html
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: teloiv(a)gmail.com
When compiling Wine, It calls on some functions (AUGraphNewNode and
AUGraphNewNodeInfo) for coreaudio support in OS X that are deprecated as of Mac
OS X 10.5. The function is found in dlls/winecoreaudio.drv/audiounit.c, and
the calls are:
audiounit.c: In function ‘SynthUnit_CreateDefaultSynthUnit’:
audiounit.c:343: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:354: warning: ‘AUGraphNewNode’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:674)
audiounit.c:377: warning: ‘AUGraphGetNodeInfo’ is deprecated (declared at
/System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:689)
It does not prevent audio from working but may do so in the future.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10184
Summary: Wine configure script unable to resolve -lGL on Mac OS X
10.5
Product: Wine
Version: 0.9.48.
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ryanwalklin(a)gmail.com
The configure script fails to find /usr/X11/lib/libGL.dylib, which is available
on Mac OS X 10.5 if the X11 user and dev packages are installed. Consequently
OpenGL is unavailable to Wine.
More correctly Wine should link to
/System/Library/Frameworks/OpenGL.Framework/Versions/A/Libraries/OpenGL.dylib,
as the /usr/X11/lib library consists of links to the Framework. This can be
achieved by directly linking to the framework (-Framework OpenGL -framework
GLUT) rather than -lGL and -lGLU on OS X.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9908
Summary: can't create universal binary for Mac OS X (server
unavailable in create script)
Product: Wine
Version: 0.9.46.
Platform: Other
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: test
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: raymondv(a)gmx.de
Hello,
i can create a "normal" binary for the use architecture (for me intel) but
failed creating a universal build for Mac OS X.
I used the manual on http://wiki.winehq.org/MacOSX/Building when creating a
intel
disk image with success!
When i tried to build a universal binary with (not documented on wiki):
./create_darwine_SDK.sh $VERSION ~/Desktop/wine-$VERSION/SDKRoot/
but it failed with
$ ./create_darwine_SDK.sh $VERSION ~/Desktop/wine-$VERSION/SDKRoot/
# Create the SDK installer for Darwine 0.9.46...
cvs [export aborted]: connect to anoncvs.opendarwin.org(204.152.186.41):2401
failed: Operation timed out
***** Error: Can't checkout the sdk from CVS 1
$
(the full command the script want to connect:
cvs -d:pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od export
-Dtomorrow projects/darwine/sdk)
This server is unavailable because the official darwine project is closed on
http://darwine.sourceforge.net
It is possible the create a new mirror?
Thanks
Raymond
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10460
Summary: MSVCRT40.DLL Unimplemented
Product: Wine
Version: 0.9.45.
Platform: PC-x86-64
OS/Version: Mac OS X 10.4
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: shnizep(a)gmail.com
Created an attachment (id=9178)
--> (http://bugs.winehq.org/attachment.cgi?id=9178)
Crash log
Hello,
First thanks for this invaluable tool. I'm running Mac OS X 10.4 on x86
platform. I'm trying to run an Invoicing tool I use to use on my PC although
the application runs, when I open a database it will crash with the attached
error log.
I installed Wine via Mac ports.
Any assistance is appreciated.
Thank You,
Stephen
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9310
Summary: Error in file open/sva dialog
Product: Wine
Version: 0.9.42.
Platform: PC-x86-64
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: newsletter(a)Schiermeier-Software.de
Created an attachment (id=7580)
--> (http://bugs.winehq.org/attachment.cgi?id=7580)
Error in wines file open/save dialog - v0.9.42 and above
By using the file open/save dialog I start in 'My computer' navigating through
the 'fake' filesystem of wine. I choose the harddisk c: and the subfolder
'windows'. Normaly I see now the content of this folder but I see the content I
saw before. Choosing now 'windows' showes all the content of this folder.
Also in other folders which are 'under' the Harddrive.
This error apear only by using the 'my computer' first and directly under this
level. Deeper inside the filesystem this error doesn't occur.
There was no change in the configuration: I tried with the version before
(v0.9.41) and all is fine. Only v0.9.42 and now v0.9.43 generate this error.
I include a screenshot of this strange behavior.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10783
Summary: D3D applications crash with native d3d dlls
Product: Wine
Version: 0.9.51.
Platform: PC
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ambro(a)b4ever.net
Created an attachment (id=9638)
--> (http://bugs.winehq.org/attachment.cgi?id=9638)
output with +d3d (on Linux)
Direct3D applications crash on startup when using native wine d3d dlls (built
using mingw). One that crashes is 'rthdribl'. Happens both in WinXP and with
Wine in Linux with d3d8,d3d9,wined3d overridden. Works in 0.9.50, broken by the
following commit:
9bc6200ecef40fe65d38fda2c7d0f4b8f4c71767 wined3d: Add a method for querying the
gl drawable size of rendertarget.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10052
Summary: MSMoney 2007 fails to load due to missing XML
Interfaces.
Product: Wine
Version: 0.9.47.
Platform: Other
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: wine-msxml
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslie_alistair(a)hotmail.com
Created an attachment (id=8600)
--> (http://bugs.winehq.org/attachment.cgi?id=8600)
Wine output
MSMoney 2007 fails to start with the attached Error. It appears that the msxml
interface are not registred correctly.
If you use the Native msxml, MsMoney loads but then seg faults when you try to
accept the license agreement.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11358
Summary: Emulator3000 does not display menu and status bar
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Created an attachment (id=10466)
--> (http://bugs.winehq.org/attachment.cgi?id=10466)
screenshot of the wrong appearance
Emulator3000 does not display menu and status bar, displaying garbage instead.
Screenshot is attached.
Download link for Emulator3000:
http://www.emulator3000.emuita.it/Emulator3000/E3000.zip
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11584
Summary: Recent patch breaks Call of Duty 4
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zgold550(a)gmail.com
CC: thunderbird2k(a)gmx.net
Recent patch inbetween .55 and now breaks playing call of duty 4 demo. Git
bisect returned the following :
(Gentoo x86 32 bit, Geforce 7900GS with 100.14.19 driver.)
ba90a740beb9ce9a839cc843db8d87f5a37becdd is first bad commit
commit ba90a740beb9ce9a839cc843db8d87f5a37becdd
Author: Roderick Colenbrander <thunderbird2k(a)gmx.net>
Date: Sun Feb 10 22:20:15 2008 +0100
wined3d: Add read_from_framebuffer_texture which combines code from
read_from_framebuffer (drawpixels) and LoadLocation.
This makes the code easier to read and the pieces borrowed from
read_from_framebuffer are more correct than the code in LoadLocation.
:040000 040000 74e4bdc73e367c8f38cd3d0818df0fc86eb788bf
3e54409be7c9d2964efbf3d3c2f3d3b84a267047 M dlls
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11520
Summary: resident evil 4: the black,the white and the glitch
Product: Wine
Version: 0.9.53.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: virtuousfox(a)gmail.com
Created an attachment (id=10682)
--> (http://bugs.winehq.org/attachment.cgi?id=10682)
wine output in start menu
running RE4 on wine 0.9.53-0.9.55 resulting in black screen in start menu,white
screen in game and glitching in ingame menu (see pictures)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10778
Summary: Gothic3 crashs after warp
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.gothic3.com/index.php?do=09709911610511111006
1109101100105097
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
After taking a "teleporter" (in German "Teleportstein") Gothic3 crashes with
this error:
err:seh:setup_exception stack overflow 0 bytes in thread 0025 eip 7e606e13 esp
6583e000 stack 0x6583e000-0x6604e000
err:ntdll:RtlpWaitForCriticalSection section 0x7e67ee68 "d3d9_main.c: d3d9_cs"
wait timed out in thread 0010, blocked by 0025, retrying (60 sec)
My sys: Fedora7 64bit, Geforce 8800GTS, Driver: 100.14.19
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10030
Summary: Mathcad 11: crashes when trying to add graphs
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: odcinek(a)gmail.com
App freezes when I click on any button from graphing toolbar.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9924
Summary: SysIPAddress32 dialog item glitch
Product: Wine
Version: 0.9.46.
Platform: PC
URL: http://flatassembler.net/examples/quetannon.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P3
Component: wine-comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bozonstrick(a)rambler.ru
The IP Address field (SysIPAddress32 dialog item) lets type into it only 2
digits in front of/behind/between periods instead of 3, e.g. I get 19.16.20.17
instead of 192.168.202.17. The example program, "quetannon", is written on the
flat assembler language (http://www.flatassembler.net/).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=9614
Summary: scroll wheel causes farcry crash.
Product: Wine
Version: 0.9.44.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jcarthew(a)mbarron.net
When using mouse wheel scroll to change weapons in farcry game crashes and
dumps out error messages.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11737
Summary: DVD Rebuilder fails to run
Product: Wine
Version: 0.9.55.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: florin(a)andrei.myip.org
Created an attachment (id=10986)
--> (http://bugs.winehq.org/attachment.cgi?id=10986)
stdout from the application
OS is Linux Ubuntu 7.04. I'm using the WINE packages from winehq.org
I'm trying to run DVD Rebuilder, the free edition, the full installer:
http://dvd-rb.dvd2go.org/modules.php?name=Downloads&d_op=viewdownload&cid=14
I was able to install the software without problems. Some components of the
full installer (AviSynth, HC Encoder) work fine standalone (not from DVD-Rb).
I can launch DVD-Rb, I can select a Source Path (it's a DVD dumped to the
hard-drive). I can configure the various settings in the application.
However, when I click "Backup DVD" I get a pop-up:
Run-time error '5':
Invalid procedure call or argument
I attached the messages printed by DVD-Rb on the console.
I can run more tests if need be.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10105
Summary: OLE Errors start upon launching and blank windows
Product: Wine
Version: unspecified
Platform: PC
URL: http://mailware.com/homeoffice.htm#SystemRequirements
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lane(a)zigzap.com
Problem 1
--------------------
Installation is smooth as silk but upon launching it the software presents an
OLE Error 80070057 which I cannot find in google.
Problem 2
--------------------
All the control panels for this application use IE components but are showing
up blank.
Problem 3
--------------------
After resizing the window using the maximize button all resize controls vanish
from the window and do not return upon double clicking the window title bar to
resize the window.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11285
Summary: Static characters on Nvidia 7xxx cards in Witcher
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://img299.imageshack.us/img299/4263/screenshot24kn4.
png
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: zbigniew.braniecki(a)gmail.com
It came out during the discussion about The Witcher 1.2 version that the game
works well for Nvidia 8xxx users, and does not for Nvidia 7xxx users.
see:
http://appdb.winehq.org/commentview.php?iAppId=6019&iVersionId=10468&iThrea…
Known "rag dolls" cards:
7600GT
7800GT
7800GTX
7900GS
Known "noproblem" cards:
8600GTS (two different people!)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11697
Summary: Total Annihilation runs very slowly
Product: Wine
Version: 0.9.56.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.vanderessen(a)student.uclouvain.be
Total Annihilation works already very fine, but it uses way too much CPU,
it runs ok on my intel core-duo 1.7 (at 100%CPU), but is almost unplayable on a
athlonxp 1Ghz
Since I remember playing it on 266Mhz with 64Mo Ram, I suppose that there is an
issue somewhere.
Thank you,
- Fred.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10166
Summary: HTML Help (CHM) not working
Product: Wine
Version: 0.9.47.
Platform: Other
URL: http://www.stationplaylist.com/LV_Checkboxes.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-help
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ross(a)stationplaylist.com
The Help button does nothing in the executable included in the zip above. It
works fine under Windows and loads the included CHM file. Delphi source code
is included.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=11658
Summary: Setup routine of BSSBWin software crashes when searching
for previous installations
Product: Wine
Version: 0.9.55.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: tobias_stegmann(a)gmx.net
CC: tobias_stegmann(a)gmx.net
Created an attachment (id=10860)
--> (http://bugs.winehq.org/attachment.cgi?id=10860)
debug message for bssbwin
Used Wine version: wine-0.9.55
Used Linux distribution: Ubuntu 7.10 x86_64
Used software version: BSSBWin 4.3.14
Software download: http://www.bssb.de/downloads/2kb/downloads/SetupV.EXE
Software description: German management software for sport clubs written in
Visual Basic 6.0, depends on Windows XP SP 2 or Win2k SP 4
Bug description:
Setup routine crashes when trying to search for previous installations - see
attachment for error message.
Using i686 architecture setup freezes at the same point using 100% cpu - no
error message.
Thanks.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10781
Summary: Fibotrader: program crashes when starting and creating
*.mdb database
Product: Wine
Version: 0.9.39.
Platform: PC
URL: http://fibotrader.com/sw_downloads.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emmek(a)o2.pl
Created an attachment (id=9636)
--> (http://bugs.winehq.org/attachment.cgi?id=9636)
Console output after starting program and crash
After starting the program is trying to run "databank assistant" at first.
Then it tries to create or open a *.mdb file. At this step it fails.
A pop-up window suggests to check MDAC and Jet installation. I'm almost sure I
have MDAC & Jet installed properly as many other applications run at my Wine.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.