https://bugs.winehq.org/show_bug.cgi?id=46631
Bug ID: 46631
Summary: winecfg fails to load
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: brendan(a)redmandi.com
CC: julliard(a)winehq.org
Regression SHA1: 9839bb7691a1b1c57a4ca501d03825420c1609d7
Distribution: ---
Created attachment 63532
--> https://bugs.winehq.org/attachment.cgi?id=63532
Output of WINEDEBUG=+module
When running winecfg with the latest git commit (currently
d0727decdedb5aba250038458e0a28dec5687e50) - winecfg fails to load.
I get the following:
$ winecfg
002d:err:module:import_dll Loading library comctl32.dll (which is needed by
L"C:\\windows\\system32\\comdlg32.dll") failed (error c000007b).
002d:err:module:import_dll Library comdlg32.dll (which is needed by
L"C:\\windows\\system32\\winecfg.exe") not found
002d:err:module:import_dll Loading library comctl32.dll (which is needed by
L"C:\\windows\\system32\\winecfg.exe") failed (error c000007b).
002d:err:module:attach_dlls Importing dlls for
L"C:\\windows\\system32\\winecfg.exe" failed, status c0000135
When reverting commit 9839bb7691a1b1c57a4ca501d03825420c1609d7, winecfg loads
correctly again.
I've attached the output of WINEDEBUG=+module.
--
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=10048
Summary: unimplemented function imm32.dll.ImmDisableIme
Product: Wine
Version: 0.9.4.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bryan.oshea(a)minacs.com
Created an attachment (id=8595)
--> (http://bugs.winehq.org/attachment.cgi?id=8595)
Splashscreen
Trying to run program call iHEAT 8.37 client.
This is a trouble ticket system client by Frontrange solutions
(http://www.frontrage.com).
The client uses an embedded program call GoGlobal by
Graphon(http://www.graphon.com) to connect to some type of terminal server
application running on a designated server.
When i run the client i can get as far as the splash screen and then it stops
with call to unimplemented function imm32.dll.ImmDisableIme.
wine: Call from 0x7ee15c70 to unimplemented function imm32.dll.ImmDisableIme,
aborting
See attachment for screenshot.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31438
Bug #: 31438
Summary: [EA Origin]Unable to download game since the new
version
Product: Wine
Version: 1.5.10
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: berillions(a)gmail.com
Classification: Unclassified
Created attachment 41324
--> http://bugs.winehq.org/attachment.cgi?id=41324
Output console EA Origin
Since few days, EA Origin had an update to pass to the version 9.0.2.2064 -
185387. With this new version, it's impossible to download a game to install
and play.
Actually, i have 2 games (Battlefield 2 / Bad Company 2) bought only on Origin
store so i have not the DVD. With Origin v8.*, i haven't this problem but now,
i can't download the game with Wine.
I add the output console when i launch Origin and try to download a game.
You could see an error with "{dcb00c01-570f-4a9b-8d69-199fdba5723b}".
On Windows 7 regedit, this class object is for "netprofm" dll but this dll does
not exist in Win XP.
I already tried to add this class object in wine regedit but i have always this
message so i don't know if this error is the cause of my 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.
https://bugs.winehq.org/show_bug.cgi?id=40177
Bug ID: 40177
Summary: multicharacter constant warning in wineqtdecoder
Product: Wine
Version: 1.9.3
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: isakov-sl(a)bk.ru
gcc-4.8.4 shows me a warning
~~~
dlls/wineqtdecoder/qtsplitter.c:1049:187: warning: multi-character character
constant [-Wmultichar]
err = NewMovieFromDataRef(&filter->pQTMovie,
newMovieActive|newMovieDontInteractWithUser|newMovieDontAutoUpdateClock|newMovieDontAskUnresolvedDataRefs|newMovieAsyncOK,
&id, dataRef, 'WINE');
~~~~
Should it be "WINE" or some other idea?
According to spec it must be (file, URL, pointer, or handle), not a character
and moreover not a multicharacter.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=48889
Bug ID: 48889
Summary: Debian packaging: set cap_net_raw to allow sendings
ICMP packets
Product: Packaging
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-packages
Assignee: wine-bugs(a)winehq.org
Reporter: luca.boccassi(a)gmail.com
CC: dimesio(a)earthlink.net, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
The attached patch adds postints and a dependency on libcap-bin, so that
wineserver, wine-loader and wine64-loader can get cap_net_raw added on
installation. Some games need to be able to send ICMP packets for anti-cheat
reasons - see
https://appdb.winehq.org/objectManager.php?sClass=version&iId=31145
Adding cap_net_raw means they don't need to be ran as root to do that, which is
obviously bad.
I regularly get kicked out of BF4 servers as the latency of my clients cannot
be measured.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5414
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Version|unspecified |0.9.7.
Hardware|Other |x86
Component|winsock |wininet
Fixed by SHA1| |91bbec013bc449ff3343a3bfee1
| |710b4145d414a
OS|other |Linux
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5310
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |67e7eda96c16417526e9659be0e
| |eecf2b6edd4c1
CC| |focht(a)gmx.net
Hardware|Other |x86
OS|other |Linux
--
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.
https://bugs.winehq.org/show_bug.cgi?id=3241
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|resqu(a)gmx.ch |wine-bugs(a)winehq.org
Version|unspecified |0.9.
Fixed by SHA1| |7686aa86e61b6ce3684340ea818
| |dda92b5e79aa6
CC| |focht(a)gmx.net
Hardware|Other |x86
Component|user32 |comctl32
Regression SHA1| |07834655435a5fd60d59bbbdd08
| |b7d68202c3376
--
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.
https://bugs.winehq.org/show_bug.cgi?id=5968
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Fixed by SHA1| |cac55008c9640014bcbd9ccdbbe
| |1872e3f390719
Hardware|Other |x86
Severity|minor |normal
OS|other |Linux
--
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.
https://bugs.winehq.org/show_bug.cgi?id=6000
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Hardware|Other |x86
Version|unspecified |0.9.19.
CC| |focht(a)gmx.net
Fixed by SHA1| |4e5c51a6eefb0ee1afff02b8a85
| |0e4a5d2a27b2d
Component|-unknown |msvcrt
--
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.