Re: [Ql-Users] SMSQmulator 3.00

2024-03-14 Thread desin via Ql-Users

Hello Wolfgang

print FTEST ("flp1_")

results in

Exception in thread "Thread-1" java.lang.NullPointerException: Cannot 
read field "data_regs" because "this.cpu" is null

at drivers.FloppyDriver.checkDriveStatus(FloppyDriver.java:334)
at smsqmulator.TrapDispatcher.dispatchTrap(TrapDispatcher.java:570)
at CPU.JavaComm$1.execute(JavaComm.java:37)
at CPU.MC68000Cpu.executeContinuous(MC68000Cpu.java:301)
at 
smsqmulator.SimpleEmulationThread.run(SimpleEmulationThread.java:27)



Greetings from Switzerland
Markus
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Peter Graf via Ql-Users
Wolfgang Lenerz via Ql-Users:
>>> Hmm, I always thought there was only one remaining user under java 8.
>>
>> I'm sure there would be several more, if you didn't hide the Java 8
>> version from the public ;-)
> 
> Yes, and maintaining it is a PITA

I only know PITA as a greek flatbread :)

Reckon you were swearing, but: If you did the work for the single user,
the pain already lies behind you. Allowing more users does not enlarge
the pain gone by ;)
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Wolfgang Lenerz via Ql-Users

Hi,


Hmm, I always thought there was only one remaining user under java 8.


I'm sure there would be several more, if you didn't hide the Java 8
version from the public ;-)


Yes, and maintaining it is a PITA

Wolfgang
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Peter Graf via Ql-Users
Hi Wolfgang,
> Hmm, I always thought there was only one remaining user under java 8.

I'm sure there would be several more, if you didn't hide the Java 8
version from the public ;-)

Your Java 8 version runs like a charm, nicely supports 32 bit machines,
and can live with a compact JRE engine instead of the huge JDK. Java 8
is still maintained and the official, most recent JRE available from Oracle.

Especially on my older Laptop and Raspberry, I much prefer this version.

Peter
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-03-04 Thread Wolfgang Lenerz via Ql-Users

Hi,

Hmm, I always thought there was only one remaining user under java 8.


Wolfgang

(Strangely enough, I only got François' reply, not the original message 
from Urs)




While all my PCs were still running Java 8 from Oracle, this was the 
trigger to start upgrading Java. My Windows 10 power horse now has 
Java 17 from Microsoft. A first test run of SMSQmulator v3.00 and QL/E 
v3.23 showed an old design issue of QTop-Desk. Maybe it's time to fix 
this in the forseeable future.


Urs
___
QL-Users Mailing List


Hi,

Thanks for the info.

François Van Emelen


___
QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-03-04 Thread François Van Emelen via Ql-Users

Op 25/02/2024 om 22:04 schreef qlus...@sinclairql.net via Ql-Users:

Another great news!

While all my PCs were still running Java 8 from Oracle, this was the trigger to 
start upgrading Java. My Windows 10 power horse now has Java 17 from Microsoft. 
A first test run of SMSQmulator v3.00 and QL/E v3.23 showed an old design issue 
of QTop-Desk. Maybe it's time to fix this in the forseeable future.

Urs
___
QL-Users Mailing List


Hi,

Thanks for the info.

François Van Emelen


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-27 Thread Peter Graf via Ql-Users
Andrius V wrote:
> Nevertheless, there's JRE available
> from some of them, one I would recommend to try is eclipse temurin
> https://adoptium.net/temurin/releases/?os=windows.

Thanks for the hint.
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-27 Thread Peter Graf via Ql-Users
Derek via Ql-Users wrote:

> I just install the runtime version of Java, on Windows and Linux, from 
> Oracle, who bought out Sun Systems.

We just discussed the lack of exactly that.
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-27 Thread Derek via Ql-Users

Hi,

I just install the runtime version of Java, on Windows and Linux, from 
Oracle, who bought out Sun Systems.


Regards,
Derek
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-26 Thread Andrius V via Ql-Users
Hi,

