https://bugs.winehq.org/show_bug.cgi?id=53808
Bug ID: 53808
Summary: FBI Hostage Rescue: crashes when you try to start/load
the game
Product: Wine
Version: 7.19
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: sherlock3890(a)gmail.com
Distribution: ---
Created attachment 73320
--> https://bugs.winehq.org/attachment.cgi?id=73320
Game launch & crash log
The game FBI Hostage Rescue crashes when you select "start a new game" in the
menu. The game itself launches without a problem and shows the menu.
I'm using Fedora 36 x64, with amdgpu drivers (not amdgpu-pro).
--
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=36116
Bug ID: 36116
Summary: msi/action possible leak in
test_create_remove_shortcut
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20424== 48 bytes in 1 blocks are possibly lost in loss record 485 of 1,049
==20424== at 0x7BC4C735: notify_alloc (heap.c:255)
==20424== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==20424== by 0x5069418: msi_alloc (msipriv.h:1188)
==20424== by 0x506AE0C: get_table (table.c:601)
==20424== by 0x506F48C: TABLE_CreateView (table.c:2161)
==20424== by 0x5075B7D: WHERE_CreateView (where.c:1242)
==20424== by 0x50797E1: sql_parse (sql.y:494)
==20424== by 0x507A959: MSI_ParseSQL (sql.y:1002)
==20424== by 0x5044749: MSI_DatabaseOpenViewW (msiquery.c:132)
==20424== by 0x4FEC6FC: load_all_files (action.c:1300)
==20424== by 0x4FED0F6: ACTION_CostInitialize (action.c:1544)
==20424== by 0x4FFDEFD: ACTION_HandleStandardAction (action.c:7619)
==20424== by 0x4FFE0F1: ACTION_PerformAction (action.c:7648)
==20424== by 0x4FEA821: ITERATE_Actions (action.c:507)
==20424== by 0x50448B6: MSI_IterateRecords (msiquery.c:188)
==20424== by 0x4FEABBF: ACTION_ProcessExecSequence (action.c:590)
==20424== by 0x4FFE945: MSI_InstallPackage (action.c:7840)
==20424== by 0x50386E7: MsiInstallProductW (msi.c:251)
==20424== by 0x50385D8: MsiInstallProductA (msi.c:226)
==20424== by 0x4C3C622: test_create_remove_shortcut (action.c:5746)
==20424==
--
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=52175
Bug ID: 52175
Summary: advapi32:lsa fails because "Everyone" is not
translated
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: fgouget(a)codeweavers.com
Distribution: ---
advapi32:lsa fails in French and German in Wine:
lsa.c:407: Test failed: expected L"Tout le monde", got L"Everyone"
and
lsa.c:405: Test failed: expected L"Jeder", got L"Everyone"
https://test.winehq.org/data/patterns.html#advapi32:lsa
The reason is that Wine does not translate the "Everyone" group name.
Note that the French failure may be masked by another Wine bug: the string
returned by GetSystemPreferredUILanguages() is in lowercase instead of being in
uppercase like on Windows. This causes the advapi32:lsa to skip the translation
check when running in French in Wine.
--
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=53651
Bug ID: 53651
Summary: Ride 4 regression
Product: Wine-staging
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: edpil02(a)orange.fr
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I was able to play Ride4 motorcycle game since version 6.xx
But the game crashes now.
$ wine --version
wine-7.12 (Staging)
$ wine ride4.exe
----------
info: Exclusive FS: 1
Fatal glibc error: tpp.c:83 (__pthread_tpp_change_priority): assertion failed:
new_prio == -1 || (new_prio >= fifo_min_prio && new_prio <= fifo_max_prio)
02ac:err:seh:call_stack_handlers invalid frame 000000002A9EDB90
(0000000029D72000-000000002A8F0000)
02ac:err:seh:NtRaiseException Exception frame is not in stack limits => unable
to dispatch exception.
0124:fixme:kernelbase:AppPolicyGetProcessTerminationMethod FFFFFFFFFFFFFFFA,
0000000000B9FD70
wine
--
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=36094
Bug ID: 36094
Summary: advapi32/security test uses an unitialized variable in
test_CreateDirectoryA
Product: Wine
Version: 1.3.13
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: advapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==7325== Syscall param writev(vector[...]) points to uninitialised byte(s)
==7325== at 0x4E9528CC: writev (in /usr/lib/libc-2.18.so)
==7325== by 0x7BC7FDBF: send_request (server.c:213)
==7325== by 0x7BC7FF51: wine_server_call (server.c:294)
==7325== by 0x7BC44D67: FILE_CreateFile (file.c:185)
==7325== by 0x7BC44FB8: NtCreateFile (file.c:279)
==7325== by 0x7B860841: CreateDirectoryW (path.c:1531)
==7325== by 0x7B8608F0: CreateDirectoryA (path.c:1555)
==7325== by 0x497D484: test_CreateDirectoryA (security.c:3085)
==7325== by 0x498A469: func_security (security.c:5423)
==7325== by 0x4999ED4: run_test (test.h:584)
==7325== by 0x499A2C3: main (test.h:654)
==7325== Address 0x472dcf8 is 88 bytes inside a block of size 120 alloc'd
==7325== at 0x7BC4C735: notify_alloc (heap.c:255)
==7325== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==7325== by 0x7BC884F6: NTDLL_create_struct_sd (sync.c:118)
==7325== by 0x7BC44C62: FILE_CreateFile (file.c:167)
==7325== by 0x7BC44FB8: NtCreateFile (file.c:279)
==7325== by 0x7B860841: CreateDirectoryW (path.c:1531)
==7325== by 0x7B8608F0: CreateDirectoryA (path.c:1555)
==7325== by 0x497D484: test_CreateDirectoryA (security.c:3085)
==7325== by 0x498A469: func_security (security.c:5423)
==7325== by 0x4999ED4: run_test (test.h:584)
==7325== by 0x499A2C3: main (test.h:654)
==7325== Uninitialised value was created by a client request
==7325== at 0x7BC4C52C: mark_block_uninitialized (heap.c:209)
==7325== by 0x7BC4C697: initialize_block (heap.c:240)
==7325== by 0x7BC50FA3: RtlAllocateHeap (heap.c:1717)
==7325== by 0x497D2A5: test_CreateDirectoryA (security.c:3067)
==7325== by 0x498A469: func_security (security.c:5423)
==7325== by 0x4999ED4: run_test (test.h:584)
==7325== by 0x499A2C3: main (test.h:654)
==7325==
--
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=42462
Bug ID: 42462
Summary: Severe hang in several places in FFXIV
Product: Wine-staging
Version: 2.1
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: spryor(a)redhat.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
After playing FFXIV for a certain amount of time, or in certain locations (I
haven't noticed a common shader that seems to trigger this) the game will
experience a severe hang. When running perf top to examine what's going on,
this line stands out:
Overhead Shared Object Symbol
9.22% wined3d-csmt.dll.so [.] 0x0000000000048362
It seems to vary from around 7-15% when not experiencing the issue, to around
50%. The jump in overhead accompanies an almost total lockup of the desktop, if
the game manages to recover, it usually accompanies graphical glitches not
present before the lockup, and will usually crash not too long after recovery
if gameplay proceeds (which I would hazard a guess is due to framebuffer
corruption)
Variant: Fedora 25, fully updated as of 2/16/2017
Desktop: KDE
Processor: i7-7700k
GPU: Nvidia GTX 1080 (with proprietary driver 378.13)
WINE: wine-2.1-1.fc25.x86_64 (current from the fedora repos as of 2/16/2017)
--
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=47394
Bug ID: 47394
Summary: Valgrind reports Invalid read of size 4 one frame
below call_dll_entry_point
Product: Wine
Version: 4.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: jeffersoncarpenter2(a)gmail.com
Distribution: ---
Created attachment 64741
--> https://bugs.winehq.org/attachment.cgi?id=64741
Output of valgrind --trace-children=yes wine main.exe
Steps to reproduce:
* Build wine-4.10 for 32 bits.
* Using i686-w64-mingw32-gcc, compile 'int main() { return 0; }'
* Disable the wine preloader (chmod -x wine-preloader)
* Run with valgrind
Valgrind reports an invalid read of size 4 one frame below call_dll_entry_point
while loading rpcrt4.dll. Prior to this it (at least, a wine process with the
same process id) successfully loads ntdll.dll, KERNEL32.dll, advapi32.dll,
msvcrt.dll calling call_dll_entry_point without any issues, as confirmed by
inserting the line
FIXME("Loading %s %i %p\n", debugstr_w(wm->ldr.BaseDllName.Buffer), getpid(),
(void*)entry);
above
retv = call_dll_entry_point( entry, module, reason, lpReserved );
inside of MODULE_InitDLL.
--
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=53330
Bug ID: 53330
Summary: made for older version
Product: Wine
Version: 7.0
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ursinbr(a)gmail.com
It don't work on my phone it say that the app is made for older versions of the
android runs a bar and nothing happe just a grey screen
--
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=52384
Bug ID: 52384
Summary: Wine is crashing when opened
Product: Wine
Version: 7.0-rc5
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: raphaelsebastiaovenegaribeiro(a)gmail.com
The Android version of Wine is for an older version of Android, so it crashes
on current versions of Android, can you fix this?
--
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=51168
Bug ID: 51168
Summary: Wine Android cannot run on Huawei EMUI11
Product: Wine
Version: 6.9
Hardware: aarch64
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P1
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: fzh2003(a)yeah.net
Created attachment 70036
--> https://bugs.winehq.org/attachment.cgi?id=70036
screenshot
My device is Huawei nova 5 Pro (SEA-AL10),EMUI 11.0.0,Android 10,kernel
4.14.116.
I installed the latest version of wine(6.9),but I failed to start it. When I
opened the application,it showed "Setting up the Windows environment". Then I
kept the screen open and waited for half an hour. However,it still showed this
message.Clearing cache and reinstalling is of no use.Please solve it. 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=51138
Bug ID: 51138
Summary: 6.8 ARM Samsung Exynos 9810 Galaxy Note 9 stuck on
setting up windows environment dialog / grey screen at
android 11.
Product: Wine
Version: 6.8
Hardware: aarch64
OS: Android
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kcrans43(a)gmail.com
I tested this on the Note 10 lite and Galaxy Tab Active 3, but the Note and S9
(Exynos) should behave the same.
6.3 and 6.4 got grey screen, 6.5 up to 6.8 went stuck on setting up windows
environment. Sometimes when leaving it in the background and returning to the
app, which after it crashes because memory, manually reopening the app; it also
makes it to the grey screen, wow.
--
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=51125
Bug ID: 51125
Summary: Wine stuck on setting up on windows environment at
startup. Kindle Fire 10 HD.
Product: Wine
Version: 6.8
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Mario.rossi.ch(a)protonmail.ch
Wine stuck on setting up on windows environment at startup. Kindle Fire 10 HD.
--
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=50635
Bug ID: 50635
Summary: wine fails to startup
Product: Wine
Version: 6.0-rc3
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hejazi23(a)yahoo.com
Wine screen goes blank and terminates after one or some seconds
at first run, it happens after "extracting files"
(android-x86 8.1 running on desktop PC)
--
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=50372
Bug ID: 50372
Summary: wine display is abnormal
Product: Wine
Version: 6.0-rc3
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: 2775266219(a)qq.com
Created attachment 68978
--> https://bugs.winehq.org/attachment.cgi?id=68978
screenshot
When I run wine on a Huawei tablet equipped with Kirin 990, it does not display
most of the screen normally (but it can display a simple message box), and the
window can be moved
--
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=46188
Bug ID: 46188
Summary: Black screen on Android 8
Product: Wine
Version: 3.21
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: janisozaur+wine(a)gmail.com
Created attachment 62850
--> https://bugs.winehq.org/attachment.cgi?id=62850
wine_3.21_on_android8.1.log
Issue similar to bug #44245, when trying out Wine 3.21 on Android 8.1, all I
get is a brief flicker of cmd, then the screen turns black.
The aforementioned bug seems to have resolved issues for Android 9, but running
on Android 8.1 is not really possible due to this.
Here's remainder of my previous comment in the other bug:
The behaviour has improved a bit, I can now see a brief flicker of cmd, but
it's covered with a black screen in just a few frames.
Android 8.1.0
OnePlus 5, SnapDragon 835
Wine 3.21
See the recording of the issue: https://gfycat.com/EvergreenInnocentGreatdane
(or original recording:
https://www.dropbox.com/s/yuaz398nz2wxeq0/wine.mp4?dl=0)
I have also added an attachment with the logs collected from logcat from a
later start of wine.
--
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=52398
Bug ID: 52398
Summary: empty/missing DT_HASH in "ntdll.so" crash on Samsung
Galaxy S1 Mini
Product: Wine
Version: 7.0-rc6
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: joseskvolpe(a)gmail.com
Created attachment 71637
--> https://bugs.winehq.org/attachment.cgi?id=71637
logcat
Wine crashes on Samsung Galaxy S1 Mini. "Wine stopped"
Procedure:
1 - Open Wine application
2 - Wait for extraction
Model: SM-J105B
Android version: 5.1.1
Kernel version: 3.10.65-13289775
Kernel architecture: armv7l
RAM: 960MB
CPU: Spreadtrum SC8830
Architecture: 4x ARM Corex-A7 @ 1.20GHz
GPU: Mali-400 MP
I've made a adb logcat on this phone and i'm attaching it
--
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=52306
Bug ID: 52306
Summary: It does not run, it comes out
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: Hesammodarres313(a)gmail.com
Hi, I do not know how to contact the programmer, I installed wine, there is a
problem, my phone is Android 11, please update for Android 10 and 11 as well
--
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=46041
Bug ID: 46041
Summary: Wine 3.18 shows blank screen on android
Product: Wine
Version: 3.18
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: alexterranova81(a)gmail.com
I installed wine 3.17 without issues. After installing 3.18 neither version
works. Both versions show a blank screen after unpacking files. I think it's
residual files but I dont know their location.
--
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=45342
Bug ID: 45342
Summary: Android: partial english keymap layout is used on a
german keyboard
Product: Wine
Version: 3.10
Hardware: aarch64
OS: Android
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: wine.dev(a)web.de
LANG and LC_ALL are set to "de_DE.UTF-8"
"z" and "y" on the keyboard give the correct chars in wine,
but many other keys on my german keyboard produce in wine the chars from an
english keyboard:
right of "m": ,.-
right of "l": öä
right of "p": ü+#
right of "0": ß´ (the last char in combination with space)
shifted values starting from "1" to the right
The keyboard works in all android apps, including termux
--
Regards ...
... Detlef
--
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=44478
Bug ID: 44478
Summary: Wine returns to home screen on S5
Product: Wine
Version: 3.1
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jnskeer(a)gmail.com
I can install Wine and have it unpack on my Samsung S5, but as soon as it
unpacks it minimizes the app and returns to the Android home screen. Every
attempt to reopen the Wine app rotates the screen to landscape, minimizes Wine,
and rotates it back to portrait mode.
This isn't the first app to not work right on my S5. I tried the Boardwalk app,
and apparently they stopped supporting Samsung due to some sort of security
issue messing with app compatiblity or something. Wine and Boardwalk works on
my ZTE phone.
--
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=46752
Bug ID: 46752
Summary: error message
Product: Wine
Version: 3.15
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: drakemcmannis9876(a)gmail.com
Created attachment 63754
--> https://bugs.winehq.org/attachment.cgi?id=63754
screenshot of the error
my wine app is displaying an error message when running a setup file PLZ FIX
THIS ERROR
--
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=49538
Bug ID: 49538
Summary: Crash when starting up to 5.12 SDM855+ ROG Phone II
Product: Wine
Version: 5.12
Hardware: aarch64
OS: OpenBSD
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: kcrans43(a)gmail.com
While setting up environment, introduced in 5.10 on Android.
--
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=46926
Bug ID: 46926
Summary: wine don't start after installation
Product: Wine
Version: 4.4
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: unthend(a)aol.com
hello,
i installed wine-4.4-arm.apk on my huawei mediapad m3, the installation
apparently went well but when i try to launch wine it doesn't start, i also
tried previous versions like 4.0 etc but i get the same problem, i may be doing
something wrong, can you help me,
greetings
lino
--
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=47470
Bug ID: 47470
Summary: UI too big
Product: Wine
Version: 4.12
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: browseui
Assignee: wine-bugs(a)winehq.org
Reporter: christianlawton527(a)gmail.com
Created attachment 64844
--> https://bugs.winehq.org/attachment.cgi?id=64844
No "OK" button
When I restarted "Wine" on my android phone the ui was too big,and I couldn't
launch anything using "run" or "explorer"
--
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=53811
Bug ID: 53811
Summary: Runing in Android happen error ! log "invalid gralloc
handle (at 0xee5c2320)"
Product: WineHQ Bugzilla
Version: unspecified
Hardware: arm
OS: Android
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: bugzilla-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lipeng_8420(a)163.com
CC: austinenglish(a)gmail.com
Created attachment 73323
--> https://bugs.winehq.org/attachment.cgi?id=73323
problem log
Runing wine apk 6.0 version in android device,system os version is android 11
The interface displays black screen
This time,adb log print "invalid gralloc handle (at 0xee5c2320)"
So, help locate the root cause
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.