http://bugs.winehq.org/show_bug.cgi?id=23067
Summary: Can't move and click mouse with program
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xiecheng(a)box.az
CC: xiecheng(a)box.az
Created an attachment (id=28633)
--> (http://bugs.winehq.org/attachment.cgi?id=28633)
This program work is wait , move mouse and click mouse left button
Hi I find bug in Wine.
I downloaded many programs and tested all Window XP programs
not working move mouse and click mouse button.
I wroted simple program.
But my application too does not working.
I wroted this program on Window XP but all well worked.
I think so this is Wine Bug.
I adding the link I downloaded and tested program`s:
http://www.brothersoft.com/automouseclicker-download-25176.htmlhttp://www.topshareware.com/Standard-Mouse-Auto-Clicker-download-76910.htm
vs ...
I added my wroted application.
THis is my application source codes:
#include <windows.h>
#include <cstdlib>
#include <iostream>
using namespace std;
int main(int argc, char *argv[])
{
int i , x, y;
for(i=0;i<50;i++){
Sleep(5000);//wait 5 second
mouse_event(MOUSEEVENTF_LEFTDOWN , x, y, 50, 80);
//MOve cursor and left down
printf("Left down - ");
Sleep(1000);//wait 1 second
mouse_event(MOUSEEVENTF_LEFTUP, x, y, 32, 30);
printf("Left up | \n");
}
system("PAUSE");
return EXIT_SUCCESS;
}
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23027
Summary: bug
Product: Wine
Version: 1.1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xiecheng(a)box.az
CC: xiecheng(a)box.az
Hi. MY english is very low.
I was wroted mouseclicker program in c++.
This program worked on Windows XP wery vell.
But I want to start on ubuntu with wine this program worked only
console window! And do not move cursor.
I was used in my console program this function for click and move mouse cursor
mouse_event(MOUSEEVENTF_LEFTDOWN | MOUSEEVENTF_LEFTUP, x, y, 5, 10);
This link is my program on rapidshare:
http://rapidshare.com/files/395044353/mouseclicker.exe.html
Good days
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23062
Summary: wine works fine but stops working
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: martin.clarke89(a)gmail.com
The program works great but after a while it stops working (I recieve an error
message that says fulltiltpoker.exe encountered a serious problem and needs to
close)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23060
Summary: Adobe PDF does not print
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ToddAndMargo(a)gmail.com
If this is not one of your printers, it will be embarrassing, but "Adobe PDF"
shows in all my wine programs and does not show CUPS. So, I am presuming that
since it showed up when I upgraded to 1.2rc2, that it is one of your.
I does to print. you press the "ok" dialog button on the print dialog after
selecting "Adobe PDF" and nothing happens. You do not even leave the print
dialog.
What kind of trace would you like me to do?
-T
p.s I would also love an "Adobe PS" printer for post script when I need to fax.
Since you have to convert to postscript first before converting to PDF, this
should be easy to implement.
p.s.s CUPS' "CUPS-PDF" virtual printer is not a PDF printer, but rather a Post
Script printer and you have to use ps2pdf to do the final conversion. So we
already have a print to PS, it is just named incorrectly and we do not need an
extra printer from you guys for post script. I would still love the extra
printer.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23035
Summary: Guild Wars executable (Gw.exe) fails to launch.
Product: Wine
Version: 1.2-rc2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fatalitycomix(a)gmail.com
Created an attachment (id=28557)
--> (http://bugs.winehq.org/attachment.cgi?id=28557)
Terminal output
Problem: Guild wars application (game) does not start.
Intended result: Normal launch of game, download of content, gameplay, etc.
Actual result: Wine encounters an error and cannot continue.
Steps to reproduce.
1) Navigate to the directory where "Gw.exe" is stored.
2) At the terminal, type "wine 'Gw.exe'"
3) Error occurs
Cause of error unknown.
Tester system specs:
Athlon II, 2 64-bit cores @ 3 ghz
8 gb ram
Geforce 9600 GT
Ubuntu 10.04 Lucid Lynx, 64 bit
Nvidia Proprietary drivers in use
No Compiz desktop effects enabled
No "winetricks" applied except MFC42.DLL for another application
Standard, fresh system installation
GLXGEARS returns positive result.
All packages up to date as of June 4 12:00 PM EST
Wine installed from package, not source.
May be related to this bug http://bugs.winehq.org/show_bug.cgi?id=12870
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23061
--- Comment #1 from David kredba <kredba(a)uochb.cas.cz> 2010-06-06 15:37:32 ---
I am sorry I read the "Please do not PASTE logs and back traces (attach them
instead)." after I submit those messages from wine. Will do it correctly next
time.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=7182
--- Comment #9 from Aric Stewart <aric(a)codeweavers.com> 2010-06-06 14:41:43 ---
This should be fixed. Please test.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=5163
Jonas Heinrich <onny(a)project-insanity.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |onny(a)project-insanity.org
--- Comment #73 from Jonas Heinrich <onny(a)project-insanity.org> 2010-06-06 12:52:02 ---
bug is still present in wine 1.2rc2
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=23053
Summary: Unable to Share Programs Between Users
Product: Wine
Version: 1.1.44
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: c.trapt(a)gmail.com
Can not share installed program's between several user's on machine and
individual installs are impractical on space and not permitted by program
licence.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=2022
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|1.2-rc2 |0.9.17.
--- Comment #27 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2010-06-06 12:48:10 ---
Don't change original reported Wine version.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.