Since java went modular (Java 9 I guess or a bit later), I believe
stand-alone JRE download was removed as a separate download from
Oracle, with argument that JDK provides JRE, and modular nature
"encourages" to build your own JRE using jlink tool "if needed and
with required functionality". Nevertheless, since OpenJDK became kinda
an "official" java JDK (and maybe due to licence issues between java 8
to I think 17, when Oracle was charging for their own JDK) some of
"distributions" became available (maybe some events are not accurate,
but oh well...). Microsoft build is likely same OpenJDK rebuild for
easy download and installation. Nevertheless, there's JRE available
from some of them, one I would recommend to try is eclipse temurin
https://adoptium.net/temurin/releases/?os=windows.

On Mon, Feb 26, 2024 at 10:20 PM Peter Graf via Ql-Users
 wrote:
>
> qlus...@sinclairql.net via Ql-Users wrote:
> > then googled for: java 17 windows 10 download
> >
> > and followed the search result which looks the best match (Windows is from 
> > Microsoft, so let's use their Java):
> > https://learn.microsoft.com/de-de/java/openjdk/download
>
> So no standalone JRE and one needs to install the whole JDK?
> ___
> QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-26 Thread Peter Graf via Ql-Users
qlus...@sinclairql.net via Ql-Users wrote:
> then googled for: java 17 windows 10 download
> 
> and followed the search result which looks the best match (Windows is from 
> Microsoft, so let's use their Java):
> https://learn.microsoft.com/de-de/java/openjdk/download

So no standalone JRE and one needs to install the whole JDK?
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-26 Thread qlus...@sinclairql.net via Ql-Users

First hand I was a bit lost,

then googled for: java 17 windows 10 download

and followed the search result which looks the best match (Windows is from 
Microsoft, so let's use their Java):
https://learn.microsoft.com/de-de/java/openjdk/download

Am Montag, Februar 26, 2024 16:59 CET, schrieb Peter Graf :
 qlus...@sinclairql.net via Ql-Users wrote:
> My Windows 10 power horse now has Java 17 from Microsoft.
I was not even aware JAVA now comes from Microsoft. Did you have to
install a whole JDK, or are there JRE's above version 8 somewhere?

Peter
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-25 Thread qlus...@sinclairql.net via Ql-Users


Another great news!

While all my PCs were still running Java 8 from Oracle, this was the trigger to 
start upgrading Java. My Windows 10 power horse now has Java 17 from Microsoft. 
A first test run of SMSQmulator v3.00 and QL/E v3.23 showed an old design issue 
of QTop-Desk. Maybe it's time to fix this in the forseeable future.

Urs
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi


Which is the best version of Java to use?



That would always be the latest non-beta version, which is 21 today.

You can download that from. https://jdk.java.net/21/


Yes, I know, it's the jdk not the jre

Wolfgang






I use the version installed by the Linux Distro.


On 19 February 2024 17:16:57 GMT, pjw via Ql-Users  
wrote:

I have one system running on Java v17 and another running on Java v20. AFAICS 
both appear to be fine (apart from some minor niggles I shant bother you with).
Per
On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
DerekT




___
QL-Users Mailing List


___
QL-Users Mailing List


---
Regards,
Derek
___
QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

the reset problem under Java 21 is fixed in the version I just uploaded.

Have fun!

Wolfgang




I'm on 21 it seems..

java --version
openjdk 21.0.1 2023-10-17

Kjartan

On 2024-02-19 17:10, Derek via Ql-Users wrote:

Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2,
selecting Reset from menbar resets the emulator.

Regards
Derek

On 19 February 2024 15:59:49 GMT, Juraj Lutter via Ql-Users
 wrote:



On 19 Feb 2024, at 16:46, Kjartan via Ql-Users 
 wrote:


Hi,

Another one - selecting Reset from the interface causes this:


This popped up at me on startup when using OpenJDK17 from Homebrew on 
MacOS.




Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

   at java.base/java.lang.Thread.stop(Thread.java:1667)
   at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

   at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
   at smsqmulator.Monitor.reset(Monitor.java:1181)
   at ui.FileMenu.lambda$new$1(FileMenu.java:37)


otis
___
QL-Users Mailing List

___
QL-Users Mailing List




___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread pjw via Ql-Users

On 19/02/2024 19:12, Derek via Ql-Users wrote:

Which is the best version of Java to use?


No idea. I was trying to download v17 from Adobe on my Windows 11 
notebook but Adobe resisted all my attempts and got me to download 
v20, which was their latest at the time. That broke the SMSQmulator 
installation I had at the time. The upgrade reqired e to reconfigure 
SMSQmulator from scratch. But now alls swell again.


My Windows 10 machine has an earlier Java v17. The recent SMSQmulator 
upgrade was completely painless.


Ive still got my Raspi and Macbook Ubunto systems to update. I dont 
recall  which Java versions I have on them; I just used the versions 
they offered.


Per


I use the version installed by the Linux Distro.


On 19 February 2024 17:16:57 GMT, pjw via Ql-Users  
wrote:

I have one system running on Java v17 and another running on Java v20. AFAICS 
both appear to be fine (apart from some minor niggles I shant bother you with).
Per
On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
DerekT



___
QL-Users Mailing List

___
QL-Users Mailing List

---
Regards,
Derek
___
QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Derek via Ql-Users
Which is the best version of Java to use?

I use the version installed by the Linux Distro.


On 19 February 2024 17:16:57 GMT, pjw via Ql-Users  
wrote:
>I have one system running on Java v17 and another running on Java v20. AFAICS 
>both appear to be fine (apart from some minor niggles I shant bother you with).
>Per
>On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:
>> Hi Derek,
>> 
>> Thanks that's good to know
>> Regards
>> 
>> Wolfgang
>> 
>> 
>>> Hi,
>>> 
>>> All works fine with me installation of Java 11 on Linux Mint 21.2, 
>>> selecting Reset from menbar resets the emulator.
>>> 
>>> Regards
>>> DerekT
>> 
>> 
>> 
>> ___
>> QL-Users Mailing List
>
>___
>QL-Users Mailing List

---
Regards,
Derek
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Fabrizio Diversi via Ql-Users

Hi,

I had some problems with Java at the beginning with SMSQmulator 3.0, I 
sent the logs to Wolfgang then he sent me back an updated version, now 
all is fine.


I am using it on Apple Macbook M1 with Sonoma 14.4 (Beta) and official 
Java release 17.0.1 LTS, I noted that since when I installed Sonoma some 
problems began and also Crossover stop working (Since Beta 4) .


BTW, SMSQmulator now works fine on my Mac, Raspberry and a PC with 
latest Linux Mint 21.3



On 19/02/24 16:59, Juraj Lutter via Ql-Users wrote:



On 19 Feb 2024, at 16:46, Kjartan via Ql-Users  wrote:

Hi,

Another one - selecting Reset from the interface causes this:

This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.


Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException
at java.base/java.lang.Thread.stop(Thread.java:1667)
at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
at smsqmulator.Monitor.reset(Monitor.java:1181)
at ui.FileMenu.lambda$new$1(FileMenu.java:37)

otis
___
QL-Users Mailing List

___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread pjw via Ql-Users
I have one system running on Java v17 and another running on Java v20. 
AFAICS both appear to be fine (apart from some minor niggles I shant 
bother you with).

Per
On 19/02/2024 18:01, Wolfgang Lenerz via Ql-Users wrote:

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, 
selecting Reset from menbar resets the emulator.


Regards
DerekT




___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

ok that explains it.

the 'stop' method was dropped from there.

I'll have a fix tomorrow.

Wolfgang



Hi,

I'm on 21 it seems..

java --version
openjdk 21.0.1 2023-10-17

Kjartan


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi Derek,

Thanks that's good to know
Regards

Wolfgang



Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
DerekT




___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Juraj Lutter via Ql-Users
Hi,

Java 17, on startup.

otis@chemex ~/Downloads/SMSQmulator17300 % java -version
openjdk version "17.0.9" 2023-10-17
OpenJDK Runtime Environment Homebrew (build 17.0.9+0)
OpenJDK 64-Bit Server VM Homebrew (build 17.0.9+0, mixed mode, sharing)
otis@chemex ~/Downloads/SMSQmulator17300 % java -jar SMSQmulator.jar
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: 
com/apple/eawt/QuitHandler
at ui.MonitorGui.(MonitorGui.java:110)
at smsqmulator.SMSQmulator.(SMSQmulator.java:82)
at smsqmulator.SMSQmulator.lambda$main$0(SMSQmulator.java:225)
at 
java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:318)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:773)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:742)
at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Caused by: java.lang.ClassNotFoundException: com.apple.eawt.QuitHandler
at 
java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at 
java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 16 more



