Application running on Windows:

Application running on Wine:

Regards,
Sorry... It's "1.2 rc1 (aka 1.1.45_1.2rc1)" according to the RPM info. Package installed from http://download.opensuse.org/repositori ... SUSE_11.2/.DaVince wrote:What Wine version?
Calling that form, I only get this messages:DaVince wrote:I see, that's good. Then what terminal output do you get when trying to run from the terminal?
The "fixme:rpc:I_RpcWindowProc" seems to be usual during the product execution, I'm not sure about the other one...fixme:rpc:I_RpcWindowProc (0x10048,0000001c,00000000,00000000): stub
fixme:rpc:I_RpcWindowProc (0x10048,0000001c,00000001,00000000): stub
fixme:win:LockWindowUpdate (0x20112), partial stub!
fixme:win:LockWindowUpdate ((nil)), partial stub!
fixme:rpc:I_RpcWindowProc (0x10048,0000001c,00000000,00000000): stub
Apparently it is required NOT to use winetricks to open a bug report, and without winetricks I can't even start the application. Didn't mention it because I didn't now before posting this...DaVince wrote:You should probably file a bug about this on bugs.winehq.org (but make sure to check if a similar bug isn't open already).
Ok, tested with 1.2rc2 and I see the same behavior. At least got the application running without dcom98 (Clean wine + application + mdac28 + mfc42 + oleaut32(native)).DaVince wrote:You should probably file a bug about this on bugs.winehq.org (but make sure to check if a similar bug isn't open already).
What happens if you use Wine without all of the winetricks add-ons?DaVince wrote:
Ok, tested with 1.2rc2 and I see the same behavior. At least got the application running without dcom98 (Clean wine + application + mdac28 + mfc42 + oleaut32(native)).You should probably file a bug about this on bugs.winehq.org (but make sure to check if a similar bug isn't open already).
Let's see if the bug report goes somewhere.
Ref: http://bugs.winehq.org/show_bug.cgi?id=22945
I can't start the application with a plain Wine unluckily.James McKenzie wrote:cyruspy wrote:What happens if you use Wine without all of the winetricks add-ons?DaVince wrote:
Ok, tested with 1.2rc2 and I see the same behavior. At least got the application running without dcom98 (Clean wine + application + mdac28 + mfc42 + oleaut32(native)).You should probably file a bug about this on bugs.winehq.org (but make sure to check if a similar bug isn't open already).
Let's see if the bug report goes somewhere.
Ref: http://bugs.winehq.org/show_bug.cgi?id=22945
http://wiki.winehq.org/FAQ#get_log advises how to get a log file.
James McKenzie
I read through the forum thread and there is no statement that you triedJames McKenzie wrote:
I can't start the application with a plain Wine unluckily.cyruspy wrote:
What happens if you use Wine without all of the winetricks add-ons?DaVince wrote:
Ok, tested with 1.2rc2 and I see the same behavior. At least got the application running without dcom98 (Clean wine + application + mdac28 + mfc42 + oleaut32(native)).
Let's see if the bug report goes somewhere.
Ref: http://bugs.winehq.org/show_bug.cgi?id=22945
http://wiki.winehq.org/FAQ#get_log advises how to get a log file.
James McKenzie
Ref: http://forum.winehq.org/viewtopic.php?p=44093#44093
In that thread I mention the errors I found with the following tests:James McKenzie wrote:I read through the forum thread and there is no statement that you tried
to run it without any patches/fixups/winetricks. It is very important
that you try this and then post whatever error messages you receive when
trying to start it. Some of the fixups have Wine native counterparts
and they need to be updated to include functions that your application
wants to use.
James McKenzie
Well the application is pretty useless until it connects to DB, most menus are grayed out and as mentioned it doesn't even start properly without mdac28 . The only missing logs are from installationcyruspy wrote:
In that thread I mention the errors I found with the following tests:
- Clean wine + application: crash after start
- Clean wine + application + mdac28: fails with a "type mismatch" after connecting to DB
- Clean wine + application + mdac28 + mfc42 + oleaut32(native): I can connect to DB. Arrows in the form mentioned in this thread are missing, and the screen/form mentioned in the other thread still crashes...
All the messages seen are quoted in the thread for each test.
Regards,
There is a fix for a related problem in Wine 1.2-rc3, which was releasedAny more advices?