http://bugs.winehq.org/show_bug.cgi?id=31182
Bug #: 31182
Summary: Kareo aborts before putting up splash screen
Product: Wine
Version: 1.5.8
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Now that bug 31165 is fixed, the next problem is:
$ cd ~/".wine/drive_c/Program Files/Kareo/Client"
$ wine Kareo.Superbill.Windows.KareoBase.exe
...
0027:Call gdiplus.GdipGetPropertyItemSize(023f5858,00005100,0032f174)
ret=00a619d4
trace:gdiplus:GdipGetPropertyItemSize (0x23f5858,0x5100,0x32f174)
0027:Ret gdiplus.GdipGetPropertyItemSize() retval=00000013 ret=00a619d4
...
System.Exception: Unknown Error [GDI+ status: PropertyNotFound]
at System.Drawing.GDIPlus.CheckStatus (Status status)
at System.Drawing.Image.GetPropertyItem (Int32 propid)
at (wrapper remoting-invoke-with-check) System.Drawing.Image:GetPropertyItem
(int)
at System.Drawing.ImageAnimator.Animate (System.Drawing.Image image,
System.EventHandler onFrameChangedHandler)
at Kareo.Windows.Forms.AnimatedImage.StartAnimation ()
at (wrapper remoting-invoke-with-check)
Kareo.Windows.Forms.AnimatedImage:StartAnimation ()
at
Kareo.Superbill.Windows.UI.Controls.NewVersionCheckSplashControl.NewVersionCheckSplashControl_Load
(System.Object sender, System.EventArgs e)
at System.Windows.Forms.UserControl.OnLoad (System.EventArgs e)
winetricks gdiplus works around the problem.
Tested with
f85a3a2a2089400885656b1e6e3506d68c9a6212 Kareo_Setup.exe
--
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=27352
Summary: d3d_caps:wined3d_guess_card No card selector available
for GL vendor 4 and card vendor 0000.
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lcid-fire(a)gmx.net
When trying to play anything in 3D I get this message. Other bug reports claim
this was fixed - for me using Nouveau driver it is not.
--
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=26625
Summary: Wine or Wine documentation bug on short file names
Product: Wine
Version: 1.3.16
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: spammis(a)spam.la
http://www.winehq.org/docs/winedev-guide/x2988#AEN3203
Scroll down a bit to the bullet list. It says:
> The filesystem on which the inspected directory lies in a real Windows FS (like
> FAT, or FAT32, or NTFS) and the OS has support to access the short filename
> (for example, Linux does this on FAT, FAT32 or VFAT). In this case, Wine makes
> full use of this information and really mimics the Windows behavior: the short
> filename used for any file is the same than on Windows.
Wine does not detect real short names on NTFS partitions but Linux is able to
access the real short names on NTFS partitions. Thus, there is either a bug in
Wine or in the documentation quoted above.
An example (from my /mnt/windows directory, mounted as Z:\mnt\windows in Wine):
Z:\mnt\windows>dir /x
2010/10/13 3:09 <DIR> PROG~FBU Program Files
2011/03/14 3:15 <DIR> PROG~5P2 Program Files (x86)
But:
user@localhost:/mnt/windows$ getfattr -h -n system.ntfs_dos_name Program\ Files
# file: Program Files
system.ntfs_dos_name="PROGRA~1"
user@localhost:/mnt/windows$ getfattr -h -n system.ntfs_dos_name Program\
Files\ \(x86\)
# file: Program Files (x86)
system.ntfs_dos_name="PROGRA~2"
user@localhost:/mnt/windows$
So Wine calls the said directories PROG~FBU and PROG~5P2 respectively, whereas
Linux detects the names created by Windows 7 as PROGRA~1 and PROGRA~2.
---
In order to use the "getfattr" program under Ubuntu, you may have to run "sudo
apt-get install attr" first. Documentation available here:
http://b.andre.pagesperso-orange.fr/extend-attr.html
--
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=23695
Summary: Pro/ENGINEER: Error window mis-sized
Product: Wine
Version: 1.2-rc7
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=29683)
--> (http://bugs.winehq.org/attachment.cgi?id=29683)
Image showing the problem
Steps to reproduce:
1) remove ~/.wine
2) choose to install "PTC License Server"
3) choose bad license
4) check license
5) close checking window and agree on saving
6) get one error window and then another
Behaviour:
Windows are mis-sized
Expected behaviour:
Windows should have proper size
Workaround:
Maximize then minimize problematic window
--
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=22037
Summary: sp2 for microsoft powerpoint 2007 fails to install
Product: Wine
Version: 1.1.40
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adamix(a)email.it
Created an attachment (id=26798)
--> (http://bugs.winehq.org/attachment.cgi?id=26798)
logs of pp2007sp2 install
after a clean install of wine, I've installed correcty powerpoint viewer 2007.
If I try to install sp2 for this program it fails.
--
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=33395
Bug #: 33395
Summary: Flashing and Glitching on osu! on Xubuntu 13.04
Product: Wine
Version: 1.5.28
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: espionage724(a)gmail.com
Classification: Unclassified
Created attachment 44189
--> http://bugs.winehq.org/attachment.cgi?id=44189
Wine log from game startup, song select and play (Auto) and exit
While trying to play osu!, the screen will flash completely white for a few ms
every 4-5 seconds and then return to normal. This is "very" distracting, and
may even be a rather large issue for people with epilepsy.
>From my experience, this seems to only occur on Xubuntu 13.04. Xubuntu 12.10
doesn't have this issue from what I've noticed. Same driver version as well.
I'm using a Radeon HD 7850 and fglrx (12.100; 13.3 Beta 3).
Uploaded is an attached wine.log, not sure if it'll help too much or not
though.
--
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=32717
Bug #: 32717
Summary: DxInput doesn't working on xbox gamepads
Product: Wine
Version: 1.5.21
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dinput
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aisyko(a)gmail.com
Classification: Unclassified
Pro Evolution Soccer 2012 functions goods, 3d, sounds...
But since wine 1.5.21, my gamepads doesn't function...
Type : XboxGamepads
--
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=24803
Summary: Easyworship 2009 hangs on video playback
Product: Wine
Version: 1.3.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puk007(a)gmail.com
steps to reproduce:
1. install via winetricks:
winetricks winxp ie6 wmp9 xvid
2. install and start EasyWorship 2009 eval version
3. add media - movie (vlc codec details follow) and play it:
video - MPEG-4 video (XVID)
audio - MPEG Audio Layer 1/2/3 (mpga)
4. app hangs, the last error message displayed in console is (full console log
attached):
err:ntdll:RtlpWaitForCriticalSection section 0x67fb210 "videorenderer.c:
VideoRendererImpl.csFilter" wait timed out in thread 0047, blocked by 0020,
retrying (60 sec)
any idea how to solve?
in fact app hangs randomly when working with video, sometimes it plays video,
sometimes it crashes with error like this one, similar error cases:
err:ntdll:RtlpWaitForCriticalSection section 0x7e2acc00 "x11drv_main.c:
X11DRV_CritSection" wait timed out in thread 0029, blocked by 002e, retrying
(60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x7ea12dc0 "gdiobj.c: gdi_section"
wait timed out in thread 002e, blocked by 0029, retrying (60 sec)
thanks.
--
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=23066
Summary: Sourceinsight: when autocomplete input, small hint
window doesn't show at current cursor postion
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dwwwww(a)hotmail.com
OS: RHEL 4
In sourceinsight, editing, it has autocomplete functionality.
If we input a word/structure, sourceinsight will try to auto complete it with a
small hint window at the cursor. however, the window doesn't show immediately
as it is in windows platform and it stays in the middle of main window not at
the cursor.
--
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=21845
Summary: 4DV11 don't run
Product: Wine
Version: 1.1.38
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ton.ami.totoro(a)gmail.com
CC: ton.ami.totoro(a)gmail.com
Created an attachment (id=26448)
--> (http://bugs.winehq.org/attachment.cgi?id=26448)
Debug information for 4DV11
Hi,
This bug report is after this forum topic:
http://forum.winehq.org/viewtopic.php?p=39915
I use a copy of the windows installation folder and try to run 4D (it's like
than we do it in my office). The product web site: http://www.4d.com/
My wine version is : 1.1.38 under a kubuntu 9.10
After install wine I install geko with winetricks.
I hop than my log can help.
I'm at your service to check every possible fix.
Thanks for your help
--
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.