> On 19 Feb 2024, at 17:51, Wolfgang Lenerz via Ql-Users 
>  wrote:
> 
> Hi,
> 
> are you running this on java 21?
> 
> Wolfgang
> 
> 
> 
>> Hi,
>> Another one - selecting Reset from the interface causes this:
>> Exception in thread "AWT-EventQueue-0" 
>> java.lang.UnsupportedOperationException
>> at java.base/java.lang.Thread.stop(Thread.java:1667)
>> at 
>> smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
>> at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
>> at smsqmulator.Monitor.reset(Monitor.java:1181)
>> at ui.FileMenu.lambda$new$1(FileMenu.java:37)
>> at
> 
> 
> (...)
> 
>> Kjartan
> ___
> QL-Users Mailing List


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Kjartan via Ql-Users

Hi,

I'm on 21 it seems..

java --version
openjdk 21.0.1 2023-10-17

Kjartan

On 2024-02-19 17:10, Derek via Ql-Users wrote:

Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2,
selecting Reset from menbar resets the emulator.

Regards
Derek

On 19 February 2024 15:59:49 GMT, Juraj Lutter via Ql-Users
 wrote:



On 19 Feb 2024, at 16:46, Kjartan via Ql-Users 
 wrote:


Hi,

Another one - selecting Reset from the interface causes this:


