https://bugs.winehq.org/show_bug.cgi?id=48011
Bug ID: 48011
Summary: Rebelbetting: unhandled exception on edit
Product: Wine
Version: 4.18
Hardware: x86-64
URL: http://rebelbetting.com/files/RebelBettingSetup.exe
OS: Linux
Status: NEW
Keywords: download
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 65543
--> https://bugs.winehq.org/attachment.cgi?id=65543
Wine 4.18 console log
On closing Rebelbetting 6.17, the application sits in the background for a
while consuming 100% of one core, then eventually hits an unhandled exception.
Both Vanilla and Staging.
I don't recall this happening before but this application is force-updated on
each load, and a bisect could take me a little while. Will update.
--
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=10767
Summary: lstrcmp and others do not compare punctuation characters
correctly
Product: Wine
Version: CVS/GIT
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-kernel
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lich(a)math.spbu.ru
just example:
ret = lstrcmpi("# (Search for Disassembly Pattern)", ".RELOAD (Reload
Symbols)");
wine returns '1' here, but must '-1' since ord('#')=23h < 2Eh=ord('.'). Windows
handles this case correctly. GLIBC strcasecmp works correctly too.
This bug heavily affects winhelp index lookup in WIN32.HLP borland help file,
which has lots of #.&*()[]
P.S. It is not a locale problem, so this bug is not a duplicate of bug #9583
--
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=25280
Summary: Singularity: no sound in game without Hardware
Acceleration = emulation
Product: Wine
Version: 1.3.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
I don't remember this happening on my Ubuntu machine, but on my Gentoo box, I
get no sound in Singularity unless I set Hardware acceleration = emulation.
This has a bad side effect, however. It enables sound in the menu/intro video,
but when it transitions to the game, it hangs on the loading screen.
This only helps in alsa mode, with oss, I get no sound, either way.
Terminal shows:
fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling
mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165bf8,0x165b40): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x165c08,0x165b40): 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.
https://bugs.winehq.org/show_bug.cgi?id=5163
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #106 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 7.10.
--
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=52870
Bug ID: 52870
Summary: shlwapi:url - The UrlGetPartA() tests fails in Wine in
Hindi
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shlwapi
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
The UrlGetPartA() tests fails in Wine in Hindi:
url.c:795: Test failed: URL "http://
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff:pass@host", part 0x3, flags 0: Got size
33.
url.c:808: Test failed: URL "http://
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff:pass@host", part 0x3, flags 0: Got
result " !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
url.c:795: Test failed: URL "http://user:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff@host", part 0x4, flags 0: Got size 33.
url.c:808: Test failed: URL "http://user:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff@host", part 0x4, flags 0: Got result "
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
url.c:795: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff",
part 0x2, flags 0: Got size 33.
url.c:808: Test failed: URL "http:// !\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff",
part 0x2, flags 0: Got result "
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
url.c:795: Test failed: URL "http://host:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x5, flags 0: Got size 33.
url.c:808: Test failed: URL "http://host:
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xff", part 0x5, flags 0: Got result "
!\"$%&'()*+,-.;<=>[]^_`{|~}\x01\x7f\xef\xbf\xbd".
https://test.winehq.org/data/patterns.html#shlwapi:url
A bisect shows that the test started failing with this commit:
commit e81327358a26b160740b3421a4c7f300b4d2f06f
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Apr 13 15:13:16 2022 +0200
kernelbase: Move codepage initialization to ntdll.
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
--
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=52218
Bug ID: 52218
Summary: Honeygain exits silently
Product: Wine
Version: 7.0-rc1
Hardware: x86-64
URL: https://download.honeygain.com/windows-app/Honeygain_i
nstall.exe
OS: Linux
Status: NEW
Keywords: download, win64
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 71289
--> https://bugs.winehq.org/attachment.cgi?id=71289
Wine 6.23 console log [23 MB]
Honeygain has a limited UI and so runs quietly in the system tray.
Under Wine the application either exits silently and Wine closes gracefully, or
the application becomes a zombie (in which case sending SIGHUP to conhost allow
Wine to exit gracefully).
The application has to run for a while to see this behaviour and it is not
clear how to trigger this, nor is it possible to predict exactly how it will
exit.
>From two runs:
06a4:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFA, 0032FEAC
0138:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
0138:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
0138:fixme:ver:GetFileVersionInfoSizeExW flags 0x2 ignored
0138:fixme:ver:GetFileVersionInfoExW flags 0x2 ignored
0024:fixme:uiautomation:UiaReturnRawElementProvider (000100A8, 0, 0, 00000000)
stub!
0024:fixme:uiautomation:UiaReturnRawElementProvider (00270068, 0, 0, 00000000)
stub!
0024:fixme:uiautomation:UiaReturnRawElementProvider (002C00B4, 0, 0, 00000000)
stub!
0024:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (0055BBD8)
0024:fixme:ieframe:OleInPlaceObject_InPlaceDeactivate (00578C98)
Exits silently.
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:gdi:CreateDCW no driver found for L""
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
0120:err:system:update_display_cache failed to read display config
* Assertion at /vagrant/mono/mono/utils/lock-free-alloc.c:145, condition
`sb_header' not met, function:alloc_sb, Failed to allocate memory for the lock
free allocator
Zombie.
In both cases the full logs are >20 MB.
This is a .Net app. When running with dotnet472 installed the app also
complains about being unable to allocate memory, though the system has plenty
of free memory and I don't see any ballooning from the app. I don't currently
have logs from this type of installation.
I *think* the app will run without logging in, though I am running the app
after working around Bug 51936 to log in.
--
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=52032
Bug ID: 52032
Summary: Bad Mouse Pointer under 32bits app (Poser)
Product: Wine
Version: 6.21
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dufgrinder(a)laposte.net
Distribution: ---
Created attachment 71034
--> https://bugs.winehq.org/attachment.cgi?id=71034
Mouse aspect under wine 6.x
In the 3D modeler of Application Poser 9 (32bits), the mouse pointer is a black
square instead of a reticle.
This anomaly does not appear with with 5.* and I identified it in 6.18 and 6.21
OS Linux: Centos 8 Stream & Alman Linux 8
--
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=49052
Bug ID: 49052
Summary: Japanese Visual Novel "natural Vacation" doesn't start
(ENIGMA 5.X protected)
Product: Wine
Version: 5.7
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: dark.shadow4(a)web.de
Distribution: ---
The program reportedly just exits instead of starting.
Reported on the forums at https://forum.winehq.org/viewtopic.php?f=2&t=33776
Pretty sure this is a deficiency in wine regarding the ENIGMA protector. The
demo of the game works just fine, but the full game doesn't.
I don't own the game, and don't know of another affected program, any ideas on
how to investigate this? What kind of logs would help? Though I fear ENIGMA
might fight debugging...
Note: This needs staging because of bug 43548 (aka bug 21232).
--
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=26909
Summary: HaoZip: Cannot navigate to drive_c
Product: Wine
Version: 1.3.18
Platform: x86
URL: http://storage2.dobreprogramy.pl/akcesoria/haozip_v2.2
.6302.multi_(dobreprogramy.pl).exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukasz.wojnilowicz(a)gmail.com
Created an attachment (id=34314)
--> (http://bugs.winehq.org/attachment.cgi?id=34314)
Error message
Steps to reproduce:
1) remove ~/.wine
2) winetricks gecko gdiplus
3) install HaoZip (default installation)
4) wine HaoZip.exe
5) click left mouse button on "drive_c" in Folder tree on the left
Behaviour:
See attachment.
Expected behaviour:
I should be able to enter drive_c.
Terminal output:
fixme:win:EnumDisplayDevicesW ((null),0,0x32f058,0x00000000), stub!
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:mountmgr:harddisk_ioctl unsupported ioctl 74080
fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_CONNECT_TIMEOUT (2000):
STUB
fixme:wininet:InternetSetOptionW INTERNET_OPTION_CONNECT_RETRIES 3
fixme:shell:SHAutoComplete stub
err:listview:LISTVIEW_WindowProc unknown msg 108c wp=00000000 lp=00000000
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know
what to do!
--
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=3599
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #30 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 7.10.
--
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=5989
Alexandre Julliard <julliard(a)winehq.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #18 from Alexandre Julliard <julliard(a)winehq.org> ---
Closing bugs fixed in 7.10.
--
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=53061
Bug ID: 53061
Summary: Alcoma ASD Client 11.1 fails to start due to missing
unicode exports in tapi32
Product: Wine
Version: 7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: tapi32
Assignee: wine-bugs(a)winehq.org
Reporter: rpisl(a)seznam.cz
Distribution: ---
Alcoma ASD Client 11.1 fails to start due to missing following unicode exports
in tapi32: lineGetCallInfoW, lineGetDevConfigW, lineGetIconW and
lineSetDevConfigW.
--
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=33209
Bug #: 33209
Summary: Tribes: Ascend cannot authenticate user
Product: Wine
Version: 1.5.25
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: thanoulas(a)gmail.com
Classification: Unclassified
Using the latest wine 1.5.25 or latest from the git repository, the game starts
and goes to the login screen, but there is no way you can login. I get all
kinds of errors, mainly:
Username or password wrong
Connection timed out
Connection lost
It seems that the problem relies in winsock, I've attached a +winsock log
The highlight seems to be the following, as this line is repeated again and
again:
trace:winsock:WS2_recv_base socket 01c8, wsabuf 0x33ebb0, nbufs 1, flags 0,
from 0x33ec2c, fromlen 16, ovl 0x0, func 0x0
trace:winsock:WS2_recv_base fd=177, options=0
warn:winsock:WS2_recv_base -> ERROR 10035
Also, doing a search in the log for "63.251.64.141" (the authentication
server's IP) will give you the parts from when I clicked on the "Login" button.
Thanks,
Thanos
--
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=30503
Bug #: 30503
Summary: Echo: Secrets of the Lost Cavern upside down on
BACKBUFFER
Product: Wine
Version: 1.5.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 4plague(a)gmail.com
Classification: Unclassified
When playing on BACKBUFFER - with or without multisample - all other modes
work, but have a separate bug #30502 - everything is upside down even the mouse
is Y-inverted.
This does not happen in intro movies. However sometimes I can see everything
normal for a split-second before everything flips upside down.
Demo:
http://www.gamershell.com/news_22111.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.
https://bugs.winehq.org/show_bug.cgi?id=53022
Bug ID: 53022
Summary: Fatal error detected
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: naworldw(a)gmail.com
Distribution: ---
This is my first time writing here. There is a program that I usually use.
https://github.com/KurtBestor/Hitomi-Downloader
Originally, I ran the program after running the Windows virtual environment in
Ubuntu, but I was always worried about the large resource consumption, so I ran
it with wine this time. However, it did not run with the error "msvcp140.dll
could not be extracted from open permission denied". The terminal reads
"wineserver: using server-side synchronization.
002c:err:wineboot:process_run_key Error running cmd
L"C:\\windows\\system32\\winemenubuilder.exe -r" (2).
MESA-INTEL: warning: Performance support disabled, consider sysctl
dev.i915.perf_stream_paranoid=0
wine: could not open working directory L"unix\\home\\timi\\", starting in the
Windows directory.
wine: could not open working directory L"unix\\home\\timi\\", starting in the
Windows directory.
" It's displayed like this way. Would you mind helping me?
--
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=53016
Bug ID: 53016
Summary: Steam fails to load pages
Product: Wine
Version: 7.8
Hardware: x86-64
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: dwmapi
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: jzeng(a)codeweavers.com
Regression SHA1: 182feddd4b02e83f3c69863bc2e6e63945eb2df1
Distribution: ---
News, Library, Downloads, Wishlist etc. pages show just empty window.
--
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=53010
Bug ID: 53010
Summary: Split/Second crashes on launch
Product: Wine
Version: 7.2
Hardware: x86-64
URL: https://download.cnet.com/Split-Second-demo/3000-7513_
4-75206464.html
OS: Linux
Status: NEW
Keywords: download, regression
Severity: normal
Priority: P2
Component: winepulse.drv
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
CC: gabrielopcode(a)gmail.com
Regression SHA1: 1ccdbcf475e21a9320dc81e0b0acac7fd997f338
Distribution: ---
wine: Unhandled exception 0xc0000409 in thread 15c at address 03A7A721 (thread
015c), starting debugger...
--
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=51936
Bug ID: 51936
Summary: Honeygain forgets user details
Product: Wine
Version: 4.20
Hardware: x86-64
URL: https://download.honeygain.com/windows-app/Honeygain_i
nstall.exe
OS: Linux
Status: NEW
Keywords: download, win64
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: imwellcushtymelike(a)gmail.com
Distribution: Ubuntu
Created attachment 70907
--> https://bugs.winehq.org/attachment.cgi?id=70907
Wine 6.20 console log
Honeygain is unable to remember account details and they have to be entered on
every run.
Work around is to copy the XML file user.config to
$WINEPREFIX/drive_c/users/$USER/AppData/Local/Honeygain_Url_RANDOM_SEQUENCE/0.10.7.0
from the equivalent directory on a Windows 10 installation.
Note that RANDOM_SEQUENCE is exactly that and varies between installations (for
some reason).
Tried "winetricks msxml3 msxml4 mshtml" but it made no difference.
The website states:
“At least Windows 7 with minimum .NET Framework 4.7.2”
Tried "winetricks dotnet472" but it keeps failing at the dotnet40 stage.
Will try earlier versions but having problems with compilation so will have to
come back once I've tested further.
Tested with Wine 6.20 and Wine Staging 6.20.
$ sha1sum Honeygain_install.exe
331c0790f26df36868818ed9ddbaf3db95fe4ebc Honeygain_install.exe
--
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=52956
Bug ID: 52956
Summary: Star Citizen crashes on unimplemented function
kernel32.dll.SetThreadInformation
Product: Wine
Version: 7.6
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: ace(a)haxalot.com
Distribution: ---
Created attachment 72326
--> https://bugs.winehq.org/attachment.cgi?id=72326
Patch to stub SetThreadInformation
With the upcoming Star Citizen 3.17.1 build, the game has started applying
power throttling information on its worker threads, which requires the missing
method SetThreadInformation.
I wrote - and attached - a quick patch to stub it out in a manner that seems
enough for the game to keep working.
Threw a quick look at the Windows API documentation as well - on how hard it
would be to do a more proper implementation, but I have honestly no idea what
the input data is supposed to accomplish, and a stub seems to do just fine.
--
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=52882
Bug ID: 52882
Summary: Improve software components also for using “GPU Caps
Viewer 1.54”
Product: Wine
Version: 7.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Markus.Elfring(a)web.de
Distribution: ---
I have tried the tool “GPU Caps Viewer 1.54” out together with the software
“Wine 7.7-1449.4”.
Markus_Elfring@Sonne:~> wine
/home/altes_Heim2/elfring/geladen/Freeware/GPU_Caps_Viewer/GPU_Caps_Viewer.exe
00c4:err:ntoskrnl:ZwLoadDriver failed to create driver
L"\\Registry\\Machine\\System\\CurrentControlSet\\Services\\SecDrv": c0000142
003c:fixme:service:scmdatabase_autostart_services Auto-start service L"SecDrv"
failed to start: 1114
0024:fixme:ntdll:NtQuerySystemInformation info_class
SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:imm:ImeSetActiveContext (0x28bf30, 1): stub
0024:fixme:imm:ImmReleaseContext (0001004E, 0028BF30): stub
0070:fixme:imm:ImeSetActiveContext (0x5b4b0, 0): stub
…
0024:err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0xb010064): unexpected
iPixelFormat(0) vs nFormats(247), returns FALSE
wine: Unhandled page fault on read access to 00000320 at address 00484738
(thread 0024), starting debugger...
…
Unhandled exception: page fault on read access to 0x00000320 in 32-bit code
(0x00484738).
…
See also:
https://appdb.winehq.org/objectManager.php?sClass=application&iId=17257
How will the chances evolve to fix remaining open issues?
--
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=48718
Bug ID: 48718
Summary: unimplemented function
KERNEL32.dll.RaiseFailFastException
Product: Wine
Version: 3.0
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: py_lrr(a)hotmail.fr
Distribution: ---
Created attachment 66591
--> https://bugs.winehq.org/attachment.cgi?id=66591
Backtrace of the error encountered
Hi,
Trying to launch an application (a custom wow BfA to be precise), I got an
error saying a dll function is not implemented :
KERNEL32.dll.RaiseFailFastException (see backtrace for more details).
It seems to be this function :
https://docs.microsoft.com/en-us/windows/win32/api/errhandlingapi/nf-errhan…
It looks short and simple, at least in the Windows implementation.
Thanks,
--
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=53079
Bug ID: 53079
Summary: Linker error during build.
winegstreamer:wg_transform.c:526: undefined reference
to `gst_sample_set_info'
Product: Wine
Version: 5.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winegstreamer
Assignee: wine-bugs(a)winehq.org
Reporter: dimaki(a)rocketmail.com
Distribution: ---
Trying to build Wine on 32bit Debian 10 Buster results in the below error.
1.14.4-1 is the version of libgstreamer installed on the system.
usr/bin/ld: dlls/winegstreamer/wg_transform.o: in function
`wg_transform_read_data':
/home/debuser/wine/dlls/winegstreamer/wg_transform.c:526: undefined reference
to `gst_sample_set_info'
collect2: error: ld returned 1 exit status
make: *** [Makefile:130996: dlls/winegstreamer/winegstreamer.so] Error 1
--
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=51572
Bug ID: 51572
Summary: Crash when opening notes panel in Logos Bible Software
Product: Wine
Version: 6.14
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: johnpgoodman(a)gmail.com
Distribution: ---
Created attachment 70415
--> https://bugs.winehq.org/attachment.cgi?id=70415
Terminal Output from crash opening notes panel.
6.14 introduces a regression in which opening the notes panel causes an instant
crash. Terminal output attached.
There appears to be something of a fix in 6.14 staging already however the load
time of this panel is very slow and so is its updating etc. In 6.01 stable it
is almost instant.
This is a regression which it would be great if we can pin down and fix.
Any help appreciated - I've included an install guide as it isn't obvious.
---Install Guide---
The app is a bit like kindle in so much as the engine is free but the resources
cost so there is a free download. Unlike kindle it has many advanced research
features and books link together etc. The main app is free but there are paid
features, resources and subscriptions. To use the app you need a free account
https://www.logos.com/product/194909/logos-9-basic. It uses a downloader app
which last I tried doesn't work with wine. The actual msi link is
https://downloads.logoscdn.com/LBS9/Installer/9.6.0.0024/Logos-x64.msi
---Manual Install Procedure:---
1 Install wine 6 or newer
2 winetricks corefonts
3 winetricks settings fontsmooth=rgb
4 winetricks dotnet48
5 winetricks settings renderer=gdi (you might need to set the reg key
manually)
6 Install the Logos.msi download but don't run it.
7 wine64 reg add "HKCU\\Software\\Wine\\AppDefaults\\LogosIndexer.exe" /v
Version /t REG_SZ /d vista /f
8 Run Logos and sign in with your free account.
---GUI Install Script---
There is a script which downloads a preconfigured wine bottle and sets it all
up in $USER/Logos_BibleP directory which you can then easily remove etc.
https://github.com/ferion11/LogosLinuxInstaller/releases Choose fast install
without wine AppImage.
--
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=37614
Bug ID: 37614
Summary: Applications do not always start inside a configured
virtual desktop
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50062
--> https://bugs.winehq.org/attachment.cgi?id=50062
screenshot
I noticed some strangeness with virtual desktops. Configuring one (either via
winetricks or winecfg) and then starting e.g., notepad/regedit starts the
application outside of the virtual desktop.
To ensure it wasn't a race, I did 'wineserver -w' (and also added a sleep of 10
seconds), but the problem remains. After a few tries (usually 2-3), the
application will start inside the desktop, and from there, it seems to always
work as expected.
Commandline used:
$ winetricks -q vd=1024x768 ; wineserver -w ; sleep 10 ; notepad
screenshot attached.
[austin@localhost ~]$ xfwm4 --version
This is xfwm4 version 4.10.1 (revision 3918e6b) for Xfce 4.10
Released under the terms of the GNU General Public License.
Compiled against GTK+-2.24.24, using GTK+-2.24.25.
Build configuration and supported features:
- Startup notification support: Yes
- XSync support: Yes
- Render support: Yes
- Xrandr support: Yes
- Embedded compositor: Yes
- KDE systray proxy (deprecated): No
[austin@localhost ~]$ wine --version
wine-1.7.31-99-g5ecea72
--
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.