http://bugs.winehq.org/show_bug.cgi?id=16418
Summary: Keyword corral crashes (because of unimplemented
advapi.LsaLookupSids)
Product: Wine
Version: 1.1.10
Platform: Other
URL: http://www.johncow.com/brand-new-free-keyword-corral-
tool-by-john-cow-dot-com/
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: advapi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xerox_xerox2000(a)yahoo.co.uk
Hi, a user reported trouble with this app on user-list.
It crashes right away with:
Unhandled Exception: System.Security.Principal.IdentityNotMappedException: Some
or all identity references could not be translated.
at
System.Security.Principal.SecurityIdentifier.Translate(IdentityReferenceCollection
sourceSids, Type targetType, Boolean forceSuccess)
The problem seems to be this line from the consoleoutput:
fixme:advapi:LsaLookupSids (0xcafe,1,0x877c08,0x32f154,0x32f148) stub
Simply returning STATUS_SUCCESS instead of STATUS_NOT_MAPPED didn't help
(crashed with a null pointer derefernce), so i guess this'll need a kind of
real implementation of LsaLookupSids
--
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=24386
Summary: SCI opens in Wine then automatically closes
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgokux3(a)gmail.com
Created an attachment (id=30731)
--> (http://bugs.winehq.org/attachment.cgi?id=30731)
SCI output
I'm trying to use SCI (Small C Interpreter) to aid me in my journey of learning
C. I downloaded the file from here:
http://www.programmersheaven.com/download/16526/download.aspx
When I open SCI, the program acts as though it will open but then the CMD
flashes and then Wine closes. I attached the program output to this bug report
Linux Katormix 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010
i686 GNU/Linux
--
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=23251
Summary: Steam: update window is always on top and does not
accept input
Product: Wine
Version: 1.2-rc3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cww(a)denterprises.org
While running wine in desktop mode and playing a game with Steam, if Steam
finds an update for itself, a window will appear on top of the game and will
not accept input. For games that do not support a windowed run mode (e.g.
Civilization IV), the only way to make the window go away is to exit the game
before attempting to access the Steam client window.
This occurs, for example, when I run Steam with the following script.
---- 8< cut 8< ----
#!/bin/zsh
WINEVERSION=1.2-rc3
export WINEPREFIX="$HOME/local/lib/wine-ok"
$HOME/local/wine-$WINEVERSION/bin/wine explorer \
/desktop=foo,1920x1080 start \
'C:\Program Files\Steam\Steam.exe'
---- 8< cut 8< ----
Steam may be downloaded at the following URL (though, you may need a Steam
account, which you may create at steampowered.com, first).
http://cdn.steampowered.com/download/SteamInstall.msi
--
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=29410
Bug #: 29410
Summary: FindFirstFileExW not implemented for Qt 4.8
Product: Wine
Version: 1.3.35
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha_one_x86(a)first-world.info
Classification: Unclassified
Hello, Qt 4.8 use new api to access at the file, then I think it's that's
error:
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
which block:
QFileInfoList QDir entryInfoList() method into Qt 4.8.
I have do a simple test case:
http://files.first-world.info/temp/test_entryInfoList.tar.bz2
To test if it work (work on windows but not on wine)
Thanks to fix it quickly because you block all application based on Qt 4.8.
--
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=24124
Summary: Warcraft 3: window resolution cannot go more than
1370x751 in window mode
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gufide_g(a)yahoo.ca
Created an attachment (id=30364)
--> (http://bugs.winehq.org/attachment.cgi?id=30364)
This is my terminal output
Just in the title, if I go more than that, it just don't fill farther.
My configuration is:
1.9 Ghz
1366x768 screen
nvidia 8200mg
I used -opengl and -window in my launcher
--
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=34420
Bug #: 34420
Summary: QPA QT5 plugin don't work
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: alpha_one_x86(a)first-world.info
Classification: Unclassified
Hello,
I can't run Qt5 application due to QPA plugin failed:
wine catchchallenger-single-player.exe
fixme:dwmapi:DwmIsCompositionEnabled 0x6b2bdb20
fixme:iphlpapi:NotifyAddrChange (Handle 0x105e318, overlapped 0x105e330): stub
Could not parse file "/home/user/.local/share/applications/wireshark.desktop":
Invalid key name: Path[$e]
fixme:dwmapi:DwmIsCompositionEnabled 0x6b047594
fixme:iphlpapi:NotifyAddrChange (Handle 0x11fe8d0, overlapped 0x11fe8dc): stub
wine: configuration in '/home/user/.wine' has been updated.
fixme:file:FindFirstFileExW options not implemented 0x00000000 0x00000002
Failed to load platform plugin "windows". Available platforms are:
abnormal program termination
Cheer,
--
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=34589
Bug #: 34589
Summary: open wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ericfalcon(a)hotmail.com
Classification: Unclassified
Created attachment 46069
--> http://bugs.winehq.org/attachment.cgi?id=46069
backtrace
when i open wine. Wine tell me he have a problem
--
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=34156
Bug #: 34156
Summary: adobe photoshop cs5
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b47a26f1(a)opayq.com
Classification: Unclassified
Created attachment 45437
--> http://bugs.winehq.org/attachment.cgi?id=45437
adobe photoshop cs5
adobe photoshop cs5
--
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=27660
Summary: mailcheck and adobe reader
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wehrfeuer(a)gmail.com
mailcheck2 from d-jan.de and adobe reader 10 don't work.
--
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=26188
Summary: Menus and text in ARMA :Armed Assault are unusable
Product: Wine
Version: 1.3.14
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=33384)
--> (http://bugs.winehq.org/attachment.cgi?id=33384)
Screenshot of the menu
As the screenshot above demonstrates, the menus and text of ARMA : Armed
Assault are unusable. The game is run in a clean prefix with a d3dx9_36
override to work around http://bugs.winehq.org/show_bug.cgi?id=12757 .
Gentoo Linux X64
nvidia-drivers 270.18
Unfortunately, the console does not reveal much. If someone has an idea of a
channel to expose, please tell me.
xavier@xavier /wine/arma1/drive_c/jeu $ wine arma.exe
fixme:win:EnumDisplayDevicesW ((null),0,0x125f578,0x00000000), stub!
err:ole:CoGetClassObject class {5959df60-2911-11d1-b049-0020af30269a} not
registered
err:ole:CoGetClassObject no class object {5959df60-2911-11d1-b049-0020af30269a}
could be created for context 0x1
fixme:ddraw:DirectDrawEnumerateExA flags 0x00000007 not handled
fixme:win:EnumDisplayDevicesW ((null),0,0x125ea48,0x00000000), stub!
fixme:dinput:SysMouseWImpl_Acquire Clipping cursor to (0,0)-(800,600)
fixme:d3d9:Direct3DShaderValidatorCreate9 stub
--
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.