WISO 2011 - Tip Software

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
akI*
Level 3
Level 3
Posts: 55
Joined: Mon May 23, 2011 11:48 am

WISO 2011 - Tip Software

Post by akI* »

Hi,

i have a problem with my 2011 tip software of WISO.

System informations (Suse 11.4 64b):

Code: Select all

uname -r
2.6.37.6-0.7-desktop
wine --version
wine-1.3.26
First i tryed a clean installation (on a new and clean prefix ofc) like described here: http://appdb.winehq.org/objectManager.p ... &iId=22966
The installation works without any negative feedback (except Adobe Reader).
I added wmp9 with winetricks to get the useful tip video information as well.

But i cant start the game.

Code: Select all

fixme:heap:HeapSetInformation (nil) 1 (nil) 0
err:module:attach_process_dlls "odbc32.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"Z:\\home\\akI\\.wine-WISO2011\\drive_c\\Programme\\WISO\\Steuersoftware 2011\\wmain11.dll" failed, status c0000005
Then i installed msxml6, dotnet30 and jet40 with winetricks, but the error is still existing.
Next i tryed to override odbc32.dll but that doesnt work also.

With wine 1.3.15 it works out of the box without any issues.

Any ideas?
bcpeterson
Level 2
Level 2
Posts: 35
Joined: Sat Sep 11, 2010 6:24 pm

Post by bcpeterson »

I'm not familiar with msmxl but the appdb you linked to suggested winetricks msxml3, which I didn't see in your attempted winetricks.

I hope that helps out some.
akI*
Level 3
Level 3
Posts: 55
Joined: Mon May 23, 2011 11:48 am

Post by akI* »

Well i first try it with msxml3 but the programstarter failed.
Than i updated it to msxml4 with the same results and and least i updated to the latest version msxml6 but same here.

Any other ideas i could try?
bcpeterson
Level 2
Level 2
Posts: 35
Joined: Sat Sep 11, 2010 6:24 pm

Re: WISO 2011 - Tip Software

Post by bcpeterson »

akI* wrote:
With wine 1.3.15 it works out of the box without any issues.

Any ideas?
Did it work on your system running Suse 11.4 64b and then stopped working in 1.3.26? If so, do a regression test.

The only other winetrick I saw in the app db was wmp9, but I doubt that's you main problem. Hopefully someone else will have a suggestion.
akI*
Level 3
Level 3
Posts: 55
Joined: Mon May 23, 2011 11:48 am

Re: WISO 2011 - Tip Software

Post by akI* »

bcpeterson wrote: Did it work on your system running Suse 11.4 64b and then stopped working in 1.3.26? If so, do a regression test.
Yes exactly.
bcpeterson wrote: The only other winetrick I saw in the app db was wmp9, but I doubt that's you main problem.
Well wmp9 is needed if you wanted to take a look into the videos of WISO but its not essential.
Anyway... i installed wmp9 of course to make sure its not a wmp9 issue.

Yes hopefully someone can help me here :D
akI*
Level 3
Level 3
Posts: 55
Joined: Mon May 23, 2011 11:48 am

Post by akI* »

I Did the regression test. Works fine
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

akI* wrote:I Did the regression test. Works fine
A regression test identifies the commit that caused the problem. If "works fine" is all you have to say, I doubt you really did one.
http://wiki.winehq.org/RegressionTesting
Locked