https://bugs.winehq.org/show_bug.cgi?id=45514
--- Comment #8 from Anastasius Focht focht@gmx.net --- Hello Géza,
--- quote --- Am I missing something? Are you sure it's the same as bug #42497? --- quote ---
the one you have obviously not.
For me it crashes exactly in the location I analysed with plain Wine 3.13 Also when using a 64-bit debugger it breaks at that place first.
There is another crash on login (doesn't matter if the login is valid or not) which has a different crash location than yours. I'm looking into this -> will be separate ticket or another dupe mention.
You issue seems very strange because if you look at the preceding log lines:
--- snip --- 0009:Call KERNEL32.GetFileAttributesW(3c813478 L"Z:\home\geza\skins\globalArea_pcMasterOut_btn_on.svg") ret=1412d37d2 0009:Ret KERNEL32.GetFileAttributesW() retval=ffffffff ret=1412d37d2 --- snip ---
That path doesn't make much sense. From my trace log:
--- snip --- $ grep skins .wine/drive_c/Program\ Files/Pioneer/rekordbox\ 5.3.0/log.txt
0030:Call KERNEL32.CreateFileW(007dfabc L"C:\Program Files\Pioneer\rekordbox 5.3.0\skins\splash.png",80000000,00000003,00000000,00000003,108000080,00000000) ret=1413362f6 0030:Call KERNEL32.GetFileAttributesExW(007dfabc L"C:\Program Files\Pioneer\rekordbox 5.3.0\skins\splash.png",00000000,0023f958) ret=1412d7390 0030:Call KERNEL32.CreateFileW(01fe9078 L"C:\Program Files\Pioneer\rekordbox 5.3.0\skins\p2226_chkbox_1nrm.png",80000000,00000003,00000000,00000003,08000080,00000000) ret=1413362f6 0030:Call KERNEL32.GetFileAttributesExW(01fe9078 L"C:\Program Files\Pioneer\rekordbox 5.3.0\skins\p2226_chkbox_1nrm.png",00000000,0023f738) ret=1412d7390 ... 0030:Call KERNEL32.CreateFileW(030bd8c0 L"C:\Program Files\Pioneer\rekordbox 5.3.0\skins\p5002_rbmark.png",80000000,00000003,00000000,00000003,08000080,00000000) ret=1413362f6 0030:Call KERNEL32.GetFileAttributesExW(030bd8c0 L"C:\Program Files\Pioneer\rekordbox 5.3.0\skins\p5002_rbmark.png",00000000,0023c8b8) ret=1412d7390 --- snip ---
(always prepended full app install path)
WINEPREFIX:
--- snip --- $ find .wine -iname globalArea_pcMasterOut_btn_off.svg .wine/drive_c/Program Files/Pioneer/rekordbox 5.3.0/skins/globalArea_pcMasterOut_btn_off.svg --- snip ---
You only posted trace snippets which isn't very useful to me because it's missing the entire context = all previous traces from start. Also please get rid of +snoop, it does more harm than good in various cases.
Regards