http://bugs.winehq.org/show_bug.cgi?id=16973
Summary: Programm doesn't start Product: Wine Version: 1.1.13 Platform: All URL: http://www.svws.nrw.de/ OS/Version: All Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: wine@volker-dirr.de
Created an attachment (id=18757) --> (http://bugs.winehq.org/attachment.cgi?id=18757) log file
The Programm ExtNotMod is free. No copy protection, but it doen't start :-(
I attach the log file.
http://bugs.winehq.org/show_bug.cgi?id=16973
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|enhancement |normal Summary|Programm doesn't start |ExtNotMod doesn't start
--- Comment #1 from Jeff Zaroyko jeffz@jeffz.name 2009-01-17 07:33:00 --- please attach a compressed +relay,+seh,+tid log
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #2 from Volker Dirr wine@volker-dirr.de 2009-01-17 08:11:12 --- ok. i will attached a +relay
looks like i done a mistake with +seh and +tid. compare attachment. plaese tell em more detailed how to do that.
i also want to tell you, that the programm is just a single exe file. it also don't need to be installed. just run the exe file work on official windows systems.
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #3 from Volker Dirr wine@volker-dirr.de 2009-01-17 08:11:59 --- Created an attachment (id=18760) --> (http://bugs.winehq.org/attachment.cgi?id=18760) +relay
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #4 from Volker Dirr wine@volker-dirr.de 2009-01-17 08:12:18 --- Created an attachment (id=18761) --> (http://bugs.winehq.org/attachment.cgi?id=18761) +seh
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #5 from Jeff Zaroyko jeffz@jeffz.name 2009-01-17 08:14:41 --- (In reply to comment #2)
ok. i will attached a +relay
run like this: WINEDEBUG=+relay,+seh,+tid wine program.exe 2>&1 | bzip2 > log.txt.bz2
If there is a download I don't know where to find it, the link you have is not responding.
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #6 from Volker Dirr wine@volker-dirr.de 2009-01-17 09:05:17 --- oh yes, the server is currently down. (But i can't fix that, it is the sever of the German Feferal Land NRW.) i will tell if it is available again.
i attach the new log file now.
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #7 from Volker Dirr wine@volker-dirr.de 2009-01-17 09:06:05 --- Created an attachment (id=18762) --> (http://bugs.winehq.org/attachment.cgi?id=18762) new log file
http://bugs.winehq.org/show_bug.cgi?id=16973
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000@yahoo.co.uk
--- Comment #8 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-01-17 15:52:24 ---
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not registered err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not registered
The app seems to need mdac28. Do 'wget http://kegel.com/wine/winetricks && sh winetricks mdac28'
and try run app againa
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #9 from Volker Dirr wine@volker-dirr.de 2009-01-18 03:46:25 --- (In reply to comment #8)
err:ole:CoGetClassObject class {00000507-0000-0010-8000-00aa006d2ea4} not registered err:ole:create_server class {00000507-0000-0010-8000-00aa006d2ea4} not registered
The app seems to need mdac28. Do 'wget http://kegel.com/wine/winetricks && sh winetricks mdac28'
and try run app againa
Yes, wonderfull. Now the application starts. Thank you very much.
The next Problem is, that i am not able to open a file. if i try to open a file then i can see in the terminal: fixme:commdlg:GetFileName95 Flags 0x00800000 not yet implemented
So it mean the coders know this bug, but didn't fix it yet?
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #10 from Volker Dirr wine@volker-dirr.de 2009-01-18 03:53:56 --- Created an attachment (id=18779) --> (http://bugs.winehq.org/attachment.cgi?id=18779) log2
first i done this: wget http://kegel.com/wine/winetricks && sh winetricks mdac28
then i started the application.
then i tried to open a file.
then saw error message "Fehler beim Öffnen der Datenbank: Provider can not be found. It may not be properly installed." (Translation: "Error while opening the database: Provider ...")
the program still run.
i closed it normaly.
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #11 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2009-01-18 04:24:34 --- does 'winetricks jet40' work around this?
http://bugs.winehq.org/show_bug.cgi?id=16973
--- Comment #12 from Volker Dirr wine@volker-dirr.de 2009-01-18 04:41:20 --- (In reply to comment #11)
does 'winetricks jet40' work around this?
yes, now it run. there a some fixme's and err visible in the terminal but it run fine.
i can open the file, edit it and it also saves correct.
i will write this small test and description into the wine database soon.
do you think that someday wine will be able to start this application without installing the jet40?
so i think this bug can be closed. thank you very much.
http://bugs.winehq.org/show_bug.cgi?id=16973
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Keywords| |download OS/Version|All |other Platform|All |Other Resolution| |INVALID
--- Comment #13 from Vitaliy Margolen vitaliy@kievinfo.com 2009-01-18 13:46:19 --- Invalid - user didn't install required components.
http://bugs.winehq.org/show_bug.cgi?id=16973
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #14 from Vitaliy Margolen vitaliy@kievinfo.com 2009-01-18 13:46:29 --- Closing invalid