WineHQ

Photostitch

Application Details:

Version: 3.1
License:
URL:  
Votes: 1
Latest Rating: Garbage
Latest Wine Version Tested: 1.5.17

Maintainers: About Maintainership

No maintainers. Volunteer today!

Test Results

Old test results
The test results you have selected are very old and may not represent the current state of Wine.
Selected Test Results

What works

Nothing

What does not

Workarounds

What was not tested

Hardware tested

Graphics:

  • GPU:
  • Driver:

Additional Comments

Crashes on startup

selected in Test Results table below
Operating systemTest dateWine versionInstalls?Runs?Used
Workaround?
RatingSubmitter
CurrentDebian GNU/Linux 7.x "Wheezy" x86_64Nov 10 20121.5.17Yes No NoGarbageFrancois Gouget 
ShowUbuntu 9.10 "Karmic" i386 (+ variants like Kubuntu)Jan 17 20101.1.36Yes Yes NoGarbagepsykotik 
ShowUbuntu 8.10 "Intrepid" i386 (+ variants like Kubuntu)Oct 26 20081.1.7Yes No NoGarbagean anonymous user 
ShowDebian GNU/Linux 5.x "Lenny"Feb 04 20080.9.49.Yes Yes NoSilverBeberKing 
ShowUbuntu 7.10 "Gutsy" i386 (+ variants like Kubuntu)Nov 13 20070.9.46.No No NoGarbagean anonymous user 

Known Bugs

Bug # Description Status Resolution Other apps affected

Show all bugs

HowTo / Notes

HOWTO

To get it running you need to apply following patch:

diff --git a/server/queue.c b/server/queue.c
index f6d6ca4..ae2fb9e 100644
--- a/server/queue.c
+++ b/server/queue.c
@@ -982,6 +982,12 @@ void detach_thread_input( struct thread *thread_from )
     }
 }

+void set_active_window( struct thread *thread, user_handle_t win )
+{
+    if (thread->queue != NULL && thread->queue->input->active == NULL)
+        thread->queue->input->active = win;
+}
+

 /* set the next timer to expire */
 static void set_next_timer( struct msg_queue *queue )
diff --git a/server/window.c b/server/window.c
index 8cf8001..a213012 100644
--- a/server/window.c
+++ b/server/window.c
@@ -491,6 +491,7 @@ static struct window *create_window( struct window *parent, struct window *owner
         if (!current->queue && !init_thread_queue( current )) goto failed;
     }

+    set_active_window( current, win->handle);
     /* put it on parent unlinked list */
     if (parent) list_add_head( &parent->unlinked, &win->entry );
     else

Comments

Comments Disabled

Comments for this application have been disabled because there are no maintainers.
Back