User forums > Help
Windows Nighly Recent crash issue for Environment setting.
MortenMacFly:
BTW: I can reproduce the crash. I'd vote to revert the last changes applied in SVN because these render the plugin unusable.
MortenMacFly:
For me it crashes as soon as I try to open the environment settings.
The crash results in line 167 in EnvVarsConfigDlg::LoadSettings() of envvars_cfgdlr.cpp:
if (nsEnvVars::EnvvarArrayApply(var_array, lstEnvVars))
lstEnvVars seems to be valid... very weird.
So I cannot set any environment (not only envvar) settings... that is no good.
oBFusCATed:
Can someone extract his/her env settings from default.conf and share them?
stahta01:
--- Quote from: oBFusCATed on June 09, 2015, 10:25:37 am ---Can someone extract his/her env settings from default.conf and share them?
--- End quote ---
--- Code: --- <envvars>
<sets>
<default>
<ENVVAR0>
<str>
<![CDATA[1|LC_ALL|en_US.utf8]]>
</str>
</ENVVAR0>
</default>
<wx28>
<ENVVAR0>
<str>
<![CDATA[1|wxcfg|gcc_dll\mswu]]>
</str>
</ENVVAR0>
<ENVVAR1>
<str>
<![CDATA[1|wxwin|C:\wxMSW\wxMSW-2.8\wxMSW-2.8.12]]>
</str>
</ENVVAR1>
</wx28>
<wx30>
<ENVVAR0>
<str>
<![CDATA[1|wxcfg|gcc_dll\mswu]]>
</str>
</ENVVAR0>
<ENVVAR1>
<str>
<![CDATA[1|wxwin|C:\wxMSW\wxMSW-3.0\wxWidgets-3.0.2]]>
</str>
</ENVVAR1>
</wx30>
</sets>
<ACTIVE_SET>
<str>
<![CDATA[wx30]]>
</str>
</ACTIVE_SET>
<DEBUG_LOG bool="1" />
</envvars>
--- End code ---
Tim S.
stahta01:
Windows CB 10311 edited to enable debug mode with wxWidgets 2.8.12 debug.
--- Code: ------------------------------
wxWidgets Debug Alert
---------------------------
../../src/msw/listbox.cpp(441): assert "wxAssertFailure" failed in DoSetItemClientData(): Can't use client data with owner-drawn listboxes
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
---------------------------
Yes No Cancel
---------------------------
---------------------------
wxWidgets Debug Alert
---------------------------
../../src/msw/listbox.cpp(441): assert "wxAssertFailure" failed in DoSetItemClientData(): Can't use client data with owner-drawn listboxes
Do you want to stop the program?
You can also choose [Cancel] to suppress further warnings.
---------------------------
Yes No Cancel
---------------------------
--- End code ---
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version