Err 1359

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
win32
Level 1
Level 1
Posts: 7
Joined: Tue Oct 05, 2010 8:52 am

Err 1359

Post by win32 »

Im trying to run a project with wine(1.0.1) in linux (fedora 11) and it have this problem

Code: Select all

win:GetDesktopWindow failed to start explorer, err 1359
err:win:GetDesktopWindow failed to create desktop window
What is this error??

thanks
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Err 1359

Post by dimesio »

win32 wrote:Im trying to run a project with wine(1.0.1)
Upgrade. That version is two years old and no longer supported.
win32
Level 1
Level 1
Posts: 7
Joined: Tue Oct 05, 2010 8:52 am

Post by win32 »

Sorry, but i can`t upgrade, its too dangerous for my work. where can i find a list of error with his code??

thanks.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

win32 wrote:Sorry, but i can`t upgrade, its too dangerous for my work. where can i find a list of error with his code??
That error code is coming from your app, not Wine.

As for upgrading, if this app doesn't work at all in 1.0.1 then there's no danger in upgrading. If you mean you need 1.0.1 for some other app and don't want to risk messing things up, compile 1.3.4 from source and run it from the build directory. This will enable you to test this app in current Wine while still using the older version for your other apps.
win32
Level 1
Level 1
Posts: 7
Joined: Tue Oct 05, 2010 8:52 am

Post by win32 »

thank you very much for your quick reply. i will try it
Locked