The forum
BoxSync, cloud syncing client
in combination with Nvidia Drivers
Author | Replies |
Jump to the page: 1 - 2 | |
csimeon | Monday 26 January 2015 at 12:03 |
csimeon
|
I am new to PlayOnLinux : started off with Wine to run the BoxSync client application for Windows. You can see the WineHQ report for this here. My setup : Laptop with Pentium T2330 cpu/ GeForce 8600M GS gpu / running UBUNTU 14.04-64b (new to Linux too....) Trying out BoxSync installation directly with Wine poses a problem with current Nvidia drivers, since the drivers now implement XRandR later than 1 and current wine versions handle this differently than Nvidia specs. See this topic by NVidia . (Btw I got other applications running, that apparently do not make RandR calls, namely PaintShopPro 7.04) There no well documented workarounds for this conflict, which seems however fairly common for several WINE installations and Nvidia drivers. Adding up the pieces it seemed that a good attempt at a workaround would be a separate rollback Wine, 1.4 does still uses Randr 1. POL seemed an obvious platform to try different combinations. What I've noticed so far: If run on a new version of Wine, debug shows the Randr error, as terminal under Wine did, as expected. Using a 1.4 drive/prefix goes past that, without a Randr error, but returns "process 23780: Applications must not close shared connections" error. This happens with both the installation program and the client program itself (yes, it does install "something"). I've tried several combinations of 32 and 64 bit Wine 1.4 and installations of BoxSync3 and 4 in both 32/64 in .exe and .msi forms The WineHQ page, is based on BoxSync 3.x and Wine 1.4 and correctly mentions the dotnet20sp2 as a preload, without it Wine returns an error and asks for it explicitly, in 32bit mode. In 64bit mode replace with mono preload... How can I simulate the installation, rated silver in WineHQ, work? What am I missing to make this work? What is "process 23780: Applications must not close shared connections" error? Edited by csimeon |
petch | Monday 26 January 2015 at 12:39 |
petch
|
Hi, There no well documented workarounds for this conflict Wine implements a workaround already: using XRandR 1.1 only. So I do not understand what's your real problem.
Edited by petch My scripts wiki: https://github.com/petchema/playonlinux/wiki GOGmix: https://www.gog.com/en/mix/playonlinux_install_scripts |
csimeon | Monday 26 January 2015 at 13:04 |
csimeon
|
Hi Petch, Yes I read in posts on the net that "latest" Wine, did that. The posts were dated 2012, if I remember correctly, so that would be Wine 1.x? 1.6? certainly 1.7! . And yet it wasn't working, still same error. I guess maybe my inexperience with Linux/Wine/POL might be the fault... Yet if you look at how many people still request for a BoxSync client under Linux, I'm not alone... What more information from me would be useful in assisting me? |
csimeon | Monday 26 January 2015 at 19:24 |
csimeon
|
ok I think I am a couple of steps forward: With WINE 1.4x32bit and setup using BoxSync install .msi I managed to go thru installation with the following dependancies msxml library and mono library. Also set Display > GLSL Support = disabled and Offscreen Rendering = backbuffer. The install finished and created the BoxSync entries in the "drive" structure, including the program file The program file BoxSync.exe is supposed to start after reboot on startup and call for the users name and password in Box. I created a shortcut and rebooted but got the following : Fatal error in gc / GetThreadContext failed
This is the log : ------------------- Try reboot BoxSync in Windows would load and ask for username email and password ------------------------------------------ [01/26/15 20:05:24] - Running wine-1.4 wineboot (Working directory : /usr/share/playonlinux/python)
|
Ronin DUSETTE | Monday 26 January 2015 at 19:39 |
Ronin DUSETTE
|
Install vcrun2005 from: PlayOnLinux -> configure -> select virtual drive -> Install Components tab -> vcrun2005 and see if that helps. A newer version of Wine should for sure be used, though. 1.4 is really old. I don't know why you would be throwing randr errors. Are you running multiple monitors? Your laptop is an mixed/graphics card system, and from what I understand, you might need to do some graphics-specific stuff to get full use of your Nvidia card. Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
csimeon | Monday 26 January 2015 at 20:27 |
csimeon
|
Thank you Ronin, Same error message and fail, but shorter log entry... ********************************************************************************************** [01/26/15 21:23:39] - Running wine-1.4 wineboot (Working directory : /usr/share/playonlinux/python) |
Ronin DUSETTE | Monday 26 January 2015 at 20:36 |
Ronin DUSETTE
|
Let us start with the newest version of Wine first, and troubleshoot that. Install wine 1.7.35 x86 from tools -> Manage wine versions Then create a new virtual drive, PlayOnLinux -> configure -> New (at the bottom) -> Make sure that you use the new version of Wine (1.7.35) when creating the drive, and then install the program through PlayOnLinux -> configure -> select virtual drive -> misc tab -> Run an .EXE in this virtual drive Do not add anything to the virtual drive. Don't change any options. Just create it and try to run the app. And when it crashes, post the full debug output from that virtual drive, unedited. We need to see why you cannot run that newer version of Wine without it giving a randr error, as you will have nothing but problems trying to run games or anything else, I imagine. Also, what version of PlayOnLinux do you have installed? Edited by RoninDusette Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
Ronin DUSETTE | Monday 26 January 2015 at 20:41 |
Ronin DUSETTE
|
Trying out BoxSync installation directly with Wine poses a problem with current Nvidia drivers, since the drivers now implement XRandR later than 1 and current wine versions handle this differently than Nvidia specs. My xrandr version: xrandr program version 1.4.1 Server reports RandR version 1.4 Nvidia driver is 340.65 As petch said, this is a non-issue. There is something else going on. Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
csimeon | Monday 26 January 2015 at 21:34 |
csimeon
|
Box Sync (alert window) : Installation Incomplete / The installer was interrupted before BoxSync could be installed. You need to restart the installer to try again. / Click "Close" to exit
[01/26/15 22:25:36] - Running wine-1.7.35 --version (Working directory : /usr/share/playonlinux/python) PlayOnLinux logfile > PlayOnLinux Version [01/26/15 22:26:24] - Running wine-1.7.35 cmd /c echo %ProgramFiles% (Working directory : /usr/share/playonlinux/python) |
csimeon | Monday 26 January 2015 at 21:37 |
csimeon
|
PlayOnLinux 4.2.2 |
Ronin DUSETTE | Monday 26 January 2015 at 22:02 |
Ronin DUSETTE
|
First, you should upgrade POL to 4.2.5 (check our download section). Next, you may need to look into this: http://bumblebee-project.org/ Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
csimeon | Wednesday 28 January 2015 at 9:55 |
csimeon
|
Ronin thanks for the support so far, It took me a while between work and several attempts to get back. I wanted to pipnpoint the issue as best I can. So here is the latest, starting with your suggestions :
Using the new version POL I dug a little deeper, to understand my problems, here are some key observations :
This is the log output, trying to install BoxSync : ***************************************** [01/27/15 23:54:19] - Running wine-1.7.35 winecfg (Working directory : /usr/share/playonlinux/python) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet [01/27/15 23:55:47] - Running wine-1.7.35 wineboot (Working directory : /usr/share/playonlinux/python) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:exec:SHELL_execute flags ignored: 0x00004000 fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.6195) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. Unhandled Exception: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor () at BoxSyncHelper.MainFrm.InitializeComponent () [0x00000] in <filename unknown>:0 at BoxSyncHelper.MainFrm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) BoxSyncHelper.MainFrm:.ctor () at BoxSyncHelper.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor () at BoxSyncHelper.MainFrm.InitializeComponent () [0x00000] in <filename unknown>:0 at BoxSyncHelper.MainFrm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) BoxSyncHelper.MainFrm:.ctor () at BoxSyncHelper.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x1058de0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1058de0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x105c2b0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x105c2b0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x105f2b0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x105f2b0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1062618): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1062618): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1065740): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1065740): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1068628): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1068628): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x108e948): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x108e948): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1091740): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x1091740): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1093b38): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x1093b38): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1096f50): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x1096f50): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f4d0,0x1099f50): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x1099f50): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x109c348): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x109c348): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub ******************************************************* [01/28/15 00:02:48] - ----- Starting function POL_Install_vcrun2005 ----- [01/28/15 00:02:48] - Running wine-1.7.35 start /unix vcredist_x64.exe /q (Working directory : /home/christos/.PlayOnLinux/ressources/vcrun2005) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:advapi:DecryptFileA ("C:\\users\\christos\\Temp\\IXP000.TMP\\", 00000000): stub err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:advapi:DecryptFileA ("C:\\users\\christos\\Temp\\IXP001.TMP\\", 00000000): stub err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:ntdll:NtLockFile I/O completion on lock not implemented yet [01/28/15 00:02:56] - Running wine-1.7.35 start /unix vcredist_x86.exe /q (Working directory : /home/christos/.PlayOnLinux/ressources/vcrun2005) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:advapi:DecryptFileA ("C:\\users\\christos\\Temp\\IXP000.TMP\\", 00000000): stub err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:advapi:DecryptFileA ("C:\\users\\christos\\Temp\\IXP001.TMP\\", 00000000): stub err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:ntdll:NtLockFile I/O completion on lock not implemented yet err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. [01/28/15 00:03:03] - Running wine-1.7.35 regedit /home/christos/.PlayOnLinux//tmp/override-dll.reg (Working directory : /home/christos/.PlayOnLinux/ressources/vcrun2005) [01/28/15 00:03:03] - Content of /home/christos/.PlayOnLinux//tmp/override-dll.reg ----------- REGEDIT4 [HKEY_CURRENT_USER\Software\Wine\DllOverrides] "*msvcr80"="native,builtin" ----------- [01/28/15 00:03:04] - ----- Ending function POL_Install_vcrun2005 ----- [01/28/15 00:03:23] - Running wine-1.7.35 wineboot (Working directory : /usr/share/playonlinux/python) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:iphlpapi:NotifyAddrChange (Handle 0x184e1d8, overlapped 0x184e1f0): stub err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:iphlpapi:NotifyAddrChange (Handle 0x166e7f0, overlapped 0x166e7fc): stub err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. wine: configuration in '/home/christos/.PlayOnLinux//wineprefix/1272347_wine1.7.3x64_box3msi' has been updated. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:exec:SHELL_execute flags ignored: 0x00004000 fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.6195) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. Unhandled Exception: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor () at BoxSyncHelper.MainFrm.InitializeComponent () [0x00000] in <filename unknown>:0 at BoxSyncHelper.MainFrm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) BoxSyncHelper.MainFrm:.ctor () at BoxSyncHelper.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor () at BoxSyncHelper.MainFrm.InitializeComponent () [0x00000] in <filename unknown>:0 at BoxSyncHelper.MainFrm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) BoxSyncHelper.MainFrm:.ctor () at BoxSyncHelper.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x1058de0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1058de0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x105c2b0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x105c2b0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x105f2b0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x105f2b0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1062618): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1062618): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1065740): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1065740): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1068628): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1068628): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x108cbb8): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x108cbb8): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x108f800): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x108f800): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1091bb8): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x1091bb8): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1095010): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x1095010): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f4d0,0x1097f50): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x1097f50): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x109a348): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x109a348): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub [01/28/15 00:03:56] - Running wine-1.7.35 wineboot (Working directory : /usr/share/playonlinux/python) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. fixme:exec:SHELL_execute flags ignored: 0x00004000 fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC80.CRT" (8.0.50727.6195) err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. err:winediag:xrandr12_init_modes Broken NVIDIA RandR detected, falling back to RandR 1.0. Please consider using the Nouveau driver instead. Unhandled Exception: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor () at BoxSyncHelper.MainFrm.InitializeComponent () [0x00000] in <filename unknown>:0 at BoxSyncHelper.MainFrm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) BoxSyncHelper.MainFrm:.ctor () at BoxSyncHelper.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. at System.TimeZoneInfo.get_Local () [0x00000] in <filename unknown>:0 at System.CurrentSystemTimeZone.GetUtcOffset (DateTime time) [0x00000] in <filename unknown>:0 at System.TimeZone.GetLocalTimeDiff (DateTime time) [0x00000] in <filename unknown>:0 at System.DateTime.get_Now () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBoxBase..ctor () [0x00000] in <filename unknown>:0 at System.Windows.Forms.TextBox..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) System.Windows.Forms.TextBox:.ctor () at BoxSyncHelper.MainFrm.InitializeComponent () [0x00000] in <filename unknown>:0 at BoxSyncHelper.MainFrm..ctor () [0x00000] in <filename unknown>:0 at (wrapper remoting-invoke-with-check) BoxSyncHelper.MainFrm:.ctor () at BoxSyncHelper.Program.Main (System.String[] args) [0x00000] in <filename unknown>:0 fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x1058de0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1058de0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x105c2b0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x105c2b0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f560,0x105f2b0): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x105f2b0): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1062618): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1062618): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1065740): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1065740): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f500,0x1068628): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x144bf0,0x1068628): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x108ba78): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x108ba78): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x108ef50): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x108ef50): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1091348): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x1091348): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1094760): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x1094760): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f4d0,0x1097760): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c0d8,0x1097760): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:RegisterEventSourceA (".","BoxSync"): stub fixme:advapi:RegisterEventSourceW (L".",L"BoxSync"): stub fixme:advapi:ReportEventA (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x33f520,0x1099b58): stub fixme:advapi:ReportEventW (0xcafe4242,0x0004,0x0000,0x00000000,(nil),0x0001,0x00000000,0x15c008,0x1099b58): stub fixme:advapi:DeregisterEventSource (0xcafe4242) stub Edited by csimeon |
Ronin DUSETTE | Wednesday 28 January 2015 at 16:50 |
Ronin DUSETTE
|
GeForce 8600M GS gpu I saw that, and saw that it was a mobile GPU, but I didn't check your CPU, which is not an i-series, so yeah. No bumblebee. Sorry about that. lol.
You are getting backtrace with this error:
System.TimeZoneNotFoundException: Exception of type 'System.TimeZoneNotFoundException' was thrown. So, for some reason it cannot detect the timezone for your computer. Is your time and time zone set correctly on your computer? Are you running multiple screens? Or just one? Also, only run 32-bit Wine in POL. 64-bit Wine is grumpy, and does not work too well. Are you installing the drivers from Ubuntu's repository or from Nvidia's site? I always prefer to get them from Nvidia directly. When I google search the error that you are throwing for XRandR, all of the results are mostly from 2013. I am putting my money on an old or broken driver from Ubuntu's repository. Everything that I can see points to an old/outdated Nvidia driver. What version of the Nvidia driver do you have? You could always try to install the 64 and 32 bit versions of nvidia-current-updates, which if I am not mistaken, should be the newest stable driver, though I never install it from the repo, as I find the original drivers from Nvidia to be ideal and work every time. Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
csimeon | Wednesday 28 January 2015 at 21:01 |
csimeon
|
Hey Ronin,
Yes, that is a suspicious message! isn't it ? And seems to be in every evil <--- img not showing, Time Zone : automatically by internet : Athens What is wrong with this?? And what about locale? looks ok? <-- image not showing, First Language English (US), next Greek. International greek settings: euro, and "," decimal What do you think of the idea that the DLL for VisualC interpreter might be different than the US version?
One
I tried several 32-bit Wine versions, but also many 64, with similar output. The log I posted was output from 64-bit (v1.7.35)
Well ... not sure, you may well loose your bet (iban or paypal?). I've always been a fan of latest video drivers and they had worked well for me till now, Windows drivers worked well in this and other computers. In Ubuntu, I quickly looked for the right, recent driver. First it was the v.331.113 "from nvidia-331-updates (proprietary)" but Ubuntu stamped, approved. This worked great with graphics programs, the likes of Blender and others. Draftsight though had a peculiar stammer of the mouse motion, in the graphics, but then again DS is not the most flawless environment... Then the WINE XRandR messages I changed to the latest, for my 8-series gpu, directly from Nvidia downloads : v.340.75. However that produced a flicker in mouse-over at the borders of the display or when scrolling, in all apps. Furthermore Wine and DS persisted in the same way, so back with v.331.113 it is! proprietary, a little old, but stable.
And if you take a close look at the message, again I say the XRandR issue is not actually the fatal ones, since the message says ..... "fall back to XRandR v1.0" and that works, as prove the earlier Wine with XRandrR v1.5.8 and previous!
Thanks again! and if we solve this I owe you a glass if you make your way to Greece..
-Christos
Edited by csimeon |
Ronin DUSETTE | Wednesday 28 January 2015 at 21:07 |
Ronin DUSETTE
|
We'll, the only fatal message is that timezone one, so at this point, I am not sure. I have never had xrandr errors except when trying to run xinerama. Probably a red herring. Try to see what that timezone error is about. Other than that, I don't have any more guesses. Lol. Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
csimeon | Wednesday 28 January 2015 at 21:16 |
csimeon
|
Look at this! This bug is exactly that With your experience do you understand anything more, about what to do about it?? |
Ronin DUSETTE | Wednesday 28 January 2015 at 21:32 |
Ronin DUSETTE
|
Ah. .NET issue. Should be easy to solve according to that post. Try this: PlayOnLinux -> configure -> select virtual drive -> Misc. tab -> open a shell and type POL_Call POL_Remove_winemono Then: PlayOnLinux -> configure -> select virtual drive -> Install Components tab -> dotnet20sp2 Basically, wine-mono is an open-source implementation of .NET, and Wine uses it by default, so we have to remove it before installing REAL dontnet20sp2, which is not always needed, but according to that link you posted, that is supposed to fix it, but I cannot say for certain. If it does not work, then you will want to open a bug report with WineHQ. Edited by RoninDusette Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
csimeon | Saturday 31 January 2015 at 18:53 |
csimeon
|
Ronin, Thank you, so , so much You are sh***@$ng me. if f%^^$#ing worked! After so many attempts and so many hours, this worked just like that, as you said. Ok here are the specifics:
It installed! Testing sync as I right this. Tried to upgrade to Sync version 4 but got the message: "Install failed / This application requires Microsoft .NET Framework 3.5 Runtime in order to run. Please installt the .NET Framework and then run this installer again.
|
Ronin DUSETTE | Saturday 31 January 2015 at 19:06 |
Ronin DUSETTE
|
Then try to just install dotnet35 in the Install Components tab and see if that works. Please: Post debug logs & full computer specs in first post No private messages for general help, use the forums Read the wiki, Report broken scripts |
csimeon | Saturday 31 January 2015 at 19:18 |
csimeon
|
Syncing works! just search the internet how much dissappointment and attempts of all sorts there are to get BoxSync to run under Linux.. This is big for me, but maybe of help to many others. I'm testing to see how well it works and possible flaws.
Drinks it is! in Athens
Edited by csimeon |
This site allows content generated by members, and we promptly remove any content that infringes copyright according to our Terms of Service. To report copyright infringement, please send a notice to dmca-notice@playonlinux.com