This popped up at me on startup when using OpenJDK17 from Homebrew on 
MacOS.




Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

   at java.base/java.lang.Thread.stop(Thread.java:1667)
   at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

   at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
   at smsqmulator.Monitor.reset(Monitor.java:1181)
   at ui.FileMenu.lambda$new$1(FileMenu.java:37)


otis
___
QL-Users Mailing List

___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

you get this when you start up the machine, or when you try to reset it?

Wolfgang


This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.



Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException
at java.base/java.lang.Thread.stop(Thread.java:1667)
at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
at smsqmulator.Monitor.reset(Monitor.java:1181)
at ui.FileMenu.lambda$new$1(FileMenu.java:37)


otis
___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Wolfgang Lenerz via Ql-Users

Hi,

are you running this on java 21?

Wolfgang




Hi,

Another one - selecting Reset from the interface causes this:

Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

     at java.base/java.lang.Thread.stop(Thread.java:1667)
     at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

     at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
     at smsqmulator.Monitor.reset(Monitor.java:1181)
     at ui.FileMenu.lambda$new$1(FileMenu.java:37)
     at 



(...)


Kjartan


___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Derek via Ql-Users
Hi,

All works fine with me installation of Java 11 on Linux Mint 21.2, selecting 
Reset from menbar resets the emulator.

Regards
Derek

On 19 February 2024 15:59:49 GMT, Juraj Lutter via Ql-Users 
 wrote:
>
>
>> On 19 Feb 2024, at 16:46, Kjartan via Ql-Users  
>> wrote:
>> 
>> Hi,
>> 
>> Another one - selecting Reset from the interface causes this:
>
>This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.
>
>> 
>> Exception in thread "AWT-EventQueue-0" 
>> java.lang.UnsupportedOperationException
>>at java.base/java.lang.Thread.stop(Thread.java:1667)
>>at 
>> smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
>>at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
>>at smsqmulator.Monitor.reset(Monitor.java:1181)
>>at ui.FileMenu.lambda$new$1(FileMenu.java:37)
>
>otis
>___
>QL-Users Mailing List
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Juraj Lutter via Ql-Users



