Recent Posts

Pages: 1 [2] 3 4 ... 10
11
SlickEdit® / Re: Java debugger and byte array
« Last post by Clark on November 24, 2023, 01:45:07 PM »
12
SlickEdit® / Re: Problems installing v28 SlickEdit on x86 OSX Ventura
« Last post by b on November 24, 2023, 03:22:10 AM »
Tried it with vs -sc /tmp/tempconfig and got the welcome/config page, but then got the errors and couldn't go any further.  Saw the following:

┌──(bkurle@lapple-too)-[~]
└─$ type vs
vs is /Applications/SlickEditPro2023.app/Contents/MacOS/vs

┌──(bkurle@lapple-too)-[~]
└─$ vs -sc /tmp/tempconfig
2023-11-23 19:17:16.170 vs[1198:1847416] Warning: Expected min height of view: (<NSButton: 0x7fb14e92dbe0>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2023-11-23 19:18:07.469 vs[1198:1847416] Warning: Expected min height of view: (<NSButton: 0x7fb14e92db50>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
zsh: segmentation fault  vs -sc /tmp/tempconfig

┌──(bkurle@lapple-too)-[/tmp]
└─$ cat vsstack.bkurle
 Slick-C STACK TRACE ******************************
 Created on 11/23/2023 at 19:17:15 (921 ms)
 SlickEdit Pro Version 28.0.0.6 Copyright 1988-2023 SlickEdit Inc.
 Edit module and type "st -f <offset>" to get the
 run-time error position

 error code=-2073
 This property or method is not allowed on this object

svclivediff.ex 1978 _OnUpdate_svc_live_diff_settings(
   1:   ARRAY (5 items)
   1:   
  • =45

   1:   [1]=2
   1:   [2]=1
   1:   [4]=0
   2:   0
   3:   svc-live-diff-settings lineflags
  p_window_id: 1
  p_object: OI_DESKTOP
  p_name:
menu.ex 11268 _OnUpdate(
   1:   ARRAY (5 items)
   1:   
  • =45

   1:   [1]=2
   1:   [2]=1
   1:   [4]=0
   2:   0
   3:   svc-live-diff-settings lineflags
  p_window_id: 1
  p_object: OI_DESKTOP
  p_name:
dlgeditv.ex 7514 show(-modal -mdi _options_tree_form,3)  p_window_id: 7  p_object: OI_EDITOR  p_name:
quickstart.ex 100 quick_start()  p_window_id: 7  p_object: OI_EDITOR  p_name:
postinstall.ex 1144 postinstall:maybeShowQuickStart()  p_window_id: 7  p_object: OI_EDITOR  p_name:
postinstall.ex 2225 postinstall:upgradeTasks()  p_window_id: 7  p_object: OI_EDITOR  p_name:
postinstall.ex 2454 defmain()  p_window_id: 7  p_object: OI_EDITOR  p_name:

13
SlickEdit® / Re: Java debugger and byte array
« Last post by rjpontefract on November 23, 2023, 08:56:28 PM »
Awesome, thanks!
I copy and paste the output to another application that needs the leading zero, so this will save me a tedious step adding the leading zeroes manually.
14
SlickEdit® / Re: Java debugger and byte array
« Last post by Clark on November 23, 2023, 08:51:25 PM »
Thanks. Change checked in.
15
SlickEdit® / Re: Breakpoints window column width
« Last post by rjpontefract on November 23, 2023, 06:53:40 PM »
I deleted vrestore.xml and the breakpoint columns are now a sane width. Thanks.
16
SlickEdit® / Re: Java debugger and byte array
« Last post by rjpontefract on November 23, 2023, 06:52:56 PM »
Here's an example:

Code: [Select]
     
digestBytes        byte[] (32 items)
        [0]             0x36
        [1]             0x3
        [2]             0xF
        [3]             0xCC
        [4]             0x7E
        [5]             0x56

It would be helpful if it was:

Code: [Select]
     
digestBytes        byte[] (32 items)
        [0]             0x36
        [1]             0x03
        [2]             0x0F
        [3]             0xCC
        [4]             0x7E
        [5]             0x56



17
SlickEdit® / Re: Problems installing v28 SlickEdit on x86 OSX Ventura
« Last post by Clark on November 23, 2023, 03:16:36 PM »
This could be something in your configuration data.

If it is, running with a clean config like this should work:

Code: [Select]
vs -sc /tmp/tempconfig
Your config data is here: /Users/bkurle/Library/Application Support/SlickEdit/27.0.2/
18
SlickEdit® / Re: Breakpoints window column width
« Last post by Clark on November 23, 2023, 03:13:31 PM »
Stored in vrestore.xml. No idea where though.
19
SlickEdit® / Re: Java debugger and byte array
« Last post by Clark on November 23, 2023, 03:12:45 PM »
I don't follow. Please provide an example.
20
SlickEdit® / Problems installing v28 SlickEdit on x86 OSX Ventura
« Last post by b on November 23, 2023, 05:10:11 AM »
I've been using v28 on my Linux hosts just fine.  Finally got around to updating my Mac for some projects and it crashes when after first installation.From my v27 installation, I've collected the following (since I can't get it from v28 without the crash):

SlickEdit Pro 2022 (v27.0.2.0)

Serial number: FE10297
Licensed number of users: Single user
License file: /Library/Application Support/SlickEdit/27/slickedit.lic

Build Date: April 25, 2023   (State file: August 7, 2023)
Emulation: Vim

OS: macOS Ventura
OS Version: 13.6.1
Processor Architecture: Intel(R) Core(TM) i7-7820HQ CPU @ 2.90GHz 64 bit (8 cores)

Memory:  97% Load, 15936MB/16384MB Virtual
Shell Information: "/Applications/SlickEditPro2022.app/Contents/MacOS/secsh" -i
Screen Size: 2560 x 1440, 2560 x 1440

Project Type: (Other)
Language: .tcl (Tcl)
Encoding: UTF-8, no signature

Installation Directory:  /Applications/SlickEditPro2022.app/Contents/
Configuration Directory:  /Users/bkurle/Library/Application Support/SlickEdit/27.0.2/
Migrated from:  /Users/bkurle/Library/Application Support/SlickEdit/27.0.0/

Hotfixes:
/Users/bkurle/Library/Application Support/SlickEdit/27.0.2/hotfixes/hotfix_se2702_11_cumulative.zip Revision: 11 – (currently loaded)

The Slick-C Stack Trace I recovered from /tmp/vsstack.bkurle:

Slick-C STACK TRACE ******************************
 Created on 11/22/2023 at 20:59:09 (313 ms)
 SlickEdit Pro Version 28.0.0.6 Copyright 1988-2023 SlickEdit Inc.
 Edit module and type "st -f <offset>" to get the
 run-time error position

 error code=-2073
 This property or method is not allowed on this object

svclivediff.ex 1978 _OnUpdate_svc_live_diff_settings(
   1:   ARRAY (5 items)
   1:   
  • =45

   1:   [1]=2
   1:   [2]=1
   1:   [4]=0
   2:   0
   3:   svc-live-diff-settings lineflags
  p_window_id: 1
  p_object: OI_DESKTOP
  p_name:
menu.ex 11268 _OnUpdate(
   1:   ARRAY (5 items)
   1:   
  • =45

   1:   [1]=2
   1:   [2]=1
   1:   [4]=0
   2:   0
   3:   svc-live-diff-settings lineflags
  p_window_id: 1
  p_object: OI_DESKTOP
  p_name:


I've tried removing the v28 installation (purging Trash) and reinstalling, but still with the same crash results.   Pop up after showing the stack, clicking Okay and SlickEdit exits.
Pages: 1 [2] 3 4 ... 10