http://bugs.winehq.org/show_bug.cgi?id=32802
Bug #: 32802 Summary: Janetter fails to start properly and gives an error saying, "Backend server cannot init" Product: Wine Version: 1.5.22 Platform: x86-64 URL: http://janetter.net/ OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: atarifanatic@gmail.com Classification: Unclassified
When loading Janetter 4.1.1.0 (can be downloaded at http://janetter.net/desktop.html) in wine64 mode, the Janetter window shows and stays at a screen with a spinning wheel, where it is trying to load the client. Eventually, a message box shows saying "Backend server cannot init" (probably referring to JanetterSvr.exe?) and upon closing the message box, it continues to attempt to load.
I am currently using Arch Linux x86_64 with the wine 1.5.22 package.
http://bugs.winehq.org/show_bug.cgi?id=32802
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL|http://janetter.net/ |http://janetter.net/desktop | |.html Severity|major |normal
--- Comment #1 from Austin English austinenglish@gmail.com 2013-01-25 06:44:29 CST --- Please attach terminal output. Does it occur with a 32-bit prefix?
http://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #2 from Sarah D. atarifanatic@gmail.com 2013-01-25 14:14:48 CST --- Created attachment 43340 --> http://bugs.winehq.org/attachment.cgi?id=43340 Wine32 Janetter.exe log
This is the terminal output of Janetter run in a 32-bit prefix. The window doesn't even have time to appear before it crashes in 32-bit mode, it seems. (I pressed Ctrl-C after a couple minutes of letting it sit after acknowledging the debugger, as it didn't seem to be doing anything)
http://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #3 from Sarah D. atarifanatic@gmail.com 2013-01-25 14:16:30 CST --- Created attachment 43341 --> http://bugs.winehq.org/attachment.cgi?id=43341 Wine64 Janetter.exe log
This is the terminal output of Janetter running in 64-bit mode. I let it sit until the "Backend Server cannot init" message box appeared, then closed the window normally.
https://bugs.winehq.org/show_bug.cgi?id=32802
super_man@post.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man@post.com
--- Comment #4 from super_man@post.com --- The program has evolved. I don't see the issue mentioned, but it crashes while trying to run itself.
a2c5b86e01604a5fc242ede554672143dc95efb7 janetter4310_setup.exe
reason unknown.
wine-1.7.54-261-g61c49bd
https://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #5 from super_man@post.com --- (In reply to super_man from comment #4)
The program has evolved. I don't see the issue mentioned, but it crashes while trying to run itself.
a2c5b86e01604a5fc242ede554672143dc95efb7 janetter4310_setup.exe
reason unknown.
wine-1.7.54-261-g61c49bd
Still crashes. I override richedit and winetricks -q gdiplus for testing purposes. And I got crash at
0xf7771be3 __kernel_vsyscall+0x3 in [vdso].so: syscall
so it's drivers for me?
https://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #6 from super_man@post.com --- The download has changed from reported one, but it still doesnt run.
a2c5b86e01604a5fc242ede554672143dc95efb7 janetter4310_setup.exe
wine 1.9.12-git staging 1.9.12
both have 2 crashes at start. No overrides used.
https://bugs.winehq.org/show_bug.cgi?id=32802
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://janetter.net/desktop |https://web.archive.org/web |.html |/20130309013733/http://down | |load20.janetter.net/2/janet | |ter411_setup.exe Summary|Janetter fails to start |Janetter 4.1.1.0 fails to |properly and gives an error |start properly and gives an |saying, "Backend server |error saying: "Backend |cannot init" |server cannot init"
--- Comment #7 from Bruno Jesus 00cpxxx@gmail.com --- Added 4.1.1.0 download link. I tested in wine 1.9.12 and I always have a crash when it is starting, unfortunately there is no backtrace.
This is the only line I get: err:seh:setup_exception_record stack overflow 896 bytes in thread 0049 eip 7bc86da7 esp 00230fb0 stack 0x230000-0x231000-0x330000
https://bugs.winehq.org/show_bug.cgi?id=32802
winetest@luukku.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |winetest@luukku.com
--- Comment #8 from winetest@luukku.com --- I didnt have fully clean prefix I had installed just one program without using any tricks I didnt get any crash, and the application window started and it had flash looking loading icon. Then I tried with clean prefix and I get a window and a crash and Idont see the loading animation (because of crash?). Don't know if this is race condition.
In either case I didnt see the message mentioned before (look title).
wine 2.5-git.
https://bugs.winehq.org/show_bug.cgi?id=32802
Sagawa sagawa.aki+winebugs@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |sagawa.aki+winebugs@gmail.c | |om
https://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #9 from Sagawa sagawa.aki+winebugs@gmail.com --- Start-up crashing issue should be filed as another bug. From my investigation, the cause of the crash is missing DWORD registry value ProxyEnable in HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings key.
https://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #10 from Sagawa sagawa.aki+winebugs@gmail.com --- Created attachment 60457 --> https://bugs.winehq.org/attachment.cgi?id=60457 fix FIONREAD behaviour
Could you try this patch? It should fix the issue.
I found out an interesting behavior about ioctl(FIONREAD). On Linux, calling ioctl(FIONREAD) to listening socket is failure with EINVAL. This action is intentional as described in tcp(7). However, it succeeds on native. This patch makes ioctl(FIONREAD) to listening socket succeeds on Wine.
https://bugs.winehq.org/show_bug.cgi?id=32802
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox.xerox2000x@gmail.com
--- Comment #11 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Sagawa from comment #9)
Start-up crashing issue should be filed as another bug. From my investigation, the cause of the crash is missing DWORD registry value ProxyEnable in HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings key.
Hi Sagawa, Bug 42024 has the issue, so if your patch is accepted could you resolve that bug too? Regards
https://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #12 from Louis Lenders xerox.xerox2000x@gmail.com --- I meant to say bug 42024 is about the same issue.
https://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #13 from Sagawa sagawa.aki+winebugs@gmail.com --- Hi Louis, thanks pointing out it.
From my point of view, Bug 42024 is discussing the same issue. Since my patch
just creates the registry value, the staging patch in the bug is preferable if you uses a proxy server.
https://bugs.winehq.org/show_bug.cgi?id=32802
--- Comment #14 from Sagawa sagawa.aki+winebugs@gmail.com --- This issue should be fixed by f6b6c94add5991279828d07f45c6abb4f9f2a74e. Regarding ProxyEnable registry value, please follow bug 42024.
https://bugs.winehq.org/show_bug.cgi?id=32802
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |winsock Ever confirmed|0 |1
--- Comment #15 from Louis Lenders xerox.xerox2000x@gmail.com --- (In reply to Sagawa from comment #14)
This issue should be fixed by f6b6c94add5991279828d07f45c6abb4f9f2a74e. Regarding ProxyEnable registry value, please follow bug 42024.
Hi, as the last response from reporter of this bug is from 5 years ago, it`s not very likely she`s retesting this, so I did.
I can confirm that in crrent git the program comes up fine, and reverting your patch makes the "Backend server cannot init" error appear again, so this is fixed by your commit, so we can close this bug. Thanks (and confirming)
https://bugs.winehq.org/show_bug.cgi?id=32802
Louis Lenders xerox.xerox2000x@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f6b6c94add5991279828d07f45c | |6abb4f9f2a74e Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #16 from Louis Lenders xerox.xerox2000x@gmail.com --- fixed by f6b6c94add5991279828d07f45c6abb4f9f2a74e
https://bugs.winehq.org/show_bug.cgi?id=32802
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.3.
https://bugs.winehq.org/show_bug.cgi?id=32802
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x
https://bugs.winehq.org/show_bug.cgi?id=32802
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |---
--- Comment #18 from Michael Stefaniuc mstefani@winehq.org --- Removing the 3.0.x milestone from bugs included in 3.0.1.