> On 19 Feb 2024, at 16:46, Kjartan via Ql-Users  
> wrote:
> 
> Hi,
> 
> Another one - selecting Reset from the interface causes this:

This popped up at me on startup when using OpenJDK17 from Homebrew on MacOS.

> 
> Exception in thread "AWT-EventQueue-0" java.lang.UnsupportedOperationException
>at java.base/java.lang.Thread.stop(Thread.java:1667)
>at 
> smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)
>at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
>at smsqmulator.Monitor.reset(Monitor.java:1181)
>at ui.FileMenu.lambda$new$1(FileMenu.java:37)

otis
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-19 Thread Kjartan via Ql-Users

Hi,

Another one - selecting Reset from the interface causes this:

Exception in thread "AWT-EventQueue-0" 
java.lang.UnsupportedOperationException

at java.base/java.lang.Thread.stop(Thread.java:1667)
at 
smsqmulator.SimpleEmulationThread.endEmulation(SimpleEmulationThread.java:42)

at smsqmulator.Monitor.killEmulation(Monitor.java:1168)
at smsqmulator.Monitor.reset(Monitor.java:1181)
at ui.FileMenu.lambda$new$1(FileMenu.java:37)
at 
java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972)
at 
java.desktop/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2314)
at 
java.desktop/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:407)
at 
java.desktop/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
at 
java.desktop/javax.swing.AbstractButton.doClick(AbstractButton.java:374)
at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1029)
at 
java.desktop/javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1073)
at 
java.desktop/java.awt.Component.processMouseEvent(Component.java:6621)
at 
java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3398)
at 
java.desktop/java.awt.Component.processEvent(Component.java:6386)
at 
java.desktop/java.awt.Container.processEvent(Container.java:2266)
at 
java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4996)
at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4828)
at 
java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4948)
at 
java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4575)
at 
java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
at 
java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
at 
java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780)
at 
java.desktop/java.awt.Component.dispatchEvent(Component.java:4828)
at 
java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:775)

at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:98)

at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:747)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at 
java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at 
java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:87)
at 
java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:744)
at 
java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
at 
java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
at 
java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at 
java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)


Kjartan

On 2024-02-18 16:18, Wolfgang Lenerz via Ql-Users wrote:

Hi,

fixed and re-upped.

Wolfgang

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List




___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-18 Thread Wolfgang Lenerz via Ql-Users

Hi,

fixed and re-upped.

Wolfgang

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List




___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-18 Thread Wolfgang Lenerz via Ql-Users

Hi,

it's not just you.

Thanks

Wolfgang

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List




___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-18 Thread Kjartan via Ql-Users

Hi,

Just me or is there bug in nfa and sfa device selection?
Changing either will also change the other.

Kjartan

On 2024-02-17 14:04, Wolfgang Lenerz via Ql-Users wrote:

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List


--
Roundcube Webmail
___
QL-Users Mailing List


Re: [Ql-Users] SMSQmulator 3.00

2024-02-17 Thread pjw via Ql-Users

Fantastic! :o)

Per
On 17/02/2024 14:00, Wolfgang Lenerz via Ql-Users wrote:

Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-17 Thread Wolfgang Lenerz via Ql-Users

Darn it, sorry for the typos!


Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List


___
QL-Users Mailing List


[Ql-Users] SMSQmulator 3.00

2024-02-17 Thread Wolfgang Lenerz via Ql-Users

Hi all,

SMSQmulator 3.00 is out, for  versions 11 and 17 of java.

The bump to v. 3.00 is due to the manu internal changes that were.
SMSqmulator does now have aaaccess to srrial ports (this is stimll 
experimental - it works here).




This can be downloaded from wlenerz.com/smsqmulator

Have fun!

Wolfgang

___
QL-Users Mailing List